start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 354G 481G 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\nSat May 30 08:56:49 PM EDT 2026: now start nightly benchmarks' Sat May 30 08:56:49 PM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 3c607cfb388..96d2aff44d4 main -> origin/main Updating 3c607cfb388..96d2aff44d4 Fast-forward gradle/libs.versions.toml | 4 +- lucene/CHANGES.txt | 12 +++ .../compound/hyphenation/PatternParser.java | 10 ++- .../compound/hyphenation/TestPatternParser.java | 53 ++++++++++++++ .../Lucene102BinaryQuantizedVectorsWriter.java | 25 ++++++- .../Lucene99ScalarQuantizedVectorsWriter.java | 19 ++++- .../lucene/codecs/BufferingKnnVectorsWriter.java | 2 +- .../Lucene104ScalarQuantizedVectorsWriter.java | 27 ++++++- .../vectorization/NativeVectorUtilSupport.java | 2 + .../vectorization/NativeVectorizationProvider.java | 6 +- lucene/licenses/junit-jupiter-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-6.1.0.jar.sha1 | 1 + lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 | 1 - lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-engine-6.1.0.jar.sha1 | 1 + .../licenses/junit-jupiter-params-6.0.3.jar.sha1 | 1 - .../licenses/junit-jupiter-params-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-commons-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-commons-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-engine-6.1.0.jar.sha1 | 1 + .../junit-platform-launcher-6.0.3.jar.sha1 | 1 - .../junit-platform-launcher-6.1.0.jar.sha1 | 1 + .../licenses/junit-platform-testkit-6.0.3.jar.sha1 | 1 - .../licenses/junit-platform-testkit-6.1.0.jar.sha1 | 1 + .../licenses/junit-vintage-engine-6.0.3.jar.sha1 | 1 - .../licenses/junit-vintage-engine-6.1.0.jar.sha1 | 1 + .../randomizedtesting-runner-2.8.4.jar.sha1 | 1 - .../randomizedtesting-runner-2.9.1.jar.sha1 | 1 + .../lucene/spatial3d/geom/SerializableObject.java | 85 +++++++++++----------- .../lucene/spatial3d/geom/StandardObjects.java | 8 +- .../geom/TestSerializableObjectClassFilter.java | 82 +++++++++++++++++++++ .../tests/index/BaseKnnVectorsFormatTestCase.java | 69 ++++++++++++++++++ versions.lock | 38 +++++----- 35 files changed, 370 insertions(+), 92 deletions(-) create mode 100644 lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/hyphenation/TestPatternParser.java delete mode 100644 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-api-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-jupiter-params-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-params-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-commons-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-commons-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-launcher-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-launcher-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-platform-testkit-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-testkit-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/junit-vintage-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-vintage-engine-6.1.0.jar.sha1 delete mode 100644 lucene/licenses/randomizedtesting-runner-2.8.4.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-runner-2.9.1.jar.sha1 create mode 100644 lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:core.tests:clean > Task :lucene:demo:clean > Task :lucene:classification:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:benchmark:clean > Task :lucene:join:clean > Task :lucene:misc:clean > Task :lucene:highlighter:clean > Task :lucene:codecs:clean > Task :lucene:facet:clean > Task :lucene:replicator:clean > Task :lucene:monitor:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:backward-codecs:clean > Task :lucene:luke:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:analysis:icu:clean > Task :lucene:queries:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queryparser:clean > Task :lucene:sandbox:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.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.05.30.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.30.precommit.txt took: 0.5 min + echo 'Run lucene nightly' Run lucene nightly + python -uO /l/util.nightly/src/python/nightlyBench.py -run ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ NOTE: perf executable is /usr/sbin/perf; will collect aggregate CPU profiling data NOTE: vmstat executable is /usr/sbin/vmstat; will collect system-wide CPU/IO telemetry NOTE: gnuplot executable is /usr/sbin/gnuplot; will generate system-wide CPU/IO graphs from vmstat WARNING: perf SIMD counters not available on this CPU; disabling SIMD validation NOTE: perf executable is /usr/sbin/perf; will collect aggregate CPU profiling data GitHub pull request counts: 313 open, 4012 closed Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-14.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-13.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-5.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-0.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-17.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-19.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-16.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-11.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-8.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-18.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-1.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-7.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-9.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-2.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-3.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-6.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-12.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-4.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-10.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-15.jfr... [2026-05-30 21:00:53.746476] start [2026-05-30 21:00:53.746590] log dir /l/logs.nightly/2026.05.30.21.00.53 Java version (see also /l/logs.nightly/2026.05.30.21.00.53/java_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -version 2>&1' WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Java full version (see also /l/logs.nightly/2026.05.30.21.00.53/java_full_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -fullversion 2>&1' openjdk full version "25.0.2" Java version & all flags (see also /l/logs.nightly/2026.05.30.21.00.53/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 = 419430400 {product} {default} ccstr SharedClassListFile = {product} {default} uint SharedSymbolTableBucketSize = 4 {product} {default} ccstr ShenandoahGCHeuristics = adaptive {product} {default} ccstr ShenandoahGCMode = satb {product} {default} bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} bool ShowMessageBoxOnError = false {product} {default} bool ShrinkHeapInSteps = true {product} {default} size_t SoftMaxHeapSize = 34359738368 {manageable} {ergonomic} intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} bool SplitIfBlocks = true {C2 product} {default} intx StackRedPages = 1 {pd product} {default} intx StackReservedPages = 1 {pd product} {default} intx StackShadowPages = 20 {pd product} {default} bool StackTraceInThrowable = true {product} {default} intx StackYellowPages = 2 {pd product} {default} uintx StartAggressiveSweepingAt = 10 {product} {default} bool StartAttachListener = false {product} {default} ccstr StartFlightRecording = {product} {default} uint StringDeduplicationAgeThreshold = 3 {product} {default} uintx StringTableSize = 65536 {product} {default} bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} bool SuperWordReductions = true {C2 product} {default} bool SuppressFatalErrorMessage = false {product} {default} uint SurvivorPadding = 3 {product} {default} uintx SurvivorRatio = 8 {product} {default} double SweeperThreshold = 15.000000 {product} {default} uintx TLABAllocationWeight = 35 {product} {default} uintx TLABRefillWasteFraction = 64 {product} {default} size_t TLABSize = 0 {product} {default} uintx TLABWasteIncrement = 4 {product} {default} uintx TLABWasteTargetPercent = 1 {product} {default} uint TargetPLABWastePct = 10 {product} {default} uint TargetSurvivorRatio = 50 {product} {default} uint TenuredGenerationSizeIncrement = 20 {product} {default} uint TenuredGenerationSizeSupplement = 80 {product} {default} uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} int ThreadPriorityPolicy = 0 {product} {default} bool ThreadPriorityVerbose = false {product} {default} intx ThreadStackSize = 1024 {pd product} {default} uint ThresholdTolerance = 10 {product} {default} intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} intx Tier0InvokeNotifyFreqLog = 7 {product} {default} intx Tier0ProfilingStartPercentage = 200 {product} {default} intx Tier23InlineeNotifyFreqLog = 20 {product} {default} intx Tier2BackEdgeThreshold = 0 {product} {default} intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} intx Tier2CompileThreshold = 0 {product} {default} intx Tier2InvokeNotifyFreqLog = 11 {product} {default} intx Tier3BackEdgeThreshold = 60000 {product} {default} intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} intx Tier3CompileThreshold = 2000 {product} {default} intx Tier3DelayOff = 2 {product} {default} intx Tier3DelayOn = 5 {product} {default} intx Tier3InvocationThreshold = 200 {product} {default} intx Tier3InvokeNotifyFreqLog = 10 {product} {default} intx Tier3LoadFeedback = 5 {product} {default} intx Tier3MinInvocationThreshold = 100 {product} {default} intx Tier4BackEdgeThreshold = 40000 {product} {default} intx Tier4CompileThreshold = 15000 {product} {default} intx Tier4InvocationThreshold = 5000 {product} {default} intx Tier4LoadFeedback = 3 {product} {default} intx Tier4MinInvocationThreshold = 600 {product} {default} bool TieredCompilation = true {pd product} {default} intx TieredCompileTaskTimeout = 50 {product} {default} intx TieredRateUpdateMaxTime = 25 {product} {default} intx TieredRateUpdateMinTime = 1 {product} {default} intx TieredStopAtLevel = 4 {product} {default} ccstr TraceJVMTI = {product} {default} intx TrackedInitializationLimit = 50 {C2 product} {default} bool TrapBasedNullChecks = false {pd product} {default} bool TrapBasedRangeChecks = false {C2 pd product} {default} uint TrimNativeHeapInterval = 0 {product} {default} int TypeProfileArgsLimit = 2 {product} {default} uint TypeProfileLevel = 111 {pd product} {default} intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} int TypeProfileParmsLimit = 2 {product} {default} intx TypeProfileSubTypeCheckCommonThreshold = 50 {C2 product} {default} intx TypeProfileWidth = 2 {product} {default} int UnguardOnExecutionViolation = 0 {product} {default} bool UseAES = true {product} {default} int UseAVX = 2 {ARCH product} {default} bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} bool UseAdaptiveNUMAChunkSizing = true {product} {default} bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} bool UseAdaptiveSizePolicy = true {product} {default} bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} bool UseAddressNop = true {ARCH product} {default} bool UseBASE64Intrinsics = true {product} {default} bool UseBMI1Instructions = true {ARCH product} {default} bool UseBMI2Instructions = true {ARCH product} {default} bool UseBimorphicInlining = true {C2 product} {default} bool UseCLMUL = true {ARCH product} {default} bool UseCMoveUnconditionally = false {C2 product} {default} bool UseCodeCacheFlushing = true {product} {default} bool UseCompactObjectHeaders = false {product lp64_product} {default} bool UseCompiler = true {product} {default} bool UseCompressedClassPointers = true {product lp64_product} {default} bool UseCompressedOops = false {product lp64_product} {default} bool UseCondCardMark = false {product} {default} bool UseContainerSupport = true {product} {default} bool UseCountLeadingZerosInstruction = true {ARCH product} {default} bool UseCountTrailingZerosInstruction = true {ARCH product} {default} bool UseCountedLoopSafepoints = false {C2 product} {default} bool UseDivMod = true {C2 product} {default} bool UseDynamicNumberOfCompilerThreads = true {product} {default} bool UseDynamicNumberOfGCThreads = true {product} {default} bool UseFMA = true {product} {default} bool UseFPUForSpilling = true {C2 product} {default} bool UseFastJNIAccessors = true {product} {default} bool UseFastStosb = false {ARCH product} {default} bool UseG1GC = false {product} {default} bool UseGCOverheadLimit = true {product} {default} bool UseInlineCaches = true {product} {default} bool UseInterpreter = true {product} {default} bool UseJumpTables = true {C2 product} {default} bool UseLargePages = false {pd product} {default} bool UseLargePagesIndividualAllocation = false {pd product} {default} bool UseLoopCounter = true {product} {default} bool UseLoopInvariantCodeMotion = true {C1 product} {default} bool UseLoopPredicate = true {C2 product} {default} bool UseMaximumCompactionOnSystemGC = true {product} {default} bool UseNUMA = false {product} {default} bool UseNUMAInterleaving = false {product} {default} bool UseNewLongLShift = true {ARCH product} {default} bool UseOnStackReplacement = true {pd product} {default} bool UseOnlyInlinedBimorphic = true {C2 product} {default} bool UseOprofile = false {product} {default} bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} bool UseParallelGC = true {product} {command line} bool UsePerfData = true {product} {default} bool UsePopCountInstruction = true {product} {default} bool UseProfiledLoopPredicate = true {C2 product} {default} bool UseSHA = true {product} {default} int UseSSE = 4 {ARCH product} {default} bool UseSSE42Intrinsics = true {ARCH product} {default} bool UseSerialGC = false {product} {default} bool UseShenandoahGC = false {product} {default} bool UseSignalChaining = true {product} {default} bool UseStoreImmI16 = true {ARCH product} {default} bool UseStringDeduplication = false {product} {default} bool UseSubwordForMaxVector = true {C2 product} {default} bool UseSuperWord = true {C2 product} {default} bool UseSystemMemoryBarrier = false {product} {default} bool UseTLAB = true {product} {default} bool UseThreadPriorities = true {pd product} {default} bool UseTransparentHugePages = false {product} {default} bool UseTypeProfile = true {product} {default} bool UseTypeSpeculation = true {C2 product} {default} bool UseUnalignedLoadStores = true {ARCH product} {default} bool UseVectorCmov = false {C2 product} {default} bool UseXMMForArrayCopy = true {product} {default} bool UseXMMForObjInit = true {ARCH product} {default} bool UseXmmI2D = true {ARCH product} {default} bool UseXmmI2F = true {ARCH product} {default} bool UseXmmLoadAndClearUpper = true {ARCH product} {default} bool UseXmmRegToRegMoveAll = true {ARCH product} {default} bool UseZGC = false {product} {default} intx UserThreadWaitAttemptsAtExit = 30 {product} {default} int VMThreadPriority = -1 {product} {default} intx VMThreadStackSize = 1024 {pd product} {default} intx ValueMapInitialSize = 11 {C1 product} {default} intx ValueMapMaxLoopSize = 8 {C1 product} {default} intx ValueSearchLimit = 1000 {C2 product} {default} bool VerifySharedSpaces = false {product} {default} uint YoungGenerationSizeIncrement = 20 {product} {default} uint YoungGenerationSizeSupplement = 80 {product} {default} uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} size_t YoungPLABSize = 4096 {product} {default} double ZAllocationSpikeTolerance = 2.000000 {product} {default} double ZCollectionInterval = 0.000000 {product} {default} double ZCollectionIntervalMajor = -1.000000 {product} {default} double ZCollectionIntervalMinor = -1.000000 {product} {default} bool ZCollectionIntervalOnly = false {product} {default} double ZFragmentationLimit = 5.000000 {product} {default} bool ZProactive = true {product} {default} bool ZUncommit = true {product} {default} uintx ZUncommitDelay = 300 {product} {default} double ZYoungCompactionLimit = 25.000000 {product} {default} bool ZeroTLAB = false {product} {default} WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Linux kernel version (see also /l/logs.nightly/2026.05.30.21.00.53/uname.txt): cmd='uname -a 2>&1' Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux CPU governor/scaling/frequency (see also /l/logs.nightly/2026.05.30.21.00.53/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 48: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 48 CPUs which need to have their frequency coordinated by software: 48 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.05.30.21.00.53/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: 46% CPU max MHz: 4377.8730 CPU min MHz: 553.8280 BogoMIPS: 5834.95 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es Virtualization: AMD-V L1d cache: 2 MiB (64 instances) L1i cache: 2 MiB (64 instances) L2 cache: 32 MiB (64 instances) L3 cache: 256 MiB (16 instances) NUMA node(s): 16 NUMA node0 CPU(s): 0-3,64-67 NUMA node1 CPU(s): 4-7,68-71 NUMA node2 CPU(s): 8-11,72-75 NUMA node3 CPU(s): 12-15,76-79 NUMA node4 CPU(s): 16-19,80-83 NUMA node5 CPU(s): 20-23,84-87 NUMA node6 CPU(s): 24-27,88-91 NUMA node7 CPU(s): 28-31,92-95 NUMA node8 CPU(s): 32-35,96-99 NUMA node9 CPU(s): 36-39,100-103 NUMA node10 CPU(s): 40-43,104-107 NUMA node11 CPU(s): 44-47,108-111 NUMA node12 CPU(s): 48-51,112-115 NUMA node13 CPU(s): 52-55,116-119 NUMA node14 CPU(s): 56-59,120-123 NUMA node15 CPU(s): 60-63,124-127 Vulnerability Gather data sampling: Not affected Vulnerability Ghostwrite: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Old microcode: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec rstack overflow: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Not affected Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Vulnerable Full Linux version (see also /l/logs.nightly/2026.05.30.21.00.53/proc_version.txt): cmd='cat /proc/version' Linux version 6.18.9-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 Kernel boot command-line (see also /l/logs.nightly/2026.05.30.21.00.53/proc_cmdline.txt): cmd='cat /proc/cmdline' BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d43378d5-fd9f-488a-a69b-73d83768f2d1 rw nowatchdog mitigations=off random.trust_cpu=1 nokaslr norandmaps loglevel=3 acpi_enforce_resources=lax amd_pstate=active cpufreq.default_governor=performance Loaded kernel modules (see also /l/logs.nightly/2026.05.30.21.00.53/lsmod.txt): cmd='lsmod' Module Size Used by nfsv3 81920 1 rpcsec_gss_krb5 36864 0 nfsv4 1335296 0 dns_resolver 16384 1 nfsv4 nfs 704512 6 nfsv4,nfsv3 netfs 622592 1 nfs veth 40960 0 nf_conntrack_netlink 61440 0 xt_nat 12288 19 xt_tcpudp 16384 22 iptable_raw 12288 1 xt_conntrack 12288 2 xt_MASQUERADE 16384 2 bridge 462848 0 stp 12288 1 bridge llc 16384 2 bridge,stp xfrm_user 73728 1 xfrm_algo 16384 1 xfrm_user ip6table_nat 12288 1 ip6table_filter 12288 1 ip6_tables 36864 2 ip6table_filter,ip6table_nat xt_set 24576 0 ip_set 69632 1 xt_set iptable_nat 12288 5 nf_nat 61440 4 ip6table_nat,xt_nat,iptable_nat,xt_MASQUERADE nf_conntrack 196608 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE nf_defrag_ipv6 24576 1 nf_conntrack nf_defrag_ipv4 12288 1 nf_conntrack xt_addrtype 12288 4 iptable_filter 12288 1 ip_tables 36864 3 iptable_filter,iptable_raw,iptable_nat x_tables 65536 13 ip6table_filter,xt_conntrack,iptable_filter,ip6table_nat,xt_tcpudp,xt_addrtype,xt_nat,xt_set,ip6_tables,iptable_raw,ip_tables,iptable_nat,xt_MASQUERADE nf_tables 397312 0 rpcrdma 462848 2 rdma_cm 155648 1 rpcrdma iw_cm 65536 1 rdma_cm ib_cm 155648 1 rdma_cm ib_core 548864 4 rdma_cm,rpcrdma,iw_cm,ib_cm nct6775 40960 0 nct6775_core 81920 1 nct6775 hwmon_vid 12288 1 nct6775 overlay 245760 4 iwlmvm 708608 0 mac80211 1683456 1 iwlmvm btusb 81920 0 btmtk 32768 1 btusb libarc4 12288 1 mac80211 btrtl 32768 1 btusb btbcm 24576 1 btusb btintel 73728 1 btusb bluetooth 1118208 6 btrtl,btmtk,btintel,btbcm,btusb atlantic 319488 0 corsair_psu 24576 0 iwlwifi 610304 1 iwlmvm igb 348160 0 macsec 69632 1 atlantic amd_atl 57344 1 intel_rapl_common 53248 0 amd64_edac 73728 0 kvm_amd 241664 0 snd_hda_codec_nvhdmi 16384 1 kvm 1421312 1 kvm_amd ixgbe 565248 0 raid1 61440 1 snd_hda_codec_hdmi 61440 1 snd_hda_codec_nvhdmi libie_fwlog 28672 1 ixgbe irqbypass 16384 1 kvm mdio_devres 12288 1 ixgbe eeepc_wmi 12288 0 snd_hda_intel 69632 0 asus_wmi 110592 1 eeepc_wmi polyval_clmulni 12288 0 libphy 180224 2 mdio_devres,ixgbe jc42 12288 0 ghash_clmulni_intel 12288 0 platform_profile 20480 1 asus_wmi snd_hda_codec 217088 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_nvhdmi mdio_bus 65536 2 libphy,ixgbe aesni_intel 98304 0 ee1004 16384 0 asus_ec_sensors 36864 0 wmi_bmof 12288 0 sparse_keymap 12288 1 asus_wmi mdio 12288 1 ixgbe rapl 20480 0 snd_hda_core 147456 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec md_mod 270336 2 raid1 ptp 53248 4 iwlmvm,atlantic,igb,ixgbe sp5100_tco 20480 0 pcspkr 12288 0 snd_intel_dspcfg 45056 1 snd_hda_intel pps_core 32768 1 ptp ccp 196608 1 kvm_amd dca 20480 2 igb,ixgbe snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg i2c_piix4 36864 0 i2c_smbus 20480 1 i2c_piix4 snd_usb_audio 598016 0 snd_usbmidi_lib 49152 1 snd_usb_audio snd_hwdep 24576 2 snd_usb_audio,snd_hda_codec snd_ump 40960 1 snd_usb_audio snd_rawmidi 53248 2 snd_usbmidi_lib,snd_ump snd_seq_device 16384 2 snd_ump,snd_rawmidi cfg80211 1429504 3 iwlmvm,iwlwifi,mac80211 snd_pcm 212992 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core snd_timer 57344 1 snd_pcm rfkill 45056 5 iwlmvm,asus_wmi,bluetooth,cfg80211 snd 159744 11 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_ump,snd_pcm,snd_rawmidi joydev 24576 0 soundcore 16384 1 snd mac_hid 12288 0 mc 90112 1 snd_usb_audio nfsd 1077248 5 auth_rpcgss 192512 2 nfsd,rpcsec_gss_krb5 nfs_acl 12288 2 nfsd,nfsv3 lockd 192512 3 nfsd,nfsv3,nfs grace 12288 2 nfsd,lockd nfs_localio 40960 2 nfsd,nfs sunrpc 884736 36 nfs_localio,nfsd,rpcrdma,nfsv4,auth_rpcgss,lockd,nfsv3,rpcsec_gss_krb5,nfs_acl,nfs i2c_dev 28672 0 k10temp 12288 0 nfnetlink 20480 6 nf_conntrack_netlink,nf_tables,ip_set nouveau 3764224 0 drm_ttm_helper 16384 2 nouveau ttm 122880 2 drm_ttm_helper,nouveau video 81920 2 asus_wmi,nouveau gpu_sched 69632 1 nouveau i2c_algo_bit 24576 2 igb,nouveau drm_gpuvm 49152 1 nouveau drm_exec 12288 2 drm_gpuvm,nouveau nvme 73728 3 mxm_wmi 12288 1 nouveau nvme_core 270336 4 nvme drm_display_helper 278528 1 nouveau nvme_keyring 20480 1 nvme_core cec 94208 1 drm_display_helper nvme_auth 32768 1 nvme_core hkdf 12288 1 nvme_auth wmi 32768 5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau Preempt mode (see also /l/logs.nightly/2026.05.30.21.00.53/preempt.txt): cmd='sudo cat /sys/kernel/debug/sched/preempt' none voluntary (full) lazy Linux standard base version (see also /l/logs.nightly/2026.05.30.21.00.53/lsb.txt): cmd='lsb_release -a' LSB Version: n/a Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a All installed packages&versions (see also /l/logs.nightly/2026.05.30.21.00.53/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 2debf7ba5130b44c634376d6e7f05771c746d11d LUCENE rev is 96d2aff44d45b933027c632fc86f330258403835 last successful Lucene rev 3c607cfb38828204c104fa616a77fed0b040bb99, luceneutil rev 10d2b020d900aa3f6b381f223fc7cc455efe5425 run ['git', 'log', '3c607cfb38828204c104fa616a77fed0b040bb99^..96d2aff44d45b933027c632fc86f330258403835'] No commit message asking for regold of results files [2026-05-30 21:00:53.948282] RUN: git clean -xfd Removing .gradle/ Removing build-tools/build-infra-shadow/build/ Removing build-tools/build-infra/.gradle/ Removing build-tools/build-infra/build/ Removing build-tools/build/ Removing build-tools/missing-doclet/build/ Removing build/ Removing gradle.properties Removing gradle/wrapper/gradle-wrapper.jar Removing lucene/analysis.tests/build/ Removing lucene/analysis/build/ Removing lucene/analysis/common/build/ Removing lucene/analysis/icu/build/ Removing lucene/analysis/kuromoji/build/ Removing lucene/analysis/morfologik.tests/build/ Removing lucene/analysis/morfologik/build/ Removing lucene/analysis/nori/build/ Removing lucene/analysis/opennlp/build/ Removing lucene/analysis/phonetic/build/ Removing lucene/analysis/smartcn/build/ Removing lucene/analysis/stempel/build/ Removing lucene/backward-codecs/build/ Removing lucene/benchmark-jmh/build/ Removing lucene/benchmark/build/ Removing lucene/build/ Removing lucene/classification/build/ Removing lucene/codecs/build/ Removing lucene/core.tests/build/ Removing lucene/core/build/ Removing lucene/demo/build/ Removing lucene/distribution.tests/build/ Removing lucene/distribution/build/ Removing lucene/documentation/build/ Removing lucene/expressions/build/ Removing lucene/facet/build/ Removing lucene/grouping/build/ Removing lucene/highlighter/build/ Removing lucene/join/build/ Removing lucene/luke/build/ Removing lucene/memory/build/ Removing lucene/misc/build/ Removing lucene/monitor/build/ Removing lucene/queries/build/ Removing lucene/queryparser/build/ Removing lucene/replicator/build/ Removing lucene/sandbox/build/ Removing lucene/spatial-extras/build/ Removing lucene/spatial-test-fixtures/build/ Removing lucene/spatial3d/build/ Removing lucene/suggest/build/ Removing lucene/test-framework/build/ [2026-05-30 21:00:54.181998] took 0.2 sec will NOT regold results files but rather compare to last good result files Java command-line: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED transparent_hugepages: [always] madvise never [2026-05-30 21:00:54.182087] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.30.21.00.53/clean-lucene.log 2>&1 [2026-05-30 21:00:58.077302] took 3.9 sec [2026-05-30 21:00:58.077344] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.30.21.00.53/jar-lucene.log 2>&1 [2026-05-30 21:01:12.528662] took 14.5 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-05-30 21:01:15.208222] 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: 150476.00 stored_field_size_mb: 624.38 retrieved_time_msec: 178.09 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: 349985.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1345.24 Done: took 1028.54 seconds, saved to /l/logs.nightly/2026.05.30.21.00.53/geonames-stored-fields-benchmark-results.pk [2026-05-30 21:18:24.238205] done run stored fields benchmark [2026-05-30 21:18:24.238226] now run NAD facets benchmark RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/IndexFacets.java, cwd=/l/util.nightly RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/BenchmarkFacets.java, cwd=/l/util.nightly Note: src/main/perf/facets/BenchmarkFacets.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.IndexFacets /l/data/NAD_taxonomy.txt.gz /l/indices/nad-facets-nightly -1, cwd=/l/util.nightly Indexing documents... WARNING: Using incubator modules: jdk.incubator.vector May 30, 2026 9:18:25 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1529.5402198 ms Total time creating SSDVFacetCounts: 3046.413445799999 ms Total time taken to get all dims for taxonomy: 0.12057829999999999 ms Total time taken to get all dims for SSDV: 0.07139300000000001 ms Total time to get top dims for taxonomy: 0.03588493333333334 ms Total time to get top dims for SSDV: 0.036746433333333335 ms Total time to get top "address.taxonomy/TX" children: 0.12116026666666667 ms Total time to get top "address.sortedset/TX" children: 0.19157773333333333 ms Total time to get all "address.taxonomy/TX" children: 0.1453794 ms Total time to get all "address.sortedset/TX" children: 0.5844063333333332 ms Done: took 3484.58 seconds, saved to /l/logs.nightly/2026.05.30.21.00.53/nad-facet-benchmark.pk [2026-05-30 22:16:28.813299] done run NAD facets benchmark [2026-05-30 22:16:29.432535] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 96d2aff44d45b933027c632fc86f330258403835 dirty?=False luceneutil HEAD git revision at /l/util.nightly: 2debf7ba5130b44c634376d6e7f05771c746d11d dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:facet: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:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene: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:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:misc: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:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:backward-codecs:jar 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:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:opennlp:jar 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:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.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: 31.22 GB available RAM: 243.26 GB used RAM: 8.46 GB dirty RAM: 4.29 MB smell vectors from /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec smell: sampling 2000 of 39709371 vectors for per-dim distribution... smell: 100/2000 ( 5%) 3.1s smell: 200/2000 ( 10%) 3.1s smell: 300/2000 ( 15%) 3.1s smell: 400/2000 ( 20%) 3.1s smell: 500/2000 ( 25%) 3.1s smell: 600/2000 ( 30%) 3.1s smell: 700/2000 ( 35%) 3.1s smell: 800/2000 ( 40%) 3.1s smell: 900/2000 ( 45%) 3.1s smell: 1000/2000 ( 50%) 3.1s smell: 1100/2000 ( 55%) 3.1s smell: 1200/2000 ( 60%) 3.1s smell: 1300/2000 ( 65%) 3.1s smell: 1400/2000 ( 70%) 3.1s smell: 1500/2000 ( 75%) 3.1s smell: 1600/2000 ( 80%) 3.1s smell: 1700/2000 ( 85%) 3.2s smell: 1800/2000 ( 90%) 3.2s smell: 1900/2000 ( 95%) 3.2s smell: 2000/2000 (100%) 3.3s smell: isotropy=0.178 full-cov, 0.790 diag-only (effective rank ~181.9/1024 full, ~808.6/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 15.0s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▅██▅▃ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▂▃▆███████▄▂ ] -> OUTLIER_SPREAD: this_std=0.0488, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▂▅▇█▄ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▁▂▄▇██████▄▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ █▇▁ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃██ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▆█▆▂ ] dim 0002 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▄█████▄▁▁ ] [ ██▃ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▂ ] dim 0004 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅▁ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ █▇ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▁ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ █▇ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▁▇█▄ ] dim 0009 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▅▁ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂▆█▅ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▂ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0013 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▃▆█▆ ] dim 0014 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂█▆ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▇▁ ] dim 0016 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂▆█▇▄ ] dim 0018 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▄█████▆▂▁ ] [ ▂▇█▅ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▆▂▁ ] [ ▁█▃ ] dim 0020 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▂ ] dim 0021 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▆▃ ] dim 0022 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂▇████▅▃▁ ] [ ▁▅██▇▅ ] dim 0023 μ= -0.007 σ= 0.045 zeros= 0% [ ▁▂▄███████▄▂▁ ] [ ▃█▆ ] dim 0024 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▆ ] dim 0025 μ= +0.018 σ= 0.028 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.000 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▃ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▆█ ] dim 0031 μ= -0.014 σ= 0.018 zeros= 0% [ ▅██▇▁ ] [ ▁▆█▆▂ ] dim 0032 μ= +0.030 σ= 0.036 zeros= 0% [ ▁▂▄█████▄▁▁ ] [ ▄█▅ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ ▁█▅ ] dim 0034 μ= -0.003 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▅ ] dim 0035 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ █▆ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▄ ] dim 0037 μ= -0.027 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▆ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▂█▅ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▂▅███▇▂▁ ] [ ▁▆█▇▂ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▂▇█▂ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▅ ] dim 0043 μ= +0.012 σ= 0.026 zeros= 0% [ ▂▆███▆▁ ] [ ▆█▆▁ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▅ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▃ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▂▇█▃ ] dim 0047 μ= +0.004 σ= 0.031 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.001 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▅█ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▁█▆ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▄█▅ ] dim 0054 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▃███▇▁ ] [ ▄█▇▃ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆████▄▂ ] [ ▆█▆▁ ] dim 0057 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█▆▁ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▄ ] dim 0059 μ= +0.009 σ= 0.028 zeros= 0% [ ▃████▇▂ ] [ ▁█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ██▄ ] [ ▁█▆▁ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▅▁ ] dim 0062 μ= -0.030 σ= 0.036 zeros= 0% [ ▂▆█████▄▁▁ ] [ ▄█▇ ] dim 0063 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▅████▂ ] [ ▆█▄ ] dim 0064 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁██▃ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▂ ] dim 0066 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▁▅▇█▄ ] dim 0067 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▃█▂ ] dim 0068 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ █▂ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▅█▄ ] dim 0070 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▆█▄ ] dim 0071 μ= +0.010 σ= 0.029 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.006 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▁▆█▄ ] dim 0077 μ= -0.011 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▁█▄ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▂███▅▁ ] [ ▅█▄ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▄█ ] dim 0080 μ= -0.014 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▄█▄ ] dim 0081 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▆▁ ] [ ▂▅█▆▃ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂█▃ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▆ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▇ ] dim 0085 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▄██▃ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█▃ ] dim 0087 μ= +0.010 σ= 0.025 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.035 σ= 0.032 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.005 σ= 0.031 zeros= 0% [ ▁▅████▆▂▁ ] [ ▂█▄ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▅▂ ] [ ██▂ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▂ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ██ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▂█▄ ] dim 0101 μ= -0.023 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▄█▃ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▆ ] dim 0104 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▃ ] dim 0105 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▃▇███▄▁ ] [ ▆█▃ ] dim 0106 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▂▇███▆▁ ] [ █▄ ] dim 0107 μ= -0.003 σ= 0.018 zeros= 0% [ ▂▇██▃ ] [ ▃██▃ ] dim 0108 μ= -0.017 σ= 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.025 zeros= 0% [ ▂████▄▁ ] [ ▆█ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▆█▅▂ ] dim 0114 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂▇█▄ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▂▆████▆▃▁ ] [ ▄█ ] dim 0116 μ= +0.007 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ █▁ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▃▇█▄ ] dim 0118 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▅████▇▂▁ ] [ ▇█▄ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▂████▅▂ ] [ ▃██▇ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▅█▅ ] dim 0121 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ █▄ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ██ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▂▅██▄▁ ] dim 0125 μ= -0.005 σ= 0.045 zeros= 0% [ ▂▄▇██████▄▂▁ ] [ ██ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▄██▅▁ ] [ ▁█▇ ] dim 0127 μ= -0.020 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▂█▅▁ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▁▇█▆▂ ] dim 0129 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▄█▃ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▃█▇ ] dim 0131 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▇▃▁ ] [ ▇█▃ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▂█ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ██▂ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▅█▆▂ ] dim 0135 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▂▆█▆▁ ] dim 0136 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▃▁ ] [ ▅█▇▁ ] dim 0137 μ= -0.023 σ= 0.030 zeros= 0% [ ▃▆████▄▁ ] [ ▄█▇ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▂▅████▂ ] [ ▁▇█▅ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ ▅█▁ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▆█▂ ] dim 0141 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▂█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▃██▂ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄██▆ ] dim 0144 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▇ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▇██▆ ] [ ▅█▆▂ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ ▁██▄ ] dim 0147 μ= +0.025 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ █▄ ] dim 0148 μ= -0.004 σ= 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.028 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▇██▁ ] dim 0154 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▁█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▅█▇▁ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂ ] [ ▃█▄ ] dim 0157 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▆█▇▂ ] dim 0159 μ= -0.004 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ ▃█▆ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅███▇▃ ] [ ▆█▆▁ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄█████▄▂ ] [ ▂█▆ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▇▂ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▇▁ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▂ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁▅█▅ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ █ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▆█ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▄▇█▁ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▇▃ ] dim 0170 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▆█▆ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▄ ] dim 0172 μ= -0.008 σ= 0.024 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.020 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.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃██ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▂ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▂██▇▄ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▁▄▆██████▄▂▁ ] [ ▃██▅ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▆█████▃▁ ] [ ▃█▅▂ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▆████▄▂ ] [ █▄ ] dim 0186 μ= -0.004 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆█▁ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁█▅ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▂▇█▇▂ ] dim 0189 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▂▆██████▄▁▁ ] [ ▃▅█▃▁ ] dim 0190 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▁▅█▇▃ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▃█▅ ] dim 0192 μ= -0.022 σ= 0.027 zeros= 0% [ ▂▄████▃ ] [ ▄█▇▂ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▇█▄ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▆█▄ ] dim 0195 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▅█▁ ] dim 0196 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▆█ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▇█▁ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▃██▃ ] dim 0199 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▂▆████▅▂ ] [ ▃██▄ ] dim 0200 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁██ ] dim 0202 μ= +0.000 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▅█▅ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▆██▂ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▇████▆▂ ] [ ▄█▆ ] dim 0205 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▁ ] dim 0206 μ= +0.004 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▅█▅ ] dim 0207 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▄████▇▄▁ ] [ ▃█▁ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▂█▇ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ █ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▃██▂ ] dim 0211 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▅█▆▂ ] dim 0212 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▃▆████▃▂▁ ] [ ▂█▆ ] dim 0213 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▇▁ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▇▁ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▅ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▂▇█▂ ] dim 0217 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂▁ ] [ █▅ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▆█▄ ] dim 0219 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃██▄ ] dim 0220 μ= +0.022 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▃ ] dim 0221 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▅ ] dim 0222 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ ▆█▃ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▇▃ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▆████▅▁ ] [ ▆█▅ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃▇███▇▂ ] [ ▃██▂ ] dim 0226 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▁▇█▂ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁▄██▃ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▆█▂ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▄███▁ ] [ ▁▇█▁ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▃ ] dim 0232 μ= +0.029 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▂ ] dim 0233 μ= -0.030 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂▇█▃ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▂▅████▆▁ ] [ █▇ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▅██▆ ] dim 0236 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▁▄██████▄▂▁ ] [ ▃█▃ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▄ ] dim 0238 μ= -0.009 σ= 0.029 zeros= 0% [ ▃▇███▆▂▁ ] [ ▄█▇▁ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▅ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▅▂ ] [ ▃██▇▂ ] dim 0241 μ= +0.029 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▁██▂ ] dim 0242 μ= +0.004 σ= 0.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.017 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▅█▇▃ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁▁ ] [ ▂██▅▁ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▂▅█████▅▁ ] [ ▄█▆▂ ] dim 0249 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▇████▅▂ ] [ ▁██ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂█▄ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▁ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▂█▇▂ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂▇█▆▁ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▁▄▇█▇▂ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▁▃▅██████▆▄▂ ] [ ▃█▇ ] dim 0257 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▂▇█▁ ] dim 0258 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▄██▃ ] dim 0260 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂ ] [ █▅ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▃█ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▁ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▁▇█▄ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▂ ] dim 0265 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▇███▄▂ ] [ ██ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▂█ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█▆▄ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃▇████▇▅▂ ] [ ▃██▃ ] dim 0269 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▄██▂ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▆████▅▁ ] [ ▅█▅ ] dim 0271 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▂▇███▆▂ ] [ ▃█▂ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▂▆█▆▂ ] dim 0273 μ= +0.012 σ= 0.037 zeros= 0% [ ▂▆█████▅▂▁ ] [ ▂▇█▅ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▅████▇▃▁ ] [ ▃▇█▂ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▃ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▂▇█▅ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ ▄█▂ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▄█▇▂ ] dim 0279 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▅█▁ ] dim 0280 μ= +0.025 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁██▃ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▆█ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▄███▁ ] [ ▅█▅ ] dim 0283 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▂▆███▇▃ ] [ ▂▇█▄ ] dim 0284 μ= -0.051 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂▅█▇ ] dim 0285 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▆ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄████▇▄▁ ] [ ██▁ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▅█▇▆▁ ] dim 0288 μ= -0.011 σ= 0.044 zeros= 0% [ ▁▂▄██████▇▃▁▁ ] [ ▆█▃ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁▅▇█▁ ] dim 0290 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▄█████▄▂ ] [ ▆█ ] dim 0291 μ= -0.016 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▃██▄ ] dim 0292 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ██ ] dim 0293 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▆█▇ ] dim 0294 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ █▃ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▂██▂ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ █▃ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄█▃ ] dim 0298 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▂ ] dim 0299 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▇▂ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▃ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▆▁ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃▇█████▄▁ ] [ █▅ ] dim 0303 μ= -0.019 σ= 0.016 zeros= 0% [ ▁▅██▄ ] [ ▄██▃ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▇████▅▁ ] [ ▄▇█▅ ] dim 0305 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▁██▆▁ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▅█████▆▂ ] [ ▂█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂▆█▆▂ ] dim 0308 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▂▅█████▆▁▁ ] [ ▂██▃ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▅████▅▂ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁██ ] [ ▃█ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▅█▆▃ ] dim 0312 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▇█ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁▆▆█▆▁ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▁▂▅██████▆▂▁▁ ] [ █▅ ] dim 0315 μ= -0.002 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▅█▄ ] dim 0316 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▁▆█▂ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▆█▅ ] dim 0319 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▇█▁ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▁█ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂▇█▇▂ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▆▃ ] dim 0323 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▄█████▆▂ ] [ █▄ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▁▇█▅ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▄█████▅▂ ] [ ▂█▅ ] dim 0326 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ █▃ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▅█ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ██▁ ] [ ▁▇█▂ ] dim 0329 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▄████▅▁ ] [ ▁▅█▇▃▁ ] dim 0330 μ= +0.019 σ= 0.042 zeros= 0% [ ▁▂▅██████▅▁▁ ] [ ▆█▇▃ ] dim 0331 μ= -0.003 σ= 0.040 zeros= 0% [ ▁▂▆█████▇▃▂ ] [ ██ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▆███▁ ] [ ▄█▆ ] dim 0333 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ █▄ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ██ ] dim 0335 μ= +0.002 σ= 0.023 zeros= 0% [ ▂████▂▁ ] [ ▅██▄ ] dim 0336 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▇█▃ ] dim 0337 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▅ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▆█▂ ] dim 0339 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃▇█▄ ] dim 0340 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▅████▅▁ ] [ ▁█▆ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▂ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▃█▅ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▅ ] dim 0345 μ= +0.013 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ █▃ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▄█▇▁ ] dim 0347 μ= -0.023 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▅ ] dim 0348 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▅ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█▂ ] dim 0350 μ= +0.014 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▂█▆ ] dim 0351 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▂▇█▅ ] dim 0352 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▅████▇▂▁ ] [ ▂▇█▃ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆██▂ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▃█ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▆█▆▃ ] dim 0356 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▄█████▅▁ ] [ ▂█▇ ] dim 0357 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▃ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▇█▃ ] dim 0359 μ= -0.012 σ= 0.026 zeros= 0% [ ▃▇███▆▁ ] [ ▃█▄ ] dim 0360 μ= +0.010 σ= 0.027 zeros= 0% [ ▃▆███▆▂ ] [ ▃▆█▄ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃▆████▆▃▁ ] [ █▁ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄█▆▃ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▂▅████▅▁▁ ] [ ▇█▄ ] dim 0364 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▅ ] dim 0365 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▅ ] dim 0366 μ= -0.022 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▄ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▄ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▃███▃▁ ] [ ▁█▆ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▄ ] dim 0371 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂█▇▄ ] dim 0372 μ= +0.022 σ= 0.035 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▆█▇▃ ] dim 0373 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ██ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁███▇▁ ] [ ▄█▅ ] dim 0375 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▃█ ] dim 0376 μ= -0.011 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▃█▅ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▂█▅ ] dim 0378 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▁ ] dim 0379 μ= +0.003 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▃█▆ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▇█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▆██▅▁ ] [ ▆█▄ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▃▇███▆▃ ] [ ▂▆█▃ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▄█▅ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂████▆▂ ] [ ▂██▁ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▆█▃ ] [ ▃▆█▇▃ ] dim 0388 μ= +0.011 σ= 0.044 zeros= 0% [ ▁▃██████▆▃▂▁ ] [ ▅█▃ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃▇███▅▂ ] [ ▅█▃ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▃▇███▄▁ ] [ ▃█▇▂ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▇█▁ ] dim 0392 μ= +0.021 σ= 0.025 zeros= 0% [ ▄████▃▁ ] [ ▃▇█▅▂ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ █▄ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▄█▅▁ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▅▁ ] [ ██▂ ] dim 0396 μ= -0.015 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▇█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▅██▇▁ ] [ ▅▇█▃▁ ] dim 0398 μ= +0.001 σ= 0.039 zeros= 0% [ ▂▄██████▄▁ ] [ ▅█ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂███▃ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ ▃██▃ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▂█▇▁ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▃█▅ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▁██▁ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▄█▇ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ █▄ ] dim 0406 μ= +0.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.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▆ ] dim 0410 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▃██▃ ] dim 0411 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂▅█▃ ] dim 0412 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▅█▄ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▄ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▃█▃ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆█▅▃ ] dim 0416 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▅█▅ ] dim 0417 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▃████▅▂▁ ] [ ▇█ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ █▁ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▄██▅ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▃██▁ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▄ ] dim 0423 μ= +0.015 σ= 0.024 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.011 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▄ ] dim 0430 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▅ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▇▃ ] [ ▃█▂ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▁▇█▂ ] dim 0433 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂▇█▁ ] dim 0434 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▅█ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▅█▆▂ ] dim 0436 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▄▇████▄▁ ] [ ▁▅█▅▁ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▇ ] dim 0438 μ= -0.000 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▃██▂ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▆████▅▁ ] [ ▂▇█▃ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄██▄ ] dim 0441 μ= +0.019 σ= 0.037 zeros= 0% [ ▁▄▇████▆▃▁ ] [ ▃█▂ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▂█ ] dim 0443 μ= -0.009 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅██▆▄▁ ] dim 0444 μ= +0.016 σ= 0.045 zeros= 0% [ ▁▃▇██████▅▂▁ ] [ ▆█▁ ] dim 0445 μ= +0.007 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁█▆▂ ] dim 0446 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▁██▂ ] dim 0447 μ= +0.022 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▁██▃ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▄ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▄███▄▁ ] [ ██ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▂ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▂▇█▄ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▄████▇▂ ] [ ▃█▂ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▆ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▄██▇▄ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▁▄▇█████▇▄▁ ] [ ▄█▆▂ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▅█▅ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▅█▆▂ ] dim 0458 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▅█▃ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▄ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ▆█ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅██▄ ] dim 0463 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁▃█▅▄ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▃▅██████▄▂▁ ] [ ▃█▃ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ ▁▆█▇▄ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ █▇ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▂▇██▇▂ ] [ ▇█ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃█▇▁ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ █▇ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▅██▄▁ ] [ █▇ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▄█▄ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▆█ ] dim 0473 μ= -0.016 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▃█▄ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ ▁▅▇█▅ ] dim 0475 μ= -0.001 σ= 0.040 zeros= 0% [ ▁▂▅█████▇▅▁ ] [ ▄█▁ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▁█▄ ] dim 0477 μ= -0.004 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▃█▅ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▂▇█▅ ] dim 0479 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▄ ] dim 0480 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▆█▅ ] dim 0482 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▄ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▄▇███▇▃ ] [ ▂▆█▄ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▃ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁▇█▄ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▆ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▄██▆▂ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▂▅██████▆▄▁▁ ] [ ▃█▃ ] dim 0489 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▁▇█▄ ] dim 0490 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ █▇ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▆█▄ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▄ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▇█ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▂▆█▃ ] dim 0495 μ= -0.014 σ= 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.022 σ= 0.040 zeros= 0% [ ▁▂▄██████▄▂ ] [ █ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▆█▇▁ ] [ ▇█ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▃██▄ ] dim 0503 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ █▁ ] dim 0504 μ= -0.003 σ= 0.012 zeros= 0% [ ▃██ ] [ ▃█▆ ] dim 0505 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▃ ] dim 0506 μ= +0.008 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ ▅█▂ ] dim 0507 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▇▁ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▂█▇▁ ] dim 0509 μ= +0.000 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▆█▆ ] dim 0510 μ= -0.008 σ= 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.004 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▄█▂ ] dim 0518 μ= +0.027 σ= 0.023 zeros= 0% [ ▂▆███▃▁ ] [ ▄█▆ ] dim 0519 μ= -0.040 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▇█▇ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▃▇█▃ ] dim 0521 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▅█▅ ] dim 0522 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ █▆ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▅██▃ ] [ ▅█▆ ] dim 0524 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▆███▇▂▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▅█▆ ] [ ▁█▇▁ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▄█▅ ] dim 0527 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▄█▆▁ ] dim 0528 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▇ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▂▇████▃ ] [ ▂▇█▂ ] dim 0530 μ= -0.014 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▇█ ] dim 0531 μ= -0.014 σ= 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.033 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▅██▄ ] dim 0535 μ= -0.017 σ= 0.040 zeros= 0% [ ▂▄██████▄▂▁ ] [ ▁█▅ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▂█▆▄ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▅████▅▃▁ ] [ ▄█▅ ] dim 0538 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▇▆ ] dim 0539 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▄▇████▇▄▁ ] [ ▅█▄▂ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ ▄██▁ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▇ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▇▄ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▁▁▅▇████▇▂▁ ] [ ▆█ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ █▆ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▆██▅ ] [ ▄█▇▃ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▇█▃ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▆█ ] dim 0548 μ= -0.035 σ= 0.023 zeros= 0% [ ▂████▃▁ ] [ ▄█▅ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂▇█▆▂ ] dim 0550 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▁▂▆█████▆▂▁ ] [ ▂█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▄█▄ ] dim 0552 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▄ ] dim 0553 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ █▅ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▇██▄▁ ] [ ▄█▇▁ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃▇█▅ ] dim 0556 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▁█▅ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▅█▅ ] dim 0558 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▄██▅▂ ] dim 0559 μ= -0.013 σ= 0.042 zeros= 0% [ ▁▁▃██████▆▂▁ ] [ ▅▇█▂ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▂▅█▇▃ ] dim 0561 μ= -0.022 σ= 0.035 zeros= 0% [ ▁▄█████▇▂▁ ] [ █▇ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▄█▄ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▆█▁ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▂███▅▂ ] [ ▆█▃ ] dim 0566 μ= +0.007 σ= 0.028 zeros= 0% [ ▃████▅▂ ] [ █▇ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▅▁ ] [ ▄█▆ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃██▃ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▆ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▅██▅ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▅████▆▂ ] [ ▃█ ] dim 0572 μ= +0.007 σ= 0.014 zeros= 0% [ ▂██▅ ] [ ▂█▄ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂█ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▅█▆▄▂ ] dim 0575 μ= +0.005 σ= 0.043 zeros= 0% [ ▂▄██████▅▂▁ ] [ ▂█▅ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▁█▇ ] dim 0577 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▂▇█▆ ] dim 0578 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▅█▃ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▇███▅▁ ] [ ▄█▇ ] dim 0580 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▇▁ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▅█ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.013 zeros= 0% [ ▆██▁ ] [ ▃██▄ ] dim 0584 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▂▅██▅▃ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▂▃▆███████▄▂ ] -> OUTLIER_SPREAD: this_std=0.0488, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ██ ] dim 0586 μ= +0.002 σ= 0.022 zeros= 0% [ ▁████▂ ] [ █▁ ] dim 0587 μ= -0.007 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▁▆█▃ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ █▅ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▅██▃ ] [ ▂██▅ ] dim 0590 μ= +0.007 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ █▅ ] dim 0591 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▄ ] [ ▂█▇ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▆█▇▃ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▄█▇▂ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▆█▄ ] dim 0595 μ= +0.008 σ= 0.025 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.013 zeros= 0% [ ▂██▃ ] [ ▅██▃ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃██████▃▁ ] [ ▂█▄ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▄█ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▃█▆ ] dim 0603 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▂██▁ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂█▂ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▄▇█▃ ] dim 0607 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▅█▇▃ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▁▄█████▇▃▁ ] [ ▆█▄ ] dim 0609 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁█▅ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▂██ ] dim 0611 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▁▆█▇▃ ] dim 0612 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ █▅ ] dim 0613 μ= +0.019 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▄█▃ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▁ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█▆ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▂▆█▄ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▇▂ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█▆ ] dim 0620 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▇▂▁ ] [ █▆ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▅█▄ ] dim 0622 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▁ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▃ ] dim 0624 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▂██ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▄████▂▁ ] [ ▄▇█▆▁ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▁▄▇█████▅▂▁ ] [ ▂█▆ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▄█▆▃ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▄█▃ ] dim 0629 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂▆█▁ ] dim 0630 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▂█▆▂ ] dim 0631 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▁ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▂▆███▃ ] [ ██ ] dim 0633 μ= -0.016 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▁ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▇▅ ] dim 0635 μ= -0.019 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ █▅ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▄█▆ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃▆████▃▁ ] [ ▁█▆ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄█▆▁ ] dim 0639 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ██ ] dim 0640 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▅▇█▇▁ ] dim 0641 μ= -0.011 σ= 0.041 zeros= 0% [ ▂▃▇█████▆▃▁ ] [ ▁█▇▁ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▃████▂▁ ] [ ▃█▃ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▂██▄ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅████▅▁ ] [ ▅█▆▂ ] dim 0645 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▅ ] dim 0646 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▄█▄ ] dim 0647 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▃ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄▇█▅▂ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▅█▄ ] dim 0650 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▁██▅ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁▅█▆ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃▅█▄ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ █▄ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▃███▄▁ ] [ ▁██▁ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ██ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▆███▂ ] [ ▁▆█▇▂ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ █▆ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▁▇██▅ ] [ ▃█▆▁ ] dim 0659 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▇▅ ] dim 0660 μ= +0.004 σ= 0.038 zeros= 0% [ ▁▃▇█████▃▂▁ ] [ ▂█▆ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ █▅ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▂▄█▄ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▃█▇▂ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▂▇█▆ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▂▆█████▅▁ ] [ ▇█▁ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂▆█▅▂ ] dim 0667 μ= +0.007 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▄█ ] dim 0668 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▄██▇▁ ] [ ▄█▇▂ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▃ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▃ ] dim 0671 μ= +0.031 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▃ ] dim 0672 μ= +0.007 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▃ ] dim 0673 μ= +0.010 σ= 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.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅██▄ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▃█▃ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▆ ] dim 0679 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▁ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁█▇ ] dim 0681 μ= +0.038 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▆█ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▆███▃ ] [ ▃█▇▂ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▅▂▁ ] [ █▆ ] dim 0684 μ= +0.020 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▅█▅ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▂█▇▆▄ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▃▅█████▇▃▂ ] [ ▄█▇ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▃▇█▄ ] dim 0688 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█▁ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▂█ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▄█▇▂ ] dim 0691 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▄█▇▁ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▄▇█▅ ] dim 0693 μ= -0.015 σ= 0.034 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄█▁ ] dim 0694 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▄ ] [ ▁█▇▃ ] dim 0695 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▃ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▇▂ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ █▅ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▂█▅ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▄█▅ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ ▁▇█▇ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▅ ] dim 0702 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▁██ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ █▃ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▆██▂ ] [ ▇█▅ ] dim 0705 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▄████▇▃ ] [ ▄█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▂██▄ ] [ █▇ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▁▅█▅ ] dim 0708 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▁█▇ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▁▆▇█▄ ] dim 0710 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▂▅█▅▁ ] dim 0711 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▅█▁ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▅ ] dim 0713 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ ▂▆█▆▁ ] dim 0714 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▅█████▅▁ ] [ ██ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁███▇▁ ] [ ▁█▄ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆█▄ ] dim 0717 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▂████▆▂ ] [ █▂ ] dim 0718 μ= -0.025 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▂██▄ ] dim 0719 μ= +0.041 σ= 0.037 zeros= 0% [ ▂▃▇████▇▄▁ ] [ ▄█▇▃ ] dim 0720 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▆▁ ] [ ▆█▁ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ █▄ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▄█▇▂ ] dim 0723 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▅█▇ ] dim 0724 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▃▇█▇▂ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▅█▃ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▇█ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▅█▂ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▇█▂ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▂▇█▃ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▄████▆▂ ] [ ▁▇█▄ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▂████▅▂ ] [ ▆█▃ ] dim 0733 μ= +0.007 σ= 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.015 σ= 0.037 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▄█▄ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁▆█▄ ] dim 0742 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▁▄████▆▂ ] [ █▅ ] dim 0743 μ= -0.039 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▁▇█▃ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▅████▅▂▁ ] [ ▂█▆ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▁ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▅█▇ ] dim 0747 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄█▆▁ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▂ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂▅█▆▃ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▂▆█▃ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁██▁ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▅ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁█ ] dim 0754 μ= -0.012 σ= 0.011 zeros= 0% [ ██▂ ] [ ▂█▂ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▆ ] dim 0756 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▁▆█ ] dim 0757 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▁▅█▅ ] dim 0758 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▅██▄ ] dim 0759 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▁▄█████▇▄▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▅█▃ ] [ ▁▅█▆▂ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▆█▄ ] dim 0762 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃█▇ ] dim 0763 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▃ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ █▁ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▆█▃ ] dim 0766 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▅██▂ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▁ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▄█▆ ] dim 0769 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▇ ] dim 0770 μ= -0.003 σ= 0.030 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.009 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▃█▅ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄██▅ ] dim 0776 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▂▇█▄ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▃█▃ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▄█▇ ] dim 0779 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▃█▄ ] dim 0780 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▂ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▅███▃ ] [ ▄█ ] dim 0782 μ= +0.027 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▂█▇ ] dim 0783 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▃████▂▁ ] [ ▂█▇ ] dim 0784 μ= -0.003 σ= 0.025 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.027 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄██ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▇▃ ] dim 0790 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▂█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▄█▆▂ ] dim 0792 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄█▄ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▇ ] dim 0794 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▄ ] dim 0795 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▄█▅ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▅▂ ] [ ▄█▂ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁▇█▁ ] dim 0798 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▂▆█▅▂ ] dim 0800 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ █ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▁▇█▅ ] [ ▄█▆ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▁█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▄█▇▃ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▄█████▆▂ ] [ █ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▁█▆ ] [ ▃█▆ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▂██▇▅ ] dim 0807 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▃▄██████▄▂ ] [ ▂██▄ ] dim 0808 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▂ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁█▇▄ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▇▂ ] [ ▁▅█▆▁ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▃█████▄▁ ] [ ▃█▇▃ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▅████▇▂▁ ] [ ▄█▂ ] dim 0813 μ= +0.028 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▄ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁█▆ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁██ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▂████▂ ] [ █▃ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▃██▄ ] dim 0818 μ= -0.017 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▆█▆▂ ] dim 0819 μ= +0.034 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃██▄ ] dim 0820 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▇▂▁ ] [ ▆█ ] dim 0821 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂█▄ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▁██▆ ] dim 0823 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▄█▄ ] dim 0824 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▁█▇ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▃█▆ ] dim 0826 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▅█ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▂█▅ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▂▇██▂ ] dim 0829 μ= -0.007 σ= 0.037 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▆██▄ ] dim 0830 μ= -0.001 σ= 0.039 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.000 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄█▆ ] dim 0835 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▇███▇▂ ] [ █▇ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▇██▆▂ ] [ ▆█▄ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▂▇███▅▁ ] [ ▃█▃ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▄ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▂▇███▆▁ ] [ ▅█▆▁ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▆ ] dim 0841 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▅██▂ ] dim 0842 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂▁ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▇█▆ ] [ ▆█▂ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▆█▃ ] dim 0845 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▂▇███▅▂ ] [ ▃█▆ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃██▄ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▄█▇▃ ] dim 0848 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃▅████▆▂ ] [ ▄██▃ ] dim 0849 μ= +0.035 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▆ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▆█▂ ] dim 0851 μ= +0.006 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇▇▂ ] dim 0852 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ █▅ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▄█▅ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▆█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▅█▄ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▁▇█▃ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▆ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▆███▇▃ ] [ █▇ ] dim 0859 μ= +0.001 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▂██▂ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ██ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▇▂ ] dim 0862 μ= -0.023 σ= 0.037 zeros= 0% [ ▂▄█████▆▂▁ ] [ ▄█▄ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▂ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▇ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▂█▆ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▃█▁ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁▇█▁ ] dim 0868 μ= +0.003 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▇█ ] dim 0869 μ= -0.037 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▄█▇ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃██▅ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▃▇█▄ ] dim 0872 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▂ ] [ ▅█▄ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▃▇███▇▂▁ ] [ ▄█▇▁ ] dim 0874 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▁▄▇████▆▂▁ ] [ █▁ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ ▁█ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁█▅ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ █ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▁▆█▅▁ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▄█▆▁ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ██ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▃▇█▄ ] dim 0882 μ= +0.004 σ= 0.034 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.015 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▅█ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▆█▁ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ▁▅█▂ ] dim 0889 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▁█▄ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▁██▃ ] dim 0891 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▁ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▅ ] dim 0893 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ ▄█▅ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▁▅███▆▃▁ ] [ ▁▄▇█▅▁ ] dim 0895 μ= +0.002 σ= 0.044 zeros= 0% [ ▁▃▅██████▆▂▁ ] [ ▄██▂ ] dim 0896 μ= +0.036 σ= 0.032 zeros= 0% [ ▁▃▆████▆▁ ] [ ▃█▃ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁██▁ ] dim 0898 μ= -0.033 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ █▆ ] dim 0899 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▆█▂ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▂████▅▂▁ ] [ ▅█▆ ] dim 0901 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▂██▂ ] dim 0902 μ= +0.019 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▆▂ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ██▁ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▄██▄ ] dim 0905 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▄▇█████▄▁ ] [ ▂▆█▁ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▄█▅ ] dim 0908 μ= -0.006 σ= 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.024 zeros= 0% [ ▁▅███▆▁ ] [ ▁▆█▄ ] dim 0915 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▂████▅▁ ] [ ▅█▆ ] dim 0916 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▂ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▇ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▇▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▁ ] dim 0920 μ= -0.029 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▆██▂ ] dim 0921 μ= +0.032 σ= 0.035 zeros= 0% [ ▂▄█████▅▁ ] [ ▃█▄ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▃█▂ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▇█ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▂████▃▁ ] [ ▂██▅ ] dim 0925 μ= -0.031 σ= 0.034 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▄█▅ ] dim 0926 μ= +0.032 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▃ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▇▃ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▄▇████▆▃▁ ] [ ▃█▇ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▃ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▃▇█▆▁ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▅█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▂█ ] dim 0933 μ= -0.012 σ= 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.021 zeros= 0% [ ▂███▅▁ ] [ █▇▄ ] dim 0938 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▇█▃ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▅ ] dim 0940 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂█▇▁ ] dim 0941 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅▃ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▁▂▅█████▆▄▁ ] [ ▅█▁ ] dim 0943 μ= -0.011 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█▅ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃▆███▇▄▁ ] [ █▄ ] dim 0945 μ= +0.017 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▄█▅ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃ ] [ ▅█▃ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▄ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▂██▄ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▄████▆▂▁ ] [ ▆█▁ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▅█▂ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▆▂ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▄█▄ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▆█▆ ] dim 0954 μ= -0.026 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▅▁ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ █▁ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▂███▁ ] [ █▆ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▆█▂ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▃██▃ ] dim 0959 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅████▄▂ ] [ ▃██ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▂█▅ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▁█▃ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆█▂ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂██▅ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▅████▆▃▁ ] [ ▃█▆▃ ] dim 0965 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▃▇██▃ ] dim 0966 μ= +0.013 σ= 0.041 zeros= 0% [ ▁▃███████▄▁ ] [ ▆█▁ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▅██▃ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▂▇████▆▃ ] [ ▃▅█▆▁ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▂▅▇█▄ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▁▂▄▇██████▄▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▁▆█▆ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▅█████▃▁ ] [ █▅ ] dim 0973 μ= -0.002 σ= 0.020 zeros= 0% [ ▂▇██▄▁ ] [ █▃ ] dim 0974 μ= -0.021 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▁█▃ ] dim 0975 μ= -0.006 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▆█▆ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▆█▆ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ██▄ ] dim 0978 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▁██ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▅█▄ ] dim 0980 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▆ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▁█▇▂ ] dim 0982 μ= +0.003 σ= 0.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.022 σ= 0.037 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▃▇█▂ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▇█ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▄█▇▂ ] dim 0989 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▅█▅▃ ] dim 0990 μ= -0.022 σ= 0.034 zeros= 0% [ ▁▃█████▆▂ ] [ █▃ ] dim 0991 μ= -0.003 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▄██ ] dim 0992 μ= -0.021 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▁▆█▅▁ ] dim 0993 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁▁ ] [ ▄██▂ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▄██▄ ] dim 0995 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ██ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▆█▃ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▄ ] dim 0998 μ= +0.014 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▁█▅ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▃▇█▂ ] dim 1000 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▅████▅▁ ] [ ▃▆█▂ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▂▆████▅▃ ] [ ▆█▂ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ █▇ ] dim 1003 μ= +0.019 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▃█▆ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▅ ] dim 1005 μ= +0.011 σ= 0.029 zeros= 0% [ ▃████▆▂▁ ] [ ▅█▅ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▅█▂ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▅█▁ ] dim 1009 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▅██▃ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ▆██▁ ] dim 1011 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▃▆█▂ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▆ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▅██ ] dim 1014 μ= -0.002 σ= 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.011 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▁██▆ ] dim 1019 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▅ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▅ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▂▅█▅ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▆████▆▃▁ ] [ ▁▆█▄ ] dim 1023 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▂▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.6s smell: 200/2000 ( 10%) 0.8s smell: 300/2000 ( 15%) 1.2s smell: 400/2000 ( 20%) 1.5s smell: 500/2000 ( 25%) 1.8s smell: 600/2000 ( 30%) 2.5s smell: 700/2000 ( 35%) 2.8s smell: 800/2000 ( 40%) 3.3s smell: 900/2000 ( 45%) 3.5s smell: 1000/2000 ( 50%) 3.8s smell: 1100/2000 ( 55%) 4.5s smell: 1200/2000 ( 60%) 4.9s smell: 1300/2000 ( 65%) 5.3s smell: 1400/2000 ( 70%) 5.8s smell: 1500/2000 ( 75%) 6.8s smell: 1600/2000 ( 80%) 7.8s smell: 1700/2000 ( 85%) 8.4s smell: 1800/2000 ( 90%) 9.0s smell: 1900/2000 ( 95%) 9.6s smell: 2000/2000 (100%) 10.3s smell: isotropy=0.179 full-cov, 0.791 diag-only (effective rank ~183.7/1024 full, ~809.9/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.179 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 21.9s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▆██▅▁ ] dim 0585 μ= -0.032 σ= 0.049 zeros= 0% [ ▁▂▃▆██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▁▅█▆▅▂ ] dim 0910 μ= -0.009 σ= 0.049 zeros= 0% [ ▁▃▆██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0489, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▄█▃ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▆█▂ ] dim 0001 μ= +0.018 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃██▃ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▆█▅ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▃█▃ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▃ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▃█ ] dim 0006 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▁ ] [ █▆ ] dim 0007 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁█▂ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▄█▇ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▆████▂ ] [ ▂▇█▃ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆▁ ] dim 0011 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▂▆████▅▁ ] [ █▇ ] dim 0012 μ= +0.011 σ= 0.019 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.000 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ █▇▃ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▆▃ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▇█████▃▁ ] [ ▅█▆ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▅████▃▁ ] [ ▆█▁ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ █▆ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▄ ] dim 0022 μ= +0.000 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁▁ ] [ ▂▆█▇▆▂ ] dim 0023 μ= -0.006 σ= 0.046 zeros= 0% [ ▂▄██████▆▃▁ ] [ ▂█▇▄ ] dim 0024 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▄ ] dim 0026 μ= +0.027 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▇█▁ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▃ ] [ ▃█▄ ] dim 0028 μ= +0.027 σ= 0.030 zeros= 0% [ ▁▆████▂▁ ] [ ▆█▄ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▁█▇ ] dim 0030 μ= -0.010 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▄ ] dim 0031 μ= -0.014 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▃▇█▂ ] dim 0032 μ= +0.031 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂█▇ ] dim 0033 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▃███▇▃▁ ] [ ▆█▁ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▁ ] dim 0035 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▁ ] dim 0036 μ= +0.000 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0037 μ= -0.028 σ= 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.036 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▃ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▄█▆ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▇▁ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▆█▃ ] dim 0044 μ= -0.024 σ= 0.030 zeros= 0% [ ▃████▅▁ ] [ ▇█▃ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ██ ] dim 0046 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▇ ] dim 0047 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▂▇████▃ ] [ ▆▇█▄ ] dim 0048 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▅█▄ ] dim 0049 μ= +0.022 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▁ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ██▃ ] dim 0051 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▂▇███▅▁ ] [ █▁ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▄█ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▅█ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▆█▁ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▅█▄ ] dim 0056 μ= +0.019 σ= 0.029 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.030 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ ▆█▁ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂█▇▁ ] dim 0064 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▅ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▂▄███▆▂ ] [ █▅ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▇▄ ] dim 0067 μ= -0.004 σ= 0.038 zeros= 0% [ ▃▆█████▄▁ ] [ █▇ ] dim 0068 μ= +0.011 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁█▅ ] dim 0070 μ= -0.010 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▃█▇▁ ] dim 0071 μ= +0.008 σ= 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.033 zeros= 0% [ ▂▆████▄▁ ] [ ▆█ ] dim 0075 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▆██▇▂ ] [ ▃█▁ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▄██▅ ] dim 0077 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▆█ ] dim 0078 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▇▁ ] dim 0079 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ █▃ ] dim 0080 μ= -0.012 σ= 0.014 zeros= 0% [ ▄██▁ ] [ █▆ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▅▇█▅ ] dim 0082 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ██▁ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂▇█▂ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ ▆█▁ ] dim 0085 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▅ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂ ] [ ▁█▇ ] dim 0087 μ= +0.012 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃██▁ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▆█▅ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▃████▇▄▁ ] [ ▇█▇▁ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃█████▄▂ ] [ █▇ ] dim 0091 μ= +0.032 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▂▇█▄ ] dim 0092 μ= +0.035 σ= 0.034 zeros= 0% [ ▂▅████▅▂▁ ] [ ▂██▄ ] dim 0093 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█▃ ] dim 0094 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ █▄ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▃█▆ ] dim 0096 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▆█▁ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▄█▅ ] dim 0098 μ= +0.005 σ= 0.026 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.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁█▅ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ██▁ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▃█▆ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▂██▁ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▄█ ] dim 0107 μ= -0.002 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▆█▆▁ ] dim 0108 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▃▇████▄▁▁ ] [ ▁█▆ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁█▆ ] dim 0110 μ= +0.008 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂█▁ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃█▇ ] dim 0112 μ= +0.007 σ= 0.026 zeros= 0% [ ▄███▇▁ ] [ █▂ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂█▇▄ ] dim 0114 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▃▅████▇▂▁ ] [ ▅█▆▁ ] dim 0115 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ █▄ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▅█ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▄█▆▂ ] dim 0118 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁█▇ ] dim 0119 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▆█▇▄ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▃█████▆▂▁ ] [ ██▁ ] dim 0121 μ= +0.013 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃█▃ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▃ ] dim 0124 μ= -0.014 σ= 0.020 zeros= 0% [ ▂▇██▄ ] [ ▃▆█▅ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▂▄▇█████▆▂▁ ] [ █ ] dim 0126 μ= +0.021 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▂█▁ ] dim 0127 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▅█▅ ] dim 0128 μ= -0.018 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▄██▅ ] dim 0129 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▁▁ ] [ ▇█ ] dim 0130 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▆█▄ ] dim 0131 μ= -0.000 σ= 0.029 zeros= 0% [ ▃▇███▆▂ ] [ ▂█▅ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ █▃ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▄█▂ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0135 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▁▄█▇▄ ] dim 0136 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▄█████▇▂▁ ] [ ▆█▃ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ██▁ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▃█▅ ] dim 0139 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0140 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▁█▅ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ █▅ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃█▅ ] dim 0143 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▁▆██▃ ] dim 0144 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▄█████▅▁ ] [ ▁█▁ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▇█▃ ] dim 0146 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▆ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▄█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▂█▆ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▄█▇▃ ] dim 0150 μ= -0.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.030 zeros= 0% [ ▁▃████▄▁ ] [ ▃██▃ ] dim 0154 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ █▃ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ▁▇█▄ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ █▆▁ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▅█ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▂██▅ ] dim 0159 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▄████▇▂▁ ] [ ▄█▃ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▇▄ ] dim 0161 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▅████▅▂▁ ] [ ▆█▂ ] dim 0162 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▅█▅ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▁█▇▂ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ ▂█▇ ] dim 0165 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▆▂ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▅████▄▂ ] [ ▇█ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▃██▄ ] [ █ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▇█▄ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▂▇███▆▁ ] [ ▅█▄ ] dim 0170 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▃▇████▂ ] [ ▃█▇▂ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▇█ ] dim 0172 μ= -0.008 σ= 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.027 zeros= 0% [ ▁▃████▃ ] [ ▂█▂ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▆█▄ ] dim 0179 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▁█▅ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▄█▃ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▂██ ] dim 0182 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▃████▂▁ ] [ ▃██▃▁ ] dim 0183 μ= -0.004 σ= 0.042 zeros= 0% [ ▁▄▇█████▄▂ ] [ ▃█▅▁ ] dim 0184 μ= +0.005 σ= 0.033 zeros= 0% [ ▃▇████▃▁ ] [ ▅█▄ ] dim 0185 μ= -0.019 σ= 0.031 zeros= 0% [ ▁▂████▇▂▁ ] [ ▅█ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ ▂█▄ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▄▇█▄ ] dim 0189 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▄▆█████▄▂ ] [ ▄██▃ ] dim 0190 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁▆█▃ ] dim 0191 μ= -0.003 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▃ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▁▆█▅ ] dim 0193 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇▁ ] dim 0194 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▃█▆ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ ▁█▄ ] dim 0196 μ= +0.027 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▃ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▃█▄ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▃ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▅ ] dim 0200 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ █▇ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃█▃ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃█▇ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▅ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▇█ ] dim 0205 μ= +0.013 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▂█▄ ] dim 0206 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▂▅█▃ ] dim 0207 μ= +0.013 σ= 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.001 σ= 0.032 zeros= 0% [ ▁▃▇███▇▂ ] [ ▂██▄ ] dim 0212 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▅████▇▂▁ ] [ ▆█▂ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▁▇█▃ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▃ ] dim 0215 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▂██▁ ] dim 0216 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▆ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁█ ] dim 0218 μ= -0.000 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▄█▆ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▄ ] dim 0220 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▅███▇▂ ] [ ▇█ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁███▇▁ ] [ ▅█▃ ] dim 0222 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▅ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▅█▄ ] dim 0224 μ= +0.020 σ= 0.030 zeros= 0% [ ▂████▆▂ ] [ ▂█▇▁ ] dim 0225 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄█▃ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▆███▅▂ ] [ ▃█▅ ] dim 0227 μ= -0.034 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▂▇█▅ ] dim 0228 μ= +0.039 σ= 0.037 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▂█▄ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▄ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▃█▄ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▆ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▁██▁ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▄█▄ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃█▂ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▅ ] dim 0236 μ= +0.020 σ= 0.040 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▇█ ] dim 0237 μ= -0.009 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▂█▇▁ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▃ ] dim 0239 μ= -0.019 σ= 0.028 zeros= 0% [ ▂▅███▅▂ ] [ ▅█▁ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▂▆███▂▁ ] [ ▁▆▇█▄ ] dim 0241 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▃█████▇▂▁ ] [ ▃█▄ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▃██▃ ] dim 0244 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▅█▅ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▃▆████▃▁ ] [ █▁ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█▆ ] dim 0247 μ= -0.039 σ= 0.035 zeros= 0% [ ▁▃████▇▄▁ ] [ ▆██▃ ] dim 0248 μ= +0.009 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▆█▅ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▃ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▄███▃ ] [ █ ] dim 0251 μ= +0.022 σ= 0.014 zeros= 0% [ ▇█▇ ] [ ▆█ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁█▄ ] dim 0253 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▆▃ ] dim 0255 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▂▄█▅▄ ] dim 0256 μ= -0.014 σ= 0.047 zeros= 0% [ ▁▃▅██████▄▂ ] [ ▅█▅ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▄ ] dim 0258 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▂ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▇█▅ ] dim 0260 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁█ ] dim 0261 μ= -0.019 σ= 0.016 zeros= 0% [ ▁███▁ ] [ █▅ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ █▆ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▃█▅ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▁██ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0266 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▅ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁▅█▆▂ ] dim 0268 μ= +0.024 σ= 0.038 zeros= 0% [ ▁▅█████▅▂ ] [ ▆█▅ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▄ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃████▅▂▁ ] [ ▁██▁ ] dim 0271 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▇ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▃█▇▄ ] dim 0273 μ= +0.014 σ= 0.036 zeros= 0% [ ▂▇████▇▂▁ ] [ ▂█▆▁ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▃ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ██ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▆ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄███▇▂▁ ] [ █▆ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▆█▅ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▂▄████▇▃ ] [ ▂█▄ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▂███▄▁ ] [ ▄█▅ ] dim 0281 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▃ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂██▂ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇▁ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▅▁ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▇▃ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▂ ] dim 0287 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▁▅██▃ ] dim 0288 μ= -0.012 σ= 0.043 zeros= 0% [ ▁▂▅█████▇▃▁▁ ] [ █▆ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▂█▇▃ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂▁ ] [ █ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▇▇█▁ ] dim 0292 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█▂ ] dim 0294 μ= -0.004 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▇█▄ ] [ ▄█▃ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▇█ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▄█▄ ] dim 0299 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▇█▅ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃██ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▇▂ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ █ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▁▇█▅ ] dim 0304 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▄█▅▁ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▃▇█▃ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▆████▇▂▁ ] [ █▆ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃██▃ ] dim 0308 μ= +0.030 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄█▄ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆███▇▂ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▇█▂ ] [ █▂ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▂██▅ ] dim 0312 μ= +0.018 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▁█▃ ] dim 0313 μ= +0.003 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃▆█▇▂ ] dim 0314 μ= +0.004 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▄█▂ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▇█▁ ] dim 0316 μ= -0.026 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▃█▅ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ █▆ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▅█▆ ] dim 0319 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▂█▄ ] dim 0320 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▅█ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▃█▇▃ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂▆█▄ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ ▄█ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▅█▇▄ ] dim 0325 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▆████▅▂ ] [ ▆█▁ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▃█ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▃███▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▃█▄ ] [ ▄█▆ ] dim 0329 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▇████▂ ] [ ▂▇█▅▁ ] dim 0330 μ= +0.019 σ= 0.041 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▃█▇█ ] dim 0331 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▂█▂ ] dim 0332 μ= +0.023 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▇█▃ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▃█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▃█▄ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█▅ ] dim 0336 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▆ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▆ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▄█▅ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅███▇▃ ] [ ▅█▄ ] dim 0340 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂████▇▂ ] [ ▅█ ] dim 0341 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▄██▇▁ ] [ ▂█▃ ] dim 0342 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0343 μ= +0.001 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▇█▁ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁▆█▁ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▄█ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▁▇█▃ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃██▃ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▇█▃ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▆█ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▃██▆ ] [ ▄█▃ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█▅ ] dim 0352 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▅ ] dim 0353 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂▆█▃ ] dim 0354 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▂▅████▇▂▁ ] [ █▆ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▄██▄ ] dim 0356 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▅█▂ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▃▇███▄▁ ] [ ▁█ ] dim 0358 μ= -0.002 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▃█▇ ] dim 0359 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁██▁ ] dim 0360 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▁ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▄▇████▄▁ ] [ ▅█ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▅█▃ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃▇███▅▂ ] [ ▃█▇▂ ] dim 0364 μ= +0.011 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▁██▂ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▁ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ █ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ██ ] dim 0368 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ █▇ ] dim 0369 μ= +0.033 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▄█▁ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▆██▃ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▄█████▅▂ ] [ ██▅▁ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▁██▆ ] dim 0373 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ▂█▂ ] dim 0374 μ= -0.019 σ= 0.021 zeros= 0% [ ▂███▂ ] [ ▁█▆ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▇█▂ ] dim 0377 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▃ ] dim 0378 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▄ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▁ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▁█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃▇█▂ ] dim 0382 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0383 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂██▁ ] dim 0384 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▅█▄ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▆ ] dim 0386 μ= +0.010 σ= 0.023 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.026 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ ▅█▅ ] dim 0391 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▃▇███▆▁ ] [ ▅█▃ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▅▂ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▃█ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▂▇█▅ ] dim 0395 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▄ ] dim 0396 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▂ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█▆▂ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▂▅█████▄▂ ] [ █▃ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▄██▆ ] dim 0400 μ= -0.005 σ= 0.037 zeros= 0% [ ▂▇█████▃▁ ] [ ▅█▆ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▃ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▅███▄ ] [ ▆█▁ ] dim 0403 μ= -0.006 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▄█▄ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▁▆█▃ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▆█ ] dim 0406 μ= +0.014 σ= 0.018 zeros= 0% [ ▄██▅ ] [ ██ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▃█▅ ] dim 0408 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▄█▃ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▅ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▂▅█▇▁ ] dim 0412 μ= +0.002 σ= 0.039 zeros= 0% [ ▂▄█████▅▂ ] [ ▁█▇ ] dim 0413 μ= -0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▁▆█▃ ] dim 0416 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▃█▆ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▄ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▄█ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▅█▆▁ ] dim 0420 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▆ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▆███▅▂ ] [ ▇█ ] dim 0422 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▇█ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█ ] dim 0424 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▆█▇▂ ] dim 0425 μ= -0.013 σ= 0.040 zeros= 0% [ ▁▁▃█████▆▃▁ ] [ █ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ██▃ ] [ ▁▆█▇▃ ] dim 0427 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▇█▆ ] dim 0428 μ= +0.019 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ █▅ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂█▅ ] dim 0430 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▇█▁ ] dim 0431 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ██ ] dim 0432 μ= +0.011 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃█▆ ] dim 0433 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▄ ] dim 0434 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▃ ] dim 0435 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▃▇█▃ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▃▇█▂ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▃ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▆ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▂▅███▅▂ ] [ ▅█▆ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ ▂██▆ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▁▄█████▄▁ ] [ ██ ] dim 0442 μ= +0.011 σ= 0.020 zeros= 0% [ ▇██▅▁ ] [ █▇ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▆█▇▅▂ ] dim 0444 μ= +0.015 σ= 0.045 zeros= 0% [ ▁▅██████▄▂▁ ] [ █▃ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▄█▃ ] dim 0446 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▂▇███▅▁ ] [ ▄█▃ ] dim 0447 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▄█▆ ] dim 0448 μ= -0.014 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ██ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▃ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▅ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▇▁ ] dim 0452 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▇█ ] dim 0453 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ █ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▇█▅ ] [ ▁▅▇█▅ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▂▅██████▅▁ ] [ ▄█▄ ] dim 0456 μ= -0.017 σ= 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.025 zeros= 0% [ ▂████▂ ] [ ▅█ ] dim 0461 μ= -0.005 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▁█▃ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▅█▇▁ ] dim 0463 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂▆█▅▃ ] dim 0464 μ= -0.020 σ= 0.043 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▇█▁ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▂▇█▅ ] dim 0466 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▃█▂ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃█▃ ] dim 0468 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▄█▄ ] dim 0469 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▆███▅▁ ] [ █▂ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂█ ] dim 0471 μ= +0.039 σ= 0.016 zeros= 0% [ ▁██▅ ] [ ▇█▃ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ █▁ ] dim 0473 μ= -0.016 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▇ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▆ ] dim 0476 μ= -0.011 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▆█ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▆█▂ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▄█▅ ] dim 0479 μ= +0.006 σ= 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.011 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▆▁ ] dim 0484 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▄▆████▃▁ ] [ ▄█ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▅█▆ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▅█▂ ] dim 0487 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▅▂ ] dim 0488 μ= +0.024 σ= 0.043 zeros= 0% [ ▁▃▅█████▇▃▁ ] [ ▇█▁ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▄█▇▁ ] dim 0490 μ= -0.012 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▁█ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▃█▆ ] dim 0492 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▁ ] dim 0494 μ= +0.021 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▃█▅ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▁ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▅██▁ ] [ █▃ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ ▂▆██▁ ] dim 0498 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▁▂▆█████▄▁ ] [ ▂██▁ ] dim 0499 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅▁ ] dim 0500 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▇█ ] dim 0501 μ= -0.007 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▁█▂ ] dim 0502 μ= +0.021 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▇█▇ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▂████▇▂▁ ] [ ▁█ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ██▂ ] [ ▅█▂ ] dim 0505 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▁█▆ ] dim 0506 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▆ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▆█▄ ] dim 0508 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ ▄█▃ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▁▆█▂ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▆▂ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂█▅ ] dim 0512 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▅█▅ ] [ ▃█▇▄ ] dim 0514 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▂█▇ ] dim 0515 μ= -0.030 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▂█▂ ] dim 0516 μ= +0.024 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▄▆█▅ ] dim 0517 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▂█▄ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▆█▄ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▂██▂ ] dim 0520 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▅▁ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▄█████▂▁ ] [ ▇█ ] dim 0522 μ= +0.012 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃█ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▂██▇ ] [ ▇█▁ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▅█ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▃█▅ ] dim 0526 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ██ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▅█▆ ] dim 0528 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▁██▄ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▄ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁██▄ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▄█ ] dim 0533 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▆█▄ ] dim 0534 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂▅██▂ ] dim 0535 μ= -0.016 σ= 0.038 zeros= 0% [ ▁▅█████▆▂▁ ] [ ▆█ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▅█▅ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▇ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▁▆█▇▂ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▄█████▅▁ ] [ ▄█▇▃ ] dim 0540 μ= -0.007 σ= 0.035 zeros= 0% [ ▂▅████▇▂ ] [ ▄█▃ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▇▃ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▂▄█▆▁ ] dim 0543 μ= +0.019 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▁█▄ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0545 μ= -0.020 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▆▁ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█▇ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▂█▅ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂██▂ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▇▅ ] dim 0550 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃█████▇▃▁ ] [ █▄ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▇█▂ ] dim 0552 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ██▂ ] dim 0553 μ= -0.006 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▁▇█▄ ] dim 0555 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▄████▅▁▁ ] [ ▆█▆▁ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█ ] dim 0557 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ █▆ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁▄█▅▃ ] dim 0559 μ= -0.012 σ= 0.040 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▁█▇▄ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂▇█▅ ] dim 0561 μ= -0.022 σ= 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.021 zeros= 0% [ ▂███▄ ] [ ▄█▂ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▄█▅ ] dim 0566 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▄████▂ ] [ █ ] dim 0567 μ= +0.002 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ██▁ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▇ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▇█▁ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▆█▆ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃████▇▃ ] [ █▂ ] dim 0572 μ= +0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▆█ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃▆██▃ ] dim 0575 μ= +0.004 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▄▁ ] [ ▆█▁ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▃ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▆██▂ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▂▆████▅▁ ] [ ▁█▆ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▃ ] dim 0580 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▂ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▄ ] [ ▁█▂ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▄█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▃█▄ ] dim 0584 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▆███▆▃ ] [ ▂▆██▅▁ ] dim 0585 μ= -0.032 σ= 0.049 zeros= 0% [ ▁▂▃▆██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▂█▂ ] dim 0586 μ= +0.001 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ██ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▅█▆ ] dim 0588 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▃█▆ ] dim 0590 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▂█ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃██▅ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂▆█▆ ] dim 0594 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▅█████▄▂ ] [ ▄█▇ ] dim 0595 μ= +0.009 σ= 0.027 zeros= 0% [ ▄███▇▂ ] [ ▁█▃ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁█▇▂ ] dim 0597 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▅ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ █ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▆█▇ ] [ ▆█▅▂ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▇█ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ █▆ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▆█▃ ] dim 0603 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▅█▄ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▁▇█▂ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ █▅ ] dim 0606 μ= +0.030 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▁▇█▇ ] dim 0607 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▂▇█▆ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▂▅█████▅▁ ] [ ▄█▆▁ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▁ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▆█▂ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆██▄ ] dim 0612 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▄█████▇▃▁ ] [ █ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▇█▄ ] [ ▁█▆ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ ██ ] dim 0615 μ= -0.008 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▆█▂ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▆▁ ] dim 0617 μ= +0.006 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▅█▃ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▂ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂██▃ ] dim 0622 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁█▅ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▇█ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▅█▂ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▆▂ ] dim 0626 μ= -0.016 σ= 0.039 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▇█▂ ] dim 0627 μ= +0.018 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▁▇█▆▁ ] dim 0628 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▇▁ ] dim 0629 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▅ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▆ ] dim 0631 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ █▃ ] dim 0632 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▇██▃▁ ] [ ▃█▃ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ██ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▅██▅ ] [ ▂██▆▁ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▂▆█████▅▁ ] [ ▄█ ] dim 0636 μ= -0.002 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▆█▂ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▃█ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▃▇█▅ ] dim 0639 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▅████▇▂▁ ] [ ▂█▂ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄██▅ ] dim 0641 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▄▇█████▃▁ ] [ ▆█▂ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0643 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▅ ] dim 0644 μ= -0.016 σ= 0.030 zeros= 0% [ ▂▆███▆▂▁ ] [ ▁▆█▃ ] dim 0645 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▆ ] dim 0646 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▁ ] dim 0647 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▅ ] dim 0648 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▃▇█▃ ] dim 0649 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▃█▇▂ ] dim 0650 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆▁ ] dim 0651 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▃▆█▁ ] dim 0652 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▆ ] dim 0653 μ= -0.015 σ= 0.031 zeros= 0% [ ▂▇███▇▄▁ ] [ ▆█▁ ] dim 0654 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▄█▄ ] dim 0655 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▃ ] dim 0656 μ= +0.003 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▇▃ ] dim 0657 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▃█▁ ] dim 0658 μ= -0.000 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▃ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▁▅█▅▂ ] dim 0660 μ= +0.003 σ= 0.038 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█▁ ] dim 0661 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▁▅██▃ ] dim 0663 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▃█████▇▄▁ ] [ ▅█▄ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▆▁ ] [ ▄▇█▂ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▃█▄ ] dim 0666 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▃█▇▄ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▅ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▄█▄ ] dim 0669 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ █▇ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▂█▅ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▂███▆▂ ] [ █▄ ] dim 0673 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▆█▂ ] dim 0674 μ= +0.019 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▄ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▂▆███▄▂ ] [ ▂█▄ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▃ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ██ ] dim 0678 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▇███▁ ] [ ▆█▂ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ █▄ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▂▇██▄ ] [ ▆█▁ ] dim 0681 μ= +0.038 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █▄ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▅ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▃█ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▇█▁ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▃██▅▁ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▂▇█████▄▂▁ ] [ ▆█▃ ] dim 0687 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▆▂ ] dim 0688 μ= -0.016 σ= 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.030 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▄▁ ] dim 0693 μ= -0.016 σ= 0.033 zeros= 0% [ ▃▆████▃▁ ] [ █▆ ] dim 0694 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▃█▅ ] dim 0695 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▇ ] dim 0696 μ= +0.010 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ █ ] dim 0698 μ= -0.020 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▄█▃ ] dim 0699 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▆█▂ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅▂ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▃█▂ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▃▁ ] [ ▃█ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▂█▆▁ ] dim 0705 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █ ] dim 0706 μ= +0.025 σ= 0.013 zeros= 0% [ ▅██ ] [ ▂█ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▇▁ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▂ ] dim 0709 μ= +0.020 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▂██▇▂ ] dim 0710 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▂▆█████▅▁ ] [ ▆▇█▅ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▁█▅ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ █▆ ] dim 0713 μ= -0.007 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▃▆█▄ ] dim 0714 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▁ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█ ] dim 0716 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▄██▆ ] [ ▂█▇▁ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▄█ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▅█▆ ] dim 0719 μ= +0.041 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█▅ ] dim 0720 μ= +0.001 σ= 0.031 zeros= 0% [ ▃▇███▇▂ ] [ ▃█▅ ] dim 0721 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▇█ ] dim 0722 μ= -0.005 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▇█▅ ] dim 0723 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂████▇▃▁ ] [ ▅█▇▃ ] dim 0724 μ= +0.011 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▁█▄ ] dim 0725 μ= +0.005 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄▇█▅ ] dim 0726 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▄▆████▇▃▁ ] [ █▅ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▂█▂ ] dim 0728 μ= -0.018 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▆ ] dim 0729 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▅ ] dim 0730 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▆ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▇████▃ ] [ ▂█▅ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▅ ] dim 0733 μ= +0.006 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▇ ] dim 0734 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂█▄ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▆█ ] dim 0736 μ= -0.026 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▄█▄ ] dim 0737 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▃▇███▆▁ ] [ ▃▇█▆▄ ] dim 0738 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▃▇█████▇▃▁▁ ] [ ▁█▂ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃▇█▅ ] dim 0740 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▃██ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂▇█ ] dim 0742 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▁█▂ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃█▅ ] dim 0744 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃ ] [ ▆█▂ ] dim 0745 μ= +0.018 σ= 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.031 zeros= 0% [ ▁▃████▆▂ ] [ █▇ ] dim 0749 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃▇█▅ ] dim 0750 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▅█▅ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▄█▃ ] dim 0752 μ= +0.002 σ= 0.026 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.010 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁▆█▅ ] dim 0759 μ= +0.020 σ= 0.037 zeros= 0% [ ▂▄████▇▄▁ ] [ █▆ ] dim 0760 μ= -0.009 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▃██▄ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▂██▂ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁▇█▂ ] dim 0763 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▆ ] dim 0764 μ= +0.008 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ █▇ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂█▇▂ ] dim 0766 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂▆█▃ ] dim 0767 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▇█ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▇█▄ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▆█▃ ] dim 0770 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ █▅ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂█▇▁ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄██▃ ] dim 0774 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▆█ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▇▂ ] dim 0776 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▅ ] dim 0777 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ▅█ ] dim 0778 μ= +0.015 σ= 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.021 zeros= 0% [ ▁▇██▅▁ ] [ █▄ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂█▁ ] dim 0783 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▄███▄ ] [ ▄█▁ ] dim 0784 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▁ ] dim 0785 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▄█▅ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▂ ] dim 0787 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▁█▄ ] dim 0788 μ= +0.026 σ= 0.026 zeros= 0% [ ▅███▅▁ ] [ ▆█▃ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▁▇█▃ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▆████▆▂▁ ] [ █▆ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁██▃ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▄████▅▃▁ ] [ ▆█▁ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▆█▃ ] dim 0794 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▇█▁ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▇█▁ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁█▇ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▂███▇▂▁ ] [ ▄█▄ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▂ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅██▃ ] dim 0800 μ= +0.030 σ= 0.039 zeros= 0% [ ▂▃▇████▆▂▁ ] [ ██ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▅█ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ █▃ ] dim 0803 μ= +0.009 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▁██▆ ] dim 0804 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▅█████▂▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▅█▁ ] [ ▆█▂ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃▇█▅ ] dim 0807 μ= +0.018 σ= 0.039 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▄█▄ ] dim 0808 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ █▇ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▂█▇ ] dim 0810 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▅███▇▃▁ ] [ ▃██▃ ] dim 0811 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▂▅████▅▂ ] [ ▆█▇ ] dim 0812 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█▇ ] dim 0813 μ= +0.026 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ █▆ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▆█▁ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▄ ] [ ▄█▁ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▇█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▃█▆ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▂▆█▃ ] dim 0819 μ= +0.035 σ= 0.034 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅██▂ ] dim 0820 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▂ ] dim 0821 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▇█ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▅██▂ ] dim 0823 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ █▇▁ ] dim 0824 μ= -0.008 σ= 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.025 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▂▇█▄ ] dim 0829 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▁▅█▆▁ ] dim 0830 μ= +0.000 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ █ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂█▅ ] dim 0832 μ= -0.015 σ= 0.025 zeros= 0% [ ▄███▅▁ ] [ ▆█▄ ] dim 0833 μ= -0.000 σ= 0.030 zeros= 0% [ ▃████▆▂ ] [ ▁▇█▅ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█▂ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▂ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▆ ] dim 0837 μ= +0.026 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▇█ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▁█▆ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▃████▂ ] [ ▇█▄ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▄▂ ] [ ▂█▆ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▆█▅ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃▇███▇▂▁ ] [ █▆ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▃█▆ ] dim 0844 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▄██ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▄ ] dim 0846 μ= -0.022 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▅ ] dim 0847 μ= +0.023 σ= 0.033 zeros= 0% [ ▃████▇▃▁ ] [ ▆█▆ ] dim 0848 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂██▄ ] dim 0849 μ= +0.036 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▁ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁█▅ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▆▃ ] dim 0852 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▄█ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▇█ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ █ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▁█▆ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃█▅ ] dim 0857 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▄█▃ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▅█▇ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▁ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃▇█▅ ] dim 0862 μ= -0.024 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▇█ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▆██▇▂ ] [ ▂█▆ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▃█▂ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▅█▃ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0867 μ= +0.009 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▅ ] dim 0868 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▁ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▁▇█▄ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▃████▆▂ ] [ ▆█▆ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▄▇████▄▂ ] [ ▄▇█▃ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂▆█▁ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃▇█▄ ] dim 0874 μ= +0.015 σ= 0.036 zeros= 0% [ ▂▆█████▃▁ ] [ ▆█ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▂██▃ ] [ █▅ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▄█▁ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ██ ] dim 0878 μ= -0.008 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃█▇▃ ] dim 0879 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃▇█▂ ] dim 0880 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▃ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0882 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▇ ] dim 0883 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▃ ] dim 0884 μ= -0.004 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ █▃ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▃█▄ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▁ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▅ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▄█▆▂ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▇█▁ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅█▅ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ █▇ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▂██▃ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▇█▁ ] dim 0894 μ= -0.024 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇▆▃ ] dim 0895 μ= +0.001 σ= 0.043 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▁▆█▅ ] dim 0896 μ= +0.038 σ= 0.033 zeros= 0% [ ▁▃████▆▂ ] [ ▆█ ] dim 0897 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▇██▆▂ ] [ ▁█▅ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▄ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄███▇▃▁ ] [ ▁▇█▃ ] dim 0901 μ= +0.014 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▄█▄ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▆▄ ] dim 0903 μ= -0.023 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▄ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▇▁ ] dim 0905 μ= +0.024 σ= 0.038 zeros= 0% [ ▁▁▅█████▅▁▁ ] [ ▄█▄ ] dim 0906 μ= +0.019 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ █▅ ] dim 0907 μ= +0.008 σ= 0.018 zeros= 0% [ ▁▆██▂ ] [ ▇█▁ ] dim 0908 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▃█▄ ] dim 0909 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ ▁▅█▆▅▂ ] dim 0910 μ= -0.009 σ= 0.049 zeros= 0% [ ▁▃▆██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0489, mean_std=0.0265, +3.2sigma vs threshold=3.0sigma [ ▄█▂ ] dim 0911 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▃ ] dim 0912 μ= -0.016 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▆█ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▂███▇▂ ] [ ▃█▅ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂▇█▄ ] dim 0916 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ █▆ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂▇█▄ ] dim 0918 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▇███▇▃ ] [ █▆ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▂▇█▃ ] dim 0921 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▁▇█▁ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ █▇ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▄ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▅█▇▁ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ██▂ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▃████▄ ] [ ▂█▇ ] dim 0927 μ= +0.009 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▆█▅ ] dim 0928 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▁ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▆█ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▇▂ ] dim 0931 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▆████▅▂ ] [ █▁ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▅██▁ ] [ █▂ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▂▅█▅ ] dim 0934 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█▁ ] dim 0935 μ= -0.026 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █ ] dim 0936 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▄█ ] dim 0937 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▇▁ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▄ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▇█▂ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▃ ] dim 0941 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▂▆█▄ ] dim 0942 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▃▇████▇▄▂ ] [ ██ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▇█▂ ] dim 0944 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ██▃ ] dim 0946 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▆ ] dim 0947 μ= -0.011 σ= 0.026 zeros= 0% [ ▃███▇▂ ] [ █▇ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▇▁ ] dim 0949 μ= +0.005 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▃█▂ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂█▆ ] dim 0951 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▇█▅ ] dim 0952 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▃████▅▂▁ ] [ ▁▆█▁ ] dim 0953 μ= -0.007 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▆█▃ ] dim 0954 μ= -0.026 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▁▆█▁ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▁█ ] dim 0957 μ= -0.000 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▁█▅ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▃ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▆█ ] dim 0961 μ= -0.004 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▅█ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▄██▇▁ ] [ ▁█▆ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▅ ] dim 0964 μ= -0.015 σ= 0.032 zeros= 0% [ ▃▆████▃▁ ] [ ▅█▆▁ ] dim 0965 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▅██▃ ] dim 0966 μ= +0.011 σ= 0.042 zeros= 0% [ ▁▄██████▄▁ ] [ █▆ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ █▇ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▇█▅ ] dim 0969 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▃█▇▃ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄▇█▆▂ ] dim 0971 μ= +0.015 σ= 0.047 zeros= 0% [ ▂▅██████▅▂▁ ] [ ▄██▂ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▃█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ █ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▆█ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ██ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▃████▂▁ ] [ ▄█▇▃ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▂▄████▅▂ ] [ ▅█▄ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▂█ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ █▅ ] dim 0980 μ= -0.010 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▅█▁ ] dim 0981 μ= +0.015 σ= 0.028 zeros= 0% [ ▃▇███▄▁ ] [ ▅█▅ ] dim 0982 μ= +0.002 σ= 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.036 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▄█▆ ] dim 0987 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▁▇█▇▁ ] [ ▅█▄ ] dim 0989 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█▄ ] dim 0990 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▂█ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▅█▄ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▄█▇▄ ] dim 0993 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ ▇█▅ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▄█▄▁ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂█████▄▁ ] [ █▄ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂█▇ ] dim 0997 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ ▆█ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅██▇▂ ] [ ▅█▂ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁██▄ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▄████▇▃ ] [ ▄█▅ ] dim 1001 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▃█▇ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃█ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▅█▁ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▂█▇ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▂██▁ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▂█▆ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█▂ ] dim 1008 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █▄ ] dim 1009 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ██▅ ] dim 1010 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▁▇█▄ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ ▄█▃ ] dim 1012 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▁ ] dim 1013 μ= -0.000 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▆█▄ ] dim 1014 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▆█▃ ] [ ▅█ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▅ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃█▆ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▇▃ ] [ ▂██▂ ] dim 1019 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▇█ ] dim 1020 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▁██▁ ] dim 1021 μ= +0.033 σ= 0.028 zeros= 0% [ ▁▃████▄ ] [ ▅█▆ ] dim 1022 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█▇ ] dim 1023 μ= +0.006 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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.233s][info][jfr,startup] Started recording 1. [0.233s][info][jfr,startup] [0.233s][info][jfr,startup] Use jcmd 3341467 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3680132985553378 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm will now reindex: explicitly requested May 30, 2026 10:17:20 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 108 segments, 11 merges 81.9s _17f: 8 segs, 375.4 K docs, 1687.0 MB 50.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 33.9s _19x: 8 segs, 42.0 K docs, 187.3 MB 29.2s _1a5: 8 segs, 42.0 K docs, 187.7 MB 24.7s _1ae: 8 segs, 79.1 K docs, 354.4 MB 20.9s _1al: 8 segs, 120.1 K docs, 538.7 MB 16.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 12.5s _1b0: 8 segs, 199.8 K docs, 897.4 MB 10.2s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 4.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 0.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 5.0 sec: 108 segments, 11 merges 86.9s _17f: 8 segs, 375.4 K docs, 1687.0 MB 55.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 39.0s _19x: 8 segs, 42.0 K docs, 187.3 MB 34.2s _1a5: 8 segs, 42.0 K docs, 187.7 MB 29.7s _1ae: 8 segs, 79.1 K docs, 354.4 MB 26.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 21.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 17.5s _1b0: 8 segs, 199.8 K docs, 897.4 MB 15.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 9.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 5.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 10.0 sec: 94 segments, 9 merges 91.9s _17f: 8 segs, 375.4 K docs, 1687.0 MB 60.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 34.8s _1ae: 8 segs, 79.1 K docs, 354.4 MB 31.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 26.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 22.5s _1b0: 8 segs, 199.8 K docs, 897.4 MB 20.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 14.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 10.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 15.0 sec: 94 segments, 9 merges 97.0s _17f: 8 segs, 375.4 K docs, 1687.0 MB 65.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 39.8s _1ae: 8 segs, 79.1 K docs, 354.4 MB 36.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 31.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 27.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 25.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 19.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 15.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 20.0 sec: 80 segments, 7 merges 70.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 41.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 36.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 32.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 30.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 24.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 20.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 25.0 sec: 80 segments, 7 merges 75.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 46.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 41.9s _1at: 8 segs, 84.9 K docs, 380.3 MB 37.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 35.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 29.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 25.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 30.0 sec: 73 segments, 6 merges 80.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 51.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 42.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 40.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 34.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 30.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 35.1 sec: 73 segments, 6 merges 85.4s _196: 8 segs, 343.1 K docs, 1541.6 MB 56.0s _1al: 8 segs, 120.1 K docs, 538.7 MB 47.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 45.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 39.9s _1bf: 11 segs, 58.0 K docs, 259.1 MB 35.8s _1bj: 11 segs, 45.4 K docs, 202.5 MB 40.1 sec: 39 segments, 3 merges 52.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 50.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 2.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 45.1 sec: 39 segments, 3 merges 57.6s _1b0: 8 segs, 199.8 K docs, 897.4 MB 55.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 7.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 50.1 sec: 32 segments, 2 merges 60.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 12.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 55.1 sec: 32 segments, 2 merges 65.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 17.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 60.1 sec: 32 segments, 2 merges 70.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 22.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 65.1 sec: 32 segments, 2 merges 75.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 27.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 70.1 sec: 32 segments, 2 merges 80.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 32.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 75.1 sec: 32 segments, 2 merges 85.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 37.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 80.1 sec: 32 segments, 2 merges 90.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 42.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 85.1 sec: 32 segments, 2 merges 95.3s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 47.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 90.0 sec: 32 segments, 2 merges 100.2s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 52.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 95.0 sec: 32 segments, 2 merges 105.2s _1b6: 8 segs, 641.1 K docs, 2883.0 MB 57.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 100.1 sec: 25 segments, 2 merges 62.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 3.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 105.1 sec: 25 segments, 2 merges 67.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 8.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 110.1 sec: 25 segments, 2 merges 72.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 13.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 115.1 sec: 25 segments, 2 merges 77.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 18.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 120.1 sec: 25 segments, 2 merges 82.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 23.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 125.1 sec: 25 segments, 2 merges 87.1s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 28.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 130.0 sec: 25 segments, 2 merges 92.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 33.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 135.0 sec: 25 segments, 2 merges 97.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 38.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 140.0 sec: 25 segments, 2 merges 102.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 43.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 145.0 sec: 25 segments, 2 merges 107.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 48.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 150.0 sec: 25 segments, 2 merges 112.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 53.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 155.1 sec: 25 segments, 2 merges 117.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 58.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 160.1 sec: 25 segments, 2 merges 122.0s _1bk: 3 segs, 1103.7 K docs, 4969.7 MB 63.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 165.1 sec: 23 segments, 2 merges 68.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 2.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 170.1 sec: 23 segments, 2 merges 73.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 7.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 175.1 sec: 23 segments, 2 merges 78.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 12.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 180.1 sec: 23 segments, 2 merges 83.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 17.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 185.1 sec: 23 segments, 2 merges 88.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 22.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 190.1 sec: 23 segments, 2 merges 93.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 27.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 195.1 sec: 23 segments, 2 merges 98.2s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 32.7s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 200.0 sec: 23 segments, 2 merges 103.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 37.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 205.0 sec: 23 segments, 2 merges 108.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 42.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 210.0 sec: 23 segments, 2 merges 113.1s _1bl: 3 segs, 1099.8 K docs, 4952.5 MB 47.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 215.0 sec: 21 segments, 1 merges 52.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 220.0 sec: 21 segments, 1 merges 57.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 225.0 sec: 21 segments, 1 merges 62.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 230.0 sec: 21 segments, 1 merges 67.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB 235.0 sec: 21 segments, 1 merges 72.6s _1bm: 8 segs, 476.9 K docs, 2143.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 858 seconds reindex takes 858.46 sec index has 14 segments: segments_2: _7x(11.0.0):C835872 _ju(11.0.0):C1134617 _1bk(11.0.0):C1103669 _x5(11.0.0):C1063692 _1bl(11.0.0):C1099843 _zh(11.0.0):C779144 _ve(11.0.0):C179680 _yf(11.0.0):C281040 _ys(11.0.0):C157478 _1b6(11.0.0):C641076 _1bm(11.0.0):C476901 _1al(11.0.0):C120141 _1at(11.0.0):C84892 _19x(11.0.0):C41955 _7x: 3766.0 MB _ju: 5114.0 MB _1bk: 4974.2 MB _x5: 4794.0 MB _1bl: 4957.0 MB _zh: 3510.2 MB _ve: 808.6 MB _yf: 1265.2 MB _ys: 708.6 MB _1b6: 2887.7 MB _1bm: 2147.7 MB _1al: 540.4 MB _1at: 381.7 MB _19x: 188.4 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36043.69 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=57692351347 cpu@end=69961886531 deltaMS=12269.535184 thread 14 name=Reference Handler cpu@start=1174121 cpu@end=1174121 deltaMS=0.0 thread 15 name=Finalizer cpu@start=136561 cpu@end=136561 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74625 cpu@end=74625 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2276353 cpu@end=2276353 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=13786156045 cpu@end=13787781262 deltaMS=1.625217 thread 42 name=JFR Periodic Tasks cpu@start=65300733945 cpu@end=65889952545 deltaMS=589.2186 thread 45 name=Notification Thread cpu@start=84448 cpu@end=84448 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1053571266215 cpu@end=1053571266215 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1052107945189 cpu@end=1052107945189 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1053140865246 cpu@end=1053140865246 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1054151804233 cpu@end=1054151804233 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1049293768768 cpu@end=1049293768768 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1055882216674 cpu@end=1055882216674 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1054094165000 cpu@end=1054094165000 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1051132197514 cpu@end=1051132197514 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1048310018579 cpu@end=1048310018579 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1053048844436 cpu@end=1053048844436 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1047532515212 cpu@end=1047532515212 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1058331635243 cpu@end=1058331635243 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1050503697509 cpu@end=1050503697509 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1051643631001 cpu@end=1051643631001 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1052954581545 cpu@end=1052954581545 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1050953460677 cpu@end=1050953460677 deltaMS=0.0 Average CPU cores used: 1.0472579136430502 completed 1000 searches in 12280 ms: 81 QPS CPU time=12860 ms checking results SUMMARY: 0.898 12.280 12.860 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 59555 858.46 9318.99 0.00 14 36043.69 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 835872 documents Graph level=3 size=46, Fanout min=3, mean=7.87, max=15, meandelta=64453.68 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 8 8 9 10 11 15 Graph level=2 size=734, Fanout min=7, mean=22.21, max=32, meandelta=34485.06 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 26 30 32 32 Graph level=1 size=25725, Fanout min=1, mean=27.90, max=32, meandelta=27407.56 % 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=835872, Fanout min=1, mean=39.61, max=64, meandelta=19549.77 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=46, connectedness=1.00 Graph level=2 size=734, connectedness=1.00 Graph level=1 size=25725, connectedness=1.00 Graph level=0 size=835872, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1134617 documents Graph level=3 size=83, Fanout min=4, mean=10.43, max=19, meandelta=86571.70 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 10 10 11 12 13 15 19 Graph level=2 size=1060, Fanout min=8, mean=23.50, max=32, meandelta=43750.43 % 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=34575, Fanout min=3, mean=27.99, max=32, meandelta=37052.18 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1134617, Fanout min=1, mean=39.54, max=64, meandelta=26560.05 % 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=83, connectedness=1.00 Graph level=2 size=1060, connectedness=1.00 Graph level=1 size=34575, connectedness=1.00 Graph level=0 size=1134617, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1103669 documents Graph level=3 size=51, Fanout min=4, mean=8.90, max=17, meandelta=99840.39 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 9 9 10 11 13 17 Graph level=2 size=866, Fanout min=8, mean=22.93, max=32, meandelta=44642.08 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 22 25 28 32 32 32 Graph level=1 size=33623, Fanout min=1, mean=28.07, max=32, meandelta=35904.43 % 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=1103669, Fanout min=1, mean=39.54, max=64, meandelta=25839.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=866, connectedness=1.00 Graph level=1 size=33623, connectedness=1.00 Graph level=0 size=1103669, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1063692 documents Graph level=3 size=77, Fanout min=4, mean=10.39, max=20, meandelta=83533.69 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 8 9 10 11 11 13 15 20 Graph level=2 size=986, Fanout min=8, mean=23.41, max=32, meandelta=41214.46 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 25 28 32 32 32 Graph level=1 size=32407, Fanout min=3, mean=28.11, max=32, meandelta=34607.85 % 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=1063692, Fanout min=1, mean=39.59, max=64, meandelta=24873.89 % 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=77, connectedness=1.00 Graph level=2 size=986, connectedness=1.00 Graph level=1 size=32407, connectedness=1.00 Graph level=0 size=1063692, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1099843 documents Graph level=3 size=41, Fanout min=3, mean=6.68, max=13, meandelta=96058.32 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 7 8 10 13 Graph level=2 size=863, Fanout min=7, mean=22.77, max=32, meandelta=44935.75 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 31 32 32 Graph level=1 size=33713, Fanout min=4, mean=28.09, max=32, meandelta=36016.29 % 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=1099843, Fanout min=1, mean=39.54, max=64, meandelta=25746.22 % 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=41, connectedness=1.00 Graph level=2 size=863, connectedness=1.00 Graph level=1 size=33713, connectedness=1.00 Graph level=0 size=1099843, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 779144 documents Graph level=3 size=33, Fanout min=4, mean=7.15, max=14, meandelta=85470.46 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 9 14 Graph level=2 size=655, Fanout min=6, mean=21.71, max=32, meandelta=32882.61 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 19 21 23 25 29 32 32 Graph level=1 size=23859, Fanout min=3, mean=27.92, max=32, meandelta=25517.46 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=779144, Fanout min=1, mean=39.61, max=64, meandelta=18227.88 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=33, connectedness=1.00 Graph level=2 size=655, connectedness=1.00 Graph level=1 size=23859, connectedness=1.00 Graph level=0 size=779144, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 179680 documents Graph level=3 size=8, Fanout min=1, mean=2.75, max=4, meandelta=20285.73 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 3 3 3 3 4 4 Graph level=2 size=165, Fanout min=6, mean=13.73, max=32, meandelta=10715.84 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 18 20 32 Graph level=1 size=5577, Fanout min=7, mean=27.11, max=32, meandelta=6054.16 % 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=179680, Fanout min=1, mean=39.38, max=64, meandelta=4240.70 % 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=165, connectedness=1.00 Graph level=1 size=5577, connectedness=1.00 Graph level=0 size=179680, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 281040 documents Graph level=3 size=22, Fanout min=3, mean=5.27, max=11, meandelta=36811.41 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 6 6 7 11 Graph level=2 size=243, Fanout min=6, mean=15.52, max=32, meandelta=14663.29 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 18 20 23 32 Graph level=1 size=8531, Fanout min=8, mean=27.30, max=32, meandelta=9309.50 % 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=281040, Fanout min=1, mean=39.54, max=64, meandelta=6599.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=22, connectedness=1.00 Graph level=2 size=243, connectedness=1.00 Graph level=1 size=8531, connectedness=1.00 Graph level=0 size=281040, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 157478 documents Graph level=3 size=6, Fanout min=3, mean=3.67, max=4, meandelta=27952.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 4 4 4 4 4 4 Graph level=2 size=141, Fanout min=5, mean=12.38, max=24, meandelta=10694.50 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 12 14 15 18 24 Graph level=1 size=4898, Fanout min=8, mean=26.95, max=32, meandelta=5327.36 % 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=157478, Fanout min=1, mean=39.23, max=64, meandelta=3729.17 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=141, connectedness=1.00 Graph level=1 size=4898, connectedness=1.00 Graph level=0 size=157478, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 641076 documents Graph level=3 size=24, Fanout min=2, mean=5.33, max=10, meandelta=50324.70 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 8 10 Graph level=2 size=507, Fanout min=6, mean=20.44, max=32, meandelta=29022.08 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 19 22 24 26 30 32 Graph level=1 size=19550, Fanout min=1, mean=27.84, max=32, meandelta=21088.69 % 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=641076, Fanout min=1, mean=39.63, max=64, meandelta=14998.63 % 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=507, connectedness=1.00 Graph level=1 size=19550, connectedness=1.00 Graph level=0 size=641076, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 476901 documents Graph level=3 size=22, Fanout min=3, mean=4.91, max=9, meandelta=34028.74 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 5 5 6 9 Graph level=2 size=341, Fanout min=5, mean=18.36, max=32, meandelta=23164.49 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 24 27 32 Graph level=1 size=14335, Fanout min=6, mean=27.72, max=32, meandelta=15720.79 % 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=476901, Fanout min=1, mean=39.65, max=64, meandelta=11158.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=22, connectedness=1.00 Graph level=2 size=341, connectedness=1.00 Graph level=1 size=14335, connectedness=1.00 Graph level=0 size=476901, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 120141 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=21831.44 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 3 Graph level=2 size=111, Fanout min=3, mean=11.62, max=23, meandelta=8673.69 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 23 Graph level=1 size=3710, Fanout min=8, mean=26.75, max=32, meandelta=4109.47 % 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=120141, Fanout min=2, mean=39.07, max=64, meandelta=2857.71 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=111, connectedness=1.00 Graph level=1 size=3710, connectedness=1.00 Graph level=0 size=120141, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 84892 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=16787.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=74, Fanout min=4, mean=10.19, max=17, meandelta=6921.49 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 11 11 13 14 17 Graph level=1 size=2579, Fanout min=8, mean=25.78, max=32, meandelta=2972.77 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 31 32 32 32 32 Graph level=0 size=84892, Fanout min=3, mean=38.80, max=64, meandelta=2030.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=74, connectedness=1.00 Graph level=1 size=2579, connectedness=1.00 Graph level=0 size=84892, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 41955 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=36, Fanout min=3, mean=7.83, max=12, meandelta=4358.07 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 9 9 9 11 12 Graph level=1 size=1278, Fanout min=6, mean=24.39, max=32, meandelta=1549.08 % 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=41955, Fanout min=2, mean=38.11, max=64, meandelta=1020.90 % 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=36, connectedness=1.00 Graph level=1 size=1278, connectedness=1.00 Graph level=0 size=41955, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 32,301,542.67 msec task-clock:u 122,259,314,105,794 cycles:u (36.36%) 129,305,785,638,525 instructions:u (36.36%) 2,755,865,354,108 cache-references:u (36.36%) 1,262,612,476,124 cache-misses:u (36.36%) 47,802,074,497,206 L1-dcache-loads:u (36.36%) 1,495,588,929,333 L1-dcache-load-misses:u (36.36%) 2,827,378,683,931 L1-icache-loads:u (36.36%) 11,346,801,713 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 26,311,380 faults:u 25,565,027 minor-faults:u 5,968 major-faults:u 11,264,716,372,864 branches:u (36.36%) 91,547,938,936 branch-misses:u (36.36%) 1,972,617,201,467 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1186.888266180 seconds time elapsed 31841.739717000 seconds user 449.914674000 seconds sys took 0:19:46.915964 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', 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=12.28, net_cpu_ms=12.86, 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=59555, index_time_sec=858.46, index_docs_per_sec=9318.99, force_merge_time_sec=0.0, index_num_segments=14, index_size_on_disk_mb=36043.69, 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: (36, {0: 0, 10: 4, 20: 5, 30: 6, 40: 7, 50: 8, 60: 9, 70: 9, 80: 9, 90: 11, 100: 12}), 1: (1278, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 25, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (41955, {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=1186, microseconds=915964)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 87 Start: 2026-05-31 02:17:20 (UTC) Duration: 1177 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 30955216 530567944 jdk.FileWrite 18330892 382886309 jdk.FileRead 8003683 182323587 jdk.ObjectAllocationInNewTLAB 62056 1234274 jdk.BooleanFlag 43152 1364699 jdk.CPULoad 21967 438706 jdk.Compilation 6343 163888 jdk.Checkpoint 5277 27248254 jdk.UnsignedIntFlag 4176 141618 jdk.IntFlag 3828 139633 jdk.StringFlag 2958 114698 jdk.ObjectAllocationOutsideTLAB 1153 20692 jdk.CPUInformation 87 130670 jdk.GCConfiguration 87 2258 jdk.JVMInformation 87 82559 jdk.Metadata 87 9615846 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30955216 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 60.55% 18M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] 13.17% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 5.31% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 4.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.01% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.64% 818420 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.42% 440369 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.00% 308456 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.90% 278558 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.61% 189042 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.51% 157565 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.34% 103859 java.lang.Math#clamp():2313 [JIT compiled code] 0.33% 103694 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.32% 99699 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.30% 93223 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.29% 89594 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.29% 88311 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.28% 88163 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.27% 84971 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.16% 50845 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.16% 50773 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.16% 49648 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.13% 41448 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.13% 41347 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 40389 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 34324 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 32338 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 30820 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 29752 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 28117 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 27887 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 27508 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 26451 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 25296 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.08% 24877 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] 0.07% 20802 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 19067 java.util.Arrays#sort():99 [Inlined code] 0.05% 15736 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.05% 15605 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 15246 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 14348 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.05% 13983 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 10407 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.03% 9810 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9152 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8687 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 8195 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 7329 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 6973 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 6650 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30955216 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 53.23% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 13.17% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 6.35% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 5.27% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 4.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.99% 924907 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] 2.40% 743021 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 1.35% 416372 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.95% 292558 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] 0.90% 278558 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.80% 248720 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.47% 144329 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.42% 130303 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.34% 105274 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.33% 103634 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.32% 100461 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.29% 88270 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.28% 87920 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.27% 84576 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.26% 81561 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 75399 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.22% 69442 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.20% 62648 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.19% 58108 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.16% 50657 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.16% 49200 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 47181 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 41947 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 41206 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.13% 40669 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.13% 40173 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.10% 32337 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.09% 29334 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 27880 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.09% 27647 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.09% 27317 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.09% 27253 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.09% 26814 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] 0.08% 25291 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.08% 24877 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():460 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():332 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 21806 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.07% 21106 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.07% 20550 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 20237 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Interpreted code] 0.06% 19067 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.06% 18711 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 18634 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.06% 18153 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.06% 18056 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] 0.06% 17552 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30955216 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 27.16% 8M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 23.91% 7M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 11.53% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 3.49% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 3.15% 974628 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.11% 963041 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.96% 915876 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.97% 609629 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 1.23% 381395 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.20% 371358 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002a19d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.16% 359414 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 1.14% 351416 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002a19d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.13% 348543 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.93% 286534 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.76% 235465 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.64% 199644 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002a19d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.52% 161842 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.52% 160942 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.42% 130447 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000002a1a1518#run() [JIT compiled code] 0.42% 130300 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.41% 126398 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.36% 111866 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.0x000000002a1a1518#run() [JIT compiled code] 0.32% 99301 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.30% 93938 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.28% 88198 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.24% 73449 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.23% 71549 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.23% 69692 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.22% 68217 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.21% 66048 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 60609 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.19% 59277 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002a19d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.18% 57063 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.18% 54578 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002a19d950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.16% 47998 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.15% 47389 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.15% 45672 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 44023 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.14% 43841 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 42743 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.14% 42194 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 41029 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.13% 41002 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 40975 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.13% 40173 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.0x000000002a07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 36851 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 36709 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.12% 36554 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 35314 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.11% 35012 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63183 events (total: 463642M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.35% 103645M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.32% 103499M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.66% 91173M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.87% 64294M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.34% 34032M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.72% 17232M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.36% 6302M java.lang.Integer#valueOf():1006 [Inlined code] 1.01% 4663M java.util.Arrays#copyOf():3478 [Inlined code] 0.86% 4010M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.70% 3254M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.62% 2868M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 2860M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.59% 2720M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.40% 1875M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 1762M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.30% 1368M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.29% 1326M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.22% 1022M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.19% 866M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 846M java.util.ArrayList#grow():240 [Inlined code] 0.18% 843M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 782M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 757M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 756M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.14% 642M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.13% 612M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.13% 612M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 499M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 485M knn.IndexerThread#_run():108 [JIT compiled code] 0.10% 455M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 405M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 375M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 345M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 331M org.apache.lucene.document.Document#():42 [Inlined code] 0.07% 322M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 318M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 283M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 213M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 208M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 196M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 194M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 183M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 178M org.apache.lucene.search.TopKnnCollector#topDocs():61 [Inlined code] 0.04% 178M org.apache.lucene.util.packed.DirectMonotonicReader#getBounds():151 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 149M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.02% 113M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 112M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63183 events (total: 463642M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.12% 84034M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.89% 82961M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.44% 53048M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.54% 39575M 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.55% 35003M 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.30% 33854M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.33% 24719M 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.37% 20261M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.23% 19607M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.41% 11161M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.33% 6164M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.31% 6071M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.96% 4451M 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.70% 3254M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.50% 2305M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.44% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.41% 1917M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.38% 1762M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1057M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 1022M 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.22% 1012M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.21% 990M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.21% 950M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 873M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 846M 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.17% 782M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 765M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.16% 742M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.16% 730M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 706M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.14% 642M 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.13% 606M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 601M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.11% 529M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.11% 510M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 488M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.10% 485M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 484M 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% 469M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.10% 452M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.09% 436M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.09% 413M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 390M 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% 375M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 373M 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% 370M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 362M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 359M 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% 358M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmFalse.jfr is 1083.83 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63183 events (total: 463642M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.52% 39511M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.30% 33854M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 5.73% 26588M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 5.73% 26561M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.69% 26370M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.64% 26152M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 5.40% 25027M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 5.38% 24954M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 4.84% 22453M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.46% 20696M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.97% 18413M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.56% 16493M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.55% 16468M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.78% 8250M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.54% 7117M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.45% 6699M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.33% 6164M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.16% 5387M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.99% 4588M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.97% 4490M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.96% 4451M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.95% 4420M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.94% 4359M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.93% 4306M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.90% 4193M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.76% 3531M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.63% 2919M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.63% 2908M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.59% 2756M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.59% 2723M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 2669M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.54% 2500M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.53% 2456M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.44% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.0x000000002a1a1518#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.38% 1762M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1668M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.33% 1541M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.31% 1458M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.30% 1392M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.30% 1382M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.25% 1149M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.23% 1069M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] 0.22% 1013M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.20% 919M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.0x000000002a1a1518#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.18% 855M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.18% 846M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 659M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#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.14% 657M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Interpreted code] 0.14% 650M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002a1a0fc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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.218s][info][jfr,startup] Started recording 1. [0.218s][info][jfr,startup] [0.218s][info][jfr,startup] Use jcmd 3358811 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3681818041680392 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm will now reindex: index does not exist May 30, 2026 10:45:25 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 125 segments, 14 merges 169.9s _133: 8 segs, 1088.6 K docs, 4899.3 MB 129.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 98.6s _178: 8 segs, 116.2 K docs, 520.7 MB 44.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 40.1s _1aa: 8 segs, 79.1 K docs, 354.2 MB 35.0s _1ai: 8 segs, 41.8 K docs, 186.5 MB 30.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 26.4s _1ay: 8 segs, 77.5 K docs, 347.0 MB 21.2s _1b7: 8 segs, 40.7 K docs, 181.7 MB 16.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 12.4s _1bm: 8 segs, 131.0 K docs, 587.8 MB 8.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 2.5s _1c1: 8 segs, 41.4 K docs, 184.9 MB 0.0s _1c3: 8 segs, 29.0 K docs, 129.3 MB 5.0 sec: 118 segments, 13 merges 174.9s _133: 8 segs, 1088.6 K docs, 4899.3 MB 134.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 49.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 45.1s _1aa: 8 segs, 79.1 K docs, 354.2 MB 40.0s _1ai: 8 segs, 41.8 K docs, 186.5 MB 35.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 31.4s _1ay: 8 segs, 77.5 K docs, 347.0 MB 26.2s _1b7: 8 segs, 40.7 K docs, 181.7 MB 21.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 17.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 13.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 7.5s _1c1: 8 segs, 41.4 K docs, 184.9 MB 5.0s _1c3: 8 segs, 29.0 K docs, 129.3 MB 10.0 sec: 104 segments, 11 merges 139.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 54.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 50.1s _1aa: 8 segs, 79.1 K docs, 354.2 MB 40.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 36.4s _1ay: 8 segs, 77.5 K docs, 347.0 MB 31.2s _1b7: 8 segs, 40.7 K docs, 181.7 MB 26.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 22.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 18.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 12.6s _1c1: 8 segs, 41.4 K docs, 184.9 MB 10.0s _1c3: 8 segs, 29.0 K docs, 129.3 MB 15.0 sec: 97 segments, 10 merges 144.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 59.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 45.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 41.4s _1ay: 8 segs, 77.5 K docs, 347.0 MB 36.2s _1b7: 8 segs, 40.7 K docs, 181.7 MB 31.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 27.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 23.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 17.6s _1c1: 8 segs, 41.4 K docs, 184.9 MB 15.0s _1c3: 8 segs, 29.0 K docs, 129.3 MB 20.0 sec: 83 segments, 8 merges 149.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 64.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 50.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 46.4s _1ay: 8 segs, 77.5 K docs, 347.0 MB 36.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 32.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 28.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 22.6s _1c1: 8 segs, 41.4 K docs, 184.9 MB 25.0 sec: 76 segments, 7 merges 154.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 69.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 55.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 41.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 37.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 33.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 27.6s _1c1: 8 segs, 41.4 K docs, 184.9 MB 30.0 sec: 76 segments, 7 merges 159.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 74.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 60.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 46.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 42.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 38.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 32.6s _1c1: 8 segs, 41.4 K docs, 184.9 MB 35.0 sec: 69 segments, 7 merges 164.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 79.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 65.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 51.5s _1bf: 8 segs, 76.6 K docs, 343.0 MB 47.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 43.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 1.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 40.0 sec: 62 segments, 6 merges 169.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 84.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 70.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 52.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 48.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 5.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 45.0 sec: 62 segments, 6 merges 174.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 89.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 75.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 57.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 53.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 10.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 50.0 sec: 62 segments, 6 merges 179.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 94.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 80.8s _1aq: 8 segs, 126.6 K docs, 567.6 MB 62.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 58.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 15.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 55.0 sec: 62 segments, 6 merges 184.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 99.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 85.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 67.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 63.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 21.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 60.0 sec: 62 segments, 6 merges 189.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 104.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 90.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 72.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 68.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 26.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 65.0 sec: 62 segments, 6 merges 194.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 109.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 95.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 77.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 73.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 31.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 70.0 sec: 62 segments, 6 merges 199.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 114.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 100.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 82.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 78.3s _1bt: 8 segs, 114.0 K docs, 511.3 MB 36.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 75.0 sec: 55 segments, 5 merges 204.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 119.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 105.9s _1aq: 8 segs, 126.6 K docs, 567.6 MB 87.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 41.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 80.0 sec: 48 segments, 4 merges 209.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 124.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 92.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 46.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 85.0 sec: 48 segments, 4 merges 214.9s _158: 8 segs, 1021.5 K docs, 4595.2 MB 129.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 97.5s _1bm: 8 segs, 131.0 K docs, 587.8 MB 51.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 90.0 sec: 41 segments, 3 merges 219.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 134.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 55.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 95.0 sec: 41 segments, 3 merges 224.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 139.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 60.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 100.0 sec: 41 segments, 3 merges 229.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 144.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 65.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 105.0 sec: 41 segments, 3 merges 234.8s _158: 8 segs, 1021.5 K docs, 4595.2 MB 149.5s _1a2: 8 segs, 154.0 K docs, 691.1 MB 70.9s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 110.0 sec: 27 segments, 1 merges 76.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 115.0 sec: 27 segments, 1 merges 81.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 120.0 sec: 27 segments, 1 merges 86.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 125.0 sec: 27 segments, 1 merges 91.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 130.0 sec: 27 segments, 1 merges 96.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 135.0 sec: 27 segments, 1 merges 101.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 140.1 sec: 27 segments, 1 merges 106.0s _1c4: 8 segs, 576.6 K docs, 2591.8 MB 145.1 sec: 20 segments, 1 merges 2.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 150.1 sec: 20 segments, 1 merges 7.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 155.1 sec: 20 segments, 1 merges 12.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 160.1 sec: 20 segments, 1 merges 17.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 165.1 sec: 20 segments, 1 merges 22.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 170.1 sec: 20 segments, 1 merges 27.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 175.1 sec: 20 segments, 1 merges 32.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 180.1 sec: 20 segments, 1 merges 37.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 185.1 sec: 20 segments, 1 merges 42.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 190.1 sec: 20 segments, 1 merges 47.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 195.1 sec: 20 segments, 1 merges 52.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 200.0 sec: 20 segments, 1 merges 57.6s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 205.0 sec: 20 segments, 1 merges 62.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 210.0 sec: 20 segments, 1 merges 67.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 215.0 sec: 20 segments, 1 merges 72.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 220.0 sec: 20 segments, 1 merges 77.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 225.0 sec: 20 segments, 1 merges 82.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 230.0 sec: 20 segments, 1 merges 87.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 235.0 sec: 20 segments, 1 merges 92.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 240.1 sec: 20 segments, 1 merges 97.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB 245.1 sec: 20 segments, 1 merges 102.7s _1c5: 4 segs, 1110.2 K docs, 4998.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 937 seconds reindex takes 937.86 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 _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 10.0 sec: 17 segments, 1 merges 10.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 15.0 sec: 17 segments, 1 merges 15.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 20.0 sec: 17 segments, 1 merges 20.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 25.0 sec: 17 segments, 1 merges 25.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 30.0 sec: 17 segments, 1 merges 30.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 35.0 sec: 17 segments, 1 merges 35.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 40.0 sec: 17 segments, 1 merges 40.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 45.0 sec: 17 segments, 1 merges 45.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 50.0 sec: 17 segments, 1 merges 50.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 55.0 sec: 17 segments, 1 merges 55.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 60.0 sec: 17 segments, 1 merges 60.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 65.0 sec: 17 segments, 1 merges 65.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 70.1 sec: 17 segments, 1 merges 70.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 75.1 sec: 17 segments, 1 merges 75.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 80.1 sec: 17 segments, 1 merges 80.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 85.1 sec: 17 segments, 1 merges 85.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 90.1 sec: 17 segments, 1 merges 90.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 95.1 sec: 17 segments, 1 merges 95.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 100.1 sec: 17 segments, 1 merges 100.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 105.1 sec: 17 segments, 1 merges 105.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 110.1 sec: 17 segments, 1 merges 110.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 115.1 sec: 17 segments, 1 merges 115.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 120.1 sec: 17 segments, 1 merges 120.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 125.0 sec: 17 segments, 1 merges 125.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 130.0 sec: 17 segments, 1 merges 130.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 135.0 sec: 17 segments, 1 merges 135.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 140.0 sec: 17 segments, 1 merges 140.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 145.0 sec: 17 segments, 1 merges 145.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 150.0 sec: 17 segments, 1 merges 150.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 155.0 sec: 17 segments, 1 merges 155.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 160.0 sec: 17 segments, 1 merges 160.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 165.0 sec: 17 segments, 1 merges 165.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 170.0 sec: 17 segments, 1 merges 170.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 175.0 sec: 17 segments, 1 merges 175.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 180.0 sec: 17 segments, 1 merges 180.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 185.1 sec: 17 segments, 1 merges 185.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 190.1 sec: 17 segments, 1 merges 190.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 195.1 sec: 17 segments, 1 merges 195.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 200.1 sec: 17 segments, 1 merges 200.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 205.1 sec: 17 segments, 1 merges 205.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 210.1 sec: 17 segments, 1 merges 210.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 215.1 sec: 17 segments, 1 merges 215.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 220.1 sec: 17 segments, 1 merges 220.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 225.1 sec: 17 segments, 1 merges 225.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 230.1 sec: 17 segments, 1 merges 230.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 235.1 sec: 17 segments, 1 merges 235.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 240.1 sec: 17 segments, 1 merges 240.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 245.0 sec: 17 segments, 1 merges 245.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 250.0 sec: 17 segments, 1 merges 250.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 255.0 sec: 17 segments, 1 merges 255.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 260.0 sec: 17 segments, 1 merges 260.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 265.0 sec: 17 segments, 1 merges 265.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 270.0 sec: 17 segments, 1 merges 270.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 275.0 sec: 17 segments, 1 merges 275.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 280.0 sec: 17 segments, 1 merges 280.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 285.0 sec: 17 segments, 1 merges 285.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 290.0 sec: 17 segments, 1 merges 290.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 295.0 sec: 17 segments, 1 merges 295.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 300.0 sec: 17 segments, 1 merges 300.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 305.1 sec: 17 segments, 1 merges 305.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 310.1 sec: 17 segments, 1 merges 310.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 315.1 sec: 17 segments, 1 merges 315.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 320.1 sec: 17 segments, 1 merges 320.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 325.1 sec: 17 segments, 1 merges 325.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 330.1 sec: 17 segments, 1 merges 330.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 335.1 sec: 17 segments, 1 merges 335.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 340.1 sec: 17 segments, 1 merges 340.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 345.1 sec: 17 segments, 1 merges 345.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 350.1 sec: 17 segments, 1 merges 350.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 355.1 sec: 17 segments, 1 merges 355.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 360.1 sec: 17 segments, 1 merges 360.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 365.0 sec: 17 segments, 1 merges 365.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 370.0 sec: 17 segments, 1 merges 370.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 375.0 sec: 17 segments, 1 merges 375.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 380.0 sec: 17 segments, 1 merges 380.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 385.0 sec: 17 segments, 1 merges 385.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 390.0 sec: 17 segments, 1 merges 390.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 395.0 sec: 17 segments, 1 merges 395.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 400.0 sec: 17 segments, 1 merges 400.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 405.0 sec: 17 segments, 1 merges 405.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 410.0 sec: 17 segments, 1 merges 410.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 415.0 sec: 17 segments, 1 merges 415.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 420.1 sec: 17 segments, 1 merges 420.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 425.1 sec: 17 segments, 1 merges 425.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 430.1 sec: 17 segments, 1 merges 430.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 435.1 sec: 17 segments, 1 merges 435.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 440.1 sec: 17 segments, 1 merges 440.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 445.1 sec: 17 segments, 1 merges 445.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 450.1 sec: 17 segments, 1 merges 450.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 455.1 sec: 17 segments, 1 merges 455.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 460.1 sec: 17 segments, 1 merges 460.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 465.1 sec: 17 segments, 1 merges 465.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 470.1 sec: 17 segments, 1 merges 470.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 475.1 sec: 17 segments, 1 merges 475.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 480.1 sec: 17 segments, 1 merges 480.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 485.0 sec: 17 segments, 1 merges 485.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 490.1 sec: 17 segments, 1 merges 490.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 495.1 sec: 17 segments, 1 merges 495.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 500.1 sec: 17 segments, 1 merges 500.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 505.1 sec: 17 segments, 1 merges 505.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 510.1 sec: 17 segments, 1 merges 510.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 515.1 sec: 17 segments, 1 merges 515.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 520.1 sec: 17 segments, 1 merges 520.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 525.1 sec: 17 segments, 1 merges 525.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 530.1 sec: 17 segments, 1 merges 530.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 535.1 sec: 17 segments, 1 merges 535.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 540.1 sec: 17 segments, 1 merges 540.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 545.0 sec: 17 segments, 1 merges 545.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 550.0 sec: 17 segments, 1 merges 550.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 555.0 sec: 17 segments, 1 merges 555.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 560.0 sec: 17 segments, 1 merges 560.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 565.0 sec: 17 segments, 1 merges 565.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 570.0 sec: 17 segments, 1 merges 570.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 575.0 sec: 17 segments, 1 merges 575.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 580.0 sec: 17 segments, 1 merges 580.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 585.0 sec: 17 segments, 1 merges 585.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 590.0 sec: 17 segments, 1 merges 590.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 595.0 sec: 17 segments, 1 merges 595.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 600.0 sec: 17 segments, 1 merges 600.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 605.0 sec: 17 segments, 1 merges 605.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 610.0 sec: 17 segments, 1 merges 610.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 615.0 sec: 17 segments, 1 merges 615.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 620.0 sec: 17 segments, 1 merges 620.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 625.0 sec: 17 segments, 1 merges 625.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 630.0 sec: 17 segments, 1 merges 630.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 635.0 sec: 17 segments, 1 merges 635.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 640.0 sec: 17 segments, 1 merges 640.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 645.0 sec: 17 segments, 1 merges 645.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 650.0 sec: 17 segments, 1 merges 650.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 655.0 sec: 17 segments, 1 merges 655.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 660.0 sec: 17 segments, 1 merges 660.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 665.0 sec: 17 segments, 1 merges 665.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 670.0 sec: 17 segments, 1 merges 670.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 675.0 sec: 17 segments, 1 merges 675.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 680.0 sec: 17 segments, 1 merges 680.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 685.0 sec: 17 segments, 1 merges 685.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 690.0 sec: 17 segments, 1 merges 690.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 695.0 sec: 17 segments, 1 merges 695.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 700.0 sec: 17 segments, 1 merges 700.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 705.1 sec: 17 segments, 1 merges 705.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 710.1 sec: 17 segments, 1 merges 710.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 715.1 sec: 17 segments, 1 merges 715.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 720.1 sec: 17 segments, 1 merges 720.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 725.1 sec: 17 segments, 1 merges 725.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 730.1 sec: 17 segments, 1 merges 730.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 735.1 sec: 17 segments, 1 merges 735.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 740.0 sec: 17 segments, 1 merges 740.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 745.0 sec: 17 segments, 1 merges 745.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 750.0 sec: 17 segments, 1 merges 750.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 755.0 sec: 17 segments, 1 merges 755.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 760.0 sec: 17 segments, 1 merges 760.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 765.0 sec: 17 segments, 1 merges 765.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 770.0 sec: 17 segments, 1 merges 770.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 775.0 sec: 17 segments, 1 merges 775.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 780.0 sec: 17 segments, 1 merges 780.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 785.0 sec: 17 segments, 1 merges 785.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 790.0 sec: 17 segments, 1 merges 790.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 795.0 sec: 17 segments, 1 merges 795.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 800.0 sec: 17 segments, 1 merges 800.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 805.0 sec: 17 segments, 1 merges 805.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 810.1 sec: 17 segments, 1 merges 810.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 815.1 sec: 17 segments, 1 merges 815.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 820.1 sec: 17 segments, 1 merges 820.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 825.1 sec: 17 segments, 1 merges 825.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 830.1 sec: 17 segments, 1 merges 830.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 835.0 sec: 17 segments, 1 merges 835.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 840.0 sec: 17 segments, 1 merges 840.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 845.0 sec: 17 segments, 1 merges 845.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 850.0 sec: 17 segments, 1 merges 850.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 855.0 sec: 17 segments, 1 merges 855.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 860.0 sec: 17 segments, 1 merges 860.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 865.0 sec: 17 segments, 1 merges 865.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 870.0 sec: 17 segments, 1 merges 870.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 875.0 sec: 17 segments, 1 merges 875.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 880.0 sec: 17 segments, 1 merges 880.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 885.1 sec: 17 segments, 1 merges 885.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 890.2 sec: 17 segments, 1 merges 890.2s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 895.0 sec: 17 segments, 1 merges 895.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 900.0 sec: 17 segments, 1 merges 900.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 905.0 sec: 17 segments, 1 merges 905.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 910.0 sec: 17 segments, 1 merges 910.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 915.0 sec: 17 segments, 1 merges 915.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 920.0 sec: 17 segments, 1 merges 920.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 925.0 sec: 17 segments, 1 merges 925.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 930.0 sec: 17 segments, 1 merges 930.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 935.0 sec: 17 segments, 1 merges 935.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 940.0 sec: 17 segments, 1 merges 940.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 945.0 sec: 17 segments, 1 merges 945.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 950.1 sec: 17 segments, 1 merges 950.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 955.1 sec: 17 segments, 1 merges 955.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 960.0 sec: 17 segments, 1 merges 960.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 965.0 sec: 17 segments, 1 merges 965.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 970.0 sec: 17 segments, 1 merges 970.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 975.0 sec: 17 segments, 1 merges 975.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 980.0 sec: 17 segments, 1 merges 980.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 985.0 sec: 17 segments, 1 merges 985.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 990.0 sec: 17 segments, 1 merges 990.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 995.0 sec: 17 segments, 1 merges 995.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1040.1 sec: 17 segments, 1 merges 1040.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1045.1 sec: 17 segments, 1 merges 1045.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1c6: 17 segs, 8000.0 K docs, 36043.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1082.74 sec index has 1 segments: segments_3: _1c6(11.0.0):C8000000 _1c6: 36186.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.08 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=49578212780 cpu@end=51928505580 deltaMS=2350.2928 thread 14 name=Reference Handler cpu@start=1682633 cpu@end=1682633 deltaMS=0.0 thread 15 name=Finalizer cpu@start=158928 cpu@end=158928 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=65492 cpu@end=65492 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4079250 cpu@end=4079250 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16240248348 cpu@end=16240771786 deltaMS=0.523438 thread 42 name=JFR Periodic Tasks cpu@start=123613723867 cpu@end=123727549977 deltaMS=113.82611 thread 45 name=Notification Thread cpu@start=111634 cpu@end=111634 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1741429079959 cpu@end=1741429079959 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1744988607660 cpu@end=1744988607660 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1740949730396 cpu@end=1740949730396 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1742029147006 cpu@end=1742029147006 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1744268031831 cpu@end=1744268031831 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1742672068586 cpu@end=1742672068586 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1740821047231 cpu@end=1740821047231 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1742934851932 cpu@end=1742934851932 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1745586586413 cpu@end=1745586586413 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1744910502197 cpu@end=1744910502197 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1740227526036 cpu@end=1740227526036 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1743161601029 cpu@end=1743161601029 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1742661502440 cpu@end=1742661502440 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1738141045131 cpu@end=1738141045131 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1738729844070 cpu@end=1738729844070 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1742791147366 cpu@end=1742791147366 deltaMS=0.0 Average CPU cores used: 1.0455246477678821 completed 1000 searches in 2357 ms: 424 QPS CPU time=2464 ms checking results SUMMARY: 0.881 2.357 2.464 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5710 937.86 8530.03 1082.74 1 36186.08 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=251, Fanout min=7, mean=16.33, max=32, meandelta=401226.22 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 17 19 21 24 32 Graph level=2 size=7742, Fanout min=6, mean=27.22, max=32, meandelta=269474.59 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=1 size=247132, Fanout min=1, mean=28.30, max=32, meandelta=258279.55 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.74, max=64, meandelta=194151.70 % 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=251, connectedness=1.00 Graph level=2 size=7742, connectedness=1.00 Graph level=1 size=247132, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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': 45,520,811.89 msec task-clock:u 175,755,209,718,439 cycles:u (36.36%) 182,975,022,034,149 instructions:u (36.36%) 4,436,224,020,602 cache-references:u (36.36%) 1,692,153,368,026 cache-misses:u (36.36%) 65,285,571,823,639 L1-dcache-loads:u (36.36%) 2,029,410,687,413 L1-dcache-load-misses:u (36.36%) 3,983,187,434,354 L1-icache-loads:u (36.36%) 15,749,210,509 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 23,896,067 faults:u 22,911,827 minor-faults:u 24,924 major-faults:u 15,832,396,869,867 branches:u (36.36%) 117,197,569,738 branch-misses:u (36.36%) 2,667,326,502,034 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2346.366039300 seconds time elapsed 44928.827057000 seconds user 579.988951000 seconds sys took 0:39:06.395567 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', 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.357, net_cpu_ms=2.464, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5710, index_time_sec=937.86, index_docs_per_sec=8530.03, force_merge_time_sec=1082.74, index_num_segments=1, index_size_on_disk_mb=36186.08, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (251, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 16, 60: 17, 70: 19, 80: 21, 90: 24, 100: 32}), 2: (7742, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247132, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2346, microseconds=395567)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 112 Start: 2026-05-31 02:45:25 (UTC) Duration: 2334 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 43690975 748282544 jdk.FileWrite 22624144 477724579 jdk.FileRead 8003679 182316830 jdk.ObjectAllocationInNewTLAB 73011 1447473 jdk.BooleanFlag 55552 1757424 jdk.CPULoad 43788 875126 jdk.Checkpoint 7777 29177029 jdk.Compilation 6309 162758 jdk.UnsignedIntFlag 5376 182368 jdk.IntFlag 4928 179808 jdk.StringFlag 3808 147611 jdk.ObjectAllocationOutsideTLAB 1252 22264 jdk.CPUInformation 112 168220 jdk.GCConfiguration 112 2908 jdk.JVMInformation 112 106508 jdk.Metadata 112 12379021 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43690975 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.03% 18M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 29.73% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.14% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.44% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.16% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.53% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.29% 562432 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.14% 496875 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.93% 408296 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.89% 388562 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.53% 231431 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.51% 223119 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.28% 122407 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 117386 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.26% 112872 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.24% 103074 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.22% 96931 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 93774 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 75728 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.11% 47422 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 45552 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 41015 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 40898 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 39314 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 39138 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 37134 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 36602 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 31941 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 31527 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 30223 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 27894 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 27361 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 26101 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] 0.04% 17167 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 15002 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 14875 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14557 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 13678 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13411 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 11875 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 11732 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 10450 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 10204 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9712 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 9636 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8274 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 8225 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 8015 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 7789 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7544 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43690975 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.51% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 29.70% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 10.14% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.16% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.72% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] 2.32% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 1.48% 644793 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.29% 562237 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.14% 495936 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.84% 367812 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.75% 326503 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.68% 298564 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.67% 290981 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] 0.48% 210182 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.41% 178597 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.27% 117368 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 96897 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 94585 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.20% 88980 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.20% 88839 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 84082 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.18% 78943 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.17% 75631 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 64560 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 61828 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.10% 45632 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.10% 44667 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 41158 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.09% 39313 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.09% 38897 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 35222 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 31758 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 30208 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.07% 28644 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.06% 27884 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.06% 27781 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 27358 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 27031 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 26849 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 26101 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():460 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():332 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.05% 22979 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 22108 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 22057 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.05% 20014 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Interpreted code] 0.04% 17672 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.04% 17640 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 15436 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 14121 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 13276 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.03% 13146 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#lambda$addNode$0():170 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph$$Lambda.0x000000000f175e50#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43690975 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 26.57% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 23.59% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 12.68% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 8.91% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 2.92% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.48% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.16% 944233 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 1.52% 663900 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 1.07% 467236 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.98% 428762 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.96% 418811 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.91% 399148 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.85% 370862 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.78% 339656 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.71% 309626 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.67% 294593 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.59% 259599 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.0x000000000f1a4000#run() [JIT compiled code] 0.56% 246500 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.45% 198495 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.40% 174614 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.38% 165228 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.37% 162630 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.37% 160518 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.34% 150505 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 145138 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.32% 140048 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.26% 113140 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.23% 101978 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.22% 96827 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 87251 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.0x000000000f1a4000#run() [JIT compiled code] 0.19% 84082 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.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 80143 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.0x000000000f1a4000#run() [JIT compiled code] 0.16% 71486 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.15% 66509 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 63410 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.14% 61067 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 58943 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 58354 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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% 58185 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 53145 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000000f19c660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 52039 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 51309 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.12% 50748 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.10% 45668 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f1a4000#run() [JIT compiled code] 0.10% 45277 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.09% 41282 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 41055 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.09% 38054 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.09% 37583 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 36035 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74239 events (total: 570963M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.40% 133627M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.17% 132320M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.96% 131112M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.11% 63415M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.92% 33783M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.83% 21868M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.09% 6229M java.util.Arrays#copyOf():3478 [Inlined code] 0.90% 5136M java.lang.Integer#valueOf():1006 [Inlined code] 0.72% 4088M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.70% 3979M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3863M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.66% 3740M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.50% 2869M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.34% 1959M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1753M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.29% 1672M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1383M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.22% 1258M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 1032M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.17% 969M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 965M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 931M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.15% 877M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 712M java.util.ArrayList#grow():240 [Inlined code] 0.11% 635M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 595M knn.IndexerThread#_run():108 [JIT compiled code] 0.10% 594M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 562M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 530M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 411M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 408M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 396M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 356M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.06% 350M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 337M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 320M java.util.List#of():935 [Inlined code] 0.05% 303M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 288M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 270M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 193M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 180M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 175M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 171M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 160M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.02% 141M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 113M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74239 events (total: 570963M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.83% 107501M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.76% 107100M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.04% 74478M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.52% 54346M 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.81% 38895M 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.92% 33783M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.31% 24602M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.29% 24512M 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.21% 24012M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.83% 21868M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.01% 5782M 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.87% 4988M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.70% 3979M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.66% 3740M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.61% 3497M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.36% 2082M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.34% 1959M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1778M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 1614M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1514M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1268M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 969M 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% 928M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 877M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.14% 812M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.14% 785M 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% 748M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.12% 712M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.11% 651M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 635M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.11% 627M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 595M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 580M 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% 555M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.09% 491M 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% 490M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 483M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.08% 474M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 471M 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% 437M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 411M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 408M 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% 366M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 356M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.06% 350M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 347M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f1a4000#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 java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [Inlined code] at java.lang.ThreadLocal#get():193 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q4-fmTrue.jfr is 1387.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74239 events (total: 570963M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.86% 50576M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.78% 50107M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 8.70% 49701M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 6.94% 39650M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.80% 38831M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.71% 32580M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.08% 23287M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.99% 22763M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 3.96% 22626M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 3.86% 22010M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.71% 21171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.87% 16384M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.50% 14246M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.55% 8829M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.44% 8201M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.42% 8128M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.38% 7905M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.31% 7506M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.22% 6968M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.04% 5925M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.01% 5782M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.98% 5608M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.89% 5080M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.87% 4988M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.70% 3997M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.68% 3870M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.67% 3841M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.66% 3748M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.62% 3536M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.48% 2718M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.47% 2687M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.46% 2618M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.44% 2540M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.41% 2347M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.41% 2317M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.38% 2181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.0x000000000f1a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.34% 1959M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 1824M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.28% 1581M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 1533M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 1518M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.21% 1202M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.20% 1123M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.17% 948M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#call() [Inlined code] 0.14% 782M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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.14% 774M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.13% 739M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199a80#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% 715M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3389320 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3684868257699817 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm will now reindex: explicitly requested May 30, 2026 11:36:15 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: 128 segments, 14 merges 229.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 179.8s _19a: 8 segs, 107.9 K docs, 536.4 MB 148.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 130.3s _1ao: 8 segs, 107.5 K docs, 534.2 MB 115.1s _1b5: 8 segs, 75.7 K docs, 375.8 MB 98.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 91.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 39.6s _1df: 9 segs, 43.0 K docs, 212.8 MB 30.2s _1do: 8 segs, 39.8 K docs, 196.9 MB 21.9s _1dx: 8 segs, 39.4 K docs, 195.2 MB 15.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 7.9s _1ed: 8 segs, 41.3 K docs, 204.7 MB 2.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 0.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 5.0 sec: 121 segments, 13 merges 234.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 153.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 135.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 120.1s _1b5: 8 segs, 75.7 K docs, 375.8 MB 103.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 96.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 44.6s _1df: 9 segs, 43.0 K docs, 212.8 MB 35.2s _1do: 8 segs, 39.8 K docs, 196.9 MB 26.9s _1dx: 8 segs, 39.4 K docs, 195.2 MB 20.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 12.9s _1ed: 8 segs, 41.3 K docs, 204.7 MB 7.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 5.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 10.0 sec: 113 segments, 12 merges 239.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 158.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 140.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 125.1s _1b5: 8 segs, 75.7 K docs, 375.8 MB 108.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 101.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 40.2s _1do: 8 segs, 39.8 K docs, 196.9 MB 31.9s _1dx: 8 segs, 39.4 K docs, 195.2 MB 25.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 17.9s _1ed: 8 segs, 41.3 K docs, 204.7 MB 12.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 10.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 15.0 sec: 106 segments, 11 merges 244.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 163.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 145.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 130.2s _1b5: 8 segs, 75.7 K docs, 375.8 MB 113.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 106.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 36.9s _1dx: 8 segs, 39.4 K docs, 195.2 MB 30.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 22.9s _1ed: 8 segs, 41.3 K docs, 204.7 MB 17.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 15.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 20.0 sec: 99 segments, 10 merges 249.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 168.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 150.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 118.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 111.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 41.9s _1dx: 8 segs, 39.4 K docs, 195.2 MB 35.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 27.9s _1ed: 8 segs, 41.3 K docs, 204.7 MB 22.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 20.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 25.0 sec: 85 segments, 8 merges 254.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 173.1s _1a7: 8 segs, 75.1 K docs, 372.7 MB 155.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 123.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 116.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 40.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 27.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 25.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 30.0 sec: 78 segments, 7 merges 259.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 160.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 128.0s _1bl: 8 segs, 116.0 K docs, 576.5 MB 121.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 45.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 32.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 30.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 35.0 sec: 78 segments, 7 merges 264.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 165.4s _1ao: 8 segs, 107.5 K docs, 534.2 MB 133.1s _1bl: 8 segs, 116.0 K docs, 576.5 MB 126.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 50.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 37.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 35.0s _1ek: 8 segs, 26.0 K docs, 128.4 MB 40.1 sec: 64 segments, 6 merges 269.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 131.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 55.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 42.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 40.1s _1ek: 8 segs, 26.0 K docs, 128.4 MB 1.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 45.1 sec: 57 segments, 5 merges 274.4s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 136.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 60.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 47.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 6.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 50.1 sec: 57 segments, 5 merges 279.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 141.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 65.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 52.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 11.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 55.1 sec: 57 segments, 5 merges 284.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 146.9s _1br: 8 segs, 312.8 K docs, 1557.6 MB 70.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 57.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 16.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 60.1 sec: 57 segments, 5 merges 289.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 151.9s _1br: 8 segs, 312.8 K docs, 1557.6 MB 75.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 62.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 21.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 65.1 sec: 57 segments, 5 merges 294.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 156.9s _1br: 8 segs, 312.8 K docs, 1557.6 MB 80.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 67.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 26.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 70.1 sec: 57 segments, 5 merges 299.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 161.9s _1br: 8 segs, 312.8 K docs, 1557.6 MB 85.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 72.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 31.5s _1el: 8 segs, 498.3 K docs, 2482.5 MB 75.1 sec: 57 segments, 5 merges 304.5s _17c: 8 segs, 1003.0 K docs, 5003.1 MB 166.9s _1br: 8 segs, 312.8 K docs, 1557.6 MB 90.7s _1e3: 8 segs, 107.1 K docs, 532.2 MB 77.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 36.5s _1el: 8 segs, 498.3 K docs, 2482.5 MB 80.0 sec: 50 segments, 4 merges 171.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 95.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 82.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 41.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 85.0 sec: 50 segments, 4 merges 176.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 100.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 87.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 46.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 90.0 sec: 50 segments, 4 merges 181.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 105.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 92.0s _1ei: 8 segs, 145.3 K docs, 722.9 MB 51.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 95.0 sec: 50 segments, 4 merges 186.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 110.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 97.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 56.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 100.0 sec: 50 segments, 4 merges 191.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 115.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 102.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 61.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 105.0 sec: 50 segments, 4 merges 196.8s _1br: 8 segs, 312.8 K docs, 1557.6 MB 120.6s _1e3: 8 segs, 107.1 K docs, 532.2 MB 107.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 66.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 110.0 sec: 36 segments, 2 merges 112.1s _1ei: 8 segs, 145.3 K docs, 722.9 MB 71.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 115.0 sec: 29 segments, 1 merges 76.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 120.0 sec: 29 segments, 1 merges 81.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 125.0 sec: 29 segments, 1 merges 86.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 130.1 sec: 29 segments, 1 merges 91.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 135.1 sec: 29 segments, 1 merges 96.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 140.1 sec: 29 segments, 1 merges 101.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 145.1 sec: 29 segments, 1 merges 106.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 150.1 sec: 29 segments, 1 merges 111.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 155.1 sec: 29 segments, 1 merges 116.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 160.1 sec: 29 segments, 1 merges 121.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 165.1 sec: 29 segments, 1 merges 126.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 170.1 sec: 29 segments, 1 merges 131.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 175.1 sec: 29 segments, 1 merges 136.4s _1el: 8 segs, 498.3 K docs, 2482.5 MB 180.1 sec: 22 segments, 1 merges 2.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 185.1 sec: 22 segments, 1 merges 7.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 190.1 sec: 22 segments, 1 merges 12.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 195.1 sec: 22 segments, 1 merges 17.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 200.1 sec: 22 segments, 1 merges 22.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 205.1 sec: 22 segments, 1 merges 27.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 210.1 sec: 22 segments, 1 merges 32.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 215.1 sec: 22 segments, 1 merges 37.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 220.0 sec: 22 segments, 1 merges 42.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 225.0 sec: 22 segments, 1 merges 47.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 230.0 sec: 22 segments, 1 merges 52.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 235.0 sec: 22 segments, 1 merges 57.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 240.0 sec: 22 segments, 1 merges 62.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 245.0 sec: 22 segments, 1 merges 67.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 250.0 sec: 22 segments, 1 merges 72.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 255.0 sec: 22 segments, 1 merges 77.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 260.0 sec: 22 segments, 1 merges 82.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 265.1 sec: 22 segments, 1 merges 87.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 270.1 sec: 22 segments, 1 merges 92.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 275.1 sec: 22 segments, 1 merges 97.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 280.1 sec: 22 segments, 1 merges 102.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 285.1 sec: 22 segments, 1 merges 107.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 290.1 sec: 22 segments, 1 merges 112.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 295.1 sec: 22 segments, 1 merges 117.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 300.1 sec: 22 segments, 1 merges 122.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 305.1 sec: 22 segments, 1 merges 127.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 310.1 sec: 22 segments, 1 merges 132.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 315.1 sec: 22 segments, 1 merges 137.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 320.1 sec: 22 segments, 1 merges 142.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 325.0 sec: 22 segments, 1 merges 147.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 330.0 sec: 22 segments, 1 merges 152.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 335.0 sec: 22 segments, 1 merges 157.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 340.0 sec: 22 segments, 1 merges 162.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 345.0 sec: 22 segments, 1 merges 167.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 350.0 sec: 22 segments, 1 merges 172.7s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 355.0 sec: 22 segments, 1 merges 177.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB 360.1 sec: 22 segments, 1 merges 182.8s _1em: 7 segs, 1009.8 K docs, 5036.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1525 seconds reindex takes 1525.62 sec index has 16 segments: segments_2: _bf(11.0.0):C926901 _e5(11.0.0):C952235 _1em(11.0.0):C1009767 _qj(11.0.0):C914644 _nt(11.0.0):C445717 _17c(11.0.0):C1002958 _y4(11.0.0):C730281 _155(11.0.0):C569805 _142(11.0.0):C112946 _1br(11.0.0):C312752 _177(11.0.0):C85300 _1el(11.0.0):C498287 _19a(11.0.0):C107911 _1bl(11.0.0):C115952 _1ao(11.0.0):C107476 _1e3(11.0.0):C107068 _bf: 4629.1 MB _e5: 4755.8 MB _1em: 5043.5 MB _qj: 4567.8 MB _nt: 2224.8 MB _17c: 5009.4 MB _y4: 3646.3 MB _155: 2844.6 MB _142: 563.2 MB _1br: 1560.8 MB _177: 425.2 MB _1el: 2487.4 MB _19a: 538.0 MB _1bl: 578.2 MB _1ao: 535.9 MB _1e3: 533.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39943.81 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=56617765245 cpu@end=70234401821 deltaMS=13616.636576 thread 14 name=Reference Handler cpu@start=1334264 cpu@end=1334264 deltaMS=0.0 thread 15 name=Finalizer cpu@start=169801 cpu@end=169801 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74538 cpu@end=74538 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=5651903 cpu@end=5651903 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22580284513 cpu@end=22582800977 deltaMS=2.516464 thread 42 name=JFR Periodic Tasks cpu@start=129408311800 cpu@end=130057359684 deltaMS=649.047884 thread 45 name=Notification Thread cpu@start=102862 cpu@end=102862 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1804885513538 cpu@end=1804885513538 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1806871441320 cpu@end=1806871441320 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1806444832031 cpu@end=1806444832031 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1804489800693 cpu@end=1804489800693 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1811046988173 cpu@end=1811046988173 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1802197001074 cpu@end=1802197001074 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1808214550074 cpu@end=1808214550074 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1805472864735 cpu@end=1805472864735 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1806163857147 cpu@end=1806163857147 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1806967255157 cpu@end=1806967255157 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1807102379950 cpu@end=1807102379950 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1803101121416 cpu@end=1803101121416 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1809228217022 cpu@end=1809228217022 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1803800329321 cpu@end=1803800329321 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1802267676192 cpu@end=1802267676192 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1804912995873 cpu@end=1804912995873 deltaMS=0.0 Average CPU cores used: 1.0468565608769862 completed 1000 searches in 13629 ms: 73 QPS CPU time=14267 ms checking results SUMMARY: 0.954 13.629 14.267 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 63513 1525.62 5243.78 0.00 16 39943.81 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 926901 documents Graph level=3 size=51, Fanout min=4, mean=8.04, max=17, meandelta=85330.40 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 9 10 11 17 Graph level=2 size=814, Fanout min=6, mean=22.97, max=32, meandelta=36862.71 % 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=28433, Fanout min=2, mean=28.08, max=32, meandelta=30308.75 % 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=926901, Fanout min=1, mean=39.52, max=64, meandelta=21721.72 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=51, connectedness=1.00 Graph level=2 size=814, connectedness=1.00 Graph level=1 size=28433, connectedness=1.00 Graph level=0 size=926901, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 952235 documents Graph level=3 size=52, Fanout min=3, mean=8.23, max=20, meandelta=87687.42 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 9 10 10 11 20 Graph level=2 size=854, Fanout min=7, mean=23.34, max=32, meandelta=36720.66 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 28 31 32 32 Graph level=1 size=29034, Fanout min=3, mean=27.97, max=32, meandelta=31148.31 % 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=952235, Fanout min=1, mean=39.51, max=64, meandelta=22321.82 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=52, connectedness=1.00 Graph level=2 size=854, connectedness=1.00 Graph level=1 size=29034, connectedness=1.00 Graph level=0 size=952235, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1009767 documents Graph level=3 size=55, Fanout min=3, mean=8.62, max=15, meandelta=82118.08 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 9 10 11 13 15 Graph level=2 size=881, Fanout min=7, mean=22.98, max=32, meandelta=40233.56 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 21 23 25 28 31 32 32 Graph level=1 size=30743, Fanout min=2, mean=28.07, max=32, meandelta=32968.62 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1009767, Fanout min=1, mean=39.50, max=64, meandelta=23672.83 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=881, connectedness=1.00 Graph level=1 size=30743, connectedness=1.00 Graph level=0 size=1009767, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 914644 documents Graph level=3 size=44, Fanout min=2, mean=7.55, max=15, meandelta=92979.75 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 7 7 7 8 8 9 10 15 Graph level=2 size=791, Fanout min=9, mean=22.74, max=32, meandelta=36238.68 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 22 24 27 30 32 32 Graph level=1 size=27920, Fanout min=4, mean=28.04, max=32, meandelta=29859.36 % 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=914644, Fanout min=1, mean=39.53, max=64, meandelta=21434.06 % 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=791, connectedness=1.00 Graph level=1 size=27920, connectedness=1.00 Graph level=0 size=914644, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 445717 documents Graph level=3 size=24, Fanout min=3, mean=6.33, max=11, meandelta=38588.63 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 7 7 8 8 11 Graph level=2 size=348, Fanout min=7, mean=18.38, max=32, meandelta=21119.44 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 19 21 23 28 32 Graph level=1 size=13476, Fanout min=6, mean=27.68, max=32, meandelta=14719.44 % 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=445717, Fanout min=1, mean=39.59, max=64, meandelta=10445.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=24, connectedness=1.00 Graph level=2 size=348, connectedness=1.00 Graph level=1 size=13476, connectedness=1.00 Graph level=0 size=445717, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1002958 documents Graph level=3 size=60, Fanout min=4, mean=9.10, max=15, meandelta=88111.23 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 11 12 13 15 Graph level=2 size=903, Fanout min=7, mean=23.09, max=32, meandelta=39399.70 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 32 32 32 Graph level=1 size=30584, Fanout min=4, mean=28.05, max=32, meandelta=32724.91 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1002958, Fanout min=1, mean=39.49, max=64, meandelta=23518.61 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=903, connectedness=1.00 Graph level=1 size=30584, connectedness=1.00 Graph level=0 size=1002958, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 730281 documents Graph level=3 size=36, Fanout min=3, mean=6.89, max=15, meandelta=71521.99 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 5 5 6 6 8 9 10 15 Graph level=2 size=614, Fanout min=7, mean=21.28, max=32, meandelta=30858.42 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 23 25 28 32 32 Graph level=1 size=22211, Fanout min=4, mean=27.91, max=32, meandelta=23934.46 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=730281, Fanout min=1, mean=39.57, max=64, meandelta=17103.11 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=36, connectedness=1.00 Graph level=2 size=614, connectedness=1.00 Graph level=1 size=22211, connectedness=1.00 Graph level=0 size=730281, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 569805 documents Graph level=3 size=25, Fanout min=2, mean=5.68, max=12, meandelta=62643.38 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 8 12 Graph level=2 size=453, Fanout min=7, mean=20.19, max=32, meandelta=25589.79 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 19 21 23 26 30 32 Graph level=1 size=17348, Fanout min=6, mean=27.83, max=32, meandelta=18739.67 % 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=569805, Fanout min=1, mean=39.62, max=64, meandelta=13336.89 % 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=453, connectedness=1.00 Graph level=1 size=17348, connectedness=1.00 Graph level=0 size=569805, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 112946 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=23286.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=100, Fanout min=5, mean=11.58, max=22, meandelta=8216.98 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 22 Graph level=1 size=3501, Fanout min=7, mean=26.49, max=32, meandelta=3891.40 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 29 32 32 32 32 32 Graph level=0 size=112946, Fanout min=3, mean=38.90, max=64, meandelta=2697.56 % 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=4, connectedness=1.00 Graph level=2 size=100, connectedness=1.00 Graph level=1 size=3501, connectedness=1.00 Graph level=0 size=112946, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 312752 documents Graph level=3 size=15, Fanout min=2, mean=4.67, max=7, meandelta=48068.61 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 4 5 5 6 6 7 Graph level=2 size=265, Fanout min=6, mean=16.93, max=32, meandelta=15432.73 % 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=9582, Fanout min=6, mean=27.44, max=32, meandelta=10374.07 % 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=312752, Fanout min=1, mean=39.51, max=64, meandelta=7351.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=265, connectedness=1.00 Graph level=1 size=9582, connectedness=1.00 Graph level=0 size=312752, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 85300 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=7370.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 3 Graph level=2 size=72, Fanout min=4, mean=9.83, max=17, meandelta=6928.72 % 0 10 20 30 40 50 60 70 80 90 100 0 7 7 8 9 10 10 11 11 13 17 Graph level=1 size=2589, Fanout min=8, mean=26.16, max=32, meandelta=2949.65 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 31 32 32 32 32 Graph level=0 size=85300, Fanout min=2, mean=38.73, max=64, meandelta=2044.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=72, connectedness=1.00 Graph level=1 size=2589, connectedness=1.00 Graph level=0 size=85300, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 498287 documents Graph level=3 size=27, Fanout min=2, mean=5.78, max=10, meandelta=60062.08 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 6 7 8 10 Graph level=2 size=399, Fanout min=8, mean=18.66, max=32, meandelta=23432.75 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 20 21 24 27 32 Graph level=1 size=15056, Fanout min=5, mean=27.80, max=32, meandelta=16333.34 % 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=498287, Fanout min=1, mean=39.60, max=64, meandelta=11670.69 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=27, connectedness=1.00 Graph level=2 size=399, connectedness=1.00 Graph level=1 size=15056, connectedness=1.00 Graph level=0 size=498287, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 107911 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=19855.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 3 Graph level=2 size=100, Fanout min=4, mean=10.98, max=21, meandelta=8065.33 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 8 9 10 11 13 15 17 21 Graph level=1 size=3318, Fanout min=9, mean=26.42, max=32, meandelta=3734.85 % 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=107911, Fanout min=2, mean=38.88, max=64, meandelta=2574.91 % 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=6, connectedness=1.00 Graph level=2 size=100, connectedness=1.00 Graph level=1 size=3318, connectedness=1.00 Graph level=0 size=107911, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 115952 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=5, meandelta=21662.95 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 5 Graph level=2 size=111, Fanout min=5, mean=11.87, max=23, meandelta=8230.46 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 11 13 14 15 16 23 Graph level=1 size=3549, Fanout min=8, mean=26.76, max=32, meandelta=3973.16 % 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=115952, Fanout min=1, mean=39.05, max=64, meandelta=2755.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=111, connectedness=1.00 Graph level=1 size=3549, connectedness=1.00 Graph level=0 size=115952, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 107476 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=5, meandelta=16659.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 4 5 Graph level=2 size=99, Fanout min=4, mean=10.99, max=18, meandelta=8074.80 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 9 10 11 13 15 16 18 Graph level=1 size=3300, Fanout min=8, mean=26.45, max=32, meandelta=3733.10 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 29 32 32 32 32 32 Graph level=0 size=107476, Fanout min=1, mean=38.94, max=64, meandelta=2561.42 % 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=6, connectedness=1.00 Graph level=2 size=99, connectedness=1.00 Graph level=1 size=3300, connectedness=1.00 Graph level=0 size=107476, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 107068 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=4, meandelta=15489.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 4 4 4 Graph level=2 size=100, Fanout min=5, mean=11.36, max=23, meandelta=8110.80 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 23 Graph level=1 size=3280, Fanout min=10, mean=26.41, max=32, meandelta=3700.13 % 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=107068, Fanout min=2, mean=38.98, max=64, meandelta=2549.83 % 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=5, connectedness=1.00 Graph level=2 size=100, connectedness=1.00 Graph level=1 size=3280, connectedness=1.00 Graph level=0 size=107068, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 7': 56,231,543.00 msec task-clock:u 216,250,540,439,450 cycles:u (36.36%) 116,597,462,649,370 instructions:u (36.37%) 3,435,848,661,948 cache-references:u (36.37%) 1,570,378,224,974 cache-misses:u (36.37%) 42,036,406,109,376 L1-dcache-loads:u (36.37%) 1,494,165,947,945 L1-dcache-load-misses:u (36.37%) 2,184,169,308,040 L1-icache-loads:u (36.37%) 12,529,590,742 L1-icache-load-misses:u (36.37%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 9,470,384 faults:u 8,570,661 minor-faults:u 133 major-faults:u 11,860,544,530,345 branches:u (36.37%) 89,255,977,060 branch-misses:u (36.37%) 3,084,732,300,186 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1980.877703990 seconds time elapsed 55679.504180000 seconds user 539.179783000 seconds sys took 0:33:00.912046 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', 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.629, net_cpu_ms=14.267, 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=63513, index_time_sec=1525.62, index_docs_per_sec=5243.78, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=39943.81, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (5, {0: 0, 10: 1, 20: 2, 30: 2, 40: 2, 50: 2, 60: 2, 70: 2, 80: 4, 90: 4, 100: 4}), 2: (100, {0: 0, 10: 7, 20: 8, 30: 9, 40: 10, 50: 11, 60: 12, 70: 13, 80: 14, 90: 16, 100: 23}), 1: (3280, {0: 0, 10: 17, 20: 20, 30: 23, 40: 25, 50: 28, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (107068, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 36, 60: 41, 70: 48, 80: 57, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1980, microseconds=912046)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 121 Start: 2026-05-31 03:36:15 (UTC) Duration: 1968 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 53819353 924486670 jdk.FileWrite 19805117 414762540 jdk.FileRead 8003681 183059425 jdk.ObjectAllocationInNewTLAB 63697 1269069 jdk.BooleanFlag 60016 1898805 jdk.CPULoad 36390 727166 jdk.Checkpoint 8355 34152734 jdk.Compilation 6022 155698 jdk.UnsignedIntFlag 5808 197038 jdk.IntFlag 5324 194271 jdk.StringFlag 4114 159612 jdk.ObjectAllocationOutsideTLAB 1072 19227 jdk.CPUInformation 121 181738 jdk.GCConfiguration 121 3142 jdk.JVMInformation 121 112647 jdk.Metadata 121 13373764 jdk.GarbageCollection 46 1103 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53819353 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.92% 32M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.25% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.40% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 2.52% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.93% 1M java.lang.ThreadLocal#remove():261 [Inlined code] 1.87% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.23% 659791 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.76% 410066 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.65% 350028 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.38% 203074 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.38% 202175 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.31% 164692 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 137109 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.22% 118938 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 114253 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 106464 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.20% 106165 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 94869 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 85062 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 80524 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 58033 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 55528 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 51327 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 49987 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 49325 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 44269 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 43445 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] 0.07% 36556 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 32844 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 30971 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 30227 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.05% 28785 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28051 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 25309 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 22276 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 18465 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 17787 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 17001 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15240 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14498 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.03% 14311 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13928 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.02% 12761 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 12537 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12369 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 11387 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.02% 10553 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 10397 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 9099 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 7946 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53819353 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.04% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.25% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.40% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 2.52% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.00% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.93% 1M java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] 1.36% 730737 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] 0.76% 409322 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.75% 401581 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.62% 333244 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.46% 248108 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] 0.44% 234202 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.43% 231149 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.38% 203061 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 164492 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.29% 154080 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.22% 118910 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 115961 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.20% 106213 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.20% 106032 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.16% 83799 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.15% 83058 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 69448 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 61905 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.10% 56488 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.10% 55721 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.09% 49985 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 48673 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 45737 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.08% 44260 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.08% 43640 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.08% 43445 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():460 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():332 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.08% 41906 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 37758 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 36550 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 35050 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 30146 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 28771 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 28020 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 27035 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 26821 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 22125 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 21058 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 21025 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 20918 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.04% 20630 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 19306 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.03% 18332 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.03% 16527 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 16279 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [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.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53819353 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.56% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.12% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 13.97% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 10.98% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 1.86% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.15% 617715 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.95% 512442 java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.93% 499052 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.86% 460720 java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.84% 453760 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.74% 398683 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [JIT compiled code] 0.57% 306700 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e19dfb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.51% 275008 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.50% 268215 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e19dfb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.38% 205568 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.33% 178860 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.31% 168375 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.29% 155822 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e19dfb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.28% 153022 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.26% 137440 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.25% 135990 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.22% 118230 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 102360 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.18% 95901 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.17% 90501 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 85915 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 83799 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000002e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 76402 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.14% 74140 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 73329 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 72499 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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% 66171 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e19dfb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 63014 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 62933 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.11% 61054 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.11% 60407 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.0x000000002e1a24f0#run() [JIT compiled code] 0.11% 57536 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.11% 56828 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e19dfb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 55556 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 55071 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 54392 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.09% 50780 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000002e1a24f0#run() [JIT compiled code] 0.09% 49400 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 46622 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 46287 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.08% 44063 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 44018 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 43655 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.07% 37731 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.0x000000002e1a24f0#run() [JIT compiled code] 0.07% 37509 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64741 events (total: 450805M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.67% 102201M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.35% 100740M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.07% 85982M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.28% 64362M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.25% 32681M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.16% 18743M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.61% 7260M java.lang.Integer#valueOf():1006 [Inlined code] 0.77% 3482M java.util.Arrays#copyOf():3478 [Inlined code] 0.67% 3013M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 2730M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.58% 2624M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.57% 2562M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.40% 1820M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.28% 1280M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.28% 1247M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.27% 1202M knn.IndexerThread#_run():86 [Interpreted code] 0.22% 1000M knn.IndexerThread#_run():108 [JIT compiled code] 0.21% 966M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 938M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.17% 762M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.16% 727M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 701M java.util.ArrayList#grow():240 [Inlined code] 0.15% 697M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.15% 655M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 654M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 640M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 575M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.12% 523M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.10% 461M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 406M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 365M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 361M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 347M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 337M knn.IndexerThread#_run():86 [JIT compiled code] 0.07% 322M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 298M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 297M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.06% 288M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 247M java.util.List#of():935 [Inlined code] 0.05% 204M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 200M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 192M java.lang.reflect.Array#newArray() [Native code] 0.04% 183M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 183M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.04% 183M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 171M org.apache.lucene.document.Document#():184 [Interpreted code] 0.04% 158M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64741 events (total: 450805M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.40% 82963M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.18% 81950M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.15% 50264M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.77% 39557M 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.25% 32681M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 7.20% 32462M 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.50% 24804M 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.22% 19014M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.17% 18790M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.14% 18654M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.57% 7081M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.72% 3245M 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% 2624M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.57% 2562M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.52% 2327M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.40% 1820M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1718M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.34% 1522M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1497M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.26% 1154M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 1000M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.21% 961M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 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():2304 [JIT compiled code] 0.16% 738M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 701M 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% 655M 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.13% 604M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 596M 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% 578M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 530M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.12% 519M 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% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000002e1a24f0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.11% 475M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.11% 475M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.10% 455M 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% 430M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 419M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.09% 403M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 389M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 361M 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% 347M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.08% 347M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.07% 337M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 336M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 314M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.07% 314M 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.0x000000002e183400#concat() [Inlined code] 0.07% 297M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.06% 288M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmFalse.jfr is 1501.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64741 events (total: 450805M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.76% 39493M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.17% 32337M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.90% 26591M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 5.87% 26476M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 5.87% 26472M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.22% 23544M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.20% 23461M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 5.19% 23390M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 4.80% 21624M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.75% 21433M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.94% 17741M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.65% 16476M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.19% 14374M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.85% 8328M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.57% 7081M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.37% 6176M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.33% 6015M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.22% 5481M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.09% 4924M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.02% 4619M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.92% 4169M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.87% 3929M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.84% 3796M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.83% 3743M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.82% 3699M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.72% 3245M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.64% 2868M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.63% 2856M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.62% 2791M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.60% 2719M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.60% 2689M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 2592M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.54% 2432M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.52% 2353M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.45% 2050M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.41% 1846M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.40% 1820M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1718M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#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.0x000000002e1a24f0#run() [Interpreted code] 0.37% 1652M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.29% 1315M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.27% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1089M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.24% 1065M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.23% 1048M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] 0.22% 1000M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.18% 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():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.17% 748M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.16% 701M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 694M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 659M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e1a1f98#call() [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3417478 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3687692120105874 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm will now reindex: index does not exist May 31, 2026 12:23:19 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 113 segments, 12 merges 169.5s _18w: 8 segs, 574.0 K docs, 2861.3 MB 123.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 74.8s _1c4: 8 segs, 74.0 K docs, 367.3 MB 52.4s _1cu: 8 segs, 171.8 K docs, 855.0 MB 44.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 36.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 29.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 24.3s _1dr: 8 segs, 73.8 K docs, 366.5 MB 18.2s _1dz: 8 segs, 72.1 K docs, 358.0 MB 11.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 3.4s _1eh: 9 segs, 44.7 K docs, 221.3 MB 5.0 sec: 99 segments, 10 merges 128.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 57.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 49.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 41.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 34.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 29.3s _1dr: 8 segs, 73.8 K docs, 366.5 MB 23.2s _1dz: 8 segs, 72.1 K docs, 358.0 MB 16.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 8.4s _1eh: 9 segs, 44.7 K docs, 221.3 MB 5.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 10.0 sec: 99 segments, 10 merges 133.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 62.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 54.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 46.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 39.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 34.3s _1dr: 8 segs, 73.8 K docs, 366.5 MB 28.2s _1dz: 8 segs, 72.1 K docs, 358.0 MB 21.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 13.4s _1eh: 9 segs, 44.7 K docs, 221.3 MB 10.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 15.0 sec: 99 segments, 10 merges 138.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 67.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 59.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 51.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 44.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 39.3s _1dr: 8 segs, 73.8 K docs, 366.5 MB 33.2s _1dz: 8 segs, 72.1 K docs, 358.0 MB 26.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 18.4s _1eh: 9 segs, 44.7 K docs, 221.3 MB 15.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 20.0 sec: 92 segments, 9 merges 143.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 72.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 64.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 56.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 49.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 38.2s _1dz: 8 segs, 72.1 K docs, 358.0 MB 31.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 23.5s _1eh: 9 segs, 44.7 K docs, 221.3 MB 20.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 25.0 sec: 85 segments, 8 merges 148.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 77.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 69.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 61.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 54.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 36.3s _1e7: 8 segs, 81.7 K docs, 406.1 MB 28.5s _1eh: 9 segs, 44.7 K docs, 221.3 MB 25.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 30.0 sec: 78 segments, 7 merges 153.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 82.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 74.1s _1d3: 9 segs, 44.1 K docs, 218.2 MB 66.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 59.5s _1dj: 8 segs, 39.5 K docs, 195.6 MB 33.5s _1eh: 9 segs, 44.7 K docs, 221.3 MB 30.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 35.0 sec: 63 segments, 5 merges 158.4s _1ai: 8 segs, 391.5 K docs, 1950.5 MB 87.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 71.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 38.5s _1eh: 9 segs, 44.7 K docs, 221.3 MB 35.0s _1ej: 9 segs, 35.4 K docs, 175.0 MB 40.0 sec: 48 segments, 4 merges 92.5s _1cu: 8 segs, 171.8 K docs, 855.0 MB 76.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 43.5s _1eh: 9 segs, 44.7 K docs, 221.3 MB 4.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 45.1 sec: 33 segments, 2 merges 81.2s _1db: 8 segs, 180.6 K docs, 898.8 MB 9.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 50.1 sec: 33 segments, 2 merges 86.3s _1db: 8 segs, 180.6 K docs, 898.8 MB 14.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 55.1 sec: 26 segments, 2 merges 19.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 4.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 60.1 sec: 26 segments, 2 merges 24.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 9.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 65.1 sec: 26 segments, 2 merges 29.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 14.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 70.1 sec: 26 segments, 2 merges 34.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 19.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 75.1 sec: 26 segments, 2 merges 39.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 24.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 80.1 sec: 26 segments, 2 merges 44.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 29.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 85.1 sec: 26 segments, 2 merges 49.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 34.6s _1el: 7 segs, 992.0 K docs, 4947.3 MB 90.1 sec: 26 segments, 2 merges 54.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 39.6s _1el: 7 segs, 992.0 K docs, 4947.3 MB 95.0 sec: 26 segments, 2 merges 59.4s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 44.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 100.0 sec: 26 segments, 2 merges 64.4s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 49.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 105.0 sec: 26 segments, 2 merges 69.4s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 54.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 110.0 sec: 26 segments, 2 merges 74.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 59.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 115.0 sec: 26 segments, 2 merges 79.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 64.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 120.0 sec: 26 segments, 2 merges 84.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 69.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 125.0 sec: 26 segments, 2 merges 89.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 74.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 130.1 sec: 26 segments, 2 merges 94.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 79.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 135.1 sec: 26 segments, 2 merges 99.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 84.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 140.1 sec: 26 segments, 2 merges 104.5s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 89.6s _1el: 7 segs, 992.0 K docs, 4947.3 MB 145.0 sec: 26 segments, 2 merges 109.4s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 94.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 150.0 sec: 26 segments, 2 merges 114.4s _1ek: 4 segs, 1004.0 K docs, 5009.9 MB 99.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 155.0 sec: 23 segments, 1 merges 104.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 160.0 sec: 23 segments, 1 merges 109.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 165.0 sec: 23 segments, 1 merges 114.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 170.0 sec: 23 segments, 1 merges 119.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 175.0 sec: 23 segments, 1 merges 124.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 180.0 sec: 23 segments, 1 merges 129.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 185.0 sec: 23 segments, 1 merges 134.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 190.0 sec: 23 segments, 1 merges 139.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 195.0 sec: 23 segments, 1 merges 144.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 200.0 sec: 23 segments, 1 merges 149.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 205.0 sec: 23 segments, 1 merges 154.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 210.0 sec: 23 segments, 1 merges 159.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 215.1 sec: 23 segments, 1 merges 164.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB 220.1 sec: 23 segments, 1 merges 169.5s _1el: 7 segs, 992.0 K docs, 4947.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1469 seconds reindex takes 1469.72 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 10.0 sec: 17 segments, 1 merges 10.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 15.0 sec: 17 segments, 1 merges 15.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 20.0 sec: 17 segments, 1 merges 20.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 25.0 sec: 17 segments, 1 merges 25.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 30.0 sec: 17 segments, 1 merges 30.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 35.0 sec: 17 segments, 1 merges 35.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 40.0 sec: 17 segments, 1 merges 40.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 45.0 sec: 17 segments, 1 merges 45.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 50.0 sec: 17 segments, 1 merges 50.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 55.0 sec: 17 segments, 1 merges 55.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 60.0 sec: 17 segments, 1 merges 60.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 65.1 sec: 17 segments, 1 merges 65.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 70.1 sec: 17 segments, 1 merges 70.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 75.1 sec: 17 segments, 1 merges 75.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 80.1 sec: 17 segments, 1 merges 80.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 85.1 sec: 17 segments, 1 merges 85.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 90.1 sec: 17 segments, 1 merges 90.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 95.1 sec: 17 segments, 1 merges 95.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 100.1 sec: 17 segments, 1 merges 100.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 105.1 sec: 17 segments, 1 merges 105.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 110.1 sec: 17 segments, 1 merges 110.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 115.1 sec: 17 segments, 1 merges 115.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 120.0 sec: 17 segments, 1 merges 120.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 125.0 sec: 17 segments, 1 merges 125.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 130.0 sec: 17 segments, 1 merges 130.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 135.0 sec: 17 segments, 1 merges 135.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 140.0 sec: 17 segments, 1 merges 140.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 145.0 sec: 17 segments, 1 merges 145.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 150.0 sec: 17 segments, 1 merges 150.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 155.0 sec: 17 segments, 1 merges 155.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 160.0 sec: 17 segments, 1 merges 160.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 165.0 sec: 17 segments, 1 merges 165.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 170.0 sec: 17 segments, 1 merges 170.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 175.1 sec: 17 segments, 1 merges 175.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 180.1 sec: 17 segments, 1 merges 180.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 185.1 sec: 17 segments, 1 merges 185.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 190.1 sec: 17 segments, 1 merges 190.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 195.1 sec: 17 segments, 1 merges 195.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 200.1 sec: 17 segments, 1 merges 200.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 205.1 sec: 17 segments, 1 merges 205.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 210.1 sec: 17 segments, 1 merges 210.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 215.1 sec: 17 segments, 1 merges 215.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 220.1 sec: 17 segments, 1 merges 220.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 225.1 sec: 17 segments, 1 merges 225.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 230.1 sec: 17 segments, 1 merges 230.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 235.0 sec: 17 segments, 1 merges 235.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 240.0 sec: 17 segments, 1 merges 240.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 245.0 sec: 17 segments, 1 merges 245.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 250.0 sec: 17 segments, 1 merges 250.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 255.0 sec: 17 segments, 1 merges 255.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 260.0 sec: 17 segments, 1 merges 260.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 265.0 sec: 17 segments, 1 merges 265.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 270.0 sec: 17 segments, 1 merges 270.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 275.0 sec: 17 segments, 1 merges 275.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 280.0 sec: 17 segments, 1 merges 280.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 285.0 sec: 17 segments, 1 merges 285.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 290.1 sec: 17 segments, 1 merges 290.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 295.1 sec: 17 segments, 1 merges 295.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 300.1 sec: 17 segments, 1 merges 300.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 305.1 sec: 17 segments, 1 merges 305.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 310.1 sec: 17 segments, 1 merges 310.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 315.1 sec: 17 segments, 1 merges 315.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 320.1 sec: 17 segments, 1 merges 320.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 325.1 sec: 17 segments, 1 merges 325.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 330.1 sec: 17 segments, 1 merges 330.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 335.1 sec: 17 segments, 1 merges 335.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 340.1 sec: 17 segments, 1 merges 340.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 345.1 sec: 17 segments, 1 merges 345.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 350.0 sec: 17 segments, 1 merges 350.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 355.0 sec: 17 segments, 1 merges 355.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 360.0 sec: 17 segments, 1 merges 360.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 365.0 sec: 17 segments, 1 merges 365.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 370.0 sec: 17 segments, 1 merges 370.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 375.0 sec: 17 segments, 1 merges 375.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 380.0 sec: 17 segments, 1 merges 380.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 385.1 sec: 17 segments, 1 merges 385.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 390.1 sec: 17 segments, 1 merges 390.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 395.1 sec: 17 segments, 1 merges 395.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 400.1 sec: 17 segments, 1 merges 400.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 405.1 sec: 17 segments, 1 merges 405.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 410.0 sec: 17 segments, 1 merges 410.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 415.0 sec: 17 segments, 1 merges 415.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 420.0 sec: 17 segments, 1 merges 420.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 425.0 sec: 17 segments, 1 merges 425.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 430.0 sec: 17 segments, 1 merges 430.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 435.0 sec: 17 segments, 1 merges 435.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 440.1 sec: 17 segments, 1 merges 440.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 445.1 sec: 17 segments, 1 merges 445.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 450.1 sec: 17 segments, 1 merges 450.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 455.1 sec: 17 segments, 1 merges 455.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 460.1 sec: 17 segments, 1 merges 460.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 465.1 sec: 17 segments, 1 merges 465.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 470.1 sec: 17 segments, 1 merges 470.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 475.1 sec: 17 segments, 1 merges 475.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 480.1 sec: 17 segments, 1 merges 480.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 485.1 sec: 17 segments, 1 merges 485.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 490.1 sec: 17 segments, 1 merges 490.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 495.1 sec: 17 segments, 1 merges 495.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 500.1 sec: 17 segments, 1 merges 500.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 505.1 sec: 17 segments, 1 merges 505.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 510.0 sec: 17 segments, 1 merges 510.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 515.0 sec: 17 segments, 1 merges 515.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 520.0 sec: 17 segments, 1 merges 520.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 525.0 sec: 17 segments, 1 merges 525.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 530.0 sec: 17 segments, 1 merges 530.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 535.0 sec: 17 segments, 1 merges 535.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 540.0 sec: 17 segments, 1 merges 540.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 545.0 sec: 17 segments, 1 merges 545.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 550.0 sec: 17 segments, 1 merges 550.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 555.0 sec: 17 segments, 1 merges 555.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 560.1 sec: 17 segments, 1 merges 560.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 565.0 sec: 17 segments, 1 merges 565.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 570.0 sec: 17 segments, 1 merges 570.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 575.0 sec: 17 segments, 1 merges 575.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 580.0 sec: 17 segments, 1 merges 580.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 585.0 sec: 17 segments, 1 merges 585.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 590.0 sec: 17 segments, 1 merges 590.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 595.0 sec: 17 segments, 1 merges 595.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 600.0 sec: 17 segments, 1 merges 600.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 605.0 sec: 17 segments, 1 merges 605.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 610.0 sec: 17 segments, 1 merges 610.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 615.1 sec: 17 segments, 1 merges 615.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 620.1 sec: 17 segments, 1 merges 620.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 625.1 sec: 17 segments, 1 merges 625.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 630.1 sec: 17 segments, 1 merges 630.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 635.1 sec: 17 segments, 1 merges 635.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 640.1 sec: 17 segments, 1 merges 640.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 645.1 sec: 17 segments, 1 merges 645.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 650.1 sec: 17 segments, 1 merges 650.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 655.0 sec: 17 segments, 1 merges 655.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 660.0 sec: 17 segments, 1 merges 660.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 665.0 sec: 17 segments, 1 merges 665.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 670.0 sec: 17 segments, 1 merges 670.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 675.0 sec: 17 segments, 1 merges 675.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 680.0 sec: 17 segments, 1 merges 680.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 685.0 sec: 17 segments, 1 merges 685.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 690.0 sec: 17 segments, 1 merges 690.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 695.0 sec: 17 segments, 1 merges 695.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 700.0 sec: 17 segments, 1 merges 700.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 705.1 sec: 17 segments, 1 merges 705.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 710.1 sec: 17 segments, 1 merges 710.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 715.1 sec: 17 segments, 1 merges 715.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 720.1 sec: 17 segments, 1 merges 720.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 725.1 sec: 17 segments, 1 merges 725.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 730.1 sec: 17 segments, 1 merges 730.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 735.1 sec: 17 segments, 1 merges 735.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 740.1 sec: 17 segments, 1 merges 740.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 745.1 sec: 17 segments, 1 merges 745.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 750.1 sec: 17 segments, 1 merges 750.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 755.1 sec: 17 segments, 1 merges 755.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 760.0 sec: 17 segments, 1 merges 760.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 765.0 sec: 17 segments, 1 merges 765.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 770.0 sec: 17 segments, 1 merges 770.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 775.0 sec: 17 segments, 1 merges 775.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 780.0 sec: 17 segments, 1 merges 780.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 785.0 sec: 17 segments, 1 merges 785.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 790.0 sec: 17 segments, 1 merges 790.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 795.0 sec: 17 segments, 1 merges 795.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 800.0 sec: 17 segments, 1 merges 800.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 805.0 sec: 17 segments, 1 merges 805.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 810.0 sec: 17 segments, 1 merges 810.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 815.0 sec: 17 segments, 1 merges 815.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 820.0 sec: 17 segments, 1 merges 820.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 825.0 sec: 17 segments, 1 merges 825.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 830.0 sec: 17 segments, 1 merges 830.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 835.0 sec: 17 segments, 1 merges 835.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 840.0 sec: 17 segments, 1 merges 840.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 845.0 sec: 17 segments, 1 merges 845.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 850.1 sec: 17 segments, 1 merges 850.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 855.1 sec: 17 segments, 1 merges 855.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 860.1 sec: 17 segments, 1 merges 860.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 865.1 sec: 17 segments, 1 merges 865.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 870.1 sec: 17 segments, 1 merges 870.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 875.0 sec: 17 segments, 1 merges 875.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 880.0 sec: 17 segments, 1 merges 880.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 885.0 sec: 17 segments, 1 merges 885.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 890.0 sec: 17 segments, 1 merges 890.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 895.0 sec: 17 segments, 1 merges 895.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 900.0 sec: 17 segments, 1 merges 900.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 905.0 sec: 17 segments, 1 merges 905.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 910.0 sec: 17 segments, 1 merges 910.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 915.0 sec: 17 segments, 1 merges 915.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 920.1 sec: 17 segments, 1 merges 920.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 925.1 sec: 17 segments, 1 merges 925.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 930.1 sec: 17 segments, 1 merges 930.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 935.0 sec: 17 segments, 1 merges 935.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 940.0 sec: 17 segments, 1 merges 940.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 945.0 sec: 17 segments, 1 merges 945.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 950.0 sec: 17 segments, 1 merges 950.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 955.0 sec: 17 segments, 1 merges 955.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 960.0 sec: 17 segments, 1 merges 960.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 965.0 sec: 17 segments, 1 merges 965.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 970.0 sec: 17 segments, 1 merges 970.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 975.0 sec: 17 segments, 1 merges 975.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 980.0 sec: 17 segments, 1 merges 980.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 985.0 sec: 17 segments, 1 merges 985.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 990.1 sec: 17 segments, 1 merges 990.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 995.1 sec: 17 segments, 1 merges 995.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1025.1 sec: 17 segments, 1 merges 1025.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1040.1 sec: 17 segments, 1 merges 1040.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1045.1 sec: 17 segments, 1 merges 1045.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1105.0 sec: 17 segments, 1 merges 1105.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB 1110.0 sec: 17 segments, 1 merges 1110.0s _1em: 17 segs, 8000.0 K docs, 39944.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1115.00 sec index has 1 segments: segments_3: _1em(11.0.0):C8000000 _1em: 40090.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.74 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=48618364800 cpu@end=51158980141 deltaMS=2540.615341 thread 14 name=Reference Handler cpu@start=1413523 cpu@end=1413523 deltaMS=0.0 thread 15 name=Finalizer cpu@start=147083 cpu@end=147083 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=73056 cpu@end=73056 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7806069 cpu@end=7806069 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22397870841 cpu@end=22398362749 deltaMS=0.491908 thread 42 name=JFR Periodic Tasks cpu@start=165956969231 cpu@end=166081000632 deltaMS=124.031401 thread 45 name=Notification Thread cpu@start=109579 cpu@end=109579 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2344294262545 cpu@end=2344294262545 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2351265738936 cpu@end=2351265738936 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2343934398321 cpu@end=2343934398321 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2347326468214 cpu@end=2347326468214 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2352868402493 cpu@end=2352868402493 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2347269018261 cpu@end=2347269018261 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2344507259614 cpu@end=2344507259614 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2348220458984 cpu@end=2348220458984 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2347452759332 cpu@end=2347452759332 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2355770737515 cpu@end=2355770737515 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2344146321248 cpu@end=2344146321248 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2341073105676 cpu@end=2341073105676 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2345561227767 cpu@end=2345561227767 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2347208424613 cpu@end=2347208424613 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2344893001057 cpu@end=2344893001057 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2348000595107 cpu@end=2348000595107 deltaMS=0.0 Average CPU cores used: 1.0456299706547503 completed 1000 searches in 2548 ms: 392 QPS CPU time=2664 ms checking results SUMMARY: 0.927 2.548 2.664 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5681 1469.72 5443.20 1115.00 1 40090.74 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=234, Fanout min=6, mean=15.94, max=32, meandelta=418991.78 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 16 17 18 20 23 32 Graph level=2 size=7612, Fanout min=7, mean=27.36, max=32, meandelta=267132.16 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 24 27 31 32 32 32 32 32 Graph level=1 size=247138, Fanout min=1, mean=28.28, max=32, meandelta=258430.41 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.66, max=64, meandelta=194584.66 % 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=234, connectedness=1.00 Graph level=2 size=7612, connectedness=1.00 Graph level=1 size=247138, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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': 64,418,925.11 msec task-clock:u 249,866,870,848,903 cycles:u (36.36%) 170,171,797,757,083 instructions:u (36.36%) 5,060,070,020,484 cache-references:u (36.36%) 2,302,447,139,915 cache-misses:u (36.36%) 60,025,202,476,162 L1-dcache-loads:u (36.36%) 2,043,433,795,286 L1-dcache-load-misses:u (36.36%) 3,520,789,048,222 L1-icache-loads:u (36.36%) 16,181,218,317 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 17,233,899 faults:u 16,105,754 minor-faults:u 31,213 major-faults:u 17,566,454,945,329 branches:u (36.36%) 116,906,448,837 branch-misses:u (36.36%) 3,545,198,226,345 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2886.111631508 seconds time elapsed 63707.927823000 seconds user 695.865967000 seconds sys took 0:48:06.136937 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', 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.927, cpu_time_ms=2.548, net_cpu_ms=2.664, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5681, index_time_sec=1469.72, index_docs_per_sec=5443.2, force_merge_time_sec=1115.0, index_num_segments=1, index_size_on_disk_mb=40090.74, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (234, {0: 0, 10: 10, 20: 11, 30: 12, 40: 14, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7612, {0: 0, 10: 19, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247138, {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=2886, microseconds=136937)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 142 Start: 2026-05-31 04:23:19 (UTC) Duration: 2871 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 61778385 1059883297 jdk.FileWrite 25151920 548173049 jdk.FileRead 8003677 182943640 jdk.ObjectAllocationInNewTLAB 74684 1483568 jdk.BooleanFlag 70432 2228694 jdk.CPULoad 53636 1072084 jdk.Checkpoint 10191 35106130 jdk.UnsignedIntFlag 6816 231268 jdk.IntFlag 6248 228018 jdk.Compilation 5979 154403 jdk.StringFlag 4828 187211 jdk.ObjectAllocationOutsideTLAB 1237 22122 jdk.CPUInformation 142 213280 jdk.GCConfiguration 142 3688 jdk.JVMInformation 142 132482 jdk.Metadata 142 15694831 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61778385 events (total: 61M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.68% 36M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.73% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.76% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.93% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.06% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 2.03% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.74% 456400 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.69% 428843 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.68% 419127 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.49% 305799 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.39% 239324 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 222751 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.29% 180872 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 161418 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.23% 139264 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 128164 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.21% 127080 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 123862 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 107228 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 81759 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 63313 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 58582 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.08% 51665 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 51370 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.08% 50552 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.07% 43285 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] 0.07% 42427 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 37737 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 37534 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 35798 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 34621 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] 0.05% 32093 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 29154 java.util.Arrays#sort():99 [Inlined code] 0.05% 28906 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 27257 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 26650 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 18139 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 17936 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] 0.03% 16668 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16389 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 15097 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 14131 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 13944 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.02% 13879 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12329 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 11445 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 10280 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 10065 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] 0.02% 9537 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.01% 8441 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61778385 events (total: 61M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.61% 34M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 14.72% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 12.76% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.93% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.06% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.83% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 1.59% 979655 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] 0.79% 489674 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.74% 456400 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.55% 340858 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.54% 335037 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.48% 293856 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.40% 247334 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] 0.35% 218759 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.31% 192041 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.29% 180233 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.26% 161314 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.24% 146335 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.23% 139242 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.18% 113552 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 96957 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.15% 92338 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 83948 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.12% 75436 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.11% 70518 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.11% 68038 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.11% 67283 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 51360 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 50631 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.08% 50384 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 43285 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():489 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():460 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():332 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 42752 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.06% 37533 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 35792 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.06% 35683 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 34621 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():326 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.05% 30353 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 29153 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 29000 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 28905 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 28804 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 26915 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 26778 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 23376 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 21527 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 21087 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] 0.03% 20766 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.03% 19108 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.03% 18539 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 18213 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61778385 events (total: 61M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 23.00% 14M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 21.61% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 14.16% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.70% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 10.65% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 2.26% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.21% 747596 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 1.00% 619701 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.75% 464867 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.73% 448232 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.68% 418124 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.52% 323740 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.52% 319209 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.51% 317404 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.46% 285358 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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.0x00000000351a0558#run() [JIT compiled code] 0.44% 274167 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.42% 261115 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.40% 244127 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.32% 199033 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.27% 163993 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.25% 157241 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.24% 149466 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.23% 143995 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.23% 139156 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.22% 135910 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.21% 126939 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.19% 114671 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.18% 113552 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.0x000000003507aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 111006 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.18% 110070 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 105475 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 98328 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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.0x00000000351a0558#run() [JIT compiled code] 0.15% 92954 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.15% 91983 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 85244 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 82367 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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.0x00000000351a0558#run() [JIT compiled code] 0.12% 72865 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 69833 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 68632 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 67939 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 66588 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.11% 65727 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 64031 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():328 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.10% 62780 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 57407 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000351a0558#run() [JIT compiled code] 0.09% 55729 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.09% 52840 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 50544 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003519c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.07% 46119 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.07% 43719 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75896 events (total: 565854M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.43% 132593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.33% 131993M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.09% 130664M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.22% 63506M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.62% 31780M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.16% 23511M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.10% 6200M java.util.Arrays#copyOf():3478 [Inlined code] 0.96% 5445M java.lang.Integer#valueOf():1006 [Inlined code] 0.69% 3932M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3822M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.67% 3807M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.65% 3694M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.35% 2005M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.32% 1815M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.27% 1505M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.21% 1163M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.20% 1134M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.17% 963M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 788M java.util.ArrayList#grow():240 [Inlined code] 0.13% 734M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 732M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.13% 728M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.13% 724M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 686M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 490M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 448M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 388M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 387M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 371M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 365M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 359M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 317M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 308M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 305M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 286M knn.IndexerThread#_run():108 [JIT compiled code] 0.05% 273M java.util.List#of():935 [Inlined code] 0.04% 226M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 206M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 187M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 180M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 170M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 158M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 158M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 147M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 144M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 141M java.io.BufferedOutputStream#():92 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75896 events (total: 565854M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.13% 108238M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.95% 107226M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.19% 74618M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.40% 53170M 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.89% 39005M 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.62% 31780M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.33% 24491M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.15% 23499M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.14% 23424M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.01% 17024M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.15% 6487M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.02% 5778M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.94% 5294M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.68% 3822M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.59% 3338M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.50% 2811M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.36% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.32% 1815M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1466M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.26% 1445M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1306M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 1046M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 995M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 874M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 819M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.14% 797M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] 0.14% 788M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 755M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.13% 750M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 734M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.13% 728M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.11% 649M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.11% 604M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.10% 585M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 555M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 555M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 514M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 484M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.08% 471M 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% 448M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 421M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 388M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 368M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.06% 365M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 359M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 359M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 358M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 347M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000351a0558#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q7-fmTrue.jfr is 1762.17 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 75896 events (total: 565854M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.85% 50063M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.78% 49659M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 8.56% 48434M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 6.88% 38941M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.69% 37865M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 5.59% 31609M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.29% 24246M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.21% 23816M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 4.04% 22840M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.03% 22805M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 3.97% 22480M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.89% 16350M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.62% 14823M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.47% 8327M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.47% 8297M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.44% 8140M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.28% 7242M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.25% 7046M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.14% 6433M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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] 1.03% 5830M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.02% 5778M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.98% 5542M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.94% 5341M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.94% 5294M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.75% 4216M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.71% 4025M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.65% 3671M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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.63% 3591M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.62% 3529M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.50% 2853M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.49% 2777M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 2539M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.45% 2525M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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% 2487M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.44% 2487M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.42% 2367M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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.0x00000000351a0558#run() [Interpreted code] 0.32% 1815M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.29% 1651M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.29% 1621M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1235M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#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% 1207M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.19% 1097M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.16% 893M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.16% 882M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 851M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] 0.14% 788M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.12% 699M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 693M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000351a0000#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 3455586 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3691543119057097 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm will now reindex: explicitly requested May 31, 2026 1:27:30 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 239 segments, 27 merges 1217.5s _zu: 8 segs, 309.5 K docs, 1235.1 MB 1102.8s _11f: 8 segs, 193.7 K docs, 772.4 MB 963.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 929.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 732.6s _173: 8 segs, 139.2 K docs, 554.2 MB 533.0s _19c: 8 segs, 73.4 K docs, 291.7 MB 422.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 380.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 362.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 322.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 304.7s _1bs: 8 segs, 88.2 K docs, 350.6 MB 287.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 236.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 221.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 202.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 187.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 169.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 151.9s _1do: 8 segs, 72.4 K docs, 287.5 MB 131.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 114.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 99.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 86.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 72.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 58.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 40.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 19.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 5.0 sec: 239 segments, 27 merges 1222.5s _zu: 8 segs, 309.5 K docs, 1235.1 MB 1107.8s _11f: 8 segs, 193.7 K docs, 772.4 MB 968.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 934.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 737.6s _173: 8 segs, 139.2 K docs, 554.2 MB 538.0s _19c: 8 segs, 73.4 K docs, 291.7 MB 427.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 385.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 367.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 327.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 309.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 292.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 241.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 226.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 207.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 192.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 174.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 157.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 136.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 119.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 105.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 91.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 77.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 63.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 45.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 24.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 5.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 10.0 sec: 239 segments, 27 merges 1227.5s _zu: 8 segs, 309.5 K docs, 1235.1 MB 1112.8s _11f: 8 segs, 193.7 K docs, 772.4 MB 973.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 939.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 742.6s _173: 8 segs, 139.2 K docs, 554.2 MB 543.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 432.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 390.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 372.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 332.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 314.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 297.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 246.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 231.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 212.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 197.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 179.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 162.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 141.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 124.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 110.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 96.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 82.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 68.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 50.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 29.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 10.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 15.0 sec: 239 segments, 27 merges 1232.5s _zu: 8 segs, 309.5 K docs, 1235.1 MB 1117.9s _11f: 8 segs, 193.7 K docs, 772.4 MB 978.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 944.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 747.6s _173: 8 segs, 139.2 K docs, 554.2 MB 548.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 437.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 395.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 377.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 337.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 319.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 302.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 251.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 236.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 217.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 202.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 184.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 167.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 146.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 129.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 115.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 101.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 87.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 73.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 55.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 34.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 15.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 20.0 sec: 232 segments, 26 merges 1237.5s _zu: 8 segs, 309.5 K docs, 1235.1 MB 983.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 949.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 752.6s _173: 8 segs, 139.2 K docs, 554.2 MB 553.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 442.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 400.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 382.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 342.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 324.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 307.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 256.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 241.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 222.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 207.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 189.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 172.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 151.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 134.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 120.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 106.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 92.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 78.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 60.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 39.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 20.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 25.0 sec: 225 segments, 25 merges 988.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 954.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 757.6s _173: 8 segs, 139.2 K docs, 554.2 MB 558.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 447.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 405.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 387.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 347.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 329.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 312.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 261.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 246.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 227.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 212.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 194.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 177.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 156.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 139.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 125.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 111.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 97.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 83.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 65.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 44.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 25.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 30.1 sec: 225 segments, 25 merges 993.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 959.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 762.6s _173: 8 segs, 139.2 K docs, 554.2 MB 563.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 452.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 410.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 392.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 352.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 334.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 317.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 266.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 251.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 232.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 217.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 199.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 182.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 161.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 144.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 130.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 116.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 102.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 88.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 70.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 49.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 30.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 35.1 sec: 225 segments, 25 merges 998.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 964.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 767.6s _173: 8 segs, 139.2 K docs, 554.2 MB 568.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 457.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 415.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 397.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 357.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 339.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 322.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 271.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 256.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 237.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 222.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 204.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 187.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 166.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 149.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 135.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 121.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 107.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 93.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 75.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 54.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 35.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 40.1 sec: 225 segments, 25 merges 1003.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 969.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 772.6s _173: 8 segs, 139.2 K docs, 554.2 MB 573.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 462.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 420.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 402.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 362.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 344.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 328.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 276.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 261.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 242.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 227.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 209.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 192.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 171.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 154.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 140.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 126.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 112.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 98.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 80.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 59.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 40.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 45.1 sec: 225 segments, 25 merges 1008.3s _13s: 8 segs, 191.8 K docs, 764.6 MB 974.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 777.6s _173: 8 segs, 139.2 K docs, 554.2 MB 578.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 467.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 425.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 407.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 367.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 349.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 333.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 282.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 266.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 247.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 232.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 214.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 197.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 176.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 159.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 145.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 131.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 117.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 103.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 85.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 64.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 45.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 50.1 sec: 225 segments, 25 merges 1013.3s _13s: 8 segs, 191.8 K docs, 764.6 MB 979.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 782.7s _173: 8 segs, 139.2 K docs, 554.2 MB 583.1s _19c: 8 segs, 73.4 K docs, 291.7 MB 472.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 430.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 412.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 372.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 354.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 338.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 287.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 271.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 252.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 237.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 219.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 202.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 181.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 164.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 150.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 136.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 122.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 108.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 90.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 69.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 50.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 55.1 sec: 218 segments, 24 merges 1018.3s _13s: 8 segs, 191.8 K docs, 764.6 MB 984.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 787.7s _173: 8 segs, 139.2 K docs, 554.2 MB 477.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 435.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 417.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 377.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 359.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 343.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 292.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 276.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 257.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 242.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 224.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 207.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 186.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 169.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 155.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 141.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 127.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 113.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 95.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 74.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 55.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 60.1 sec: 218 segments, 24 merges 1023.3s _13s: 8 segs, 191.8 K docs, 764.6 MB 989.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 792.7s _173: 8 segs, 139.2 K docs, 554.2 MB 482.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 440.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 422.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 382.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 364.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 348.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 297.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 281.9s _1ct: 8 segs, 139.9 K docs, 557.1 MB 262.9s _1d2: 8 segs, 38.5 K docs, 152.4 MB 247.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 229.9s _1dh: 8 segs, 74.4 K docs, 295.8 MB 212.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 191.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 174.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 160.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 146.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 132.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 118.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 100.1s _1fa: 9 segs, 44.3 K docs, 175.5 MB 79.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 60.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 65.0 sec: 218 segments, 24 merges 1028.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 994.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 797.6s _173: 8 segs, 139.2 K docs, 554.2 MB 487.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 445.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 427.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 387.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 369.7s _1bs: 8 segs, 88.2 K docs, 350.6 MB 352.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 301.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 286.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 267.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 252.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 234.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 217.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 196.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 179.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 164.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 151.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 137.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 123.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 105.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 84.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 65.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 70.0 sec: 218 segments, 24 merges 1033.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 999.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 802.6s _173: 8 segs, 139.2 K docs, 554.2 MB 492.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 450.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 432.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 392.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 374.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 357.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 306.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 291.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 272.8s _1d2: 8 segs, 38.5 K docs, 152.4 MB 257.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 239.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 222.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 201.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 184.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 170.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 156.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 142.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 128.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 110.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 89.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 70.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 75.0 sec: 211 segments, 23 merges 1038.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 1004.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 807.6s _173: 8 segs, 139.2 K docs, 554.2 MB 497.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 455.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 437.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 397.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 379.8s _1bs: 8 segs, 88.2 K docs, 350.6 MB 362.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 311.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 296.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 262.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 244.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 227.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 206.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 189.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 175.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 161.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 147.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 133.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 115.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 94.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 75.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 80.0 sec: 204 segments, 22 merges 1043.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 1009.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 812.6s _173: 8 segs, 139.2 K docs, 554.2 MB 502.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 460.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 442.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 402.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 367.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 316.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 301.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 267.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 249.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 232.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 211.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 194.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 180.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 166.1s _1ek: 8 segs, 74.4 K docs, 295.5 MB 152.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 138.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 120.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 99.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 80.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 85.0 sec: 204 segments, 22 merges 1048.2s _13s: 8 segs, 191.8 K docs, 764.6 MB 1014.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 817.6s _173: 8 segs, 139.2 K docs, 554.2 MB 507.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 465.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 447.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 407.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 372.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 321.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 306.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 272.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 254.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 237.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 216.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 199.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 185.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 171.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 157.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 143.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 125.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 104.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 85.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 90.0 sec: 197 segments, 21 merges 1019.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 822.6s _173: 8 segs, 139.2 K docs, 554.2 MB 512.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 470.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 452.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 412.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 377.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 326.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 311.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 277.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 259.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 242.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 221.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 204.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 190.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 176.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 162.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 148.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 130.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 109.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 90.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 95.0 sec: 197 segments, 21 merges 1024.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 827.6s _173: 8 segs, 139.2 K docs, 554.2 MB 517.1s _1ai: 8 segs, 117.5 K docs, 467.6 MB 475.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 457.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 417.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 382.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 331.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 316.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 282.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 264.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 247.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 226.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 209.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 195.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 181.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 167.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 153.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 135.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 114.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 95.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 100.1 sec: 197 segments, 21 merges 1029.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 832.6s _173: 8 segs, 139.2 K docs, 554.2 MB 522.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 480.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 462.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 422.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 387.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 336.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 321.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 287.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 269.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 252.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 231.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 214.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 200.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 186.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 172.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 158.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 140.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 119.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 100.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 105.1 sec: 197 segments, 21 merges 1034.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 837.6s _173: 8 segs, 139.2 K docs, 554.2 MB 527.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 485.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 467.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 427.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 392.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 341.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 326.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 292.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 274.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 257.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 236.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 219.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 205.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 191.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 177.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 163.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 145.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 124.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 105.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 110.1 sec: 197 segments, 21 merges 1039.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 842.6s _173: 8 segs, 139.2 K docs, 554.2 MB 532.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 490.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 472.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 432.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 398.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 346.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 331.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 297.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 279.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 262.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 241.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 224.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 210.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 196.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 182.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 168.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 150.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 129.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 110.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 115.1 sec: 197 segments, 21 merges 1044.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 847.6s _173: 8 segs, 139.2 K docs, 554.2 MB 537.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 495.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 477.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 437.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 403.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 352.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 336.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 302.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 284.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 267.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 246.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 229.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 215.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 201.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 187.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 173.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 155.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 134.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 115.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 120.1 sec: 197 segments, 21 merges 1049.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 852.6s _173: 8 segs, 139.2 K docs, 554.2 MB 542.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 500.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 482.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 442.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 408.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 357.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 341.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 307.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 289.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 272.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 251.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 234.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 220.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 206.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 192.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 178.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 160.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 139.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 120.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 125.1 sec: 197 segments, 21 merges 1054.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 857.7s _173: 8 segs, 139.2 K docs, 554.2 MB 547.2s _1ai: 8 segs, 117.5 K docs, 467.6 MB 505.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 487.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 447.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 413.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 362.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 346.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 312.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 294.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 277.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 256.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 239.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 225.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 211.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 197.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 183.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 165.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 144.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 125.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 130.1 sec: 190 segments, 20 merges 1059.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 862.7s _173: 8 segs, 139.2 K docs, 554.2 MB 510.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 492.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 452.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 418.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 367.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 351.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 317.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 299.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 282.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 261.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 244.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 230.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 216.2s _1ek: 8 segs, 74.4 K docs, 295.5 MB 202.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 188.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 170.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 149.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 130.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 135.1 sec: 183 segments, 20 merges 1064.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 867.7s _173: 8 segs, 139.2 K docs, 554.2 MB 515.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 497.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 457.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 423.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 372.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 356.9s _1ct: 8 segs, 139.9 K docs, 557.1 MB 322.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 304.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 287.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 266.1s _1dy: 8 segs, 39.4 K docs, 156.1 MB 249.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 235.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 207.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 193.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 175.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 154.1s _1fl: 10 segs, 49.7 K docs, 196.9 MB 135.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 0.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 140.0 sec: 183 segments, 20 merges 1069.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 872.6s _173: 8 segs, 139.2 K docs, 554.2 MB 520.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 502.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 462.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 427.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 376.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 361.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 327.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 309.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 291.9s _1do: 8 segs, 72.4 K docs, 287.5 MB 271.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 254.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 239.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 212.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 198.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 180.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 159.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 140.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 5.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 145.0 sec: 183 segments, 20 merges 1074.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 877.6s _173: 8 segs, 139.2 K docs, 554.2 MB 525.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 507.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 467.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 432.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 381.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 366.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 332.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 314.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 297.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 276.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 259.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 244.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 217.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 203.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 185.0s _1fa: 9 segs, 44.3 K docs, 175.5 MB 164.0s _1fl: 10 segs, 49.7 K docs, 196.9 MB 145.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 10.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 150.0 sec: 166 segments, 18 merges 1079.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 882.6s _173: 8 segs, 139.2 K docs, 554.2 MB 530.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 512.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 472.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 437.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 386.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 371.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 337.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 319.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 302.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 281.0s _1dy: 8 segs, 39.4 K docs, 156.1 MB 264.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 250.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 222.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 208.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 150.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 15.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 155.0 sec: 159 segments, 17 merges 1084.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 887.6s _173: 8 segs, 139.2 K docs, 554.2 MB 535.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 517.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 477.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 442.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 391.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 376.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 342.8s _1d9: 8 segs, 107.4 K docs, 427.4 MB 324.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 307.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 269.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 255.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 227.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 213.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 155.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 20.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 160.0 sec: 159 segments, 17 merges 1089.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 892.6s _173: 8 segs, 139.2 K docs, 554.2 MB 540.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 522.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 482.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 447.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 396.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 381.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 347.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 329.8s _1dh: 8 segs, 74.4 K docs, 295.8 MB 312.0s _1do: 8 segs, 72.4 K docs, 287.5 MB 274.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 260.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 232.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 218.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 160.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 25.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 165.0 sec: 145 segments, 15 merges 1094.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 897.6s _173: 8 segs, 139.2 K docs, 554.2 MB 545.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 527.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 487.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 452.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 401.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 386.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 352.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 279.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 265.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 237.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 223.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 165.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 30.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 170.1 sec: 145 segments, 15 merges 1099.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 902.6s _173: 8 segs, 139.2 K docs, 554.2 MB 550.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 532.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 492.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 458.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 407.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 391.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 357.9s _1d9: 8 segs, 107.4 K docs, 427.4 MB 284.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 270.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 242.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 228.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 170.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 35.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 175.1 sec: 138 segments, 14 merges 1104.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 907.7s _173: 8 segs, 139.2 K docs, 554.2 MB 555.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 537.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 497.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 463.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 412.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 396.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 289.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 275.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 247.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 233.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 175.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 40.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 180.1 sec: 138 segments, 14 merges 1109.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 912.7s _173: 8 segs, 139.2 K docs, 554.2 MB 560.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 542.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 502.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 468.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 417.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 401.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 294.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 280.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 252.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 238.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 180.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 45.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 185.1 sec: 138 segments, 14 merges 1114.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 917.7s _173: 8 segs, 139.2 K docs, 554.2 MB 565.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 547.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 507.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 473.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 422.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 406.9s _1ct: 8 segs, 139.9 K docs, 557.1 MB 299.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 285.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 257.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 243.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 185.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 50.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 190.0 sec: 138 segments, 14 merges 1119.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 922.6s _173: 8 segs, 139.2 K docs, 554.2 MB 570.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 552.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 512.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 477.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 426.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 411.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 304.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 289.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 262.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 248.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 190.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 55.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 195.0 sec: 138 segments, 14 merges 1124.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 927.6s _173: 8 segs, 139.2 K docs, 554.2 MB 575.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 557.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 517.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 482.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 431.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 416.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 309.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 294.9s _1ec: 8 segs, 177.1 K docs, 705.8 MB 267.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 253.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 195.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 60.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 200.0 sec: 138 segments, 14 merges 1129.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 932.6s _173: 8 segs, 139.2 K docs, 554.2 MB 580.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 562.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 522.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 487.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 436.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 421.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 314.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 300.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 272.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 258.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 200.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 65.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 205.0 sec: 138 segments, 14 merges 1134.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 937.6s _173: 8 segs, 139.2 K docs, 554.2 MB 585.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 567.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 527.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 492.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 441.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 426.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 319.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 305.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 277.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 263.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 205.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 70.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 210.0 sec: 138 segments, 14 merges 1139.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 942.6s _173: 8 segs, 139.2 K docs, 554.2 MB 590.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 572.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 532.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 497.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 446.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 431.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 324.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 310.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 282.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 268.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 210.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 75.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 215.0 sec: 138 segments, 14 merges 1144.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 947.6s _173: 8 segs, 139.2 K docs, 554.2 MB 595.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 577.7s _1b4: 8 segs, 148.5 K docs, 591.4 MB 537.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 502.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 451.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 436.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 329.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 315.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 287.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 273.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 215.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 80.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 220.0 sec: 138 segments, 14 merges 1149.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 952.6s _173: 8 segs, 139.2 K docs, 554.2 MB 600.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 582.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 542.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 507.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 456.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 441.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 334.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 320.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 292.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 278.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 220.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 85.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 225.0 sec: 138 segments, 14 merges 1154.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 957.6s _173: 8 segs, 139.2 K docs, 554.2 MB 605.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 587.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 547.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 512.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 461.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 446.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 339.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 325.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 297.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 283.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 225.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 90.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 230.0 sec: 138 segments, 14 merges 1159.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 962.6s _173: 8 segs, 139.2 K docs, 554.2 MB 610.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 592.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 552.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 517.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 466.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 451.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 344.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 330.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 302.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 288.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 230.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 95.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 235.0 sec: 138 segments, 14 merges 1164.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 967.6s _173: 8 segs, 139.2 K docs, 554.2 MB 615.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 597.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 557.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 522.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 471.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 456.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 349.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 335.0s _1ec: 8 segs, 177.1 K docs, 705.8 MB 307.1s _1et: 8 segs, 38.9 K docs, 154.1 MB 293.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 235.0s _1fu: 15 segs, 60.1 K docs, 237.7 MB 100.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 240.1 sec: 131 segments, 13 merges 1169.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 972.6s _173: 8 segs, 139.2 K docs, 554.2 MB 620.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 602.8s _1b4: 8 segs, 148.5 K docs, 591.4 MB 562.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 527.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 476.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 461.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 354.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 312.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 298.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 240.1s _1fu: 15 segs, 60.1 K docs, 237.7 MB 105.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 245.1 sec: 110 segments, 12 merges 1174.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 977.6s _173: 8 segs, 139.2 K docs, 554.2 MB 625.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 567.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 532.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 481.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 466.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 359.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 317.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 303.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 110.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 4.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 250.1 sec: 110 segments, 12 merges 1179.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 982.6s _173: 8 segs, 139.2 K docs, 554.2 MB 630.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 572.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 538.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 486.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 471.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 364.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 322.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 308.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 115.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 9.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 255.1 sec: 110 segments, 12 merges 1184.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 987.6s _173: 8 segs, 139.2 K docs, 554.2 MB 635.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 577.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 543.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 492.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 476.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 369.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 327.2s _1et: 8 segs, 38.9 K docs, 154.1 MB 313.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 120.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 14.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 260.1 sec: 103 segments, 11 merges 1189.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 992.6s _173: 8 segs, 139.2 K docs, 554.2 MB 640.4s _1ay: 8 segs, 114.2 K docs, 454.5 MB 582.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 548.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 497.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 481.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 374.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 318.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 125.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 19.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 265.1 sec: 103 segments, 11 merges 1194.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 997.7s _173: 8 segs, 139.2 K docs, 554.2 MB 645.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 587.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 553.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 502.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 486.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 379.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 323.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 130.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 24.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 270.1 sec: 103 segments, 11 merges 1199.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1002.7s _173: 8 segs, 139.2 K docs, 554.2 MB 650.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 592.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 558.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 507.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 491.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 384.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 328.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 135.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 29.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 275.1 sec: 103 segments, 11 merges 1204.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1007.7s _173: 8 segs, 139.2 K docs, 554.2 MB 655.5s _1ay: 8 segs, 114.2 K docs, 454.5 MB 597.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 563.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 512.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 496.9s _1ct: 8 segs, 139.9 K docs, 557.1 MB 389.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 333.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 140.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 34.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 280.1 sec: 96 segments, 10 merges 1209.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1012.7s _173: 8 segs, 139.2 K docs, 554.2 MB 602.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 568.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 517.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 501.9s _1ct: 8 segs, 139.9 K docs, 557.1 MB 394.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 338.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 145.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 39.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 285.0 sec: 96 segments, 10 merges 1214.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1017.6s _173: 8 segs, 139.2 K docs, 554.2 MB 607.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 572.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 521.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 506.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 399.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 343.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 150.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 44.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 290.0 sec: 96 segments, 10 merges 1219.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1022.6s _173: 8 segs, 139.2 K docs, 554.2 MB 612.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 577.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 526.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 511.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 404.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 348.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 155.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 49.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 295.0 sec: 96 segments, 10 merges 1224.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1027.6s _173: 8 segs, 139.2 K docs, 554.2 MB 617.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 582.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 531.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 516.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 409.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 353.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 160.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 54.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 300.0 sec: 96 segments, 10 merges 1229.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1032.6s _173: 8 segs, 139.2 K docs, 554.2 MB 622.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 587.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 536.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 521.8s _1ct: 8 segs, 139.9 K docs, 557.1 MB 414.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 358.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 165.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 59.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 305.0 sec: 89 segments, 9 merges 1234.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1037.6s _173: 8 segs, 139.2 K docs, 554.2 MB 627.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 592.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 541.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 419.1s _1e5: 8 segs, 173.4 K docs, 691.0 MB 363.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 170.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 64.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 310.0 sec: 89 segments, 9 merges 1239.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1042.6s _173: 8 segs, 139.2 K docs, 554.2 MB 632.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 597.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 546.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 424.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 368.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 175.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 69.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 315.0 sec: 89 segments, 9 merges 1244.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1047.6s _173: 8 segs, 139.2 K docs, 554.2 MB 637.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 602.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 551.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 429.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 373.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 180.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 74.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 320.0 sec: 89 segments, 9 merges 1249.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1052.6s _173: 8 segs, 139.2 K docs, 554.2 MB 642.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 607.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 556.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 434.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 378.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 185.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 79.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 325.1 sec: 89 segments, 9 merges 1254.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1057.6s _173: 8 segs, 139.2 K docs, 554.2 MB 647.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 612.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 561.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 439.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 383.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 190.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 84.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 330.1 sec: 89 segments, 9 merges 1259.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1062.6s _173: 8 segs, 139.2 K docs, 554.2 MB 652.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 617.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 566.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 444.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 388.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 195.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 89.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 335.1 sec: 89 segments, 9 merges 1264.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1067.6s _173: 8 segs, 139.2 K docs, 554.2 MB 657.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 622.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 571.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 449.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 393.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 200.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 94.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 340.1 sec: 89 segments, 9 merges 1269.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1072.6s _173: 8 segs, 139.2 K docs, 554.2 MB 662.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 628.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 576.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 454.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 398.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 205.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 99.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 345.1 sec: 89 segments, 9 merges 1274.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1077.6s _173: 8 segs, 139.2 K docs, 554.2 MB 667.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 633.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 582.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 459.2s _1e5: 8 segs, 173.4 K docs, 691.0 MB 403.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 210.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 104.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 350.1 sec: 82 segments, 8 merges 1279.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1082.6s _173: 8 segs, 139.2 K docs, 554.2 MB 672.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 638.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 587.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 408.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 215.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 109.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 355.1 sec: 82 segments, 8 merges 1284.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1087.7s _173: 8 segs, 139.2 K docs, 554.2 MB 677.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 643.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 592.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 413.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 220.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 114.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 360.1 sec: 82 segments, 8 merges 1289.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1092.7s _173: 8 segs, 139.2 K docs, 554.2 MB 682.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 648.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 597.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 418.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 225.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 119.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 365.1 sec: 82 segments, 8 merges 1294.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1097.7s _173: 8 segs, 139.2 K docs, 554.2 MB 687.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 653.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 602.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 423.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 230.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 124.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 370.1 sec: 82 segments, 8 merges 1299.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1102.7s _173: 8 segs, 139.2 K docs, 554.2 MB 692.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 658.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 607.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 428.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 235.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 129.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 375.1 sec: 82 segments, 8 merges 1304.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1107.7s _173: 8 segs, 139.2 K docs, 554.2 MB 697.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 663.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 612.0s _1cm: 8 segs, 140.2 K docs, 558.4 MB 433.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 240.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 134.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 380.0 sec: 82 segments, 8 merges 1309.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1112.6s _173: 8 segs, 139.2 K docs, 554.2 MB 702.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 667.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 616.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 438.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 245.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 139.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 385.0 sec: 82 segments, 8 merges 1314.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1117.6s _173: 8 segs, 139.2 K docs, 554.2 MB 707.7s _1bk: 8 segs, 106.8 K docs, 424.8 MB 672.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 621.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 443.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 250.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 144.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 390.0 sec: 82 segments, 8 merges 1319.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1122.6s _173: 8 segs, 139.2 K docs, 554.2 MB 712.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 677.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 626.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 448.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 255.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 149.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 395.0 sec: 82 segments, 8 merges 1324.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1127.6s _173: 8 segs, 139.2 K docs, 554.2 MB 717.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 682.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 631.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 453.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 260.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 154.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 400.0 sec: 82 segments, 8 merges 1329.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1132.6s _173: 8 segs, 139.2 K docs, 554.2 MB 722.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 687.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 636.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 458.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 265.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 159.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 405.0 sec: 82 segments, 8 merges 1334.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1137.6s _173: 8 segs, 139.2 K docs, 554.2 MB 727.8s _1bk: 8 segs, 106.8 K docs, 424.8 MB 692.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 641.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 463.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 270.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 164.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 410.1 sec: 75 segments, 7 merges 1339.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1142.6s _173: 8 segs, 139.2 K docs, 554.2 MB 697.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 646.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 468.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 275.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 169.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 415.1 sec: 75 segments, 7 merges 1344.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1147.6s _173: 8 segs, 139.2 K docs, 554.2 MB 702.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 651.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 473.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 280.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 174.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 420.1 sec: 75 segments, 7 merges 1349.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1152.6s _173: 8 segs, 139.2 K docs, 554.2 MB 708.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 656.9s _1cm: 8 segs, 140.2 K docs, 558.4 MB 478.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 285.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 179.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 425.1 sec: 68 segments, 6 merges 1354.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1157.6s _173: 8 segs, 139.2 K docs, 554.2 MB 713.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 483.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 290.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 184.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 430.1 sec: 68 segments, 6 merges 1359.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1162.6s _173: 8 segs, 139.2 K docs, 554.2 MB 718.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 488.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 295.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 189.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 435.1 sec: 68 segments, 6 merges 1364.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1167.7s _173: 8 segs, 139.2 K docs, 554.2 MB 723.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 493.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 300.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 194.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 440.1 sec: 68 segments, 6 merges 1369.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1172.7s _173: 8 segs, 139.2 K docs, 554.2 MB 728.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 498.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 305.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 199.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 445.1 sec: 68 segments, 6 merges 1374.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1177.7s _173: 8 segs, 139.2 K docs, 554.2 MB 733.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 503.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 310.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 204.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 450.1 sec: 68 segments, 6 merges 1379.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1182.7s _173: 8 segs, 139.2 K docs, 554.2 MB 738.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 508.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 315.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 209.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 455.1 sec: 68 segments, 6 merges 1384.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1187.7s _173: 8 segs, 139.2 K docs, 554.2 MB 743.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 513.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 320.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 214.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 460.0 sec: 68 segments, 6 merges 1389.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1192.6s _173: 8 segs, 139.2 K docs, 554.2 MB 747.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 518.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 325.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 219.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 465.0 sec: 68 segments, 6 merges 1394.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1197.6s _173: 8 segs, 139.2 K docs, 554.2 MB 752.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 523.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 330.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 224.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 470.0 sec: 68 segments, 6 merges 1399.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1202.6s _173: 8 segs, 139.2 K docs, 554.2 MB 757.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 528.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 335.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 229.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 475.0 sec: 68 segments, 6 merges 1404.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1207.6s _173: 8 segs, 139.2 K docs, 554.2 MB 762.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 533.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 340.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 234.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 480.0 sec: 68 segments, 6 merges 1409.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1212.6s _173: 8 segs, 139.2 K docs, 554.2 MB 767.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 538.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 345.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 239.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 485.0 sec: 68 segments, 6 merges 1414.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1217.6s _173: 8 segs, 139.2 K docs, 554.2 MB 772.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 543.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 350.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 244.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 490.0 sec: 68 segments, 6 merges 1419.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1222.6s _173: 8 segs, 139.2 K docs, 554.2 MB 777.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 548.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 355.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 249.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 495.0 sec: 68 segments, 6 merges 1424.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1227.6s _173: 8 segs, 139.2 K docs, 554.2 MB 782.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 553.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 360.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 254.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 500.0 sec: 68 segments, 6 merges 1429.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1232.6s _173: 8 segs, 139.2 K docs, 554.2 MB 787.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 558.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 365.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 259.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 505.0 sec: 68 segments, 6 merges 1434.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1237.6s _173: 8 segs, 139.2 K docs, 554.2 MB 792.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 563.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 370.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 264.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 510.1 sec: 68 segments, 6 merges 1439.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1242.6s _173: 8 segs, 139.2 K docs, 554.2 MB 797.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 568.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 375.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 269.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 515.1 sec: 68 segments, 6 merges 1444.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1247.6s _173: 8 segs, 139.2 K docs, 554.2 MB 802.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 573.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 380.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 274.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 520.1 sec: 68 segments, 6 merges 1449.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1252.6s _173: 8 segs, 139.2 K docs, 554.2 MB 807.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 578.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 385.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 279.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 525.1 sec: 68 segments, 6 merges 1454.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1257.6s _173: 8 segs, 139.2 K docs, 554.2 MB 813.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 583.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 390.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 284.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 530.1 sec: 68 segments, 6 merges 1459.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1262.6s _173: 8 segs, 139.2 K docs, 554.2 MB 818.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 588.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 395.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 289.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 535.1 sec: 68 segments, 6 merges 1464.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1267.6s _173: 8 segs, 139.2 K docs, 554.2 MB 823.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 593.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 400.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 294.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 540.1 sec: 68 segments, 6 merges 1469.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1272.7s _173: 8 segs, 139.2 K docs, 554.2 MB 828.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 598.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 405.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 299.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 545.1 sec: 68 segments, 6 merges 1474.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1277.6s _173: 8 segs, 139.2 K docs, 554.2 MB 833.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 603.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 410.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 304.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 550.1 sec: 68 segments, 6 merges 1479.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1282.7s _173: 8 segs, 139.2 K docs, 554.2 MB 838.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 608.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 415.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 309.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 555.1 sec: 68 segments, 6 merges 1484.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1287.7s _173: 8 segs, 139.2 K docs, 554.2 MB 843.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 613.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 420.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 314.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 560.1 sec: 68 segments, 6 merges 1489.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1292.7s _173: 8 segs, 139.2 K docs, 554.2 MB 848.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 618.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 425.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 319.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 565.1 sec: 68 segments, 6 merges 1494.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1297.7s _173: 8 segs, 139.2 K docs, 554.2 MB 853.0s _1bz: 8 segs, 129.8 K docs, 516.8 MB 623.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 430.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 324.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 570.0 sec: 68 segments, 6 merges 1499.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1302.6s _173: 8 segs, 139.2 K docs, 554.2 MB 857.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 628.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 435.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 329.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 575.0 sec: 68 segments, 6 merges 1504.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1307.6s _173: 8 segs, 139.2 K docs, 554.2 MB 862.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 633.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 440.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 334.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 580.0 sec: 68 segments, 6 merges 1509.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1312.6s _173: 8 segs, 139.2 K docs, 554.2 MB 867.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 638.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 445.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 339.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 585.0 sec: 68 segments, 6 merges 1514.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1317.6s _173: 8 segs, 139.2 K docs, 554.2 MB 872.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 643.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 450.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 344.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 590.0 sec: 68 segments, 6 merges 1519.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1322.6s _173: 8 segs, 139.2 K docs, 554.2 MB 877.9s _1bz: 8 segs, 129.8 K docs, 516.8 MB 648.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 455.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 349.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 595.0 sec: 61 segments, 6 merges 1524.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1327.6s _173: 8 segs, 139.2 K docs, 554.2 MB 653.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 460.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 354.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 0.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 600.0 sec: 61 segments, 6 merges 1529.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1332.6s _173: 8 segs, 139.2 K docs, 554.2 MB 658.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 465.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 359.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 5.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 605.0 sec: 61 segments, 6 merges 1534.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1337.6s _173: 8 segs, 139.2 K docs, 554.2 MB 663.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 470.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 364.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 10.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 610.0 sec: 61 segments, 6 merges 1539.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1342.6s _173: 8 segs, 139.2 K docs, 554.2 MB 668.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 475.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 369.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 15.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 615.1 sec: 61 segments, 6 merges 1544.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1347.6s _173: 8 segs, 139.2 K docs, 554.2 MB 673.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 480.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 374.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 20.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 620.1 sec: 61 segments, 6 merges 1549.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1352.6s _173: 8 segs, 139.2 K docs, 554.2 MB 678.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 485.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 379.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 25.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 625.1 sec: 61 segments, 6 merges 1554.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1357.6s _173: 8 segs, 139.2 K docs, 554.2 MB 683.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 490.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 384.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 30.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 630.1 sec: 61 segments, 6 merges 1559.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1362.6s _173: 8 segs, 139.2 K docs, 554.2 MB 688.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 495.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 389.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 35.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 635.1 sec: 61 segments, 6 merges 1564.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1367.6s _173: 8 segs, 139.2 K docs, 554.2 MB 693.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 500.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 394.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 40.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 640.1 sec: 61 segments, 6 merges 1569.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1372.6s _173: 8 segs, 139.2 K docs, 554.2 MB 698.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 505.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 399.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 45.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 645.1 sec: 61 segments, 6 merges 1574.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1377.7s _173: 8 segs, 139.2 K docs, 554.2 MB 703.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 510.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 404.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 50.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 650.1 sec: 61 segments, 6 merges 1579.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1382.7s _173: 8 segs, 139.2 K docs, 554.2 MB 708.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 515.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 409.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 55.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 655.1 sec: 61 segments, 6 merges 1584.4s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1387.7s _173: 8 segs, 139.2 K docs, 554.2 MB 713.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 520.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 414.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 60.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 660.0 sec: 61 segments, 6 merges 1589.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1392.6s _173: 8 segs, 139.2 K docs, 554.2 MB 718.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 525.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 419.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 65.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 665.0 sec: 61 segments, 6 merges 1594.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1397.6s _173: 8 segs, 139.2 K docs, 554.2 MB 723.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 530.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 424.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 70.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 670.0 sec: 61 segments, 6 merges 1599.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1402.6s _173: 8 segs, 139.2 K docs, 554.2 MB 728.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 535.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 429.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 75.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 675.0 sec: 61 segments, 6 merges 1604.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1407.6s _173: 8 segs, 139.2 K docs, 554.2 MB 733.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 540.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 434.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 80.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 680.0 sec: 61 segments, 6 merges 1609.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1412.6s _173: 8 segs, 139.2 K docs, 554.2 MB 738.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 545.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 439.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 85.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 685.0 sec: 61 segments, 6 merges 1614.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1417.6s _173: 8 segs, 139.2 K docs, 554.2 MB 743.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 550.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 444.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 90.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 690.0 sec: 61 segments, 6 merges 1619.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1422.6s _173: 8 segs, 139.2 K docs, 554.2 MB 748.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 555.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 449.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 95.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 695.0 sec: 61 segments, 6 merges 1624.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1427.6s _173: 8 segs, 139.2 K docs, 554.2 MB 753.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 560.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 454.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 100.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 700.0 sec: 61 segments, 6 merges 1629.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1432.6s _173: 8 segs, 139.2 K docs, 554.2 MB 758.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 565.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 459.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 105.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 705.0 sec: 61 segments, 6 merges 1634.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1437.6s _173: 8 segs, 139.2 K docs, 554.2 MB 763.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 570.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 464.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 110.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 710.0 sec: 61 segments, 6 merges 1639.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1442.6s _173: 8 segs, 139.2 K docs, 554.2 MB 768.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 575.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 469.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 115.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 715.1 sec: 61 segments, 6 merges 1644.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1447.6s _173: 8 segs, 139.2 K docs, 554.2 MB 773.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 580.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 474.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 120.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 720.1 sec: 61 segments, 6 merges 1649.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1452.6s _173: 8 segs, 139.2 K docs, 554.2 MB 778.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 585.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 479.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 125.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 725.1 sec: 61 segments, 6 merges 1654.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1457.6s _173: 8 segs, 139.2 K docs, 554.2 MB 783.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 590.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 484.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 130.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 730.1 sec: 61 segments, 6 merges 1659.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1462.6s _173: 8 segs, 139.2 K docs, 554.2 MB 788.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 595.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 489.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 135.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 735.1 sec: 61 segments, 6 merges 1664.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1467.6s _173: 8 segs, 139.2 K docs, 554.2 MB 793.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 600.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 494.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 140.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 740.1 sec: 61 segments, 6 merges 1669.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1472.7s _173: 8 segs, 139.2 K docs, 554.2 MB 798.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 605.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 499.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 145.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 745.1 sec: 61 segments, 6 merges 1674.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 1477.7s _173: 8 segs, 139.2 K docs, 554.2 MB 803.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 610.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 504.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 150.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 750.1 sec: 54 segments, 5 merges 1679.3s _149: 8 segs, 1099.3 K docs, 4392.7 MB 808.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 615.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 509.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 155.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 755.1 sec: 47 segments, 4 merges 813.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 620.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 514.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 160.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 760.1 sec: 47 segments, 4 merges 818.2s _1f1: 8 segs, 185.0 K docs, 737.7 MB 625.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 519.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 165.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 765.0 sec: 47 segments, 4 merges 823.1s _1f1: 8 segs, 185.0 K docs, 737.7 MB 630.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 524.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 170.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 770.0 sec: 40 segments, 3 merges 635.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 529.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 175.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 775.0 sec: 40 segments, 3 merges 640.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 534.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 180.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 780.0 sec: 40 segments, 3 merges 645.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 539.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 185.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 785.0 sec: 40 segments, 3 merges 650.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 544.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 190.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 790.0 sec: 40 segments, 3 merges 655.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 549.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 195.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 795.0 sec: 40 segments, 3 merges 660.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 554.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 200.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 800.0 sec: 40 segments, 3 merges 665.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 559.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 205.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 805.0 sec: 40 segments, 3 merges 670.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 564.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 210.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 810.1 sec: 40 segments, 3 merges 675.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 569.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 215.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 815.1 sec: 40 segments, 3 merges 680.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 574.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 220.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 820.1 sec: 40 segments, 3 merges 685.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 579.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 225.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 825.1 sec: 40 segments, 3 merges 690.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 584.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 230.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 830.1 sec: 40 segments, 3 merges 695.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 589.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 235.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 835.1 sec: 40 segments, 3 merges 700.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 594.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 240.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 840.1 sec: 40 segments, 3 merges 705.5s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 599.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 245.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 845.0 sec: 40 segments, 3 merges 710.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 604.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 250.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 850.0 sec: 40 segments, 3 merges 715.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 609.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 255.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 855.0 sec: 40 segments, 3 merges 720.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 614.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 260.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 860.0 sec: 40 segments, 3 merges 725.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 619.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 265.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 865.0 sec: 40 segments, 3 merges 730.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 624.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 270.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 870.0 sec: 40 segments, 3 merges 735.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 629.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 275.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 875.0 sec: 40 segments, 3 merges 740.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 634.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 280.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 880.0 sec: 40 segments, 3 merges 745.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 639.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 285.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 885.0 sec: 40 segments, 3 merges 750.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 644.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 290.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 890.1 sec: 40 segments, 3 merges 755.4s _1fv: 8 segs, 540.6 K docs, 2157.6 MB 649.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 295.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 895.1 sec: 33 segments, 2 merges 654.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 300.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 900.1 sec: 33 segments, 2 merges 659.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 305.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 905.1 sec: 33 segments, 2 merges 664.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 310.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 910.1 sec: 33 segments, 2 merges 669.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 315.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 915.1 sec: 33 segments, 2 merges 674.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 320.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 920.1 sec: 33 segments, 2 merges 679.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 325.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 925.1 sec: 33 segments, 2 merges 684.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 330.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 930.1 sec: 33 segments, 2 merges 689.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 335.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 935.1 sec: 33 segments, 2 merges 694.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 340.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 940.1 sec: 33 segments, 2 merges 699.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 345.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 945.1 sec: 33 segments, 2 merges 704.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 350.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 950.1 sec: 33 segments, 2 merges 709.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 355.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 955.1 sec: 33 segments, 2 merges 714.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 360.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 960.0 sec: 33 segments, 2 merges 719.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 365.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 965.0 sec: 33 segments, 2 merges 724.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 370.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 970.0 sec: 33 segments, 2 merges 729.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 375.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 975.0 sec: 33 segments, 2 merges 734.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 380.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 980.0 sec: 33 segments, 2 merges 739.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 385.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 985.0 sec: 33 segments, 2 merges 744.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 390.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 990.0 sec: 33 segments, 2 merges 749.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 395.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 995.0 sec: 33 segments, 2 merges 754.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 400.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1000.0 sec: 33 segments, 2 merges 759.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 405.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1005.0 sec: 33 segments, 2 merges 764.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 410.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1010.0 sec: 33 segments, 2 merges 769.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 415.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1015.1 sec: 33 segments, 2 merges 774.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 420.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1020.1 sec: 33 segments, 2 merges 779.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 425.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1025.1 sec: 33 segments, 2 merges 784.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 430.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1030.1 sec: 33 segments, 2 merges 789.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 435.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1035.1 sec: 33 segments, 2 merges 794.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 440.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1040.1 sec: 33 segments, 2 merges 799.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 445.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1045.1 sec: 33 segments, 2 merges 804.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 450.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1050.1 sec: 33 segments, 2 merges 809.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 455.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1055.1 sec: 33 segments, 2 merges 814.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 460.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1060.0 sec: 33 segments, 2 merges 819.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 465.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1065.0 sec: 33 segments, 2 merges 824.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 470.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1070.0 sec: 33 segments, 2 merges 829.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 475.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1075.0 sec: 33 segments, 2 merges 834.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 480.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1080.0 sec: 33 segments, 2 merges 839.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 485.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1085.0 sec: 33 segments, 2 merges 844.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 490.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1090.0 sec: 33 segments, 2 merges 849.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 495.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1095.1 sec: 33 segments, 2 merges 854.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 500.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1100.1 sec: 33 segments, 2 merges 859.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 505.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1105.1 sec: 33 segments, 2 merges 864.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 510.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1110.1 sec: 33 segments, 2 merges 869.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 515.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1115.1 sec: 33 segments, 2 merges 874.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 520.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1120.1 sec: 33 segments, 2 merges 879.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 525.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1125.1 sec: 33 segments, 2 merges 884.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 530.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1130.0 sec: 33 segments, 2 merges 889.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 535.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1135.0 sec: 33 segments, 2 merges 894.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 540.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1140.0 sec: 33 segments, 2 merges 899.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 545.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1145.0 sec: 33 segments, 2 merges 904.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 550.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1150.0 sec: 33 segments, 2 merges 909.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 555.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1155.0 sec: 33 segments, 2 merges 914.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 560.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1160.0 sec: 33 segments, 2 merges 919.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 565.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1165.0 sec: 33 segments, 2 merges 924.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 570.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1170.0 sec: 33 segments, 2 merges 929.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 575.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1175.0 sec: 33 segments, 2 merges 934.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 580.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1180.0 sec: 33 segments, 2 merges 939.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 585.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1185.1 sec: 33 segments, 2 merges 944.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 590.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1190.1 sec: 33 segments, 2 merges 949.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 595.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1195.1 sec: 33 segments, 2 merges 954.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 600.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1200.1 sec: 33 segments, 2 merges 959.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 605.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1205.1 sec: 33 segments, 2 merges 964.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 610.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1210.1 sec: 33 segments, 2 merges 969.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 615.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1215.1 sec: 33 segments, 2 merges 974.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 620.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1220.1 sec: 33 segments, 2 merges 979.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 625.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1225.1 sec: 33 segments, 2 merges 984.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 630.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1230.1 sec: 33 segments, 2 merges 989.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 635.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1235.1 sec: 33 segments, 2 merges 994.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 640.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1240.0 sec: 33 segments, 2 merges 999.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 645.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1245.0 sec: 33 segments, 2 merges 1004.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 650.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1250.0 sec: 33 segments, 2 merges 1009.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 655.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1255.0 sec: 33 segments, 2 merges 1014.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 660.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1260.0 sec: 33 segments, 2 merges 1019.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 665.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1265.0 sec: 33 segments, 2 merges 1024.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 670.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1270.0 sec: 33 segments, 2 merges 1029.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 675.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1275.0 sec: 33 segments, 2 merges 1034.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 680.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1280.1 sec: 33 segments, 2 merges 1039.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 685.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1285.1 sec: 33 segments, 2 merges 1044.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 690.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1290.1 sec: 33 segments, 2 merges 1049.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 695.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1295.1 sec: 33 segments, 2 merges 1054.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 700.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1300.1 sec: 33 segments, 2 merges 1059.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 705.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1305.1 sec: 33 segments, 2 merges 1064.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 710.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1310.1 sec: 33 segments, 2 merges 1069.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 715.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1315.1 sec: 33 segments, 2 merges 1074.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 720.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1320.1 sec: 33 segments, 2 merges 1079.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 725.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1325.1 sec: 33 segments, 2 merges 1084.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 730.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1330.1 sec: 33 segments, 2 merges 1089.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 735.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1335.1 sec: 33 segments, 2 merges 1094.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 740.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1340.1 sec: 33 segments, 2 merges 1099.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 745.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1345.1 sec: 33 segments, 2 merges 1104.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 750.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1350.1 sec: 33 segments, 2 merges 1109.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 755.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1355.0 sec: 33 segments, 2 merges 1114.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 760.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1360.0 sec: 33 segments, 2 merges 1119.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 765.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1365.0 sec: 33 segments, 2 merges 1124.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 770.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1370.0 sec: 33 segments, 2 merges 1129.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 775.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1375.0 sec: 33 segments, 2 merges 1134.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 780.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1380.0 sec: 33 segments, 2 merges 1139.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 785.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1385.0 sec: 33 segments, 2 merges 1144.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 790.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1390.0 sec: 33 segments, 2 merges 1149.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 795.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1395.0 sec: 33 segments, 2 merges 1154.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 800.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1400.0 sec: 33 segments, 2 merges 1159.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 805.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1405.0 sec: 33 segments, 2 merges 1164.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 810.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1410.0 sec: 33 segments, 2 merges 1169.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 815.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1415.0 sec: 33 segments, 2 merges 1174.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 820.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1420.1 sec: 33 segments, 2 merges 1179.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 825.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1425.1 sec: 33 segments, 2 merges 1184.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 830.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1430.1 sec: 33 segments, 2 merges 1189.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 835.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1435.1 sec: 33 segments, 2 merges 1194.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 840.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1440.1 sec: 33 segments, 2 merges 1199.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 845.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1445.1 sec: 33 segments, 2 merges 1204.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 850.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1450.1 sec: 33 segments, 2 merges 1209.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 855.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1455.1 sec: 33 segments, 2 merges 1214.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 860.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1460.1 sec: 33 segments, 2 merges 1219.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 865.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1465.1 sec: 33 segments, 2 merges 1224.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 870.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1470.1 sec: 33 segments, 2 merges 1229.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 875.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1475.1 sec: 33 segments, 2 merges 1234.9s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 880.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1480.0 sec: 33 segments, 2 merges 1239.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 885.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1485.0 sec: 33 segments, 2 merges 1244.8s _1fw: 8 segs, 1165.0 K docs, 4655.1 MB 890.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1490.0 sec: 26 segments, 1 merges 895.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1495.0 sec: 26 segments, 1 merges 900.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1500.0 sec: 26 segments, 1 merges 905.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1505.0 sec: 26 segments, 1 merges 910.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1510.0 sec: 26 segments, 1 merges 915.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1515.0 sec: 26 segments, 1 merges 920.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1520.0 sec: 26 segments, 1 merges 925.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1525.0 sec: 26 segments, 1 merges 930.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1530.0 sec: 26 segments, 1 merges 935.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1535.1 sec: 26 segments, 1 merges 940.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1540.1 sec: 26 segments, 1 merges 945.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1545.1 sec: 26 segments, 1 merges 950.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1550.1 sec: 26 segments, 1 merges 955.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1555.1 sec: 26 segments, 1 merges 960.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1560.1 sec: 26 segments, 1 merges 965.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1565.1 sec: 26 segments, 1 merges 970.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1570.1 sec: 26 segments, 1 merges 975.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1575.1 sec: 26 segments, 1 merges 980.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1580.1 sec: 26 segments, 1 merges 985.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1585.1 sec: 26 segments, 1 merges 990.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1590.1 sec: 26 segments, 1 merges 995.1s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1595.0 sec: 26 segments, 1 merges 1000.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1600.0 sec: 26 segments, 1 merges 1005.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1605.0 sec: 26 segments, 1 merges 1010.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1610.0 sec: 26 segments, 1 merges 1015.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1615.0 sec: 26 segments, 1 merges 1020.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1620.0 sec: 26 segments, 1 merges 1025.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1625.0 sec: 26 segments, 1 merges 1030.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1630.0 sec: 26 segments, 1 merges 1035.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1635.0 sec: 26 segments, 1 merges 1040.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1640.0 sec: 26 segments, 1 merges 1045.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1645.0 sec: 26 segments, 1 merges 1050.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1650.1 sec: 26 segments, 1 merges 1055.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1655.1 sec: 26 segments, 1 merges 1060.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1660.1 sec: 26 segments, 1 merges 1065.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1665.1 sec: 26 segments, 1 merges 1070.0s _1fx: 8 segs, 1189.7 K docs, 4753.8 MB 1670.1 sec: 19 segments, 1 merges 0.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1675.1 sec: 19 segments, 1 merges 5.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1680.1 sec: 19 segments, 1 merges 10.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1685.1 sec: 19 segments, 1 merges 15.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1690.1 sec: 19 segments, 1 merges 20.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1695.0 sec: 19 segments, 1 merges 25.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1700.0 sec: 19 segments, 1 merges 30.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1705.0 sec: 19 segments, 1 merges 35.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1710.0 sec: 19 segments, 1 merges 40.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1715.0 sec: 19 segments, 1 merges 45.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1720.1 sec: 19 segments, 1 merges 50.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1725.0 sec: 19 segments, 1 merges 55.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1730.0 sec: 19 segments, 1 merges 60.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1735.0 sec: 19 segments, 1 merges 65.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1740.0 sec: 19 segments, 1 merges 70.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1745.0 sec: 19 segments, 1 merges 75.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1750.0 sec: 19 segments, 1 merges 80.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1755.0 sec: 19 segments, 1 merges 85.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1760.0 sec: 19 segments, 1 merges 90.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1765.0 sec: 19 segments, 1 merges 95.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1770.0 sec: 19 segments, 1 merges 100.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1775.0 sec: 19 segments, 1 merges 105.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1780.0 sec: 19 segments, 1 merges 110.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1785.0 sec: 19 segments, 1 merges 115.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1790.1 sec: 19 segments, 1 merges 120.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1795.1 sec: 19 segments, 1 merges 125.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1800.1 sec: 19 segments, 1 merges 130.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1805.1 sec: 19 segments, 1 merges 135.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1810.1 sec: 19 segments, 1 merges 140.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1815.1 sec: 19 segments, 1 merges 145.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1820.1 sec: 19 segments, 1 merges 150.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1825.1 sec: 19 segments, 1 merges 155.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1830.1 sec: 19 segments, 1 merges 160.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1835.1 sec: 19 segments, 1 merges 165.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1840.1 sec: 19 segments, 1 merges 170.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1845.0 sec: 19 segments, 1 merges 175.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1850.0 sec: 19 segments, 1 merges 180.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1855.0 sec: 19 segments, 1 merges 185.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1860.0 sec: 19 segments, 1 merges 190.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1865.0 sec: 19 segments, 1 merges 195.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1870.0 sec: 19 segments, 1 merges 200.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1875.0 sec: 19 segments, 1 merges 205.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1880.0 sec: 19 segments, 1 merges 210.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1885.1 sec: 19 segments, 1 merges 215.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1890.1 sec: 19 segments, 1 merges 220.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1895.1 sec: 19 segments, 1 merges 225.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1900.1 sec: 19 segments, 1 merges 230.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1905.1 sec: 19 segments, 1 merges 235.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1910.1 sec: 19 segments, 1 merges 240.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1915.1 sec: 19 segments, 1 merges 245.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1920.1 sec: 19 segments, 1 merges 250.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1925.1 sec: 19 segments, 1 merges 255.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1930.1 sec: 19 segments, 1 merges 260.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1935.1 sec: 19 segments, 1 merges 265.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1940.1 sec: 19 segments, 1 merges 270.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1945.1 sec: 19 segments, 1 merges 275.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1950.1 sec: 19 segments, 1 merges 280.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1955.0 sec: 19 segments, 1 merges 285.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1960.0 sec: 19 segments, 1 merges 290.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1965.0 sec: 19 segments, 1 merges 295.0s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1970.0 sec: 19 segments, 1 merges 300.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1975.0 sec: 19 segments, 1 merges 305.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1980.0 sec: 19 segments, 1 merges 310.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1985.0 sec: 19 segments, 1 merges 315.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1990.0 sec: 19 segments, 1 merges 320.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 1995.0 sec: 19 segments, 1 merges 325.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 2000.0 sec: 19 segments, 1 merges 330.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 2005.0 sec: 19 segments, 1 merges 335.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB 2010.0 sec: 19 segments, 1 merges 340.1s _1fy: 4 segs, 1244.5 K docs, 4976.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3191 seconds reindex takes 3191.22 sec index has 16 segments: segments_2: _7o(11.0.0):C254182 _un(11.0.0):C1234773 _gd(11.0.0):C766302 _ff(11.0.0):C282463 _1fy(11.0.0):C1244501 _149(11.0.0):C1099340 _1fw(11.0.0):C1165039 _u6(11.0.0):C206944 _1fx(11.0.0):C1189695 _1f1(11.0.0):C185049 _173(11.0.0):C139216 _1dy(11.0.0):C39440 _1et(11.0.0):C38934 _1fa(11.0.0):C44321 _1fl(11.0.0):C49738 _1fu(11.0.0):C60063 _7o: 1016.2 MB _un: 4944.1 MB _gd: 3066.3 MB _ff: 1129.4 MB _1fy: 4983.1 MB _149: 4401.1 MB _1fw: 4664.5 MB _u6: 827.2 MB _1fx: 4763.4 MB _1f1: 739.6 MB _173: 556.2 MB _1dy: 157.2 MB _1et: 155.2 MB _1fa: 176.7 MB _1fl: 198.4 MB _1fu: 239.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32018.23 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=54767372650 cpu@end=66656114365 deltaMS=11888.741715 thread 14 name=Reference Handler cpu@start=2490349 cpu@end=2490349 deltaMS=0.0 thread 15 name=Finalizer cpu@start=144036 cpu@end=144036 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=60901 cpu@end=60901 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=20966666 cpu@end=20966666 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=47998296697 cpu@end=48000050337 deltaMS=1.75364 thread 42 name=JFR Periodic Tasks cpu@start=382019794629 cpu@end=382593989019 deltaMS=574.19439 thread 45 name=Notification Thread cpu@start=104352 cpu@end=104352 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=5156918259418 cpu@end=5156918259418 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=5140995513735 cpu@end=5140995513735 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=5149922979585 cpu@end=5149922979585 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=5147539966952 cpu@end=5147539966952 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=5149684720571 cpu@end=5149684720571 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=5152527906627 cpu@end=5152527906627 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=5146884459594 cpu@end=5146884459594 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=5148348319039 cpu@end=5148348319039 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=5147468063318 cpu@end=5147468063318 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=5153647102195 cpu@end=5153647102195 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=5151874129523 cpu@end=5151874129523 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=5155200037753 cpu@end=5155200037753 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=5153007307855 cpu@end=5153007307855 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=5144884160383 cpu@end=5144884160383 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=5151371760331 cpu@end=5151371760331 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=5151570458285 cpu@end=5151570458285 deltaMS=0.0 Average CPU cores used: 1.047441772326832 completed 1000 searches in 11900 ms: 84 QPS CPU time=12464 ms checking results SUMMARY: 0.975 11.900 12.464 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 59485 3191.22 2506.88 0.00 16 32018.23 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 254182 documents Graph level=3 size=15, Fanout min=2, mean=4.80, max=9, meandelta=21239.50 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 4 5 5 6 7 9 Graph level=2 size=217, Fanout min=6, mean=15.66, max=29, meandelta=12940.57 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 18 19 22 29 Graph level=1 size=7833, Fanout min=7, mean=27.34, max=32, meandelta=8472.28 % 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=254182, Fanout min=1, mean=39.44, max=64, meandelta=5985.01 % 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=15, connectedness=1.00 Graph level=2 size=217, connectedness=1.00 Graph level=1 size=7833, connectedness=1.00 Graph level=0 size=254182, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1234773 documents Graph level=3 size=75, Fanout min=5, mean=9.95, max=18, meandelta=104189.67 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 10 10 11 12 14 18 Graph level=2 size=1147, Fanout min=8, mean=24.20, max=32, meandelta=46219.18 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=37708, Fanout min=2, mean=28.07, max=32, meandelta=40310.71 % 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=1234773, Fanout min=1, mean=39.43, max=64, meandelta=28978.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=75, connectedness=1.00 Graph level=2 size=1147, connectedness=1.00 Graph level=1 size=37708, connectedness=1.00 Graph level=0 size=1234773, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 766302 documents Graph level=3 size=32, Fanout min=4, mean=6.75, max=10, meandelta=74175.23 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 7 8 9 10 Graph level=2 size=642, Fanout min=6, mean=21.19, max=32, meandelta=32967.23 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 23 25 28 32 32 Graph level=1 size=23511, Fanout min=4, mean=27.95, max=32, meandelta=25121.89 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=766302, Fanout min=1, mean=39.52, max=64, meandelta=17971.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=32, connectedness=1.00 Graph level=2 size=642, connectedness=1.00 Graph level=1 size=23511, connectedness=1.00 Graph level=0 size=766302, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 282463 documents Graph level=3 size=15, Fanout min=3, mean=5.47, max=8, meandelta=39309.84 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 7 8 Graph level=2 size=250, Fanout min=6, mean=16.31, max=32, meandelta=14762.85 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 19 21 23 32 Graph level=1 size=8711, Fanout min=8, mean=27.42, max=32, meandelta=9396.80 % 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=282463, Fanout min=1, mean=39.52, max=64, meandelta=6638.25 % 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=15, connectedness=1.00 Graph level=2 size=250, connectedness=1.00 Graph level=1 size=8711, connectedness=1.00 Graph level=0 size=282463, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1244501 documents Graph level=3 size=65, Fanout min=4, mean=9.08, max=16, meandelta=109866.28 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 9 11 14 16 Graph level=2 size=1101, Fanout min=7, mean=24.06, max=32, meandelta=47248.56 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 26 30 32 32 32 Graph level=1 size=37958, Fanout min=2, mean=28.14, max=32, meandelta=40489.66 % 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=1244501, Fanout min=1, mean=39.42, max=64, meandelta=29210.59 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=65, connectedness=1.00 Graph level=2 size=1101, connectedness=1.00 Graph level=1 size=37958, connectedness=1.00 Graph level=0 size=1244501, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1099340 documents Graph level=3 size=53, Fanout min=4, mean=9.09, max=18, meandelta=89659.45 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 10 11 12 18 Graph level=2 size=983, Fanout min=7, mean=23.40, max=32, meandelta=42460.07 % 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=33656, Fanout min=3, mean=28.08, max=32, meandelta=35887.54 % 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=1099340, Fanout min=1, mean=39.50, max=64, meandelta=25765.56 % 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=983, connectedness=1.00 Graph level=1 size=33656, connectedness=1.00 Graph level=0 size=1099340, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1165039 documents Graph level=3 size=61, Fanout min=3, mean=9.54, max=18, meandelta=95760.93 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 10 11 12 13 18 Graph level=2 size=1057, Fanout min=7, mean=23.81, max=32, meandelta=44246.31 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 24 26 29 32 32 32 Graph level=1 size=35563, Fanout min=2, mean=28.13, max=32, meandelta=37904.75 % 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=1165039, Fanout min=1, mean=39.45, max=64, meandelta=27329.62 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=61, connectedness=1.00 Graph level=2 size=1057, connectedness=1.00 Graph level=1 size=35563, connectedness=1.00 Graph level=0 size=1165039, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 206944 documents Graph level=3 size=8, Fanout min=1, mean=2.50, max=4, meandelta=30110.40 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 4 4 Graph level=2 size=190, Fanout min=7, mean=15.25, max=32, meandelta=11577.66 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 18 19 21 32 Graph level=1 size=6433, Fanout min=8, mean=27.16, max=32, meandelta=6966.34 % 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=206944, Fanout min=1, mean=39.35, max=64, meandelta=4885.66 % 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=190, connectedness=1.00 Graph level=1 size=6433, connectedness=1.00 Graph level=0 size=206944, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 1189695 documents Graph level=3 size=41, Fanout min=3, mean=7.56, max=15, meandelta=115131.90 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 8 8 10 11 15 Graph level=2 size=1048, Fanout min=7, mean=23.73, max=32, meandelta=44480.71 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 22 24 26 30 32 32 32 Graph level=1 size=36587, Fanout min=4, mean=28.12, max=32, meandelta=38686.73 % 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=1189695, Fanout min=1, mean=39.45, max=64, meandelta=27910.06 % 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=41, connectedness=1.00 Graph level=2 size=1048, connectedness=1.00 Graph level=1 size=36587, connectedness=1.00 Graph level=0 size=1189695, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 185049 documents Graph level=3 size=7, Fanout min=2, mean=3.71, max=5, meandelta=23893.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 4 4 4 5 5 Graph level=2 size=165, Fanout min=5, mean=14.47, max=27, meandelta=11016.38 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 18 20 27 Graph level=1 size=5717, Fanout min=4, mean=27.11, max=32, meandelta=6247.75 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=185049, Fanout min=2, mean=39.27, max=64, meandelta=4378.62 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=165, connectedness=1.00 Graph level=1 size=5717, connectedness=1.00 Graph level=0 size=185049, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 139216 documents Graph level=3 size=5, Fanout min=1, mean=2.40, max=4, meandelta=16907.83 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 3 3 4 Graph level=2 size=126, Fanout min=4, mean=12.92, max=25, meandelta=9023.99 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 10 11 12 14 15 16 18 25 Graph level=1 size=4299, Fanout min=8, mean=26.76, max=32, meandelta=4760.92 % 0 10 20 30 40 50 60 70 80 90 100 0 17 21 23 26 29 32 32 32 32 32 Graph level=0 size=139216, Fanout min=1, mean=39.10, max=64, meandelta=3304.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=126, connectedness=1.00 Graph level=1 size=4299, connectedness=1.00 Graph level=0 size=139216, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 39440 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=32, Fanout min=4, mean=7.38, max=12, meandelta=4435.25 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 11 12 Graph level=1 size=1217, Fanout min=8, mean=24.01, max=32, meandelta=1486.86 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=0 size=39440, Fanout min=2, mean=37.89, max=64, meandelta=964.36 % 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=32, connectedness=1.00 Graph level=1 size=1217, connectedness=1.00 Graph level=0 size=39440, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 38934 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=31, Fanout min=3, mean=6.19, max=12, meandelta=4862.66 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 8 9 12 Graph level=1 size=1202, Fanout min=8, mean=24.11, max=32, meandelta=1457.22 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 22 24 26 30 32 32 32 Graph level=0 size=38934, Fanout min=3, mean=37.84, max=64, meandelta=953.05 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=31, connectedness=1.00 Graph level=1 size=1202, connectedness=1.00 Graph level=0 size=38934, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 44321 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=38, Fanout min=3, mean=7.32, max=14, meandelta=4773.40 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 11 14 Graph level=1 size=1358, Fanout min=8, mean=24.45, max=32, meandelta=1641.68 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 24 27 31 32 32 32 Graph level=0 size=44321, Fanout min=1, mean=38.09, max=64, meandelta=1078.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=38, connectedness=1.00 Graph level=1 size=1358, connectedness=1.00 Graph level=0 size=44321, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 49738 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=2, mean=7.16, max=18, meandelta=5402.78 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 8 8 11 18 Graph level=1 size=1516, Fanout min=7, mean=25.17, max=32, meandelta=1792.59 % 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=49738, Fanout min=3, mean=38.13, max=64, meandelta=1209.01 % 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=1516, connectedness=1.00 Graph level=0 size=49738, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 60063 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=2, meandelta=8775.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 2 2 2 Graph level=2 size=54, Fanout min=3, mean=8.48, max=17, meandelta=5477.56 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 9 11 12 17 Graph level=1 size=1818, Fanout min=9, mean=25.41, max=32, meandelta=2130.65 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 24 26 29 32 32 32 32 Graph level=0 size=60063, Fanout min=2, mean=38.44, max=64, meandelta=1449.09 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=54, connectedness=1.00 Graph level=1 size=1818, connectedness=1.00 Graph level=0 size=60063, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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': 178,993,588.46 msec task-clock:u 676,781,878,206,052 cycles:u (36.36%) 48,022,437,786,265 instructions:u (36.36%) 9,641,698,198,671 cache-references:u (36.36%) 2,379,986,729,413 cache-misses:u (36.36%) 26,753,262,342,702 L1-dcache-loads:u (36.36%) 2,739,168,113,379 L1-dcache-load-misses:u (36.36%) 2,958,966,670,502 L1-icache-loads:u (36.36%) 32,981,139,008 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 35,650,395 faults:u 11,358,374 minor-faults:u 214 major-faults:u 4,809,441,130,493 branches:u (36.36%) 83,542,921,688 branch-misses:u (36.36%) 9,755,469,699,671 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5296.586071112 seconds time elapsed 177932.975803000 seconds user 1021.656834000 seconds sys took 1:28:16.614100 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=11.9, net_cpu_ms=12.464, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=59485, index_time_sec=3191.22, index_docs_per_sec=2506.88, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=32018.23, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (4, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 2, 90: 2, 100: 2}), 2: (54, {0: 0, 10: 5, 20: 6, 30: 6, 40: 7, 50: 7, 60: 8, 70: 9, 80: 11, 90: 12, 100: 17}), 1: (1818, {0: 0, 10: 16, 20: 19, 30: 21, 40: 24, 50: 26, 60: 29, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (60063, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 35, 60: 40, 70: 47, 80: 56, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5296, microseconds=614100)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-31 05:55:56 (UTC) Duration: 3573 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105526904 1848842328 jdk.FileWrite 7772229 167518728 jdk.FileRead 3123994 73342186 jdk.BooleanFlag 81344 2586196 jdk.CPULoad 66094 1338496 jdk.ObjectAllocationInNewTLAB 38037 759582 jdk.Checkpoint 11745 31727694 jdk.UnsignedIntFlag 7872 268280 jdk.IntFlag 7216 264428 jdk.StringFlag 5576 217488 jdk.Compilation 1152 31509 jdk.ObjectAllocationOutsideTLAB 1033 19443 jdk.CPUInformation 164 246348 jdk.GCConfiguration 164 4284 jdk.JVMInformation 164 148604 jdk.Metadata 164 18126448 jdk.GarbageCollection 25 611 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105526904 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.81% 88M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.53% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.34% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.08% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.07% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.63% 663749 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.30% 318157 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.23% 246495 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 246087 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.22% 233863 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 176145 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.13% 138748 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.13% 135126 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.11% 117995 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 68972 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 52552 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 51676 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 47047 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 42205 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 40274 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 39929 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.04% 38894 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 38569 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.03% 31469 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 31206 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 25620 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 24510 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 24496 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 23570 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 20986 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20771 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 18752 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.02% 18197 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 17719 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 15996 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 15931 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 14693 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 14554 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 14252 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 13279 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.01% 12302 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.01% 12268 java.util.Arrays#sort():99 [Inlined code] 0.01% 12007 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 10201 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 9479 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 9391 org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.01% 8630 java.util.concurrent.atomic.LongAdder#add():88 [Inlined code] 0.01% 7533 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 7451 org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#ramBytesUsed():243 [Inlined code] 0.01% 7231 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():210 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105526904 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 78.13% 82M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.53% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.67% 5M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.46% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.07% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.07% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.71% 747485 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.58% 616072 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.30% 318081 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.22% 231762 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 202635 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 180160 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.17% 175842 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.15% 153433 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.13% 134978 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 70362 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.07% 68972 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 52959 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 51676 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 48873 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 48490 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 47047 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.04% 45979 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 42205 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.04% 39138 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 38717 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.04% 38569 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():415 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 32666 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.03% 31918 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 31469 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.03% 31206 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 29926 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.02% 22677 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.02% 20771 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 20182 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 19102 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 18442 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 18374 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% 17352 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 16534 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 16500 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():57 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer$DotProductScorer#vectorOp():194 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer#bulkScore():92 [JIT compiled code] 0.01% 15325 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.01% 15077 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 14554 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 14443 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 13696 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.01% 13451 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.01% 13227 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.01% 13024 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.01% 12926 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105526904 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 71.40% 75M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 8.09% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 4.66% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 2.69% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 2.49% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 1.40% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.99% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.70% 735139 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.65% 684296 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 590616 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.34% 362613 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.29% 307986 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.29% 302321 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 289231 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.27% 280674 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.26% 270051 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.17% 180160 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 155227 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] 0.12% 126754 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.12% 124803 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 123881 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.11% 112431 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 108985 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.10% 100661 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] 0.09% 91173 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.0x000000007907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 84669 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 68972 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.06% 68066 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 62594 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.05% 57040 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 56812 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.05% 51334 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.05% 50125 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.05% 47845 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.04% 47028 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 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 46260 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.04% 45433 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 41322 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 36884 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 34857 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.03% 33157 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.03% 30257 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.03% 28127 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.03% 27949 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 26837 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.02% 25232 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#checkIntegrity():266 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#checkIntegrity():272 [JIT compiled code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():116 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079198000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.02% 24744 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] 0.02% 23989 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079198000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.02% 23866 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39060 events (total: 227229M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.22% 64123M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.29% 57471M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 25.05% 56919M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.62% 12777M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.35% 7617M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.94% 6681M java.lang.Integer#valueOf():1006 [Inlined code] 1.85% 4211M java.util.Arrays#copyOf():3478 [Inlined code] 0.82% 1869M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.80% 1811M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.74% 1685M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.70% 1594M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.43% 969M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 774M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.33% 754M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] 0.33% 747M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.21% 474M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 413M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 369M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.14% 320M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 310M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 305M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.13% 302M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.13% 293M java.util.ArrayList#grow():240 [Inlined code] 0.12% 273M java.util.HashMap#newNode():1910 [Inlined code] 0.12% 266M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.12% 264M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 259M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 240M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 182M java.util.HashMap#resize():711 [JIT compiled code] 0.08% 179M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 179M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 179M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 176M org.apache.lucene.util.TernaryLongHeap#():68 [Inlined code] 0.08% 174M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 174M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.07% 168M org.apache.lucene.search.TopKnnCollector#topDocs():61 [Inlined code] 0.07% 155M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 119M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 98M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 92M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.04% 92M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 89M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 89M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 82M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 80M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 64M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 63M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.03% 60M java.lang.Thread#beforeSleep():473 [Inlined code] 0.03% 60M 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=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39060 events (total: 227229M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.52% 46638M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.26% 46029M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.36% 39452M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 10.86% 24670M 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.62% 12777M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.77% 10833M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.74% 10781M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.35% 7617M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.91% 6619M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.81% 4110M 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.79% 1788M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.74% 1685M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.44% 993M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 887M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.35% 795M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 754M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.28% 634M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.27% 612M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 602M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 547M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 369M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 342M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 309M 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% 305M 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% 302M 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.13% 293M 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% 266M 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.12% 264M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.11% 259M 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% 243M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 221M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 215M 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% 211M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.08% 186M 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% 180M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 179M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 179M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 179M 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% 174M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():412 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.07% 168M org.apache.lucene.util.TernaryLongHeap#():68 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#():60 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():149 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.07% 168M org.apache.lucene.search.TopKnnCollector#topDocs():61 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [Inlined code] 0.07% 163M 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.0x0000000079182000#concat() [Inlined code] 0.07% 155M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 137M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():670 [JIT compiled code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.06% 132M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.06% 130M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.05% 119M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 110M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] 0.05% 109M org.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% 103M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmFalse.jfr is 2046.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39060 events (total: 227229M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.33% 39388M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 14.07% 31974M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 13.72% 31180M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 7.23% 16421M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.62% 12777M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 3.77% 8567M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.72% 8462M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.63% 8249M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.91% 6619M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.50% 5675M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.44% 5543M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.81% 4110M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.57% 3577M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.53% 3477M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.52% 3453M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.46% 3323M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.33% 3018M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.05% 2386M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.83% 1878M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.78% 1770M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.71% 1619M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.68% 1535M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.60% 1371M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.48% 1088M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 838M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.34% 774M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.32% 731M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] 0.32% 718M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.30% 673M org.apache.lucene.util.SparseFixedBitSet#insertLongValue():234 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#insertLong():217 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] 0.28% 640M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 608M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 590M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 380M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.17% 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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% 369M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.16% 359M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.14% 327M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.13% 293M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.13% 289M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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% 279M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.12% 266M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.12% 266M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 264M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] 0.11% 254M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.0x000000007919cd58#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 250M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.11% 244M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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% 236M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.10% 229M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#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.10% 218M 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 190M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3522781 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 3698488258793960 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm will now reindex: index does not exist May 31, 2026 3:23: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-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 233 segments, 27 merges 968.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 884.3s _146: 8 segs, 139.4 K docs, 555.0 MB 852.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 768.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 608.7s _181: 8 segs, 160.5 K docs, 639.5 MB 492.8s _19p: 8 segs, 71.9 K docs, 285.7 MB 479.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 447.5s _1ae: 8 segs, 90.4 K docs, 359.4 MB 388.9s _1b4: 8 segs, 72.5 K docs, 288.1 MB 365.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 344.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 310.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 292.6s _1c7: 8 segs, 38.9 K docs, 154.2 MB 256.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 238.7s _1cv: 8 segs, 38.7 K docs, 153.3 MB 222.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 208.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 193.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 165.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 150.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 130.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 112.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 87.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 64.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 32.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 11.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 0.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 5.0 sec: 233 segments, 27 merges 973.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 889.3s _146: 8 segs, 139.4 K docs, 555.0 MB 857.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 773.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 613.7s _181: 8 segs, 160.5 K docs, 639.5 MB 497.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 484.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 452.5s _1ae: 8 segs, 90.4 K docs, 359.4 MB 394.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 370.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 349.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 315.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 297.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 261.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 243.7s _1cv: 8 segs, 38.7 K docs, 153.3 MB 227.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 213.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 198.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 170.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 155.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 135.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 117.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 92.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 69.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 37.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 16.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 5.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 10.0 sec: 233 segments, 27 merges 978.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 894.3s _146: 8 segs, 139.4 K docs, 555.0 MB 862.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 778.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 618.7s _181: 8 segs, 160.5 K docs, 639.5 MB 502.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 489.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 457.5s _1ae: 8 segs, 90.4 K docs, 359.4 MB 399.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 375.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 354.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 320.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 302.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 266.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 248.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 232.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 218.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 203.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 175.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 160.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 140.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 122.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 97.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 74.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 42.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 21.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 10.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 15.1 sec: 233 segments, 27 merges 983.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 899.4s _146: 8 segs, 139.4 K docs, 555.0 MB 867.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 783.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 623.7s _181: 8 segs, 160.5 K docs, 639.5 MB 507.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 494.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 462.5s _1ae: 8 segs, 90.4 K docs, 359.4 MB 404.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 380.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 359.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 325.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 307.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 272.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 253.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 237.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 223.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 208.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 180.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 165.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 145.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 127.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 102.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 79.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 47.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 26.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 15.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 20.1 sec: 233 segments, 27 merges 988.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 904.4s _146: 8 segs, 139.4 K docs, 555.0 MB 872.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 788.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 628.7s _181: 8 segs, 160.5 K docs, 639.5 MB 512.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 499.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 467.5s _1ae: 8 segs, 90.4 K docs, 359.4 MB 409.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 385.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 364.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 330.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 312.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 277.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 258.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 242.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 228.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 213.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 185.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 170.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 150.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 132.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 107.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 84.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 52.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 31.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 20.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 25.1 sec: 233 segments, 27 merges 993.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 909.4s _146: 8 segs, 139.4 K docs, 555.0 MB 877.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 793.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 633.7s _181: 8 segs, 160.5 K docs, 639.5 MB 517.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 504.1s _19x: 8 segs, 126.1 K docs, 502.2 MB 472.6s _1ae: 8 segs, 90.4 K docs, 359.4 MB 414.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 390.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 369.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 335.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 317.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 282.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 263.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 247.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 233.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 218.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 190.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 175.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 155.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 137.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 112.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 89.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 57.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 36.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 25.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 30.1 sec: 226 segments, 26 merges 998.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 914.4s _146: 8 segs, 139.4 K docs, 555.0 MB 882.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 798.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 638.7s _181: 8 segs, 160.5 K docs, 639.5 MB 522.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 477.6s _1ae: 8 segs, 90.4 K docs, 359.4 MB 419.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 395.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 374.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 340.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 322.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 287.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 268.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 252.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 238.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 223.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 195.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 180.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 160.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 142.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 117.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 94.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 62.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 41.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 30.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 35.1 sec: 226 segments, 26 merges 1003.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 919.4s _146: 8 segs, 139.4 K docs, 555.0 MB 887.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 803.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 643.8s _181: 8 segs, 160.5 K docs, 639.5 MB 527.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 482.6s _1ae: 8 segs, 90.4 K docs, 359.4 MB 424.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 400.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 379.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 345.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 327.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 292.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 273.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 257.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 243.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 228.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 200.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 185.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 165.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 147.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 122.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 99.7s _1f4: 8 segs, 72.7 K docs, 288.7 MB 67.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 46.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 35.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 40.0 sec: 219 segments, 25 merges 1008.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 924.3s _146: 8 segs, 139.4 K docs, 555.0 MB 892.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 808.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 648.7s _181: 8 segs, 160.5 K docs, 639.5 MB 532.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 429.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 405.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 384.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 350.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 332.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 296.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 278.7s _1cv: 8 segs, 38.7 K docs, 153.3 MB 262.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 248.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 233.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 205.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 190.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 170.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 152.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 127.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 104.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 72.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 51.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 40.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 45.0 sec: 219 segments, 25 merges 1013.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 929.3s _146: 8 segs, 139.4 K docs, 555.0 MB 897.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 813.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 653.7s _181: 8 segs, 160.5 K docs, 639.5 MB 537.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 434.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 410.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 389.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 355.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 337.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 301.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 283.7s _1cv: 8 segs, 38.7 K docs, 153.3 MB 267.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 253.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 238.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 210.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 195.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 175.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 157.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 132.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 109.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 77.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 56.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 45.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 50.0 sec: 219 segments, 25 merges 1018.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 934.3s _146: 8 segs, 139.4 K docs, 555.0 MB 902.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 818.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 658.7s _181: 8 segs, 160.5 K docs, 639.5 MB 542.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 439.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 415.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 394.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 360.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 342.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 306.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 288.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 272.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 258.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 243.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 215.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 200.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 180.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 162.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 137.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 114.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 82.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 61.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 50.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 55.0 sec: 219 segments, 25 merges 1023.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 939.3s _146: 8 segs, 139.4 K docs, 555.0 MB 907.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 823.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 663.7s _181: 8 segs, 160.5 K docs, 639.5 MB 547.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 444.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 420.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 399.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 365.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 347.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 311.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 293.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 277.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 263.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 248.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 220.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 205.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 185.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 167.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 142.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 119.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 87.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 66.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 55.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 60.1 sec: 219 segments, 25 merges 1028.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 944.4s _146: 8 segs, 139.4 K docs, 555.0 MB 912.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 828.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 668.7s _181: 8 segs, 160.5 K docs, 639.5 MB 552.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 449.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 425.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 404.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 370.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 352.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 317.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 298.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 282.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 268.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 253.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 225.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 210.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 190.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 172.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 147.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 124.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 92.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 71.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 60.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 65.1 sec: 219 segments, 25 merges 1033.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 949.4s _146: 8 segs, 139.4 K docs, 555.0 MB 917.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 833.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 673.7s _181: 8 segs, 160.5 K docs, 639.5 MB 557.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 454.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 430.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 409.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 375.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 357.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 322.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 303.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 287.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 273.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 258.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 230.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 215.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 195.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 177.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 152.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 129.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 97.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 76.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 65.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 70.1 sec: 219 segments, 25 merges 1038.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 954.4s _146: 8 segs, 139.4 K docs, 555.0 MB 922.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 838.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 678.7s _181: 8 segs, 160.5 K docs, 639.5 MB 562.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 459.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 435.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 414.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 380.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 362.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 327.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 308.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 292.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 278.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 263.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 235.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 220.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 200.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 182.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 157.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 134.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 102.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 81.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 70.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 75.0 sec: 219 segments, 25 merges 1043.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 959.4s _146: 8 segs, 139.4 K docs, 555.0 MB 927.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 843.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 683.7s _181: 8 segs, 160.5 K docs, 639.5 MB 567.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 464.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 440.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 419.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 385.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 367.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 332.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 313.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 297.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 283.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 268.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 240.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 225.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 205.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 187.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 162.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 139.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 107.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 86.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 75.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 80.1 sec: 219 segments, 25 merges 1048.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 964.4s _146: 8 segs, 139.4 K docs, 555.0 MB 932.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 848.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 688.7s _181: 8 segs, 160.5 K docs, 639.5 MB 572.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 469.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 445.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 424.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 390.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 372.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 337.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 318.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 302.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 288.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 273.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 245.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 230.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 210.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 192.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 167.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 144.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 112.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 91.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 80.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 85.1 sec: 219 segments, 25 merges 1053.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 969.4s _146: 8 segs, 139.4 K docs, 555.0 MB 937.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 853.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 693.7s _181: 8 segs, 160.5 K docs, 639.5 MB 577.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 474.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 450.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 429.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 395.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 377.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 342.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 323.8s _1cv: 8 segs, 38.7 K docs, 153.3 MB 307.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 293.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 278.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 250.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 235.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 215.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 197.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 172.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 149.6s _1f4: 8 segs, 72.7 K docs, 288.7 MB 117.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 96.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 85.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 90.1 sec: 205 segments, 23 merges 1058.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 974.4s _146: 8 segs, 139.4 K docs, 555.0 MB 942.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 858.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 698.7s _181: 8 segs, 160.5 K docs, 639.5 MB 582.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 479.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 455.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 434.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 400.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 382.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 347.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 312.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 298.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 283.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 255.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 240.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 220.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 202.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 177.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 122.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 101.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 90.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 95.1 sec: 205 segments, 23 merges 1063.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 979.4s _146: 8 segs, 139.4 K docs, 555.0 MB 947.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 863.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 703.7s _181: 8 segs, 160.5 K docs, 639.5 MB 587.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 484.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 460.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 439.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 405.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 387.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 352.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 317.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 303.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 288.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 260.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 245.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 225.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 207.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 182.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 127.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 106.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 95.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 100.1 sec: 205 segments, 23 merges 1068.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 984.4s _146: 8 segs, 139.4 K docs, 555.0 MB 952.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 868.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 708.7s _181: 8 segs, 160.5 K docs, 639.5 MB 592.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 489.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 465.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 444.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 410.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 392.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 357.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 322.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 308.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 293.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 265.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 250.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 230.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 212.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 187.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 132.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 111.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 100.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 105.0 sec: 205 segments, 23 merges 1073.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 989.3s _146: 8 segs, 139.4 K docs, 555.0 MB 957.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 873.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 713.7s _181: 8 segs, 160.5 K docs, 639.5 MB 597.8s _19p: 8 segs, 71.9 K docs, 285.7 MB 494.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 470.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 449.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 415.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 397.6s _1c7: 8 segs, 38.9 K docs, 154.2 MB 361.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 327.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 313.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 298.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 270.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 255.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 235.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 217.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 192.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 137.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 116.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 105.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 110.0 sec: 205 segments, 23 merges 1078.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 994.3s _146: 8 segs, 139.4 K docs, 555.0 MB 962.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 878.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 718.7s _181: 8 segs, 160.5 K docs, 639.5 MB 602.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 499.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 475.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 454.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 420.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 402.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 366.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 332.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 318.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 303.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 275.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 260.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 240.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 222.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 197.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 142.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 121.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 110.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 115.0 sec: 205 segments, 23 merges 1083.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 999.3s _146: 8 segs, 139.4 K docs, 555.0 MB 967.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 883.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 723.7s _181: 8 segs, 160.5 K docs, 639.5 MB 607.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 504.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 480.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 459.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 425.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 407.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 371.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 337.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 323.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 308.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 280.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 265.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 245.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 227.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 202.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 147.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 126.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 115.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 120.0 sec: 205 segments, 23 merges 1088.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1004.3s _146: 8 segs, 139.4 K docs, 555.0 MB 972.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 888.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 728.7s _181: 8 segs, 160.5 K docs, 639.5 MB 612.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 509.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 485.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 464.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 430.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 412.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 376.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 342.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 328.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 313.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 285.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 270.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 250.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 232.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 207.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 152.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 131.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 120.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 125.0 sec: 205 segments, 23 merges 1093.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1009.3s _146: 8 segs, 139.4 K docs, 555.0 MB 977.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 893.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 733.7s _181: 8 segs, 160.5 K docs, 639.5 MB 617.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 514.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 490.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 469.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 435.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 417.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 381.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 347.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 333.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 318.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 290.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 275.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 255.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 237.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 212.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 157.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 136.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 125.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 130.1 sec: 205 segments, 23 merges 1098.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1014.4s _146: 8 segs, 139.4 K docs, 555.0 MB 982.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 898.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 738.7s _181: 8 segs, 160.5 K docs, 639.5 MB 622.9s _19p: 8 segs, 71.9 K docs, 285.7 MB 519.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 495.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 474.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 440.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 422.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 387.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 352.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 338.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 323.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 295.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 280.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 260.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 242.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 217.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 162.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 141.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 130.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 135.1 sec: 198 segments, 22 merges 1103.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1019.4s _146: 8 segs, 139.4 K docs, 555.0 MB 987.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 903.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 743.7s _181: 8 segs, 160.5 K docs, 639.5 MB 524.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 500.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 479.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 445.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 427.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 392.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 357.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 343.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 328.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 300.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 285.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 265.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 247.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 222.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 167.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 146.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 135.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 140.1 sec: 198 segments, 22 merges 1108.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1024.4s _146: 8 segs, 139.4 K docs, 555.0 MB 992.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 908.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 748.7s _181: 8 segs, 160.5 K docs, 639.5 MB 529.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 505.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 484.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 450.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 432.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 397.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 362.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 348.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 333.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 305.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 290.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 270.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 252.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 227.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 172.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 151.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 140.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 145.1 sec: 198 segments, 22 merges 1113.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1029.4s _146: 8 segs, 139.4 K docs, 555.0 MB 997.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 913.8s _15r: 8 segs, 107.3 K docs, 427.0 MB 753.7s _181: 8 segs, 160.5 K docs, 639.5 MB 534.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 510.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 489.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 455.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 437.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 402.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 367.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 353.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 338.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 310.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 295.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 275.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 257.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 232.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 177.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 156.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 145.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 150.0 sec: 198 segments, 22 merges 1118.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1034.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1002.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 918.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 758.7s _181: 8 segs, 160.5 K docs, 639.5 MB 539.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 515.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 494.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 460.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 442.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 406.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 372.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 358.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 343.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 315.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 300.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 280.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 262.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 237.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 182.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 161.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 150.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 155.0 sec: 198 segments, 22 merges 1123.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1039.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1007.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 923.7s _15r: 8 segs, 107.3 K docs, 427.0 MB 763.7s _181: 8 segs, 160.5 K docs, 639.5 MB 544.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 520.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 499.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 465.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 447.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 411.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 377.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 363.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 348.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 320.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 305.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 285.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 267.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 242.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 187.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 166.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 155.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 160.0 sec: 191 segments, 21 merges 1128.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1044.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1012.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 768.7s _181: 8 segs, 160.5 K docs, 639.5 MB 549.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 525.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 504.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 470.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 452.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 416.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 382.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 368.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 353.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 325.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 310.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 290.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 272.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 247.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 192.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 171.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 160.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 165.0 sec: 191 segments, 21 merges 1133.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1049.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1017.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 773.7s _181: 8 segs, 160.5 K docs, 639.5 MB 554.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 530.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 509.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 475.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 457.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 421.9s _1cm: 8 segs, 120.6 K docs, 480.0 MB 387.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 373.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 358.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 330.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 315.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 295.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 277.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 252.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 197.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 176.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 165.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 170.1 sec: 191 segments, 21 merges 1138.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1054.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1022.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 778.7s _181: 8 segs, 160.5 K docs, 639.5 MB 559.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 535.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 514.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 480.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 462.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 427.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 392.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 378.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 363.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 335.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 320.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 300.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 282.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 257.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 202.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 181.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 170.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 175.1 sec: 191 segments, 21 merges 1143.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1059.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1027.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 783.7s _181: 8 segs, 160.5 K docs, 639.5 MB 564.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 540.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 519.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 485.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 467.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 432.0s _1cm: 8 segs, 120.6 K docs, 480.0 MB 397.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 383.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 368.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 340.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 325.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 305.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 287.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 262.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 207.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 186.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 175.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 180.1 sec: 184 segments, 21 merges 1148.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1064.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1032.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 788.7s _181: 8 segs, 160.5 K docs, 639.5 MB 569.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 545.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 524.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 490.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 472.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 402.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 388.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 373.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 345.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 330.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 310.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 292.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 267.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 212.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 191.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 180.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 4.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 185.1 sec: 184 segments, 21 merges 1153.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1069.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1037.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 793.7s _181: 8 segs, 160.5 K docs, 639.5 MB 574.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 550.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 529.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 495.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 477.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 407.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 393.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 378.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 350.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 335.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 315.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 297.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 272.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 217.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 196.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 185.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 9.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 190.1 sec: 184 segments, 21 merges 1158.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1074.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1042.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 798.8s _181: 8 segs, 160.5 K docs, 639.5 MB 579.0s _1b4: 8 segs, 72.5 K docs, 288.1 MB 555.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 534.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 500.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 482.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 412.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 398.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 383.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 355.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 340.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 320.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 302.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 277.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 222.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 201.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 190.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 14.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 195.0 sec: 177 segments, 20 merges 1163.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1079.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1047.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 803.7s _181: 8 segs, 160.5 K docs, 639.5 MB 560.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 539.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 505.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 487.6s _1c7: 8 segs, 38.9 K docs, 154.2 MB 417.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 403.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 388.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 360.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 345.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 325.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 307.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 282.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 227.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 206.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 195.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 19.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 200.0 sec: 177 segments, 20 merges 1168.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1084.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1052.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 808.7s _181: 8 segs, 160.5 K docs, 639.5 MB 565.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 544.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 510.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 492.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 422.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 408.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 393.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 365.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 350.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 330.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 312.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 287.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 232.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 211.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 200.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 24.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 205.0 sec: 177 segments, 20 merges 1173.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1089.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1057.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 813.7s _181: 8 segs, 160.5 K docs, 639.5 MB 570.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 549.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 515.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 497.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 427.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 413.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 398.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 370.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 355.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 335.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 317.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 292.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 237.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 216.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 205.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 29.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 210.0 sec: 177 segments, 20 merges 1178.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1094.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1062.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 818.7s _181: 8 segs, 160.5 K docs, 639.5 MB 575.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 554.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 520.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 502.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 432.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 418.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 403.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 375.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 360.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 340.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 322.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 297.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 242.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 221.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 210.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 34.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 215.0 sec: 177 segments, 20 merges 1183.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1099.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1067.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 823.7s _181: 8 segs, 160.5 K docs, 639.5 MB 580.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 559.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 525.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 507.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 437.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 423.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 408.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 380.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 365.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 345.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 327.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 302.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 247.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 226.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 215.0s _1fo: 11 segs, 43.7 K docs, 172.8 MB 39.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 220.1 sec: 177 segments, 20 merges 1188.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1104.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1072.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 828.7s _181: 8 segs, 160.5 K docs, 639.5 MB 585.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 564.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 530.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 512.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 442.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 428.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 413.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 385.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 370.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 350.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 332.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 307.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 252.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 231.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 220.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 44.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 225.1 sec: 177 segments, 20 merges 1193.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1109.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1077.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 833.7s _181: 8 segs, 160.5 K docs, 639.5 MB 590.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 569.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 535.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 517.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 447.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 433.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 418.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 390.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 375.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 355.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 337.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 312.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 257.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 236.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 225.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 49.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 230.1 sec: 177 segments, 20 merges 1198.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1114.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1082.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 838.7s _181: 8 segs, 160.5 K docs, 639.5 MB 595.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 574.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 540.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 522.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 452.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 438.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 423.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 395.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 380.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 360.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 342.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 317.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 262.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 241.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 230.1s _1fo: 11 segs, 43.7 K docs, 172.8 MB 54.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 235.1 sec: 167 segments, 19 merges 1203.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1119.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1087.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 843.7s _181: 8 segs, 160.5 K docs, 639.5 MB 600.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 579.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 545.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 527.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 457.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 443.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 428.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 400.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 385.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 365.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 347.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 322.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 267.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 246.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 59.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 240.0 sec: 167 segments, 19 merges 1208.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1124.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1092.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 848.7s _181: 8 segs, 160.5 K docs, 639.5 MB 605.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 584.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 550.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 532.6s _1c7: 8 segs, 38.9 K docs, 154.2 MB 462.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 448.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 433.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 405.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 390.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 370.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 352.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 327.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 272.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 251.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 64.2s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 245.0 sec: 167 segments, 19 merges 1213.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1129.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1097.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 853.7s _181: 8 segs, 160.5 K docs, 639.5 MB 610.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 589.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 555.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 537.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 467.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 453.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 438.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 410.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 395.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 375.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 357.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 332.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 277.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 256.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 69.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 250.0 sec: 167 segments, 19 merges 1218.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1134.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1102.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 858.7s _181: 8 segs, 160.5 K docs, 639.5 MB 615.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 594.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 560.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 542.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 472.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 458.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 443.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 415.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 400.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 380.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 362.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 337.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 282.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 261.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 74.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 255.0 sec: 167 segments, 19 merges 1223.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1139.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1107.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 863.7s _181: 8 segs, 160.5 K docs, 639.5 MB 620.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 599.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 565.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 547.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 477.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 463.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 448.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 420.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 405.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 385.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 367.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 342.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 287.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 266.5s _1fk: 8 segs, 139.6 K docs, 556.1 MB 79.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 260.0 sec: 167 segments, 19 merges 1228.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1144.3s _146: 8 segs, 139.4 K docs, 555.0 MB 1112.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 868.7s _181: 8 segs, 160.5 K docs, 639.5 MB 625.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 604.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 570.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 552.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 482.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 468.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 453.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 425.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 410.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 390.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 372.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 347.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 292.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 271.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 84.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 265.0 sec: 167 segments, 19 merges 1233.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1149.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1117.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 873.7s _181: 8 segs, 160.5 K docs, 639.5 MB 630.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 609.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 575.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 557.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 487.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 473.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 458.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 430.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 415.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 395.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 377.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 352.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 297.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 276.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 89.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 270.1 sec: 167 segments, 19 merges 1238.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1154.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1122.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 878.7s _181: 8 segs, 160.5 K docs, 639.5 MB 635.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 614.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 580.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 562.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 492.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 478.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 463.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 435.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 420.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 400.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 382.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 357.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 302.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 281.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 94.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 275.1 sec: 167 segments, 19 merges 1243.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1159.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1127.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 883.7s _181: 8 segs, 160.5 K docs, 639.5 MB 640.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 619.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 585.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 567.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 497.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 483.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 468.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 440.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 425.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 405.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 387.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 362.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 307.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 286.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 99.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 280.1 sec: 167 segments, 19 merges 1248.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1164.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1132.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 888.7s _181: 8 segs, 160.5 K docs, 639.5 MB 645.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 624.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 590.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 572.7s _1c7: 8 segs, 38.9 K docs, 154.2 MB 502.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 488.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 473.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 445.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 430.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 410.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 392.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 367.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 312.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 291.6s _1fk: 8 segs, 139.6 K docs, 556.1 MB 104.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 285.1 sec: 153 segments, 17 merges 1253.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1169.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1137.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 893.7s _181: 8 segs, 160.5 K docs, 639.5 MB 650.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 629.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 595.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 507.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 493.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 478.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 450.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 435.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 415.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 397.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 372.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 317.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 109.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 290.1 sec: 153 segments, 17 merges 1258.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1174.4s _146: 8 segs, 139.4 K docs, 555.0 MB 1142.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 898.8s _181: 8 segs, 160.5 K docs, 639.5 MB 655.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 634.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 600.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 512.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 498.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 483.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 455.5s _1dz: 8 segs, 39.6 K docs, 156.7 MB 440.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 420.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 402.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 377.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 322.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 114.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 295.0 sec: 146 segments, 16 merges 1263.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1147.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 903.7s _181: 8 segs, 160.5 K docs, 639.5 MB 660.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 639.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 605.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 517.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 503.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 488.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 460.4s _1dz: 8 segs, 39.6 K docs, 156.7 MB 445.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 425.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 407.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 382.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 327.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 119.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 300.0 sec: 139 segments, 15 merges 1268.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1152.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 908.7s _181: 8 segs, 160.5 K docs, 639.5 MB 665.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 644.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 610.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 522.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 508.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 493.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 450.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 430.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 412.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 387.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 332.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 124.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 305.0 sec: 139 segments, 15 merges 1273.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1157.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 913.7s _181: 8 segs, 160.5 K docs, 639.5 MB 670.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 649.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 615.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 527.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 513.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 498.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 455.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 435.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 417.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 392.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 337.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 129.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 310.0 sec: 139 segments, 15 merges 1278.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1162.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 918.7s _181: 8 segs, 160.5 K docs, 639.5 MB 675.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 654.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 620.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 532.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 518.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 503.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 460.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 440.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 422.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 397.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 342.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 134.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 315.0 sec: 139 segments, 15 merges 1283.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1167.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 923.7s _181: 8 segs, 160.5 K docs, 639.5 MB 680.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 659.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 625.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 537.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 523.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 508.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 465.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 445.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 427.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 402.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 347.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 139.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 320.0 sec: 139 segments, 15 merges 1288.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1172.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 928.7s _181: 8 segs, 160.5 K docs, 639.5 MB 685.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 664.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 630.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 542.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 528.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 513.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 470.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 450.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 432.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 407.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 352.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 144.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 325.1 sec: 132 segments, 14 merges 1293.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1177.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 690.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 669.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 635.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 547.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 533.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 518.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 475.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 455.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 437.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 412.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 357.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 149.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 330.1 sec: 132 segments, 14 merges 1298.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1182.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 695.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 674.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 640.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 552.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 538.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 523.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 480.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 460.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 442.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 417.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 362.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 154.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 335.1 sec: 132 segments, 14 merges 1303.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1187.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 700.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 679.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 645.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 557.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 543.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 528.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 485.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 465.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 447.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 422.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 367.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 159.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 340.1 sec: 132 segments, 14 merges 1308.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1192.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 705.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 684.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 650.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 562.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 548.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 533.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 490.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 470.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 452.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 427.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 372.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 164.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 345.1 sec: 132 segments, 14 merges 1313.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1197.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 710.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 689.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 655.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 567.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 553.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 538.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 495.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 475.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 457.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 432.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 377.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 169.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 350.1 sec: 132 segments, 14 merges 1318.1s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1202.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 715.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 694.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 660.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 572.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 558.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 543.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 500.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 480.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 462.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 437.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 382.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 174.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 355.0 sec: 132 segments, 14 merges 1323.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1207.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 720.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 699.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 665.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 577.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 563.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 548.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 505.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 485.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 467.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 442.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 387.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 179.2s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 360.0 sec: 132 segments, 14 merges 1328.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1212.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 725.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 704.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 670.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 582.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 568.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 553.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 510.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 490.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 472.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 447.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 392.6s _1fd: 8 segs, 38.6 K docs, 152.7 MB 184.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 365.0 sec: 132 segments, 14 merges 1333.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1217.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 730.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 709.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 675.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 587.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 573.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 558.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 515.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 495.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 477.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 452.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 397.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 189.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 370.0 sec: 132 segments, 14 merges 1338.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1222.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 735.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 714.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 680.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 592.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 578.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 563.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 520.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 500.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 482.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 457.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 402.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 194.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 375.0 sec: 132 segments, 14 merges 1343.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1227.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 740.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 719.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 685.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 597.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 583.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 568.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 525.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 505.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 487.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 462.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 407.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 199.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 380.0 sec: 132 segments, 14 merges 1348.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1232.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 745.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 724.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 690.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 602.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 588.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 573.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 530.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 510.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 492.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 467.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 412.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 204.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 385.0 sec: 132 segments, 14 merges 1353.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1237.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 750.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 729.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 695.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 607.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 593.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 578.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 535.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 515.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 497.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 472.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 417.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 209.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 390.1 sec: 132 segments, 14 merges 1358.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1242.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 755.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 734.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 700.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 612.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 598.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 583.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 540.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 520.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 502.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 477.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 422.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 214.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 395.1 sec: 132 segments, 14 merges 1363.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1247.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 760.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 739.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 705.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 617.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 603.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 588.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 545.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 525.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 507.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 482.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 427.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 219.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 400.1 sec: 132 segments, 14 merges 1368.0s _12y: 8 segs, 604.2 K docs, 2412.7 MB 1252.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 765.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 744.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 710.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 622.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 608.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 593.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 550.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 530.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 512.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 487.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 432.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 224.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 405.1 sec: 125 segments, 14 merges 1257.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 770.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 749.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 715.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 627.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 613.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 598.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 555.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 535.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 517.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 492.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 437.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 229.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 0.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 410.1 sec: 125 segments, 14 merges 1262.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 775.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 754.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 720.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 632.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 618.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 603.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 560.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 540.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 522.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 497.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 442.7s _1fd: 8 segs, 38.6 K docs, 152.7 MB 234.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 5.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 415.1 sec: 118 segments, 13 merges 1267.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 780.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 759.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 725.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 637.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 623.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 608.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 565.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 545.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 527.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 502.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 239.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 10.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 420.1 sec: 118 segments, 13 merges 1272.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 785.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 764.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 730.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 642.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 628.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 613.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 570.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 550.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 532.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 507.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 244.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 15.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 425.1 sec: 118 segments, 13 merges 1277.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 790.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 769.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 735.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 647.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 633.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 618.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 575.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 555.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 537.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 512.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 249.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 20.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 430.1 sec: 118 segments, 13 merges 1282.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 795.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 774.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 740.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 652.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 638.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 623.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 580.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 560.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 542.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 517.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 254.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 25.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 435.1 sec: 118 segments, 13 merges 1287.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 800.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 779.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 745.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 657.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 643.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 628.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 585.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 565.7s _1eg: 8 segs, 39.5 K docs, 156.5 MB 547.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 522.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 259.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 30.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 440.0 sec: 118 segments, 13 merges 1292.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 805.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 784.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 750.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 662.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 648.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 633.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 590.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 570.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 552.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 527.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 264.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 35.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 445.0 sec: 118 segments, 13 merges 1297.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 810.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 789.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 755.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 667.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 653.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 638.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 595.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 575.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 557.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 532.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 269.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 40.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 450.0 sec: 118 segments, 13 merges 1302.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 815.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 794.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 760.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 672.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 658.6s _1d9: 8 segs, 107.7 K docs, 428.4 MB 643.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 600.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 580.6s _1eg: 8 segs, 39.5 K docs, 156.5 MB 562.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 537.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 274.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 45.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 455.0 sec: 111 segments, 12 merges 1307.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 820.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 799.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 765.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 677.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 663.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 648.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 605.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 567.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 542.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 279.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 50.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 460.0 sec: 111 segments, 12 merges 1312.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 825.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 804.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 770.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 682.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 668.7s _1d9: 8 segs, 107.7 K docs, 428.4 MB 653.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 610.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 572.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 547.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 284.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 55.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 465.0 sec: 104 segments, 11 merges 1317.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 830.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 809.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 775.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 687.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 658.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 615.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 577.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 552.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 289.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 60.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 470.0 sec: 104 segments, 11 merges 1322.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 835.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 814.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 780.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 692.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 663.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 620.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 582.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 557.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 294.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 65.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 475.0 sec: 104 segments, 11 merges 1327.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 840.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 819.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 785.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 697.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 668.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 625.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 587.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 562.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 299.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 70.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 480.1 sec: 104 segments, 11 merges 1332.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 845.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 824.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 790.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 702.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 673.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 630.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 592.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 567.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 304.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 75.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 485.1 sec: 104 segments, 11 merges 1337.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 850.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 829.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 795.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 707.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 678.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 635.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 597.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 572.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 309.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 80.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 490.1 sec: 104 segments, 11 merges 1342.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 855.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 834.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 800.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 712.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 683.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 640.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 602.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 577.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 314.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 85.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 495.1 sec: 104 segments, 11 merges 1347.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 860.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 839.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 805.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 717.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 688.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 645.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 607.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 582.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 319.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 90.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 500.1 sec: 104 segments, 11 merges 1352.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 865.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 844.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 810.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 722.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 693.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 650.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 612.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 587.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 324.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 95.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 505.1 sec: 104 segments, 11 merges 1357.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 870.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 849.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 815.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 727.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 698.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 655.7s _1e7: 8 segs, 73.0 K docs, 290.0 MB 617.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 592.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 329.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 100.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 510.1 sec: 97 segments, 10 merges 1362.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 875.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 854.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 820.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 732.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 703.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 622.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 597.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 334.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 105.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 515.1 sec: 97 segments, 10 merges 1367.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 880.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 859.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 825.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 737.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 708.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 627.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 602.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 339.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 110.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 520.0 sec: 97 segments, 10 merges 1372.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 885.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 864.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 830.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 742.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 713.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 632.5s _1en: 8 segs, 178.7 K docs, 712.4 MB 607.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 344.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 115.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 525.0 sec: 97 segments, 10 merges 1377.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 890.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 869.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 835.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 747.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 718.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 637.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 612.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 349.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 120.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 530.0 sec: 97 segments, 10 merges 1382.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 895.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 874.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 840.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 752.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 723.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 642.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 617.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 354.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 125.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 535.0 sec: 97 segments, 10 merges 1387.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 900.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 879.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 845.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 757.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 728.2s _1dh: 8 segs, 73.2 K docs, 290.8 MB 647.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 622.4s _1ew: 8 segs, 37.5 K docs, 148.3 MB 359.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 130.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 540.0 sec: 97 segments, 10 merges 1392.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 905.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 884.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 850.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 762.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 733.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 652.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 627.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 364.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 135.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 545.0 sec: 97 segments, 10 merges 1397.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 910.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 889.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 855.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 767.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 738.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 657.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 632.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 369.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 140.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 550.0 sec: 97 segments, 10 merges 1402.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 915.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 894.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 860.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 772.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 743.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 662.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 637.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 374.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 145.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 555.0 sec: 97 segments, 10 merges 1407.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 920.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 899.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 865.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 777.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 748.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 667.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 642.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 379.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 150.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 560.0 sec: 97 segments, 10 merges 1412.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 925.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 904.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 870.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 782.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 753.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 672.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 647.5s _1ew: 8 segs, 37.5 K docs, 148.3 MB 384.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 155.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 565.0 sec: 90 segments, 9 merges 1417.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 930.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 909.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 875.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 787.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 758.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 677.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 389.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 160.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 570.1 sec: 90 segments, 9 merges 1422.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 935.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 914.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 880.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 792.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 763.3s _1dh: 8 segs, 73.2 K docs, 290.8 MB 682.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 394.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 165.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 575.1 sec: 83 segments, 8 merges 1427.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 940.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 919.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 885.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 797.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 687.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 399.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 170.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 580.1 sec: 83 segments, 8 merges 1432.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 945.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 924.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 890.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 802.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 692.6s _1en: 8 segs, 178.7 K docs, 712.4 MB 404.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 175.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 585.1 sec: 76 segments, 7 merges 1437.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 950.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 929.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 895.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 807.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 409.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 180.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 590.1 sec: 76 segments, 7 merges 1442.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 955.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 934.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 900.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 812.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 414.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 185.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 595.1 sec: 76 segments, 7 merges 1447.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 960.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 939.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 905.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 817.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 419.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 190.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 600.1 sec: 76 segments, 7 merges 1452.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 965.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 944.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 910.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 822.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 424.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 195.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 605.1 sec: 76 segments, 7 merges 1457.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 970.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 949.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 915.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 827.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 429.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 200.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 610.1 sec: 76 segments, 7 merges 1462.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 975.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 954.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 920.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 832.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 434.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 205.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 615.1 sec: 76 segments, 7 merges 1467.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 980.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 959.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 925.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 837.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 439.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 210.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 620.1 sec: 76 segments, 7 merges 1472.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 985.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 964.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 930.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 842.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 444.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 215.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 625.1 sec: 76 segments, 7 merges 1477.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 990.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 969.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 935.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 847.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 449.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 220.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 630.0 sec: 76 segments, 7 merges 1482.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 995.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 974.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 940.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 852.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 454.2s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 225.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 635.0 sec: 76 segments, 7 merges 1487.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1000.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 979.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 945.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 857.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 459.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 230.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 640.0 sec: 76 segments, 7 merges 1492.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1005.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 984.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 950.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 862.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 464.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 235.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 645.0 sec: 76 segments, 7 merges 1497.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1010.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 989.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 955.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 867.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 469.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 240.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 650.0 sec: 76 segments, 7 merges 1502.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1015.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 994.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 960.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 872.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 474.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 245.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 655.0 sec: 76 segments, 7 merges 1507.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1020.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 999.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 965.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 877.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 479.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 250.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 660.0 sec: 76 segments, 7 merges 1512.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1025.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1004.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 970.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 882.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 484.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 255.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 665.0 sec: 76 segments, 7 merges 1517.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1030.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1009.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 975.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 887.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 489.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 260.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 670.0 sec: 76 segments, 7 merges 1522.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1035.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1014.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 980.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 892.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 494.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 265.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 675.0 sec: 76 segments, 7 merges 1527.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1040.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1019.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 985.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 897.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 499.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 270.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 680.0 sec: 76 segments, 7 merges 1532.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1045.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1024.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 990.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 902.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 504.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 275.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 685.0 sec: 76 segments, 7 merges 1537.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1050.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1029.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 995.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 907.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 509.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 280.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 690.1 sec: 76 segments, 7 merges 1542.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1055.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1034.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1000.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 912.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 514.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 285.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 695.1 sec: 76 segments, 7 merges 1547.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1060.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1039.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1005.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 917.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 519.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 290.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 700.1 sec: 76 segments, 7 merges 1552.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1065.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1044.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1010.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 922.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 524.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 295.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 705.1 sec: 76 segments, 7 merges 1557.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1070.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1049.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1015.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 927.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 529.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 300.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 710.1 sec: 76 segments, 7 merges 1562.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1075.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1054.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1020.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 932.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 534.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 305.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 715.1 sec: 76 segments, 7 merges 1567.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1080.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1059.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1025.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 937.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 539.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 310.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 720.1 sec: 76 segments, 7 merges 1572.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1085.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1064.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1030.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 942.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 544.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 315.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 725.1 sec: 76 segments, 7 merges 1577.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1090.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1069.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1035.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 947.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 549.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 320.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 730.1 sec: 76 segments, 7 merges 1582.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1095.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1074.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1040.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 952.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 554.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 325.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 735.1 sec: 76 segments, 7 merges 1587.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1100.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1079.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1045.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 957.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 559.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 330.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 740.1 sec: 76 segments, 7 merges 1592.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1105.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1084.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1050.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 962.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 564.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 335.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 745.0 sec: 76 segments, 7 merges 1597.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1110.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1089.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1055.5s _1by: 8 segs, 177.0 K docs, 705.6 MB 967.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 569.2s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 340.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 750.0 sec: 76 segments, 7 merges 1602.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1115.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1094.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1060.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 972.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 574.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 345.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 755.0 sec: 76 segments, 7 merges 1607.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1120.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1099.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1065.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 977.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 579.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 350.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 760.0 sec: 76 segments, 7 merges 1612.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1125.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1104.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1070.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 982.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 584.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 355.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 765.0 sec: 76 segments, 7 merges 1617.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1130.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1109.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1075.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 987.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 589.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 360.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 770.0 sec: 76 segments, 7 merges 1622.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1135.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1114.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1080.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 992.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 594.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 365.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 775.0 sec: 76 segments, 7 merges 1627.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1140.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1119.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1085.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 997.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 599.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 370.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 780.0 sec: 76 segments, 7 merges 1632.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1145.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1124.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1090.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1002.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 604.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 375.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 785.0 sec: 76 segments, 7 merges 1637.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1150.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1129.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1095.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1007.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 609.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 380.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 790.0 sec: 76 segments, 7 merges 1642.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1155.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1134.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1100.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1012.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 614.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 385.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 795.0 sec: 76 segments, 7 merges 1647.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1160.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1139.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1105.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1017.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 619.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 390.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 800.1 sec: 76 segments, 7 merges 1652.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1165.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1144.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1110.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1022.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 624.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 395.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 805.1 sec: 76 segments, 7 merges 1657.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1170.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1149.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1115.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1027.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 629.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 400.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 810.1 sec: 76 segments, 7 merges 1662.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1175.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1154.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1120.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1032.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 634.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 405.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 815.1 sec: 76 segments, 7 merges 1667.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1180.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1159.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1125.6s _1by: 8 segs, 177.0 K docs, 705.6 MB 1037.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 639.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 410.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 820.1 sec: 69 segments, 7 merges 1672.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1185.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1164.3s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1042.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 644.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 415.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 4.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 825.0 sec: 69 segments, 7 merges 1677.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1190.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1169.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1047.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 649.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 420.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 9.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 830.0 sec: 69 segments, 7 merges 1682.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1195.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1174.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1052.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 654.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 425.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 14.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 835.0 sec: 69 segments, 7 merges 1687.1s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1200.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1179.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1057.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 659.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 430.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 19.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 840.0 sec: 69 segments, 7 merges 1692.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1205.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1184.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1062.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 664.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 435.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 24.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 845.0 sec: 69 segments, 7 merges 1697.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1210.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1189.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1067.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 669.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 440.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 29.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 850.0 sec: 69 segments, 7 merges 1702.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1215.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1194.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1072.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 674.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 445.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 34.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 855.0 sec: 69 segments, 7 merges 1707.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1220.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1199.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1077.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 679.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 450.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 39.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 860.0 sec: 69 segments, 7 merges 1712.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1225.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1204.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1082.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 684.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 455.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 44.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 865.0 sec: 69 segments, 7 merges 1717.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1230.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1209.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1087.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 689.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 460.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 49.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 870.1 sec: 69 segments, 7 merges 1722.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1235.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1214.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1092.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 694.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 465.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 54.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 875.1 sec: 69 segments, 7 merges 1727.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1240.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1219.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1097.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 699.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 470.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 59.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 880.1 sec: 69 segments, 7 merges 1732.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1245.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1224.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1102.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 704.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 475.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 64.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 885.1 sec: 69 segments, 7 merges 1737.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1250.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1229.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1107.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 709.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 480.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 69.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 890.1 sec: 69 segments, 7 merges 1742.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1255.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1234.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1112.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 714.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 485.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 74.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 895.1 sec: 69 segments, 7 merges 1747.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1260.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1239.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1117.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 719.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 490.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 79.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 900.1 sec: 69 segments, 7 merges 1752.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1265.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1244.2s _1bi: 8 segs, 177.0 K docs, 705.5 MB 1122.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 724.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 495.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 84.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 905.1 sec: 62 segments, 6 merges 1757.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1270.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1127.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 729.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 500.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 89.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 910.1 sec: 62 segments, 6 merges 1762.2s _14l: 8 segs, 1213.3 K docs, 4848.4 MB 1275.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1132.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 734.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 505.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 94.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 915.1 sec: 55 segments, 5 merges 1280.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1137.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 739.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 510.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 99.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 920.1 sec: 55 segments, 5 merges 1285.6s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1142.6s _1d1: 8 segs, 143.0 K docs, 569.6 MB 744.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 515.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 104.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 925.0 sec: 55 segments, 5 merges 1290.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 1147.5s _1d1: 8 segs, 143.0 K docs, 569.6 MB 749.2s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 520.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 109.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 930.0 sec: 48 segments, 4 merges 1295.5s _1bb: 8 segs, 161.3 K docs, 642.8 MB 754.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 525.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 114.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 935.0 sec: 41 segments, 3 merges 759.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 530.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 119.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 940.0 sec: 41 segments, 3 merges 764.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 535.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 124.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 945.0 sec: 41 segments, 3 merges 769.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 540.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 129.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 950.0 sec: 41 segments, 3 merges 774.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 545.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 134.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 955.0 sec: 41 segments, 3 merges 779.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 550.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 139.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 960.0 sec: 41 segments, 3 merges 784.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 555.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 144.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 965.0 sec: 41 segments, 3 merges 789.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 560.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 149.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 970.0 sec: 41 segments, 3 merges 794.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 565.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 154.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 975.0 sec: 41 segments, 3 merges 799.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 570.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 159.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 980.1 sec: 41 segments, 3 merges 804.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 575.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 164.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 985.1 sec: 41 segments, 3 merges 809.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 580.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 169.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 990.1 sec: 41 segments, 3 merges 814.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 585.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 174.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 995.1 sec: 41 segments, 3 merges 819.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 590.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 179.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1000.1 sec: 41 segments, 3 merges 824.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 595.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 184.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1005.1 sec: 41 segments, 3 merges 829.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 600.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 189.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1010.1 sec: 41 segments, 3 merges 834.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 605.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 194.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1015.0 sec: 41 segments, 3 merges 839.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 610.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 199.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1020.0 sec: 41 segments, 3 merges 844.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 615.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 204.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1025.0 sec: 41 segments, 3 merges 849.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 620.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 209.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1030.0 sec: 41 segments, 3 merges 854.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 625.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 214.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1035.0 sec: 41 segments, 3 merges 859.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 630.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 219.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1040.0 sec: 41 segments, 3 merges 864.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 635.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 224.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1045.0 sec: 41 segments, 3 merges 869.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 640.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 229.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1050.1 sec: 41 segments, 3 merges 874.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 645.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 234.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1055.1 sec: 41 segments, 3 merges 879.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 650.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 239.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1060.1 sec: 41 segments, 3 merges 884.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 655.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 244.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1065.1 sec: 41 segments, 3 merges 889.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 660.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 249.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1070.1 sec: 41 segments, 3 merges 894.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 665.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 254.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1075.1 sec: 41 segments, 3 merges 899.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 670.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 259.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1080.1 sec: 41 segments, 3 merges 904.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 675.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 264.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1085.0 sec: 41 segments, 3 merges 909.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 680.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 269.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1090.0 sec: 41 segments, 3 merges 914.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 685.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 274.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1095.0 sec: 41 segments, 3 merges 919.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 690.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 279.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1100.0 sec: 41 segments, 3 merges 924.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 695.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 284.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1105.0 sec: 41 segments, 3 merges 929.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 700.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 289.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1110.0 sec: 41 segments, 3 merges 934.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 705.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 294.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1115.0 sec: 41 segments, 3 merges 939.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 710.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 299.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1120.1 sec: 41 segments, 3 merges 944.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 715.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 304.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1125.1 sec: 41 segments, 3 merges 949.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 720.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 309.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1130.1 sec: 41 segments, 3 merges 954.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 725.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 314.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1135.1 sec: 41 segments, 3 merges 959.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 730.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 319.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1140.1 sec: 41 segments, 3 merges 964.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 735.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 324.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1145.1 sec: 41 segments, 3 merges 969.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 740.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 329.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1150.1 sec: 41 segments, 3 merges 974.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 745.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 334.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1155.0 sec: 41 segments, 3 merges 979.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 750.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 339.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1160.0 sec: 41 segments, 3 merges 984.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 755.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 344.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1165.0 sec: 41 segments, 3 merges 989.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 760.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 349.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1170.0 sec: 41 segments, 3 merges 994.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 765.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 354.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1175.0 sec: 41 segments, 3 merges 999.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 770.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 359.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1180.0 sec: 41 segments, 3 merges 1004.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 775.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 364.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1185.1 sec: 41 segments, 3 merges 1009.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 780.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 369.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1190.1 sec: 41 segments, 3 merges 1014.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 785.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 374.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1195.1 sec: 41 segments, 3 merges 1019.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 790.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 379.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1200.1 sec: 41 segments, 3 merges 1024.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 795.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 384.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1205.1 sec: 41 segments, 3 merges 1029.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 800.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 389.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1210.1 sec: 41 segments, 3 merges 1034.3s _1fp: 8 segs, 601.2 K docs, 2399.6 MB 805.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 394.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1215.1 sec: 34 segments, 2 merges 810.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 399.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1220.1 sec: 34 segments, 2 merges 815.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 404.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1225.1 sec: 34 segments, 2 merges 820.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 409.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1230.1 sec: 34 segments, 2 merges 825.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 414.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1235.1 sec: 34 segments, 2 merges 830.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 419.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1240.1 sec: 34 segments, 2 merges 835.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 424.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1245.0 sec: 34 segments, 2 merges 840.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 429.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1250.0 sec: 34 segments, 2 merges 845.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 434.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1255.0 sec: 34 segments, 2 merges 850.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 439.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1260.0 sec: 34 segments, 2 merges 855.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 444.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1265.0 sec: 34 segments, 2 merges 860.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 449.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1270.0 sec: 34 segments, 2 merges 865.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 454.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1275.0 sec: 34 segments, 2 merges 870.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 459.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1280.0 sec: 34 segments, 2 merges 875.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 464.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1285.0 sec: 34 segments, 2 merges 880.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 469.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1290.0 sec: 34 segments, 2 merges 885.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 474.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1295.0 sec: 34 segments, 2 merges 890.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 479.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1300.1 sec: 34 segments, 2 merges 895.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 484.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1305.1 sec: 34 segments, 2 merges 900.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 489.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1310.1 sec: 34 segments, 2 merges 905.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 494.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1315.1 sec: 34 segments, 2 merges 910.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 499.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1320.1 sec: 34 segments, 2 merges 915.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 504.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1325.1 sec: 34 segments, 2 merges 920.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 509.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1330.1 sec: 34 segments, 2 merges 925.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 514.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1335.1 sec: 34 segments, 2 merges 930.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 519.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1340.1 sec: 34 segments, 2 merges 935.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 524.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1345.1 sec: 34 segments, 2 merges 940.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 529.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1350.1 sec: 34 segments, 2 merges 945.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 534.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1355.1 sec: 34 segments, 2 merges 950.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 539.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1360.0 sec: 34 segments, 2 merges 955.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 544.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1365.0 sec: 34 segments, 2 merges 960.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 549.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1370.0 sec: 34 segments, 2 merges 965.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 554.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1375.0 sec: 34 segments, 2 merges 970.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 559.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1380.0 sec: 34 segments, 2 merges 975.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 564.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1385.0 sec: 34 segments, 2 merges 980.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 569.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1390.0 sec: 34 segments, 2 merges 985.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 574.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1395.0 sec: 34 segments, 2 merges 990.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 579.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1400.0 sec: 34 segments, 2 merges 995.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 584.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1405.0 sec: 34 segments, 2 merges 1000.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 589.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1410.0 sec: 34 segments, 2 merges 1005.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 594.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1415.0 sec: 34 segments, 2 merges 1010.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 599.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1420.0 sec: 34 segments, 2 merges 1015.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 604.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1425.1 sec: 34 segments, 2 merges 1020.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 609.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1430.1 sec: 34 segments, 2 merges 1025.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 614.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1435.1 sec: 34 segments, 2 merges 1030.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 619.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1440.1 sec: 34 segments, 2 merges 1035.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 624.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1445.1 sec: 34 segments, 2 merges 1040.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 629.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1450.1 sec: 34 segments, 2 merges 1045.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 634.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1455.1 sec: 34 segments, 2 merges 1050.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 639.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1460.1 sec: 34 segments, 2 merges 1055.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 644.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1465.1 sec: 34 segments, 2 merges 1060.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 649.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1470.1 sec: 34 segments, 2 merges 1065.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 654.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1475.1 sec: 34 segments, 2 merges 1070.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 659.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1480.1 sec: 34 segments, 2 merges 1075.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 664.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1485.1 sec: 34 segments, 2 merges 1080.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 669.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1490.0 sec: 34 segments, 2 merges 1085.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 674.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1495.0 sec: 34 segments, 2 merges 1090.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 679.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1500.0 sec: 34 segments, 2 merges 1095.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 684.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1505.0 sec: 34 segments, 2 merges 1100.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 689.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1510.0 sec: 34 segments, 2 merges 1105.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 694.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1515.0 sec: 34 segments, 2 merges 1110.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 699.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1520.0 sec: 34 segments, 2 merges 1115.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 704.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1525.0 sec: 34 segments, 2 merges 1120.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 709.8s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1530.0 sec: 34 segments, 2 merges 1125.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 714.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1535.0 sec: 34 segments, 2 merges 1130.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 719.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1540.0 sec: 34 segments, 2 merges 1135.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 724.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1545.0 sec: 34 segments, 2 merges 1140.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 729.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1550.1 sec: 34 segments, 2 merges 1145.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 734.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1555.1 sec: 34 segments, 2 merges 1150.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 739.9s _1fr: 8 segs, 419.0 K docs, 1671.4 MB 1560.1 sec: 27 segments, 1 merges 1155.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1565.1 sec: 27 segments, 1 merges 1160.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1570.1 sec: 27 segments, 1 merges 1165.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1575.1 sec: 27 segments, 1 merges 1170.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1580.1 sec: 27 segments, 1 merges 1175.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1585.0 sec: 27 segments, 1 merges 1180.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1590.0 sec: 27 segments, 1 merges 1185.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1595.0 sec: 27 segments, 1 merges 1190.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1600.0 sec: 27 segments, 1 merges 1195.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1605.0 sec: 27 segments, 1 merges 1200.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1610.0 sec: 27 segments, 1 merges 1205.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1615.0 sec: 27 segments, 1 merges 1210.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1620.0 sec: 27 segments, 1 merges 1215.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1625.1 sec: 27 segments, 1 merges 1220.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1630.1 sec: 27 segments, 1 merges 1225.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1635.1 sec: 27 segments, 1 merges 1230.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1640.1 sec: 27 segments, 1 merges 1235.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1645.1 sec: 27 segments, 1 merges 1240.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1650.1 sec: 27 segments, 1 merges 1245.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1655.1 sec: 27 segments, 1 merges 1250.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1660.0 sec: 27 segments, 1 merges 1255.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1665.0 sec: 27 segments, 1 merges 1260.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1670.0 sec: 27 segments, 1 merges 1265.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1675.0 sec: 27 segments, 1 merges 1270.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1680.0 sec: 27 segments, 1 merges 1275.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1685.0 sec: 27 segments, 1 merges 1280.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1690.0 sec: 27 segments, 1 merges 1285.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1695.0 sec: 27 segments, 1 merges 1290.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1700.1 sec: 27 segments, 1 merges 1295.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1705.1 sec: 27 segments, 1 merges 1300.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1710.1 sec: 27 segments, 1 merges 1305.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1715.1 sec: 27 segments, 1 merges 1310.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1720.1 sec: 27 segments, 1 merges 1315.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1725.1 sec: 27 segments, 1 merges 1320.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1730.0 sec: 27 segments, 1 merges 1325.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1735.0 sec: 27 segments, 1 merges 1330.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1740.0 sec: 27 segments, 1 merges 1335.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1745.0 sec: 27 segments, 1 merges 1340.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1750.1 sec: 27 segments, 1 merges 1345.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1755.1 sec: 27 segments, 1 merges 1350.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1760.1 sec: 27 segments, 1 merges 1355.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1765.1 sec: 27 segments, 1 merges 1360.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1770.1 sec: 27 segments, 1 merges 1365.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1775.1 sec: 27 segments, 1 merges 1370.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1780.1 sec: 27 segments, 1 merges 1375.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1785.1 sec: 27 segments, 1 merges 1380.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1790.1 sec: 27 segments, 1 merges 1385.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1795.1 sec: 27 segments, 1 merges 1390.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1800.1 sec: 27 segments, 1 merges 1395.8s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1805.0 sec: 27 segments, 1 merges 1400.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1810.0 sec: 27 segments, 1 merges 1405.7s _1fq: 8 segs, 1271.3 K docs, 5080.2 MB 1815.0 sec: 20 segments, 1 merges 1.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1820.0 sec: 20 segments, 1 merges 6.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1825.0 sec: 20 segments, 1 merges 11.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1830.0 sec: 20 segments, 1 merges 16.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1835.0 sec: 20 segments, 1 merges 21.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1840.0 sec: 20 segments, 1 merges 26.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1845.0 sec: 20 segments, 1 merges 31.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1850.0 sec: 20 segments, 1 merges 36.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1855.0 sec: 20 segments, 1 merges 41.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1860.1 sec: 20 segments, 1 merges 46.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1865.1 sec: 20 segments, 1 merges 51.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1870.1 sec: 20 segments, 1 merges 56.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1875.1 sec: 20 segments, 1 merges 61.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1880.1 sec: 20 segments, 1 merges 66.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1885.1 sec: 20 segments, 1 merges 71.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1890.1 sec: 20 segments, 1 merges 76.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1895.1 sec: 20 segments, 1 merges 81.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1900.1 sec: 20 segments, 1 merges 86.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1905.1 sec: 20 segments, 1 merges 91.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1910.1 sec: 20 segments, 1 merges 96.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1915.0 sec: 20 segments, 1 merges 101.0s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1920.0 sec: 20 segments, 1 merges 106.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1925.0 sec: 20 segments, 1 merges 111.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1930.0 sec: 20 segments, 1 merges 116.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1935.0 sec: 20 segments, 1 merges 121.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1940.0 sec: 20 segments, 1 merges 126.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1945.0 sec: 20 segments, 1 merges 131.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1950.0 sec: 20 segments, 1 merges 136.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1955.0 sec: 20 segments, 1 merges 141.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1960.0 sec: 20 segments, 1 merges 146.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1965.1 sec: 20 segments, 1 merges 151.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1970.1 sec: 20 segments, 1 merges 156.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1975.1 sec: 20 segments, 1 merges 161.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1980.1 sec: 20 segments, 1 merges 166.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1985.1 sec: 20 segments, 1 merges 171.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1990.1 sec: 20 segments, 1 merges 176.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 1995.1 sec: 20 segments, 1 merges 181.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2000.1 sec: 20 segments, 1 merges 186.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2005.0 sec: 20 segments, 1 merges 191.0s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2010.0 sec: 20 segments, 1 merges 196.0s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2015.0 sec: 20 segments, 1 merges 201.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2020.0 sec: 20 segments, 1 merges 206.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2025.0 sec: 20 segments, 1 merges 211.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2030.0 sec: 20 segments, 1 merges 216.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2035.0 sec: 20 segments, 1 merges 221.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2040.0 sec: 20 segments, 1 merges 226.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2045.0 sec: 20 segments, 1 merges 231.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2050.0 sec: 20 segments, 1 merges 236.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2055.0 sec: 20 segments, 1 merges 241.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2060.0 sec: 20 segments, 1 merges 246.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2065.0 sec: 20 segments, 1 merges 251.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2070.1 sec: 20 segments, 1 merges 256.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2075.1 sec: 20 segments, 1 merges 261.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2080.1 sec: 20 segments, 1 merges 266.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2085.1 sec: 20 segments, 1 merges 271.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2090.1 sec: 20 segments, 1 merges 276.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2095.1 sec: 20 segments, 1 merges 281.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2100.1 sec: 20 segments, 1 merges 286.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2105.1 sec: 20 segments, 1 merges 291.1s _1fs: 3 segs, 1243.2 K docs, 4972.7 MB 2110.1 sec: 18 segments, 1 merges 0.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2115.1 sec: 18 segments, 1 merges 5.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2120.1 sec: 18 segments, 1 merges 10.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2125.1 sec: 18 segments, 1 merges 15.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2130.1 sec: 18 segments, 1 merges 20.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2135.1 sec: 18 segments, 1 merges 25.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2140.1 sec: 18 segments, 1 merges 30.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2145.1 sec: 18 segments, 1 merges 35.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2150.1 sec: 18 segments, 1 merges 40.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2155.1 sec: 18 segments, 1 merges 45.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2160.1 sec: 18 segments, 1 merges 50.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2165.0 sec: 18 segments, 1 merges 55.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2170.0 sec: 18 segments, 1 merges 60.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2175.0 sec: 18 segments, 1 merges 65.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2180.0 sec: 18 segments, 1 merges 70.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2185.0 sec: 18 segments, 1 merges 75.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2190.0 sec: 18 segments, 1 merges 80.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2195.0 sec: 18 segments, 1 merges 85.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2200.0 sec: 18 segments, 1 merges 90.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2205.0 sec: 18 segments, 1 merges 95.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2210.0 sec: 18 segments, 1 merges 100.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2215.0 sec: 18 segments, 1 merges 105.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2220.1 sec: 18 segments, 1 merges 110.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2225.1 sec: 18 segments, 1 merges 115.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2230.1 sec: 18 segments, 1 merges 120.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2235.1 sec: 18 segments, 1 merges 125.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2240.1 sec: 18 segments, 1 merges 130.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2245.1 sec: 18 segments, 1 merges 135.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2250.1 sec: 18 segments, 1 merges 140.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2255.1 sec: 18 segments, 1 merges 145.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2260.1 sec: 18 segments, 1 merges 150.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2265.0 sec: 18 segments, 1 merges 155.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2270.0 sec: 18 segments, 1 merges 160.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2275.0 sec: 18 segments, 1 merges 165.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2280.0 sec: 18 segments, 1 merges 170.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2285.0 sec: 18 segments, 1 merges 175.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2290.0 sec: 18 segments, 1 merges 180.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2295.0 sec: 18 segments, 1 merges 185.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2300.0 sec: 18 segments, 1 merges 190.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2305.0 sec: 18 segments, 1 merges 195.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2310.0 sec: 18 segments, 1 merges 200.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2315.0 sec: 18 segments, 1 merges 205.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2320.0 sec: 18 segments, 1 merges 210.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2325.0 sec: 18 segments, 1 merges 215.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2330.1 sec: 18 segments, 1 merges 220.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2335.1 sec: 18 segments, 1 merges 225.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2340.1 sec: 18 segments, 1 merges 230.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2345.1 sec: 18 segments, 1 merges 235.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2350.1 sec: 18 segments, 1 merges 240.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2355.1 sec: 18 segments, 1 merges 245.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2360.1 sec: 18 segments, 1 merges 250.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2365.1 sec: 18 segments, 1 merges 255.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2370.1 sec: 18 segments, 1 merges 260.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2375.1 sec: 18 segments, 1 merges 265.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2380.1 sec: 18 segments, 1 merges 270.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2385.1 sec: 18 segments, 1 merges 275.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2390.1 sec: 18 segments, 1 merges 280.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2395.0 sec: 18 segments, 1 merges 285.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2400.0 sec: 18 segments, 1 merges 290.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2405.0 sec: 18 segments, 1 merges 295.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2410.0 sec: 18 segments, 1 merges 300.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2415.0 sec: 18 segments, 1 merges 305.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2420.0 sec: 18 segments, 1 merges 310.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2425.0 sec: 18 segments, 1 merges 315.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2430.0 sec: 18 segments, 1 merges 320.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2435.0 sec: 18 segments, 1 merges 325.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2440.0 sec: 18 segments, 1 merges 330.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2445.0 sec: 18 segments, 1 merges 335.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2450.0 sec: 18 segments, 1 merges 340.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2455.0 sec: 18 segments, 1 merges 345.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2460.1 sec: 18 segments, 1 merges 350.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2465.1 sec: 18 segments, 1 merges 355.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2470.1 sec: 18 segments, 1 merges 360.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2475.1 sec: 18 segments, 1 merges 365.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2480.1 sec: 18 segments, 1 merges 370.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2485.1 sec: 18 segments, 1 merges 375.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2490.1 sec: 18 segments, 1 merges 380.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2495.1 sec: 18 segments, 1 merges 385.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2500.1 sec: 18 segments, 1 merges 390.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2505.1 sec: 18 segments, 1 merges 395.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2510.1 sec: 18 segments, 1 merges 400.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2515.1 sec: 18 segments, 1 merges 405.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2520.1 sec: 18 segments, 1 merges 410.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2525.0 sec: 18 segments, 1 merges 415.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2530.0 sec: 18 segments, 1 merges 420.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2535.0 sec: 18 segments, 1 merges 425.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2540.0 sec: 18 segments, 1 merges 430.1s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2545.0 sec: 18 segments, 1 merges 435.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2550.0 sec: 18 segments, 1 merges 440.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2555.0 sec: 18 segments, 1 merges 445.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2560.0 sec: 18 segments, 1 merges 450.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2565.0 sec: 18 segments, 1 merges 455.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2570.0 sec: 18 segments, 1 merges 460.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2575.0 sec: 18 segments, 1 merges 465.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB 2580.1 sec: 18 segments, 1 merges 470.2s _1ft: 5 segs, 1270.7 K docs, 5080.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3312 seconds reindex takes 3312.02 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: 14 segments, 1 merges 5.0 sec: 14 segments, 1 merges 5.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 10.0 sec: 14 segments, 1 merges 10.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 15.0 sec: 14 segments, 1 merges 15.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 20.0 sec: 14 segments, 1 merges 20.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 25.0 sec: 14 segments, 1 merges 25.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 30.0 sec: 14 segments, 1 merges 30.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 35.0 sec: 14 segments, 1 merges 35.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 40.0 sec: 14 segments, 1 merges 40.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 45.0 sec: 14 segments, 1 merges 45.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 50.0 sec: 14 segments, 1 merges 50.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 55.1 sec: 14 segments, 1 merges 55.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 60.1 sec: 14 segments, 1 merges 60.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 65.1 sec: 14 segments, 1 merges 65.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 70.1 sec: 14 segments, 1 merges 70.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 75.1 sec: 14 segments, 1 merges 75.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 80.1 sec: 14 segments, 1 merges 80.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 85.1 sec: 14 segments, 1 merges 85.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 90.1 sec: 14 segments, 1 merges 90.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 95.1 sec: 14 segments, 1 merges 95.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 100.0 sec: 14 segments, 1 merges 100.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 105.0 sec: 14 segments, 1 merges 105.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 110.0 sec: 14 segments, 1 merges 110.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 115.0 sec: 14 segments, 1 merges 115.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 120.0 sec: 14 segments, 1 merges 120.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 125.0 sec: 14 segments, 1 merges 125.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 130.0 sec: 14 segments, 1 merges 130.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 135.0 sec: 14 segments, 1 merges 135.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 140.0 sec: 14 segments, 1 merges 140.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 145.0 sec: 14 segments, 1 merges 145.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 150.0 sec: 14 segments, 1 merges 150.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 155.1 sec: 14 segments, 1 merges 155.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 160.1 sec: 14 segments, 1 merges 160.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 165.1 sec: 14 segments, 1 merges 165.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 170.1 sec: 14 segments, 1 merges 170.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 175.1 sec: 14 segments, 1 merges 175.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 180.1 sec: 14 segments, 1 merges 180.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 185.1 sec: 14 segments, 1 merges 185.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 190.1 sec: 14 segments, 1 merges 190.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 195.1 sec: 14 segments, 1 merges 195.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 200.1 sec: 14 segments, 1 merges 200.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 205.0 sec: 14 segments, 1 merges 205.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 210.0 sec: 14 segments, 1 merges 210.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 215.0 sec: 14 segments, 1 merges 215.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 220.0 sec: 14 segments, 1 merges 220.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 225.0 sec: 14 segments, 1 merges 225.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 230.0 sec: 14 segments, 1 merges 230.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 235.0 sec: 14 segments, 1 merges 235.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 240.0 sec: 14 segments, 1 merges 240.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 245.0 sec: 14 segments, 1 merges 245.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 250.0 sec: 14 segments, 1 merges 250.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 255.0 sec: 14 segments, 1 merges 255.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 260.1 sec: 14 segments, 1 merges 260.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 265.1 sec: 14 segments, 1 merges 265.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 270.1 sec: 14 segments, 1 merges 270.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 275.1 sec: 14 segments, 1 merges 275.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 280.1 sec: 14 segments, 1 merges 280.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 285.1 sec: 14 segments, 1 merges 285.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 290.1 sec: 14 segments, 1 merges 290.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 295.1 sec: 14 segments, 1 merges 295.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 300.1 sec: 14 segments, 1 merges 300.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 305.1 sec: 14 segments, 1 merges 305.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 310.1 sec: 14 segments, 1 merges 310.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 315.0 sec: 14 segments, 1 merges 315.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 320.0 sec: 14 segments, 1 merges 320.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 325.0 sec: 14 segments, 1 merges 325.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 330.0 sec: 14 segments, 1 merges 330.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 335.0 sec: 14 segments, 1 merges 335.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 340.0 sec: 14 segments, 1 merges 340.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 345.0 sec: 14 segments, 1 merges 345.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 350.0 sec: 14 segments, 1 merges 350.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 355.0 sec: 14 segments, 1 merges 355.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 360.0 sec: 14 segments, 1 merges 360.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 365.0 sec: 14 segments, 1 merges 365.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 370.1 sec: 14 segments, 1 merges 370.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 375.1 sec: 14 segments, 1 merges 375.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 380.1 sec: 14 segments, 1 merges 380.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 385.1 sec: 14 segments, 1 merges 385.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 390.1 sec: 14 segments, 1 merges 390.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 395.1 sec: 14 segments, 1 merges 395.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 400.1 sec: 14 segments, 1 merges 400.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 405.1 sec: 14 segments, 1 merges 405.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 410.1 sec: 14 segments, 1 merges 410.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 415.1 sec: 14 segments, 1 merges 415.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 420.1 sec: 14 segments, 1 merges 420.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 425.0 sec: 14 segments, 1 merges 425.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 430.0 sec: 14 segments, 1 merges 430.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 435.0 sec: 14 segments, 1 merges 435.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 440.1 sec: 14 segments, 1 merges 440.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 445.1 sec: 14 segments, 1 merges 445.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 450.1 sec: 14 segments, 1 merges 450.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 455.1 sec: 14 segments, 1 merges 455.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 460.1 sec: 14 segments, 1 merges 460.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 465.1 sec: 14 segments, 1 merges 465.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 470.1 sec: 14 segments, 1 merges 470.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 475.0 sec: 14 segments, 1 merges 475.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 480.0 sec: 14 segments, 1 merges 480.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 485.0 sec: 14 segments, 1 merges 485.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 490.0 sec: 14 segments, 1 merges 490.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 495.0 sec: 14 segments, 1 merges 495.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 500.0 sec: 14 segments, 1 merges 500.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 505.0 sec: 14 segments, 1 merges 505.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 510.0 sec: 14 segments, 1 merges 510.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 515.0 sec: 14 segments, 1 merges 515.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 520.0 sec: 14 segments, 1 merges 520.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 525.0 sec: 14 segments, 1 merges 525.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 530.0 sec: 14 segments, 1 merges 530.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 535.1 sec: 14 segments, 1 merges 535.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 540.1 sec: 14 segments, 1 merges 540.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 545.1 sec: 14 segments, 1 merges 545.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 550.1 sec: 14 segments, 1 merges 550.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 555.1 sec: 14 segments, 1 merges 555.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 560.1 sec: 14 segments, 1 merges 560.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 565.1 sec: 14 segments, 1 merges 565.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 570.1 sec: 14 segments, 1 merges 570.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 575.1 sec: 14 segments, 1 merges 575.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 580.1 sec: 14 segments, 1 merges 580.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 585.1 sec: 14 segments, 1 merges 585.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 590.1 sec: 14 segments, 1 merges 590.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 595.0 sec: 14 segments, 1 merges 595.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 600.0 sec: 14 segments, 1 merges 600.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 605.0 sec: 14 segments, 1 merges 605.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 610.0 sec: 14 segments, 1 merges 610.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 615.0 sec: 14 segments, 1 merges 615.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 620.0 sec: 14 segments, 1 merges 620.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 625.0 sec: 14 segments, 1 merges 625.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 630.0 sec: 14 segments, 1 merges 630.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 635.0 sec: 14 segments, 1 merges 635.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 640.0 sec: 14 segments, 1 merges 640.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 645.0 sec: 14 segments, 1 merges 645.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 650.1 sec: 14 segments, 1 merges 650.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 655.1 sec: 14 segments, 1 merges 655.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 660.1 sec: 14 segments, 1 merges 660.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 665.1 sec: 14 segments, 1 merges 665.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 670.1 sec: 14 segments, 1 merges 670.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 675.1 sec: 14 segments, 1 merges 675.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 680.1 sec: 14 segments, 1 merges 680.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 685.1 sec: 14 segments, 1 merges 685.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 690.1 sec: 14 segments, 1 merges 690.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 695.1 sec: 14 segments, 1 merges 695.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 700.1 sec: 14 segments, 1 merges 700.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 705.1 sec: 14 segments, 1 merges 705.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 710.0 sec: 14 segments, 1 merges 710.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 715.0 sec: 14 segments, 1 merges 715.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 720.0 sec: 14 segments, 1 merges 720.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 725.0 sec: 14 segments, 1 merges 725.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 730.0 sec: 14 segments, 1 merges 730.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 735.0 sec: 14 segments, 1 merges 735.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 740.0 sec: 14 segments, 1 merges 740.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 745.0 sec: 14 segments, 1 merges 745.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 750.0 sec: 14 segments, 1 merges 750.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 755.0 sec: 14 segments, 1 merges 755.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 760.0 sec: 14 segments, 1 merges 760.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 765.1 sec: 14 segments, 1 merges 765.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 770.1 sec: 14 segments, 1 merges 770.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 775.1 sec: 14 segments, 1 merges 775.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 780.1 sec: 14 segments, 1 merges 780.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 785.1 sec: 14 segments, 1 merges 785.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 790.1 sec: 14 segments, 1 merges 790.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 795.1 sec: 14 segments, 1 merges 795.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 800.1 sec: 14 segments, 1 merges 800.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 805.1 sec: 14 segments, 1 merges 805.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 810.1 sec: 14 segments, 1 merges 810.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 815.1 sec: 14 segments, 1 merges 815.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 820.1 sec: 14 segments, 1 merges 820.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 825.1 sec: 14 segments, 1 merges 825.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 830.0 sec: 14 segments, 1 merges 830.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 835.0 sec: 14 segments, 1 merges 835.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 840.0 sec: 14 segments, 1 merges 840.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 845.0 sec: 14 segments, 1 merges 845.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 850.0 sec: 14 segments, 1 merges 850.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 855.0 sec: 14 segments, 1 merges 855.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 860.0 sec: 14 segments, 1 merges 860.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 865.0 sec: 14 segments, 1 merges 865.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 870.0 sec: 14 segments, 1 merges 870.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 875.0 sec: 14 segments, 1 merges 875.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 880.0 sec: 14 segments, 1 merges 880.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 885.0 sec: 14 segments, 1 merges 885.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 890.1 sec: 14 segments, 1 merges 890.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 895.1 sec: 14 segments, 1 merges 895.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 900.1 sec: 14 segments, 1 merges 900.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 905.1 sec: 14 segments, 1 merges 905.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 910.1 sec: 14 segments, 1 merges 910.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 915.1 sec: 14 segments, 1 merges 915.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 920.1 sec: 14 segments, 1 merges 920.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 925.1 sec: 14 segments, 1 merges 925.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 930.1 sec: 14 segments, 1 merges 930.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 935.1 sec: 14 segments, 1 merges 935.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 940.1 sec: 14 segments, 1 merges 940.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 945.1 sec: 14 segments, 1 merges 945.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 950.1 sec: 14 segments, 1 merges 950.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 955.0 sec: 14 segments, 1 merges 955.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 960.0 sec: 14 segments, 1 merges 960.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 965.0 sec: 14 segments, 1 merges 965.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 970.0 sec: 14 segments, 1 merges 970.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 975.0 sec: 14 segments, 1 merges 975.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 980.0 sec: 14 segments, 1 merges 980.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 985.0 sec: 14 segments, 1 merges 985.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 990.0 sec: 14 segments, 1 merges 990.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 995.0 sec: 14 segments, 1 merges 995.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1000.0 sec: 14 segments, 1 merges 1000.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1005.0 sec: 14 segments, 1 merges 1005.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1010.0 sec: 14 segments, 1 merges 1010.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1015.0 sec: 14 segments, 1 merges 1015.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1020.1 sec: 14 segments, 1 merges 1020.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1025.1 sec: 14 segments, 1 merges 1025.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1030.1 sec: 14 segments, 1 merges 1030.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1035.1 sec: 14 segments, 1 merges 1035.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1040.1 sec: 14 segments, 1 merges 1040.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1045.1 sec: 14 segments, 1 merges 1045.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1050.1 sec: 14 segments, 1 merges 1050.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1055.1 sec: 14 segments, 1 merges 1055.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1060.1 sec: 14 segments, 1 merges 1060.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1065.1 sec: 14 segments, 1 merges 1065.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1070.1 sec: 14 segments, 1 merges 1070.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1075.1 sec: 14 segments, 1 merges 1075.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1080.0 sec: 14 segments, 1 merges 1080.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1085.0 sec: 14 segments, 1 merges 1085.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1090.0 sec: 14 segments, 1 merges 1090.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1095.0 sec: 14 segments, 1 merges 1095.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1100.0 sec: 14 segments, 1 merges 1100.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1105.0 sec: 14 segments, 1 merges 1105.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1110.0 sec: 14 segments, 1 merges 1110.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1115.0 sec: 14 segments, 1 merges 1115.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1120.0 sec: 14 segments, 1 merges 1120.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1125.0 sec: 14 segments, 1 merges 1125.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1130.0 sec: 14 segments, 1 merges 1130.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1135.0 sec: 14 segments, 1 merges 1135.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1140.0 sec: 14 segments, 1 merges 1140.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1145.1 sec: 14 segments, 1 merges 1145.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1150.1 sec: 14 segments, 1 merges 1150.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1155.1 sec: 14 segments, 1 merges 1155.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1160.1 sec: 14 segments, 1 merges 1160.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1165.1 sec: 14 segments, 1 merges 1165.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1170.1 sec: 14 segments, 1 merges 1170.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1175.1 sec: 14 segments, 1 merges 1175.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1180.1 sec: 14 segments, 1 merges 1180.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1185.1 sec: 14 segments, 1 merges 1185.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1190.1 sec: 14 segments, 1 merges 1190.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1195.1 sec: 14 segments, 1 merges 1195.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1200.1 sec: 14 segments, 1 merges 1200.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1205.1 sec: 14 segments, 1 merges 1205.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1210.0 sec: 14 segments, 1 merges 1210.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1215.0 sec: 14 segments, 1 merges 1215.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1220.0 sec: 14 segments, 1 merges 1220.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1225.0 sec: 14 segments, 1 merges 1225.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1230.0 sec: 14 segments, 1 merges 1230.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1235.0 sec: 14 segments, 1 merges 1235.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1240.0 sec: 14 segments, 1 merges 1240.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1245.0 sec: 14 segments, 1 merges 1245.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1250.0 sec: 14 segments, 1 merges 1250.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1255.0 sec: 14 segments, 1 merges 1255.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1260.0 sec: 14 segments, 1 merges 1260.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1265.0 sec: 14 segments, 1 merges 1265.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1270.0 sec: 14 segments, 1 merges 1270.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1275.1 sec: 14 segments, 1 merges 1275.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1280.1 sec: 14 segments, 1 merges 1280.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1285.1 sec: 14 segments, 1 merges 1285.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1290.0 sec: 14 segments, 1 merges 1290.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1295.0 sec: 14 segments, 1 merges 1295.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1300.0 sec: 14 segments, 1 merges 1300.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1305.0 sec: 14 segments, 1 merges 1305.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1310.0 sec: 14 segments, 1 merges 1310.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1315.0 sec: 14 segments, 1 merges 1315.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1320.0 sec: 14 segments, 1 merges 1320.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1325.0 sec: 14 segments, 1 merges 1325.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1330.0 sec: 14 segments, 1 merges 1330.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1335.1 sec: 14 segments, 1 merges 1335.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1340.1 sec: 14 segments, 1 merges 1340.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1345.1 sec: 14 segments, 1 merges 1345.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1350.1 sec: 14 segments, 1 merges 1350.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1355.1 sec: 14 segments, 1 merges 1355.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1360.1 sec: 14 segments, 1 merges 1360.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1365.1 sec: 14 segments, 1 merges 1365.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1370.1 sec: 14 segments, 1 merges 1370.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1375.1 sec: 14 segments, 1 merges 1375.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1380.1 sec: 14 segments, 1 merges 1380.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1385.1 sec: 14 segments, 1 merges 1385.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1390.0 sec: 14 segments, 1 merges 1390.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1395.0 sec: 14 segments, 1 merges 1395.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1400.0 sec: 14 segments, 1 merges 1400.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1405.0 sec: 14 segments, 1 merges 1405.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1410.0 sec: 14 segments, 1 merges 1410.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1415.0 sec: 14 segments, 1 merges 1415.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1420.0 sec: 14 segments, 1 merges 1420.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1425.0 sec: 14 segments, 1 merges 1425.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1430.0 sec: 14 segments, 1 merges 1430.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1435.0 sec: 14 segments, 1 merges 1435.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1440.0 sec: 14 segments, 1 merges 1440.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1445.1 sec: 14 segments, 1 merges 1445.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1450.1 sec: 14 segments, 1 merges 1450.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1455.1 sec: 14 segments, 1 merges 1455.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1460.1 sec: 14 segments, 1 merges 1460.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1465.1 sec: 14 segments, 1 merges 1465.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1470.0 sec: 14 segments, 1 merges 1470.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1475.0 sec: 14 segments, 1 merges 1475.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1480.0 sec: 14 segments, 1 merges 1480.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1485.0 sec: 14 segments, 1 merges 1485.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1490.0 sec: 14 segments, 1 merges 1490.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1495.0 sec: 14 segments, 1 merges 1495.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1500.0 sec: 14 segments, 1 merges 1500.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1505.1 sec: 14 segments, 1 merges 1505.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1510.1 sec: 14 segments, 1 merges 1510.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1515.1 sec: 14 segments, 1 merges 1515.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1520.1 sec: 14 segments, 1 merges 1520.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1525.1 sec: 14 segments, 1 merges 1525.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1530.1 sec: 14 segments, 1 merges 1530.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1535.1 sec: 14 segments, 1 merges 1535.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1540.1 sec: 14 segments, 1 merges 1540.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1545.1 sec: 14 segments, 1 merges 1545.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1550.1 sec: 14 segments, 1 merges 1550.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1555.1 sec: 14 segments, 1 merges 1555.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1560.1 sec: 14 segments, 1 merges 1560.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1565.1 sec: 14 segments, 1 merges 1565.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1570.0 sec: 14 segments, 1 merges 1570.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1575.0 sec: 14 segments, 1 merges 1575.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1580.0 sec: 14 segments, 1 merges 1580.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1585.0 sec: 14 segments, 1 merges 1585.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1590.0 sec: 14 segments, 1 merges 1590.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1595.0 sec: 14 segments, 1 merges 1595.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1600.0 sec: 14 segments, 1 merges 1600.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1605.0 sec: 14 segments, 1 merges 1605.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1610.0 sec: 14 segments, 1 merges 1610.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1615.0 sec: 14 segments, 1 merges 1615.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1620.0 sec: 14 segments, 1 merges 1620.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1625.0 sec: 14 segments, 1 merges 1625.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1630.0 sec: 14 segments, 1 merges 1630.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1635.1 sec: 14 segments, 1 merges 1635.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1640.1 sec: 14 segments, 1 merges 1640.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1645.1 sec: 14 segments, 1 merges 1645.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1650.1 sec: 14 segments, 1 merges 1650.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1655.1 sec: 14 segments, 1 merges 1655.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1660.1 sec: 14 segments, 1 merges 1660.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1665.1 sec: 14 segments, 1 merges 1665.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1670.1 sec: 14 segments, 1 merges 1670.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1675.1 sec: 14 segments, 1 merges 1675.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1680.1 sec: 14 segments, 1 merges 1680.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1685.1 sec: 14 segments, 1 merges 1685.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1690.1 sec: 14 segments, 1 merges 1690.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1695.0 sec: 14 segments, 1 merges 1695.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1700.0 sec: 14 segments, 1 merges 1700.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1705.0 sec: 14 segments, 1 merges 1705.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1710.0 sec: 14 segments, 1 merges 1710.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1715.0 sec: 14 segments, 1 merges 1715.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1720.0 sec: 14 segments, 1 merges 1720.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1725.0 sec: 14 segments, 1 merges 1725.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1730.0 sec: 14 segments, 1 merges 1730.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1735.0 sec: 14 segments, 1 merges 1735.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1740.0 sec: 14 segments, 1 merges 1740.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1745.0 sec: 14 segments, 1 merges 1745.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1750.0 sec: 14 segments, 1 merges 1750.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1755.0 sec: 14 segments, 1 merges 1755.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1760.1 sec: 14 segments, 1 merges 1760.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1765.1 sec: 14 segments, 1 merges 1765.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1770.1 sec: 14 segments, 1 merges 1770.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1775.1 sec: 14 segments, 1 merges 1775.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1780.1 sec: 14 segments, 1 merges 1780.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1785.1 sec: 14 segments, 1 merges 1785.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1790.1 sec: 14 segments, 1 merges 1790.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1795.1 sec: 14 segments, 1 merges 1795.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1800.1 sec: 14 segments, 1 merges 1800.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1805.1 sec: 14 segments, 1 merges 1805.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1810.1 sec: 14 segments, 1 merges 1810.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1815.1 sec: 14 segments, 1 merges 1815.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1820.1 sec: 14 segments, 1 merges 1820.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1825.0 sec: 14 segments, 1 merges 1825.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1830.0 sec: 14 segments, 1 merges 1830.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1835.0 sec: 14 segments, 1 merges 1835.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1840.0 sec: 14 segments, 1 merges 1840.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1845.0 sec: 14 segments, 1 merges 1845.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1850.0 sec: 14 segments, 1 merges 1850.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1855.0 sec: 14 segments, 1 merges 1855.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1860.0 sec: 14 segments, 1 merges 1860.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1865.0 sec: 14 segments, 1 merges 1865.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1870.0 sec: 14 segments, 1 merges 1870.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1875.0 sec: 14 segments, 1 merges 1875.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1880.0 sec: 14 segments, 1 merges 1880.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1885.0 sec: 14 segments, 1 merges 1885.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1890.0 sec: 14 segments, 1 merges 1890.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1895.1 sec: 14 segments, 1 merges 1895.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1900.1 sec: 14 segments, 1 merges 1900.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1905.1 sec: 14 segments, 1 merges 1905.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1910.1 sec: 14 segments, 1 merges 1910.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1915.1 sec: 14 segments, 1 merges 1915.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1920.1 sec: 14 segments, 1 merges 1920.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1925.1 sec: 14 segments, 1 merges 1925.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1930.1 sec: 14 segments, 1 merges 1930.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1935.1 sec: 14 segments, 1 merges 1935.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1940.1 sec: 14 segments, 1 merges 1940.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1945.1 sec: 14 segments, 1 merges 1945.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1950.1 sec: 14 segments, 1 merges 1950.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1955.1 sec: 14 segments, 1 merges 1955.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1960.0 sec: 14 segments, 1 merges 1960.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1965.0 sec: 14 segments, 1 merges 1965.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1970.0 sec: 14 segments, 1 merges 1970.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1975.0 sec: 14 segments, 1 merges 1975.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1980.0 sec: 14 segments, 1 merges 1980.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1985.0 sec: 14 segments, 1 merges 1985.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1990.0 sec: 14 segments, 1 merges 1990.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 1995.0 sec: 14 segments, 1 merges 1995.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2000.0 sec: 14 segments, 1 merges 2000.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2005.0 sec: 14 segments, 1 merges 2005.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2010.0 sec: 14 segments, 1 merges 2010.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2015.0 sec: 14 segments, 1 merges 2015.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2020.1 sec: 14 segments, 1 merges 2020.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2025.0 sec: 14 segments, 1 merges 2025.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2030.0 sec: 14 segments, 1 merges 2030.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2035.0 sec: 14 segments, 1 merges 2035.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2040.0 sec: 14 segments, 1 merges 2040.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2045.0 sec: 14 segments, 1 merges 2045.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2050.0 sec: 14 segments, 1 merges 2050.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2055.0 sec: 14 segments, 1 merges 2055.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2060.0 sec: 14 segments, 1 merges 2060.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2065.0 sec: 14 segments, 1 merges 2065.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2070.0 sec: 14 segments, 1 merges 2070.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2075.0 sec: 14 segments, 1 merges 2075.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2080.1 sec: 14 segments, 1 merges 2080.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2085.1 sec: 14 segments, 1 merges 2085.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2090.1 sec: 14 segments, 1 merges 2090.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2095.1 sec: 14 segments, 1 merges 2095.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2100.1 sec: 14 segments, 1 merges 2100.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2105.1 sec: 14 segments, 1 merges 2105.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2110.1 sec: 14 segments, 1 merges 2110.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2115.1 sec: 14 segments, 1 merges 2115.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2120.1 sec: 14 segments, 1 merges 2120.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2125.1 sec: 14 segments, 1 merges 2125.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2130.1 sec: 14 segments, 1 merges 2130.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2135.1 sec: 14 segments, 1 merges 2135.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2140.1 sec: 14 segments, 1 merges 2140.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2145.1 sec: 14 segments, 1 merges 2145.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2150.0 sec: 14 segments, 1 merges 2150.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2155.0 sec: 14 segments, 1 merges 2155.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2160.0 sec: 14 segments, 1 merges 2160.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2165.0 sec: 14 segments, 1 merges 2165.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2170.0 sec: 14 segments, 1 merges 2170.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2175.0 sec: 14 segments, 1 merges 2175.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2180.0 sec: 14 segments, 1 merges 2180.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2185.0 sec: 14 segments, 1 merges 2185.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2190.0 sec: 14 segments, 1 merges 2190.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2195.0 sec: 14 segments, 1 merges 2195.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2200.0 sec: 14 segments, 1 merges 2200.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2205.1 sec: 14 segments, 1 merges 2205.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2210.1 sec: 14 segments, 1 merges 2210.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2215.1 sec: 14 segments, 1 merges 2215.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2220.1 sec: 14 segments, 1 merges 2220.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2225.1 sec: 14 segments, 1 merges 2225.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2230.1 sec: 14 segments, 1 merges 2230.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2235.1 sec: 14 segments, 1 merges 2235.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2240.1 sec: 14 segments, 1 merges 2240.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2245.1 sec: 14 segments, 1 merges 2245.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2250.1 sec: 14 segments, 1 merges 2250.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2255.1 sec: 14 segments, 1 merges 2255.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2260.0 sec: 14 segments, 1 merges 2260.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2265.0 sec: 14 segments, 1 merges 2265.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2270.0 sec: 14 segments, 1 merges 2270.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2275.0 sec: 14 segments, 1 merges 2275.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2280.0 sec: 14 segments, 1 merges 2280.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2285.0 sec: 14 segments, 1 merges 2285.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2290.0 sec: 14 segments, 1 merges 2290.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2295.0 sec: 14 segments, 1 merges 2295.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2300.0 sec: 14 segments, 1 merges 2300.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2305.0 sec: 14 segments, 1 merges 2305.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2310.0 sec: 14 segments, 1 merges 2310.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2315.0 sec: 14 segments, 1 merges 2315.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2320.1 sec: 14 segments, 1 merges 2320.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2325.1 sec: 14 segments, 1 merges 2325.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2330.1 sec: 14 segments, 1 merges 2330.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2335.1 sec: 14 segments, 1 merges 2335.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2340.1 sec: 14 segments, 1 merges 2340.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2345.1 sec: 14 segments, 1 merges 2345.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2350.0 sec: 14 segments, 1 merges 2350.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2355.0 sec: 14 segments, 1 merges 2355.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2360.0 sec: 14 segments, 1 merges 2360.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2365.0 sec: 14 segments, 1 merges 2365.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2370.0 sec: 14 segments, 1 merges 2370.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2375.0 sec: 14 segments, 1 merges 2375.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2380.0 sec: 14 segments, 1 merges 2380.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2385.0 sec: 14 segments, 1 merges 2385.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2390.0 sec: 14 segments, 1 merges 2390.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2395.0 sec: 14 segments, 1 merges 2395.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2400.0 sec: 14 segments, 1 merges 2400.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2405.1 sec: 14 segments, 1 merges 2405.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2410.1 sec: 14 segments, 1 merges 2410.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2415.1 sec: 14 segments, 1 merges 2415.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2420.1 sec: 14 segments, 1 merges 2420.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2425.1 sec: 14 segments, 1 merges 2425.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2430.1 sec: 14 segments, 1 merges 2430.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2435.1 sec: 14 segments, 1 merges 2435.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2440.1 sec: 14 segments, 1 merges 2440.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2445.1 sec: 14 segments, 1 merges 2445.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2450.1 sec: 14 segments, 1 merges 2450.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2455.1 sec: 14 segments, 1 merges 2455.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2460.0 sec: 14 segments, 1 merges 2460.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2465.0 sec: 14 segments, 1 merges 2465.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2470.0 sec: 14 segments, 1 merges 2470.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2475.0 sec: 14 segments, 1 merges 2475.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2480.0 sec: 14 segments, 1 merges 2480.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2485.0 sec: 14 segments, 1 merges 2485.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2490.0 sec: 14 segments, 1 merges 2490.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2495.0 sec: 14 segments, 1 merges 2495.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2500.0 sec: 14 segments, 1 merges 2500.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2505.0 sec: 14 segments, 1 merges 2505.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2510.0 sec: 14 segments, 1 merges 2510.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2515.1 sec: 14 segments, 1 merges 2515.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2520.1 sec: 14 segments, 1 merges 2520.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2525.1 sec: 14 segments, 1 merges 2525.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2530.1 sec: 14 segments, 1 merges 2530.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2535.1 sec: 14 segments, 1 merges 2535.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2540.1 sec: 14 segments, 1 merges 2540.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2545.1 sec: 14 segments, 1 merges 2545.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2550.1 sec: 14 segments, 1 merges 2550.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2555.1 sec: 14 segments, 1 merges 2555.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2560.1 sec: 14 segments, 1 merges 2560.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2565.1 sec: 14 segments, 1 merges 2565.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2570.0 sec: 14 segments, 1 merges 2570.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2575.0 sec: 14 segments, 1 merges 2575.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2580.0 sec: 14 segments, 1 merges 2580.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2585.0 sec: 14 segments, 1 merges 2585.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2590.0 sec: 14 segments, 1 merges 2590.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2595.0 sec: 14 segments, 1 merges 2595.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2600.0 sec: 14 segments, 1 merges 2600.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2605.0 sec: 14 segments, 1 merges 2605.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2610.0 sec: 14 segments, 1 merges 2610.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2615.0 sec: 14 segments, 1 merges 2615.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2620.0 sec: 14 segments, 1 merges 2620.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2625.1 sec: 14 segments, 1 merges 2625.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2630.1 sec: 14 segments, 1 merges 2630.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2635.1 sec: 14 segments, 1 merges 2635.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2640.1 sec: 14 segments, 1 merges 2640.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2645.1 sec: 14 segments, 1 merges 2645.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2650.1 sec: 14 segments, 1 merges 2650.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2655.1 sec: 14 segments, 1 merges 2655.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2660.1 sec: 14 segments, 1 merges 2660.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2665.1 sec: 14 segments, 1 merges 2665.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2670.1 sec: 14 segments, 1 merges 2670.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2675.1 sec: 14 segments, 1 merges 2675.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2680.1 sec: 14 segments, 1 merges 2680.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2685.1 sec: 14 segments, 1 merges 2685.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2690.0 sec: 14 segments, 1 merges 2690.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2695.0 sec: 14 segments, 1 merges 2695.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2700.0 sec: 14 segments, 1 merges 2700.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2705.0 sec: 14 segments, 1 merges 2705.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2710.0 sec: 14 segments, 1 merges 2710.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2715.0 sec: 14 segments, 1 merges 2715.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2720.0 sec: 14 segments, 1 merges 2720.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2725.0 sec: 14 segments, 1 merges 2725.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2730.0 sec: 14 segments, 1 merges 2730.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2735.0 sec: 14 segments, 1 merges 2735.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2740.0 sec: 14 segments, 1 merges 2740.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2745.0 sec: 14 segments, 1 merges 2745.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2750.1 sec: 14 segments, 1 merges 2750.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2755.1 sec: 14 segments, 1 merges 2755.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2760.1 sec: 14 segments, 1 merges 2760.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2765.1 sec: 14 segments, 1 merges 2765.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2770.1 sec: 14 segments, 1 merges 2770.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2775.1 sec: 14 segments, 1 merges 2775.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2780.1 sec: 14 segments, 1 merges 2780.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2785.1 sec: 14 segments, 1 merges 2785.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2790.1 sec: 14 segments, 1 merges 2790.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2795.1 sec: 14 segments, 1 merges 2795.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2800.1 sec: 14 segments, 1 merges 2800.1s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2805.0 sec: 14 segments, 1 merges 2805.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2810.0 sec: 14 segments, 1 merges 2810.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2815.0 sec: 14 segments, 1 merges 2815.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2820.0 sec: 14 segments, 1 merges 2820.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2825.0 sec: 14 segments, 1 merges 2825.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2830.0 sec: 14 segments, 1 merges 2830.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2835.0 sec: 14 segments, 1 merges 2835.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2840.0 sec: 14 segments, 1 merges 2840.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB 2845.0 sec: 14 segments, 1 merges 2845.0s _1fu: 14 segs, 8000.0 K docs, 32020.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2852.50 sec index has 1 segments: segments_3: _1fu(11.0.0):C8000000 _1fu: 32155.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.90 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=50466629817 cpu@end=53606730177 deltaMS=3140.10036 thread 14 name=Reference Handler cpu@start=3218973 cpu@end=3218973 deltaMS=0.0 thread 15 name=Finalizer cpu@start=173096 cpu@end=173096 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=66062 cpu@end=66062 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=46415709 cpu@end=46415709 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=65063668529 cpu@end=65064534943 deltaMS=0.866414 thread 42 name=JFR Periodic Tasks cpu@start=584747687687 cpu@end=584901635854 deltaMS=153.948167 thread 45 name=Notification Thread cpu@start=160730 cpu@end=160730 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=8618247598687 cpu@end=8618247598687 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=8609212844650 cpu@end=8609212844650 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=8614786440019 cpu@end=8614786440019 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=8616214969688 cpu@end=8616214969688 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=8615091863651 cpu@end=8615091863651 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=8622963931053 cpu@end=8622963931053 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=8618253493207 cpu@end=8618253493207 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=8618893203431 cpu@end=8618893203431 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=8611837718578 cpu@end=8611837718578 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=8616786241393 cpu@end=8616786241393 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=8606641383589 cpu@end=8606641383589 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=8621381409561 cpu@end=8621381409561 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=8609519125457 cpu@end=8609519125457 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=8615709027295 cpu@end=8615709027295 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=8613629381209 cpu@end=8613629381209 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=8623991234643 cpu@end=8623991234643 deltaMS=0.0 Average CPU cores used: 1.046966490581295 completed 1000 searches in 3147 ms: 317 QPS CPU time=3294 ms checking results SUMMARY: 0.943 3.147 3.294 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5668 3312.02 2415.44 2852.50 1 32155.90 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=229, Fanout min=6, mean=15.69, max=29, meandelta=403267.88 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 17 18 20 23 29 Graph level=2 size=7642, Fanout min=7, mean=27.21, max=32, meandelta=268310.31 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=1 size=247217, Fanout min=1, mean=28.29, max=32, meandelta=258536.14 % 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=194627.27 % 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=229, connectedness=1.00 Graph level=2 size=7642, connectedness=1.00 Graph level=1 size=247217, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.30.21.00.53/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': 250,086,799.36 msec task-clock:u 954,833,537,771,635 cycles:u (36.36%) 85,546,603,140,518 instructions:u (36.36%) 13,803,723,664,494 cache-references:u (36.36%) 3,849,926,898,065 cache-misses:u (36.36%) 52,348,332,941,804 L1-dcache-loads:u (36.36%) 3,644,973,849,021 L1-dcache-load-misses:u (36.36%) 4,294,458,092,985 L1-icache-loads:u (36.36%) 44,687,303,347 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 51,300,672 faults:u 22,428,405 minor-faults:u 134 major-faults:u 10,956,342,540,766 branches:u (36.36%) 117,708,714,837 branch-misses:u (36.36%) 12,427,084,847,908 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8832.129642584 seconds time elapsed 248703.072034000 seconds user 1331.521022000 seconds sys took 2:27:12.157667 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='96d2aff44d45b933027c632fc86f330258403835', luceneutil_git_rev='2debf7ba5130b44c634376d6e7f05771c746d11d', 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.147, net_cpu_ms=3.294, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5668, index_time_sec=3312.02, index_docs_per_sec=2415.44, force_merge_time_sec=2852.5, index_num_segments=1, index_size_on_disk_mb=32155.9, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (229, {0: 0, 10: 9, 20: 11, 30: 12, 40: 13, 50: 15, 60: 17, 70: 18, 80: 20, 90: 23, 100: 29}), 2: (7642, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247217, {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=8832, microseconds=157667)) Profiler summary for /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-31 08:16:02 (UTC) Duration: 5647 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 107016508 1911282764 jdk.FileWrite 7052354 172989647 jdk.FileRead 215753 5096882 jdk.CPULoad 105967 2202540 jdk.BooleanFlag 82336 2664238 jdk.ObjectAllocationInNewTLAB 24853 505814 jdk.Checkpoint 14606 21889885 jdk.UnsignedIntFlag 7968 276052 jdk.IntFlag 7304 271778 jdk.StringFlag 5644 223162 jdk.ObjectAllocationOutsideTLAB 1179 22201 jdk.Compilation 1003 27535 jdk.CPUInformation 166 249446 jdk.GCConfiguration 166 4430 jdk.JVMInformation 166 150842 jdk.Metadata 166 18347596 jdk.GarbageCollection 24 603 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107016508 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 52.06% 55M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 37.85% 40M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.45% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 1.34% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.06% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.65% 696328 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.57% 611817 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.37% 391288 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.24% 252879 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.22% 235945 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.20% 210579 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.17% 181753 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.16% 175906 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.14% 148037 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.10% 102473 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 98848 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.09% 94717 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 91962 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.08% 86573 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.08% 83164 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 75375 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.05% 53061 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 39282 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 29858 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.02% 24966 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 23756 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.02% 23002 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] 0.02% 21483 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21049 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 17987 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 17472 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 16652 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 16507 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 14723 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.01% 14473 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 12853 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.01% 12227 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 11621 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11136 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 10881 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 10712 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 10664 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 10626 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 10594 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 10593 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10484 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 10433 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 10130 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.01% 9616 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107016508 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 48.81% 52M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 37.74% 40M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 3.25% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 2.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 1.22% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.84% 895343 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.65% 697083 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.65% 696327 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.57% 611499 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.42% 444989 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.41% 436358 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.32% 345788 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.24% 252644 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.21% 229009 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 225035 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 201206 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.16% 172798 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.13% 134832 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 116059 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.09% 98011 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.09% 96882 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 89248 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] 0.08% 86560 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 75353 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] 0.07% 73790 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 63688 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 53061 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.05% 52304 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 43281 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 41919 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.04% 39847 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():415 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 38503 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 36973 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 31646 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.03% 29858 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.03% 27169 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 26572 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.02% 24966 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 23587 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.02% 23002 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 16375 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.02% 16263 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.01% 14421 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.01% 13614 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#lambda$addNode$0():170 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph$$Lambda.0x0000000051175ef0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12565 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.01% 12227 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 11871 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 11817 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 11564 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():344 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():277 [Interpreted code] 0.01% 11471 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107016508 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.73% 48M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 24.43% 26M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 10.02% 10M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.75% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 1.76% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 1.30% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.23% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 1.00% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.84% 893678 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.79% 847797 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.59% 626495 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] 0.50% 539799 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.44% 475704 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.41% 443809 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.41% 434310 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.0x00000000511a0fd8#run() [JIT compiled code] 0.38% 411718 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.38% 410672 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.38% 407055 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.38% 401906 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.38% 401715 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.34% 366260 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.32% 339172 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 332524 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.23% 246259 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.22% 231774 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.19% 201288 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.17% 182564 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 167644 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 166861 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 161229 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 0.13% 136670 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] 0.13% 134832 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.12% 129869 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] 0.11% 121761 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.0x00000000511a0fd8#run() [JIT compiled code] 0.11% 120916 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 117371 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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% 104726 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.09% 100533 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.09% 97694 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 89112 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.08% 83835 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.07% 69681 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.06% 68360 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.0x00000000511a0fd8#run() [JIT compiled code] 0.06% 65626 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.06% 63295 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] 0.06% 61099 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.06% 61021 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 59882 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 56711 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.0x00000000511a0fd8#run() [JIT compiled code] 0.05% 54408 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 26024 events (total: 208463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 30.42% 63423M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.91% 56094M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.86% 55993M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.27% 6825M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.77% 5783M java.util.Arrays#copyOf():3478 [Inlined code] 2.54% 5292M java.lang.Integer#valueOf():1006 [Inlined code] 1.09% 2270M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.83% 1736M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.74% 1541M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.74% 1533M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 823M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.39% 819M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.39% 816M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.37% 768M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.33% 689M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.26% 549M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 374M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 357M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 340M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 198M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 192M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 159M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.08% 156M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] 0.07% 141M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.07% 141M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.06% 115M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 114M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 103M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 94M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.05% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 90M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.04% 89M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 79M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 73M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 65M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.03% 60M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.03% 56M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 51M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.02% 40M java.util.HashMap#newNode():1910 [Inlined code] 0.02% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.02% 32M knn.KnnGraphTester#printGraphFanout():1147 [Interpreted code] 0.01% 30M java.util.HashMap#resize():711 [JIT compiled code] 0.01% 13M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.01% 12M java.util.concurrent.FutureTask#awaitDone():487 [Interpreted code] 0.01% 11M org.apache.lucene.util.compress.LZ4$Table16#():239 [Inlined code] 0.00% 10M java.io.BufferedOutputStream#():92 [Inlined code] 0.00% 10M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.00% 7M org.apache.lucene.util.hnsw.NeighborArray#():55 [JIT compiled code] 0.00% 7M org.apache.lucene.util.hnsw.ConcurrentHnswMerger#getNewOrdMapping():131 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 26024 events (total: 208463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.28% 46454M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.18% 46231M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.67% 38927M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.75% 24496M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.69% 9786M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.57% 9531M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.27% 6825M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.77% 5783M 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.54% 5284M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.09% 2270M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.83% 1736M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 819M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.39% 816M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 0.38% 790M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.35% 739M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 680M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 672M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.28% 591M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 493M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 434M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.18% 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 [Inlined code] 0.17% 363M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.17% 357M 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% 304M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 192M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.09% 188M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 185M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 158M 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.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 156M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():150 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.08% 156M 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% 142M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.07% 141M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.07% 141M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.07% 140M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 139M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.06% 125M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.05% 114M 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.05% 113M 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.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.05% 103M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.05% 94M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.05% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 90M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [Interpreted code] 0.04% 90M 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.04% 79M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 76M org.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.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] 0.03% 65M 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.03% 60M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] at knn.KnnIndexer#createIndex():269 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.03% 60M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [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=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.30.21.00.53/bench-knn-q32-fmTrue.jfr is 2037.26 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 26024 events (total: 208463M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.64% 38863M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 9.31% 19401M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 9.21% 19203M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 7.97% 16611M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] 7.85% 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():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.60% 15845M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] 3.90% 8135M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.77% 5783M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.71% 5653M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [JIT compiled code] 2.55% 5324M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [JIT compiled code] 2.54% 5284M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.71% 3560M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 1.64% 3415M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.61% 3346M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.56% 3259M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 1.33% 2769M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.30% 2710M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.18% 2466M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.05% 2186M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.04% 2169M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.86% 1786M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.84% 1757M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.69% 1434M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.54% 1130M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.49% 1019M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] 0.47% 983M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.41% 860M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] 0.39% 816M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.34% 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():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.32% 666M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.28% 590M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.28% 586M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.26% 546M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.25% 516M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.24% 490M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 343M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [JIT compiled code] 0.15% 312M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():484 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$$Lambda.0x000000005119e2f8#run() [Inlined code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():145 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000051197878#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.14% 289M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 267M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.13% 267M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.12% 260M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.0x00000000511a0fd8#run() [JIT compiled code] 0.12% 258M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.12% 248M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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.12% 247M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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% 234M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 231M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 229M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 229M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#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% 223M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 216M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000511a0a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000511a0fd8#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-fm nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth overSample bp-reorder indexType rerank quantized vec_disk(MB) vec_RAM(MB) index(s) index_docs/s force_merge(s) num_segments index_size(MB) recall latency(ms) netCPU avgCpuCount 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 858.46 9318.99 0.00 14 36043.69 0.898 12.280 12.860 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 937.86 8530.03 1082.74 1 36186.08 0.881 2.357 2.464 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1469.72 5443.20 1115.00 1 40090.74 0.927 2.548 2.664 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1525.62 5243.78 0.00 16 39943.81 0.954 13.629 14.267 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3191.22 2506.88 0.00 16 32018.23 0.975 11.900 12.464 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3312.02 2415.44 2852.50 1 32155.90 0.943 3.147 3.294 1.047 saving all results to /l/logs.nightly/2026.05.30.21.00.53/knn_results.pk done! took 28876.8 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-31 06:17:49.996454] now generate KNN nightly charts [2026-05-31 06:17:53.309201] 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=3624071 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-31 10:17:53 (UTC) Duration: 126 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3949570 82589865 jdk.CPUTimeSample 3552637 62277639 jdk.FileRead 796369 18967098 jdk.ObjectAllocationInNewTLAB 522899 9171733 jdk.ObjectAllocationOutsideTLAB 131558 2101489 jdk.BooleanFlag 11072 350892 jdk.Compilation 6162 158836 jdk.CPULoad 2251 44408 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 809 25595538 jdk.StringFlag 720 26887 jdk.GarbageCollection 44 1047 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3552637 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.86% 279254 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.60% 198802 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.21% 149415 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.19% 148886 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.81% 135194 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.37% 119657 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.05% 108304 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.73% 97092 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.36% 83877 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.21% 78543 java.lang.Character#codePointAt():9662 [Inlined code] 1.90% 67339 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.66% 59084 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.65% 58490 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.43% 50705 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.33% 47396 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.29% 45675 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.24% 44072 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.17% 41561 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.06% 37529 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.03% 36420 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.97% 34531 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.90% 32067 java.lang.ThreadLocal#get():171 [Inlined code] 0.90% 31951 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.84% 29825 java.lang.Character#toChars():9872 [Inlined code] 0.79% 27999 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.65% 23179 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.63% 22412 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.50% 17901 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.50% 17670 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.50% 17652 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.49% 17451 java.lang.Character#codePointAt():9665 [Inlined code] 0.45% 15937 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.45% 15933 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 15681 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.44% 15553 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.43% 15278 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.41% 14619 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.41% 14419 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.40% 14071 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 13960 java.lang.Character#toLowerCase():11251 [Inlined code] 0.39% 13698 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.38% 13635 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.38% 13333 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.37% 13153 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.37% 13111 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.35% 12568 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.35% 12466 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.35% 12350 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.35% 12286 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.34% 12223 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3552637 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.86% 279253 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.21% 149415 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.19% 148769 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.81% 135191 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.35% 118908 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.05% 108304 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 2.73% 97092 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.35% 83477 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.05% 72749 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.90% 67339 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.66% 59068 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.65% 58486 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.58% 56085 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.45% 51353 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.43% 50705 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.34% 47642 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.33% 47395 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.29% 45675 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.24% 44072 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.23% 43722 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.02% 36408 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.97% 34531 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.90% 31950 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.84% 29825 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.81% 28644 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.64% 22734 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.59% 21084 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.58% 20446 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.53% 18770 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.52% 18362 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.50% 17901 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.50% 17670 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.50% 17635 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.48% 17106 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.45% 15916 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 15672 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.44% 15550 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.44% 15486 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.43% 15272 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.41% 14600 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.41% 14411 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 14070 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.39% 13792 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.39% 13695 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13221 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.37% 13153 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.36% 12919 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.35% 12466 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.35% 12309 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.35% 12286 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3552637 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.84% 278392 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 4.19% 148702 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 4.07% 144634 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.67% 130391 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 2.73% 96841 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.28% 81137 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.04% 72531 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.90% 67339 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.79% 63731 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.66% 59065 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.64% 58245 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.57% 55638 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 1.55% 55115 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.43% 50705 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.33% 47395 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.33% 47294 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.29% 45674 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.23% 43542 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.13% 40321 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.12% 39669 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.97% 34531 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 0.90% 32128 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.90% 31950 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.84% 29825 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.80% 28548 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.78% 27875 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.76% 27009 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.64% 22733 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.59% 21071 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.58% 20526 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.52% 18361 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.50% 17901 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.50% 17670 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.50% 17635 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.48% 16897 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.45% 15916 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.45% 15829 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.44% 15667 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.44% 15486 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.44% 15461 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.43% 15272 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.41% 14411 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.40% 14070 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 13792 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 13686 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.37% 13153 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.37% 13094 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.35% 12286 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.34% 12223 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.34% 12089 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3552637 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.80% 134969 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 3.07% 108904 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.92% 103770 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.57% 91177 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 2.28% 81136 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 2.10% 74456 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 2.01% 71344 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.82% 64808 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.79% 63731 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.46% 52012 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.20% 42481 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.15% 40781 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.11% 39365 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.07% 37991 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.01% 35738 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.01% 35729 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.00% 35412 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.90% 32109 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.88% 31185 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.86% 30476 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.84% 29766 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.80% 28548 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.79% 28067 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.78% 27874 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.73% 25824 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.69% 24603 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.69% 24538 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.66% 23611 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.66% 23468 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.66% 23443 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.64% 22816 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.62% 22110 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.62% 21923 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.59% 21102 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.58% 20480 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 19729 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 18675 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.45% 15857 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 15845 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.44% 15802 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.44% 15489 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.44% 15486 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.41% 14605 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.40% 14314 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.38% 13666 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.37% 13276 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.37% 13204 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.35% 12586 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.34% 12155 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.33% 11885 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3552637 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.92% 103699 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.68% 95158 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.57% 91132 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.09% 74397 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.99% 70813 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.82% 64780 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.79% 63731 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.48% 52610 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.20% 42463 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.15% 40753 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.11% 39344 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.07% 37991 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.04% 37103 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.01% 36050 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.01% 35720 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.01% 35712 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.00% 35387 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.90% 32109 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.87% 30978 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.86% 30463 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.84% 29753 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.80% 28548 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.78% 27857 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.78% 27806 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.75% 26806 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.74% 26300 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.69% 24533 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.69% 24362 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.66% 23417 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.65% 23223 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.64% 22805 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.62% 21913 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.60% 21421 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.57% 20316 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19715 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19440 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.54% 19087 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.52% 18437 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 16632 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.44% 15745 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 15483 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.42% 14887 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.41% 14553 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.38% 13660 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.38% 13443 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 13438 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.37% 13180 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 13155 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.35% 12465 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 12050 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654430 events (total: 312579M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.24% 53891M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.64% 30129M java.lang.StringUTF16#compress():212 [Inlined code] 8.32% 26010M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.15% 22348M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.80% 21270M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.53% 14151M java.lang.StringUTF16#compress():216 [Inlined code] 3.41% 10655M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.28% 10245M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.26% 10196M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.71% 8456M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.34% 7320M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.98% 6204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.97% 6165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.79% 5605M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.77% 5541M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.77% 5519M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.74% 5439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.73% 5406M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.61% 5020M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.39% 4354M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.33% 4172M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.25% 3900M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.15% 3596M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.91% 2843M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.63% 1965M java.nio.HeapByteBuffer#():75 [Inlined code] 0.56% 1749M java.util.ArrayList#grow():240 [Inlined code] 0.56% 1740M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.54% 1679M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.54% 1673M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1501M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.47% 1473M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.44% 1364M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.34% 1070M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.33% 1031M java.util.ArrayDeque#():179 [Inlined code] 0.32% 997M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.30% 937M perf.LineFileDocs#intToID():305 [Inlined code] 0.29% 912M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 900M perf.LineFileDocs#intToID():299 [Inlined code] 0.29% 900M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.28% 873M java.util.List#of():935 [Inlined code] 0.28% 870M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.18% 557M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.18% 547M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 516M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 505M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.14% 443M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.13% 419M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.13% 415M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654430 events (total: 312579M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.23% 53848M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.64% 30129M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.32% 25994M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.15% 22348M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.80% 21270M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.53% 14151M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.41% 10655M org.apache.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.20% 10004M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.71% 8456M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.58% 8072M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.33% 7297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.98% 6204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.97% 6165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.79% 5605M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.77% 5541M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.74% 5439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 5406M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.69% 5284M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.61% 5020M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.39% 4354M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.33% 4172M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 3900M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3596M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.70% 2172M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 1965M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.56% 1749M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.56% 1740M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.54% 1679M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1501M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.47% 1473M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.33% 1029M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.33% 1027M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1017M 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% 997M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.31% 972M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.31% 958M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 937M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 912M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 912M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 900M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 900M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 873M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.28% 870M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.18% 557M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 481M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000981adc00#newInvokeSpecial() [Inlined code] 0.14% 443M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.13% 419M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 415M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():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=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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654430 events (total: 312579M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.23% 53848M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.69% 27160M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.25% 25798M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.15% 22348M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.32% 16626M 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.50% 14075M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.17% 9905M 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.68% 8374M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.56% 8006M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.33% 7297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.98% 6204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.97% 6165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.77% 5541M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.75% 5459M 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.74% 5439M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 5406M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.68% 5258M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.61% 5020M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.39% 4354M 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.37% 4293M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.33% 4172M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 3900M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.08% 3363M 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():1918 [JIT compiled code] 0.95% 2974M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.93% 2897M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.70% 2172M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.61% 1905M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009813ef38#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.56% 1749M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1470M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.47% 1470M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.46% 1429M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.46% 1427M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.37% 1143M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.36% 1135M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.35% 1082M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.33% 1027M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1026M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.33% 1017M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.32% 994M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.31% 972M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 962M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.31% 958M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 937M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 912M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 912M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 900M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 900M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 873M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654430 events (total: 312579M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.23% 53848M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.66% 27074M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22348M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.48% 13989M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.49% 10911M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.33% 7297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.30% 7185M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 1.75% 5459M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.66% 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():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 1.61% 5044M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.55% 4832M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.54% 4821M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.54% 4798M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.53% 4770M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.51% 4704M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.48% 4625M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.46% 4575M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.42% 4429M 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.0x00000000981d0000#merge() [Interpreted code] 1.37% 4293M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.33% 4172M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3668M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.11% 3468M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] 1.03% 3227M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.00% 3110M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.97% 3042M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.95% 2974M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2652M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.85% 2642M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.84% 2613M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.80% 2491M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.75% 2358M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.75% 2335M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.72% 2239M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.70% 2202M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.65% 2033M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.58% 1812M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.55% 1721M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009813ef38#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.54% 1690M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.54% 1673M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1463M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.46% 1439M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.46% 1427M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1199M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.37% 1143M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1135M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1071M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.33% 1027M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1026M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 193.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 654430 events (total: 312579M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.23% 53848M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.66% 27074M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22348M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.48% 13989M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.49% 10911M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.33% 7297M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.75% 5459M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] 1.64% 5138M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.55% 4831M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.54% 4820M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.53% 4770M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.50% 4703M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.46% 4574M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.43% 4482M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.42% 4429M 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.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.39% 4329M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.37% 4293M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.33% 4172M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 3974M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.23% 3839M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.11% 3468M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.03% 3227M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.95% 2974M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.91% 2842M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.85% 2642M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.80% 2485M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.75% 2332M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.67% 2080M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.66% 2068M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.65% 2033M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.62% 1923M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.59% 1848M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.57% 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.53% 1652M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.52% 1613M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009813ef38#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.51% 1597M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.49% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1439M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000981d0000#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% 1428M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.46% 1427M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1422M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.41% 1293M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.39% 1205M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.38% 1199M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 1161M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 1143M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1135M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1116M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.34% 1071M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] move log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocs.top.log [2026-05-31 06:21:51.528365] took 97.8 sec [2026-05-31 06:21:51.532510] medIndexAtClose None [2026-05-31 06:21:51.533741] build medium vectors index (fast) /l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-useCMS', '-vectorFile', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-vectorDimension', '1024', '-vectorEncoding', 'FLOAT32', '-verbose', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '16', '-hnswThreadPoolCount', '96'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=3627696 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 67 Start: 2026-05-31 13:56:19 (UTC) Duration: 1530 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97461854 1949171375 jdk.FileWrite 4245729 116482005 jdk.ObjectAllocationInNewTLAB 122597 2647094 jdk.FileRead 70186 1989033 jdk.BooleanFlag 46364 1530213 jdk.ObjectAllocationOutsideTLAB 7739 152846 jdk.CPULoad 7396 155316 jdk.UnsignedIntFlag 4154 148941 jdk.IntFlag 3752 139561 jdk.StringFlag 3015 117920 jdk.Checkpoint 1894 60219254 jdk.Compilation 129 3591 jdk.CPUInformation 67 100701 jdk.GCConfiguration 67 1809 jdk.JVMInformation 67 80869 jdk.Metadata 67 7405376 jdk.GarbageCollection 15 393 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97461854 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.03% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 11.30% 11M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.93% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.73% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.94% 918869 java.util.ArrayList#elementData():412 [Inlined code] 0.93% 908304 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.88% 856013 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.55% 536520 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 471580 java.util.Arrays#fill():3144 [Inlined code] 0.37% 362298 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.30% 295909 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.29% 282679 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.24% 237954 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.24% 235190 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 228187 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.21% 202174 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.17% 169608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.17% 169294 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.17% 161694 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.15% 143522 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 118720 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 113407 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.11% 111711 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.11% 103067 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.09% 92582 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] 0.09% 92237 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 87221 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 86696 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.09% 85685 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.08% 81809 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 79623 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 78711 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.08% 76321 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 74509 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 74437 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.07% 69657 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] 0.07% 64071 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 63131 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 62160 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 60949 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 58862 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.06% 55975 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.05% 53596 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 51660 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.05% 51525 java.util.Arrays#fill():3143 [Inlined code] 0.05% 51059 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 50858 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] 0.05% 50766 java.util.Objects#checkIndex():365 [Inlined code] 0.05% 50528 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97461854 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.03% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 11.30% 11M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.93% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.60% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.94% 918737 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.93% 908304 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.88% 856013 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.55% 536520 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.48% 471580 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.37% 362298 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.25% 243359 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.24% 237954 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.24% 235190 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 202174 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.17% 169608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.17% 161694 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.16% 159687 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.15% 149510 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 143882 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.14% 138800 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 132425 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.12% 118720 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.11% 105776 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.11% 104002 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.11% 103059 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.09% 86743 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 86696 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.08% 81809 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 79623 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 78677 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 78245 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 74546 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 74437 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.07% 72504 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 70419 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.07% 68549 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 63131 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 62836 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 58862 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 57816 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 53596 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 52964 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 51525 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 50693 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] 0.05% 49752 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.05% 49471 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.05% 48995 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.05% 48010 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 44947 org.apache.lucene.util.FixedBitSet#getAndSet():327 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97461854 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.03% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 11.30% 11M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.32% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.52% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.18% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.86% 840085 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.81% 785887 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.63% 617347 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.52% 507084 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.48% 471580 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.42% 411688 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.37% 361019 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.24% 235190 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 233109 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 193697 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.20% 192528 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.19% 181417 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.17% 169608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.16% 159687 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 153365 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 147377 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 143882 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.12% 118624 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 115025 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 100261 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.10% 99494 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 96177 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 84914 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 82305 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.08% 81809 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.08% 78677 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 77962 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.08% 77539 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 70276 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.07% 68921 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.07% 66909 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 65859 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.07% 65130 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.06% 60983 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 59484 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.06% 58862 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.06% 57577 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.06% 56459 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.05% 53596 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.05% 51525 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.05% 51522 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 50074 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 49752 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [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():422 [JIT compiled code] 0.05% 48010 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97461854 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 14.05% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 13.58% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.72% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.25% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 11.08% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 4.08% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.31% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 3.06% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.56% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.80% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.77% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.56% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.49% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.99% 969597 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.81% 785887 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.79% 768804 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.75% 734660 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.75% 727112 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.68% 664425 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.64% 626222 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.63% 617346 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.55% 536190 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.52% 507084 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.43% 422038 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.39% 381181 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.38% 365900 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.37% 361019 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 233109 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 221593 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.20% 192528 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 189765 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.19% 181417 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.17% 169608 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.16% 153671 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 153365 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.16% 153091 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.15% 142394 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.12% 118773 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] 0.12% 118624 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] 0.12% 114389 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.11% 105621 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 100081 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.10% 99494 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 96177 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 95633 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 91797 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 84914 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 82305 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 75206 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 71467 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97461854 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.60% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.63% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 10.17% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 10.01% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.02% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.21% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.85% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 2.08% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.06% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.91% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.60% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.49% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.48% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.37% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.27% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.87% 850045 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.81% 789373 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.76% 736610 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.75% 731510 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.75% 726573 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.68% 664425 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.64% 626130 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.64% 624851 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.57% 556415 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.54% 525088 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.52% 507084 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.51% 496060 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.50% 485802 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.47% 459226 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.46% 452530 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.46% 444284 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.43% 422038 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.42% 410809 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.40% 392805 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 348205 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.35% 341022 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 340622 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 338977 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.35% 338873 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.35% 336839 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.34% 335965 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.32% 311884 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.29% 283117 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.23% 221593 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.23% 220973 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 198449 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.19% 189765 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 180692 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 179632 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130335 events (total: 116994M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 25.05% 29312M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 24.80% 29013M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.48% 7583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.22% 7281M perf.LineFileDocs#readVector():212 [Inlined code] 5.79% 6775M java.nio.HeapByteBuffer#():75 [Inlined code] 3.08% 3606M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 3.06% 3576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.70% 3153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.28% 2662M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.55% 1810M java.lang.StringUTF16#compress():212 [Inlined code] 1.40% 1637M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.27% 1480M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.27% 1480M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.17% 1370M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.95% 1107M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.88% 1028M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.80% 940M java.lang.StringUTF16#compress():216 [Inlined code] 0.77% 906M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.68% 800M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.62% 726M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.62% 721M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.45% 523M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.43% 503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.42% 485M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.39% 460M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 460M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.38% 441M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.37% 436M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.34% 396M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.33% 382M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.32% 379M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.27% 311M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.25% 293M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.20% 236M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 217M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 202M java.util.ArrayList#grow():240 [Inlined code] 0.16% 181M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 176M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 166M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 159M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 154M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.13% 153M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.12% 136M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.10% 117M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 116M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.10% 115M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.10% 112M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.09% 110M java.util.ArrayDeque#():179 [Inlined code] 0.09% 109M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 107M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130335 events (total: 116994M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.93% 29170M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 24.80% 29013M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.48% 7583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 6.22% 7281M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.79% 6775M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.08% 3606M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 3.06% 3576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.70% 3153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.28% 2662M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.55% 1810M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.40% 1637M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 1480M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.27% 1480M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.16% 1358M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.95% 1107M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.80% 940M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.77% 906M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.71% 825M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.68% 800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.45% 523M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 485M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 479M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.40% 467M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.39% 460M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.37% 436M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 419M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.33% 380M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.32% 379M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.31% 364M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 334M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 311M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.25% 293M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.22% 253M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 247M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.19% 217M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.17% 202M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.17% 202M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.16% 188M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.15% 176M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.13% 153M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.12% 144M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.12% 143M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 141M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 136M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.11% 129M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 117M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 115M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 112M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.09% 110M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130335 events (total: 116994M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.57% 26404M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.48% 26300M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.48% 7583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 6.22% 7281M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.57% 6513M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.06% 3576M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.70% 3153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.36% 2766M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.32% 2712M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.31% 2701M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.81% 2112M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.40% 1637M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.38% 1615M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.16% 1358M 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.95% 1107M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.94% 1095M 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.80% 930M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.77% 904M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.72% 842M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.71% 825M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.68% 800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.58% 674M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.55% 637M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.47% 550M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 523M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.43% 503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 485M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.39% 460M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.37% 436M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.32% 379M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.31% 358M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.29% 334M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.27% 311M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.26% 308M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.23% 270M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.23% 268M 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():1918 [JIT compiled code] 0.20% 237M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002f181a88#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.20% 232M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 222M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 217M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.18% 206M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 202M 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.17% 201M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.16% 185M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 176M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.15% 173M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.14% 169M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 167M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 153M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130335 events (total: 116994M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.07% 17627M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 15.01% 17556M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 6.48% 7583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 6.22% 7281M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.57% 6513M 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.15% 6023M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 5.04% 5891M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 2.70% 3153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.31% 2701M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.81% 2112M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.75% 2045M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.73% 2022M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.68% 1963M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.40% 1637M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.38% 1615M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.38% 1612M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 1.36% 1589M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 1.34% 1566M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.80% 930M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.76% 886M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.72% 842M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002f1f6f38#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.68% 800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.66% 768M 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.0x000000002f1f6f38#merge() [Interpreted code] 0.58% 674M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.57% 668M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.53% 617M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.52% 613M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.52% 612M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.51% 593M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 589M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.50% 583M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 554M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002f1f6f38#merge() [Interpreted code] 0.47% 553M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.47% 550M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.41% 477M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.40% 463M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 460M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.37% 438M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.37% 436M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.36% 415M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.34% 393M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.31% 366M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.31% 358M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.30% 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.29% 334M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 313M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.26% 308M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] 0.23% 268M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.22% 261M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.19% 226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2041.20 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130335 events (total: 116994M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.07% 17627M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] 15.01% 17556M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] 6.48% 7583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 6.22% 7281M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.57% 6513M 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.15% 6023M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.04% 5891M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.70% 3153M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.13% 2495M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#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.81% 2112M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] 1.75% 2045M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.73% 2022M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.68% 1963M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002f1f6f38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.40% 1637M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.38% 1615M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.36% 1589M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.34% 1566M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.80% 940M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.80% 930M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.76% 886M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.72% 842M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002f1f6f38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.68% 800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002f1f6f38#merge() [Interpreted code] 0.66% 768M 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.0x000000002f1f6f38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.56% 653M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.56% 649M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#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.53% 617M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002f1f6f38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.52% 612M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.52% 611M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.50% 583M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.49% 575M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] 0.47% 554M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002f1f6f38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.47% 550M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.41% 477M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.40% 463M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 460M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.37% 438M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.37% 436M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 415M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.32% 378M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.31% 366M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.29% 343M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.29% 339M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.29% 336M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#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% 323M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.27% 313M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.25% 297M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#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.0x000000002f20ae80#run() [JIT compiled code] 0.25% 296M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002f20a928#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.0x000000002f20ae80#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.25% 294M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.25% 289M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.23% 268M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] move log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectors.top.log [2026-05-31 11:03:08.631562] took 13853.2 sec [2026-05-31 11:03:09.454739] medIndexVectorsAtClose None [2026-05-31 11:03:09.462636] 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=3798455 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-05-31 16:34:11 (UTC) Duration: 1368 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83308322 1666073955 jdk.FileWrite 11044714 301247552 jdk.ObjectAllocationInNewTLAB 281813 5883282 jdk.FileRead 207191 6057528 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 39659 749337 jdk.CPULoad 19977 419517 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6046 133485410 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 158 4405 jdk.GarbageCollection 44 1147 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83308321 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.24% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 35.60% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.81% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.52% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.30% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.30% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.63% 525609 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.59% 492668 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.46% 385629 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.36% 301071 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 262111 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 243784 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.29% 239239 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.27% 221147 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.26% 217096 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.24% 202789 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.22% 187309 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.22% 180764 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.20% 169058 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 166121 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 151346 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.18% 146015 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 134705 java.util.Arrays#fill():3144 [Inlined code] 0.16% 134344 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.16% 132514 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 115054 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 109800 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 103875 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 101002 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.12% 100210 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 97115 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 92823 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.10% 80036 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 73170 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 65773 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 65198 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 61509 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 57552 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 56512 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.06% 54059 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 51567 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 50652 java.util.Arrays#fill():3143 [Inlined code] 0.06% 49676 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 49018 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 44089 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 43323 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 43278 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 39818 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():291 [JIT compiled code] 0.05% 39680 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83308321 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.24% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.42% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 5.81% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.24% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.30% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.30% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.62% 512358 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.59% 492668 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.55% 455915 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.46% 385629 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.39% 325452 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 301071 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 243784 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.29% 239239 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.27% 228945 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.27% 221147 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.26% 217096 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.24% 202789 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 202046 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.22% 187309 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.22% 180764 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.20% 166121 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.20% 165053 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.19% 155778 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.18% 151346 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.16% 134705 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 134344 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115054 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 101002 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 100210 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.12% 97115 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 92823 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 92431 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.11% 88127 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 73170 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 68989 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 65198 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 61509 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 60065 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57552 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.07% 56512 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 54059 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.06% 53249 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 50652 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 49670 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] 0.06% 49018 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 47726 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 45848 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 43516 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83308321 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.24% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.64% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 5.81% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.28% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.08% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.71% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.16% 967078 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.62% 512358 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.59% 492668 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.55% 455914 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.52% 430765 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.46% 385629 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.46% 381023 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.39% 325452 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.36% 301069 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.29% 243341 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.29% 238723 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] 0.26% 213834 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.25% 211552 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.23% 194033 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.22% 187309 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 177169 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] 0.20% 166121 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.18% 149287 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 148019 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.16% 134705 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.16% 134344 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 129546 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] 0.14% 120296 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 115054 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 112803 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 112126 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 107689 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.12% 99896 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 95550 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] 0.11% 92823 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.11% 92151 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.11% 89309 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.10% 84200 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 78782 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.09% 73170 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.09% 72500 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] 0.08% 66740 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.08% 64978 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] 0.07% 60918 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 55591 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] 0.07% 54757 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.06% 50652 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 49578 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83308321 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.64% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 27.79% 23M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 5.81% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.95% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.00% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 2.58% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.71% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.04% 864911 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.93% 770968 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.62% 512358 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.56% 464446 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.55% 455914 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.52% 430765 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.46% 385594 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 381023 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.38% 313156 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.36% 301069 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.29% 243341 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.28% 231383 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] 0.26% 213105 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] 0.23% 194033 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 176585 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.20% 167190 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.20% 166121 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.19% 157191 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 149287 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 0.18% 148019 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.16% 129262 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.15% 125780 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 120296 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.14% 115885 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 112803 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.13% 107411 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.11% 95550 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.10% 86206 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 85928 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.10% 84908 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.09% 78782 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 73170 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.0x000000001c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 72500 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 65169 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 64978 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 63848 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.08% 62650 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.07% 60918 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 58480 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 55591 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():199 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():170 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():157 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83308321 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.64% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 26.36% 21M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.59% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 3.56% 2M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.00% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.36% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 1.59% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.58% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.23% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.04% 864486 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.77% 644051 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.71% 588145 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.62% 512358 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 505768 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.55% 455914 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.52% 430765 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 0.48% 400422 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.43% 361560 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#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.43% 354427 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.38% 313156 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.28% 230603 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.26% 213105 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.26% 212835 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.23% 194085 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.23% 192175 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.22% 181138 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.21% 178975 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.21% 176585 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 166121 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.20% 164408 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.18% 148019 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.18% 147808 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 139703 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#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.0x000000001c1f4858#run() [JIT compiled code] 0.16% 135225 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.16% 131108 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.16% 129262 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1ee7a8#merge() [Interpreted code] 0.15% 125780 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 120286 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.14% 115885 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 112303 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.13% 109524 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 107411 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.13% 105309 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 96693 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.11% 95550 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():662 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():370 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():350 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():128 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1ee7a8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.10% 86206 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 85928 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.10% 84908 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 321470 events (total: 346631M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.31% 73876M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.09% 59229M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.81% 58272M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.27% 21741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.97% 20707M java.nio.HeapByteBuffer#():75 [Inlined code] 5.94% 20582M perf.LineFileDocs#readVector():212 [JIT compiled code] 2.82% 9790M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.63% 9105M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.45% 8505M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.50% 5197M java.lang.StringUTF16#compress():212 [Inlined code] 1.49% 5175M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.48% 5128M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.01% 3498M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.93% 3237M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.92% 3188M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.80% 2764M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2520M java.lang.StringUTF16#compress():216 [Inlined code] 0.60% 2090M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.56% 1927M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.54% 1862M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.48% 1667M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1557M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 1510M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1502M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.43% 1493M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.39% 1356M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1276M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1138M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.32% 1126M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.28% 972M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.26% 886M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.26% 886M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 833M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.15% 530M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 526M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 519M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.13% 455M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.12% 414M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.11% 383M java.util.ArrayList#grow():240 [Inlined code] 0.10% 345M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 335M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 323M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 310M java.util.ArrayDeque#():179 [Inlined code] 0.09% 296M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.09% 295M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 285M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.07% 248M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.07% 248M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 321470 events (total: 346631M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.99% 58881M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.81% 58272M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 11.19% 38804M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 10.12% 35071M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 6.27% 21741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 5.97% 20701M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.85% 20265M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.82% 9790M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.63% 9105M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.45% 8505M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.50% 5197M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.49% 5175M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.48% 5128M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 3498M org.apache.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% 3237M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.90% 3132M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.80% 2764M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.73% 2520M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.60% 2090M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.54% 1862M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.48% 1667M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1557M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1548M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.43% 1493M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 1356M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 1276M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 1138M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1039M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 996M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.29% 989M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 972M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.26% 886M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 833M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 833M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.15% 513M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 512M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.13% 455M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 392M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 383M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.11% 378M 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% 364M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():710 [Inlined code] 0.11% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.10% 347M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 345M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 323M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 316M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.09% 308M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 296M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 321470 events (total: 346631M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.93% 48280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.82% 47899M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 10.90% 37784M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.86% 30708M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.27% 21741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 5.85% 20265M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.70% 19746M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.82% 9790M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.63% 9105M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.45% 8505M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.56% 5402M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 5336M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.50% 5198M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] 1.48% 5128M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.45% 5036M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] 1.33% 4616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.24% 4282M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.03% 3570M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.90% 3132M 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% 2764M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.72% 2501M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.66% 2303M 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.60% 2090M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.54% 1862M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.51% 1775M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1722M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.48% 1667M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 1604M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 1557M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.45% 1548M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.43% 1493M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.39% 1356M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 1276M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.33% 1138M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.29% 1020M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.29% 996M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.29% 989M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.26% 899M 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():1918 [JIT compiled code] 0.26% 884M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.20% 709M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.20% 687M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.18% 623M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000001c13dcb8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 547M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 510M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 489M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 483M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 392M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.11% 383M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 321470 events (total: 346631M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 37784M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.86% 30708M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 8.85% 30682M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.85% 30680M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 6.27% 21741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 5.85% 20265M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.70% 19746M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.93% 17093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.81% 16674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.63% 9105M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.61% 5596M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.50% 5198M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.48% 5128M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.45% 5036M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.33% 4616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.25% 4317M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.24% 4282M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.21% 4188M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 1.19% 4114M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.03% 3570M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.79% 2729M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.78% 2695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.72% 2501M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 2090M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.51% 1759M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 1744M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 1722M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000001c1e19c8#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.46% 1597M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.45% 1571M 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.0x000000001c1e19c8#merge() [Interpreted code] 0.45% 1560M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.43% 1493M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.43% 1477M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.42% 1456M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 1355M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.37% 1287M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1e19c8#merge() [Interpreted code] 0.37% 1276M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.34% 1174M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 1156M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.32% 1105M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.31% 1088M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.29% 1020M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 0.28% 955M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.26% 913M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.26% 899M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.26% 897M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.21% 739M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.20% 687M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.20% 683M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.19% 674M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.19% 671M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2037.98 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 321470 events (total: 346631M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 37784M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 8.86% 30708M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 8.85% 30682M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 8.85% 30680M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 6.27% 21741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():576 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():526 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.85% 20265M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.70% 19746M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.93% 17093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.81% 16674M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.63% 9105M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.48% 5137M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#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.48% 5128M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.33% 4616M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.25% 4317M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1e19c8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.24% 4282M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 1.19% 4114M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.03% 3570M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] 0.98% 3412M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.97% 3377M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.79% 2729M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.78% 2695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.77% 2674M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.72% 2501M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 2090M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1e19c8#merge() [Interpreted code] 0.52% 1795M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.50% 1722M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000001c1e19c8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.50% 1715M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] 0.49% 1692M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] 0.46% 1597M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.46% 1596M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 1571M 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.0x000000001c1e19c8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.43% 1493M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1456M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 1355M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.37% 1287M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1e19c8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.37% 1276M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.35% 1218M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.33% 1156M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.32% 1105M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000001c1e19c8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.31% 1088M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.31% 1078M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.29% 1006M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001c1f4300#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.0x000000001c1f4858#run() [JIT compiled code] 0.28% 968M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.28% 955M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.27% 942M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.26% 913M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.26% 899M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 897M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.20% 687M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.20% 683M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] move log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-31 13:30:30.925648] took 6764.1 sec [2026-05-31 13:30:30.929626] medIndexVectorsAtClose None [2026-05-31 13:30:30.939530] 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=3888410 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 20 Start: 2026-05-31 17:30:31 (UTC) Duration: 193 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5094427 122019663 jdk.CPUTimeSample 3892824 68458966 jdk.FileRead 796635 18919432 jdk.ObjectAllocationInNewTLAB 559914 9822234 jdk.ObjectAllocationOutsideTLAB 141963 2268678 jdk.BooleanFlag 13840 439480 jdk.Compilation 7150 184983 jdk.CPULoad 3475 68897 jdk.UnsignedIntFlag 1240 42910 jdk.IntFlag 1120 40260 jdk.Checkpoint 1084 33245326 jdk.StringFlag 900 33875 jdk.GarbageCollection 49 1163 jdk.CPUInformation 20 30035 jdk.GCConfiguration 20 515 jdk.JVMInformation 20 22315 jdk.Metadata 20 2210536 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3892824 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.52% 292873 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.21% 202625 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.97% 193482 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.65% 142048 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.62% 140919 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.08% 119983 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.04% 118240 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.82% 109603 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.53% 98491 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.37% 92452 java.lang.Character#codePointAt():9662 [Inlined code] 1.66% 64444 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.56% 60852 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.51% 58696 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.39% 53993 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.38% 53823 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.16% 45146 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.10% 42798 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.05% 40697 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.99% 38714 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.95% 36803 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.90% 34883 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.84% 32553 java.lang.Character#toChars():9872 [Inlined code] 0.82% 31848 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.77% 29918 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.74% 28822 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.68% 26392 java.lang.ThreadLocal#get():171 [Inlined code] 0.65% 25281 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.63% 24427 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.62% 24141 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.61% 23811 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.56% 21836 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 20976 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.50% 19521 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.48% 18830 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.48% 18737 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.46% 17917 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.44% 17111 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.43% 16611 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.42% 16405 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 16061 java.lang.Character#codePointAt():9665 [Inlined code] 0.41% 15956 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.40% 15549 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.40% 15536 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.39% 15182 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.37% 14357 java.lang.Character#toLowerCase():11251 [Inlined code] 0.37% 14347 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.35% 13606 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.34% 13328 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.34% 13118 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.32% 12382 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3892824 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.52% 292872 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.97% 193482 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.65% 141909 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.62% 140918 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.06% 119269 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.04% 118240 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 2.80% 109176 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.53% 98491 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.23% 86981 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.66% 64442 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.56% 60851 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.51% 58675 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.46% 56990 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.39% 53993 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.38% 53823 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.34% 52311 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.23% 48010 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.16% 45314 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.16% 45146 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.10% 42798 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.95% 36803 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.90% 34883 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.84% 32551 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.82% 31841 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.77% 29908 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.67% 26145 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.65% 25281 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.63% 24426 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.62% 24140 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.61% 23787 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.54% 20976 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.52% 20387 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.52% 20168 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.48% 18722 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 18678 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.47% 18250 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 17914 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.44% 17092 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.43% 16739 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 16560 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.41% 15951 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 15735 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.39% 15188 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.39% 15182 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.37% 14576 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.37% 14236 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.37% 14228 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.35% 13604 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.35% 13453 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.34% 13327 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3892824 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.50% 292060 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 4.86% 189304 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.64% 141858 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 3.47% 135048 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 2.74% 106617 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.51% 97523 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.23% 86824 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.66% 64442 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.65% 64421 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.55% 60405 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.55% 60296 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 1.51% 58674 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.49% 57938 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.39% 53993 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.38% 53823 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 1.36% 52901 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.22% 47636 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.16% 45143 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.13% 44085 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.06% 41185 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.05% 40788 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.95% 36795 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 0.90% 34883 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 0.84% 32551 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.82% 31841 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.77% 29908 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.70% 27159 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.67% 26051 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.65% 25170 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.63% 24426 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.62% 24140 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.54% 20976 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.51% 19818 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.48% 18678 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.47% 18248 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.44% 17087 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.43% 16739 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.42% 16487 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.41% 15951 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.41% 15908 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.40% 15536 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.39% 15182 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.39% 15079 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.39% 15032 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 14434 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 14227 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.35% 13604 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.34% 13370 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.34% 13327 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.34% 13117 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3892824 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.77% 146636 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 3.73% 145025 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 2.90% 112870 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.87% 111747 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 2.74% 106615 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 2.01% 78332 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.99% 77557 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.72% 66894 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.69% 65954 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 1.65% 64421 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.65% 64083 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.22% 47634 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.14% 44396 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.13% 44085 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.06% 41185 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.05% 41023 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.05% 40774 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.02% 39795 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.82% 31837 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.81% 31477 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.79% 30562 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.77% 29928 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.72% 27971 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.69% 26946 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.67% 26051 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.67% 25936 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.65% 25170 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.64% 24930 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.63% 24569 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.63% 24442 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.60% 23175 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.59% 22854 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.58% 22703 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.58% 22597 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.57% 22190 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.53% 20680 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.48% 18677 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.46% 17882 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.44% 17076 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.42% 16462 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.42% 16198 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.41% 15878 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.40% 15488 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 15393 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.39% 15019 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.38% 14980 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.38% 14766 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.37% 14519 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.37% 14432 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.36% 13882 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3892824 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.71% 105386 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.62% 102125 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.56% 99806 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.31% 89760 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.78% 69115 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.65% 64421 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.59% 61941 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.54% 59892 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.51% 58685 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.19% 46353 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.11% 43240 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 41831 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.07% 41561 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.05% 41023 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.02% 39794 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.01% 39424 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.01% 39311 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.98% 38261 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.87% 33943 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.82% 31837 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.71% 27814 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.70% 27151 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.68% 26585 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.67% 26051 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.66% 25834 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.65% 25170 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 23945 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.60% 23273 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.56% 21833 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 21744 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 20392 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.52% 20167 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.51% 19998 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.50% 19545 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.49% 19104 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.48% 18662 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.45% 17571 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.44% 17198 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 17013 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.43% 16907 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.43% 16743 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 15610 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.40% 15388 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 15354 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.39% 15019 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.37% 14501 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 14411 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.36% 14169 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.36% 13966 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.35% 13568 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 701846 events (total: 345879M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.17% 52465M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.86% 30633M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.65% 29919M java.lang.StringUTF16#compress():212 [Inlined code] 6.63% 22923M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.39% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.16% 14381M java.lang.StringUTF16#compress():216 [Inlined code] 3.69% 12758M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.60% 12453M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.36% 11624M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.84% 9827M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.60% 8994M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.31% 7996M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.05% 7099M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.83% 6312M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.80% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.70% 5867M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.62% 5601M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.54% 5323M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.47% 5075M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.40% 4839M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.28% 4430M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.14% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.14% 3939M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.84% 2890M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.68% 2338M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.63% 2171M java.nio.HeapByteBuffer#():75 [Inlined code] 0.59% 2049M java.util.ArrayList#grow():240 [Inlined code] 0.53% 1848M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.53% 1841M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.52% 1793M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.50% 1727M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.43% 1490M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.40% 1378M java.lang.Long#valueOf():1000 [Inlined code] 0.40% 1369M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.38% 1319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.34% 1159M java.util.ArrayDeque#():179 [Inlined code] 0.34% 1159M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.32% 1093M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.30% 1029M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.29% 986M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.28% 982M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.28% 967M perf.LineFileDocs#intToID():299 [Inlined code] 0.27% 942M perf.LineFileDocs#intToID():305 [Inlined code] 0.27% 926M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.26% 897M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.24% 833M java.util.List#of():935 [Inlined code] 0.23% 785M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.22% 767M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.22% 760M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 701846 events (total: 345879M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.17% 52465M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.86% 30627M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.65% 29919M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.63% 22923M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.39% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.16% 14381M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.60% 12453M org.apache.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.31% 11433M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.87% 9913M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.75% 9521M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.59% 8962M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.31% 7996M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.05% 7099M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.83% 6312M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.80% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.70% 5867M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.62% 5601M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.54% 5323M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.47% 5075M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.40% 4839M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.28% 4430M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.14% 3939M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.82% 2845M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.82% 2838M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.67% 2316M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.63% 2171M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.59% 2049M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.53% 1848M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.50% 1727M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1490M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.40% 1378M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.38% 1319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.34% 1159M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.34% 1159M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 1093M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 1029M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 995M 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% 986M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 982M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 967M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 942M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 939M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 926M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.26% 914M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.26% 903M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [Inlined code] 0.25% 854M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.25% 851M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [Inlined code] 0.24% 833M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 701846 events (total: 345879M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.17% 52465M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.76% 30290M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.82% 27048M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 6.39% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.08% 17567M 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.13% 14271M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.26% 11284M 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.87% 9913M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.59% 8941M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.31% 7996M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.03% 7011M 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% 6312M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.80% 6224M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.77% 6106M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.75% 6043M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.70% 5867M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.62% 5601M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.54% 5323M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.47% 5075M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.40% 4839M 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.28% 4430M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.03% 3559M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.93% 3219M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.92% 3165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.87% 3025M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.82% 2829M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.77% 2658M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] 0.66% 2293M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.59% 2049M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.58% 2020M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000713d330#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.52% 1785M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.50% 1727M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1482M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.40% 1375M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.35% 1214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.34% 1159M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.34% 1159M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1093M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1067M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.30% 1047M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.30% 1029M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 986M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 982M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 979M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.28% 967M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 945M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.27% 942M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 926M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 701846 events (total: 345879M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.17% 52465M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26920M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.39% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.41% 15263M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 4.11% 14228M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.31% 7996M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.26% 7807M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 2.02% 6989M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.99% 6868M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.91% 6598M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 1.77% 6106M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.68% 5811M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.65% 5716M 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.0x00000000071e6490#merge() [Interpreted code] 1.62% 5601M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.58% 5454M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.55% 5371M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.47% 5075M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.42% 4923M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.31% 4516M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.28% 4430M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4037M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.14% 3956M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] 1.00% 3453M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.94% 3238M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.92% 3165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 3025M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 3021M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.85% 2944M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.84% 2920M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.76% 2622M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.75% 2603M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.72% 2489M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.72% 2474M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.70% 2417M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.68% 2368M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.66% 2293M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.66% 2292M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.61% 2114M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.56% 1927M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.55% 1914M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.53% 1821M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000713d330#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.49% 1708M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.47% 1631M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1482M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1319M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] 0.37% 1275M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.36% 1236M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.35% 1214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1159M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 245.87 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 701846 events (total: 345879M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.17% 52465M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26920M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.39% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.41% 15263M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 4.11% 14228M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.31% 7996M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.02% 6989M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] 1.99% 6868M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.83% 6341M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.77% 6106M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.65% 5716M 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.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.52% 5243M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.51% 5228M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.51% 5213M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.42% 4923M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.32% 4554M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.28% 4430M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 4408M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.23% 4243M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.14% 3956M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.13% 3893M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.95% 3281M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.92% 3166M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.92% 3165M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 3025M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.84% 2915M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.79% 2727M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.72% 2474M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.69% 2371M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.68% 2368M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.66% 2293M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.66% 2292M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.56% 1927M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1315 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.55% 1916M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 1914M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.52% 1812M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.52% 1801M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000713d330#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 1729M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.48% 1651M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1543M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.43% 1482M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1402M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 1343M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.37% 1293M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.37% 1273M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.36% 1247M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.36% 1236M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000071e6490#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% 1227M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.35% 1214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.30.21.00.53/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/nrtIndexMediumDocs.top.log [2026-05-31 13:35:46.720455] took 192.4 sec [2026-05-31 13:35:46.724572] run CheckIndex [2026-05-31 13:35:46.724646] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.30.21.00.53/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-31 13:44:21.483233] took 514.8 sec [2026-05-31 13:44:21.484665] nrtMedIndexAtClose 24 segments: segments_2: _77(11.0.0):C7072987 _1a(11.0.0):C456137 _1j(11.0.0):C565211 _1v(11.0.0):C695807 _2f(11.0.0):C771569 _5g(11.0.0):C6810151 _26(11.0.0):C923311 _8n(11.0.0):C7120365 _85(11.0.0):C907987 _8l(11.0.0):C882328 _84(11.0.0):C43072 _8m(11.0.0):C519112 _88(11.0.0):C33132 _89(11.0.0):C30725 _8k(11.0.0):c115682 _83(11.0.0):C47601 _7q(11.0.0):C92642 _7r(11.0.0):C89308 _7o(11.0.0):C103364 _7s(11.0.0):C85175 _86(11.0.0):C39549 _87(11.0.0):C38462 _7p(11.0.0):C98240 _7t(11.0.0):C83121 [2026-05-31 13:44:21.484938] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" perf.NRTPerfTest MMapDirectory "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" multi "/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin" 17 1103 1800 4 1 1 update 5 no 0.0 body10.tasks> /l/logs.nightly/2026.05.30.21.00.53/nrt.log 2>&1 [2026-05-31 14:14:22.361632] took 1800.9 sec [2026-05-31 14:14:22.366119] drop: 468.1 488.8 490.8 495.6 498.2 521.7 523.4 524.5 525.2 525.7 525.8 526.6 527.3 529.5 529.6 529.8 530.5 530.6 530.7 530.8 531.1 531.6 531.6 531.7 531.7 531.8 531.8 531.9 532.0 532.0 532.1 532.3 532.3 532.3 532.4 [2026-05-31 14:14:22.366490] times: 18.8 19.0 19.3 19.3 19.8 19.8 19.9 20.1 20.1 20.5 20.5 20.7 20.7 20.9 21.0 21.1 21.1 21.2 21.5 21.5 21.6 21.6 21.7 21.7 21.7 21.7 21.7 21.8 21.8 21.9 21.9 21.9 21.9 21.9 22.0 22.0 22.0 22.0 22.0 22.1 22.1 22.2 22.2 22.2 22.2 22.2 22.2 22.3 22.3 22.3 22.3 22.3 22.3 22.3 22.4 22.5 22.6 22.6 22.6 22.7 22.7 22.7 22.7 22.7 22.7 22.8 22.8 22.8 22.9 22.9 22.9 22.9 23.0 23.0 23.0 23.0 23.0 23.0 23.0 23.0 23.0 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.3 23.4 23.5 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.5 24.5 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.7 24.7 24.7 24.7 24.8 24.8 24.8 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.9 25.9 25.9 26.0 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.8 26.8 26.8 26.8 26.8 26.8 26.9 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 27.6 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.8 27.8 27.8 27.8 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 27.9 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.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.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.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.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 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.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.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 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.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.4 32.5 32.5 32.5 32.5 32.8 32.8 32.8 32.9 32.9 33.0 33.0 33.1 33.2 33.3 33.6 33.9 34.0 34.1 34.1 34.2 34.2 34.3 34.7 35.1 35.3 35.3 35.3 35.4 35.5 36.2 36.4 36.5 36.7 37.1 37.2 37.4 37.4 38.1 38.5 38.6 38.6 38.9 39.1 40.5 43.3 49.9 125.7 143.2 146.9 148.4 156.9 162.7 163.0 171.2 186.6 209.0 210.0 211.2 211.6 212.0 214.0 214.0 214.3 214.8 214.8 215.1 215.3 215.4 215.8 215.9 216.0 216.4 216.7 216.8 217.4 218.0 218.5 218.6 218.6 219.4 219.6 219.8 219.9 220.6 220.7 220.7 224.1 224.7 226.8 234.5 235.0 235.5 237.1 237.2 239.0 242.4 243.7 247.0 247.5 253.0 254.6 256.1 256.7 263.9 264.2 269.3 270.6 275.0 281.3 283.6 285.0 286.5 290.6 293.3 294.9 296.7 298.6 301.1 301.7 304.7 304.9 305.6 312.2 323.2 327.1 328.7 330.4 330.5 334.6 334.7 334.9 335.5 336.5 337.1 337.6 338.2 338.3 338.5 339.3 339.6 340.0 340.1 340.5 340.9 341.1 341.1 341.3 342.2 343.6 343.7 345.0 345.0 345.3 345.6 345.7 346.5 346.8 347.2 347.3 347.8 350.2 351.1 351.6 351.7 352.7 353.2 353.3 355.3 367.2 376.4 377.9 378.0 381.0 387.2 387.3 389.1 392.2 405.8 411.2 413.8 419.8 424.9 431.0 437.2 437.3 437.8 438.4 441.1 441.6 442.9 445.2 445.6 446.2 446.7 446.8 447.9 449.6 450.6 451.0 451.1 451.4 451.7 451.7 452.2 452.8 453.3 453.4 453.5 454.0 454.1 454.6 455.0 455.7 456.3 456.3 456.9 456.9 457.0 457.1 457.7 457.8 458.9 459.5 460.0 461.5 461.7 462.3 463.6 463.6 463.7 466.6 [2026-05-31 14:14:22.366629] NRT reopen time (msec) mean=60.8282 stdDev=97.3829 [2026-05-31 14:14:22.366635] run CheckIndex [2026-05-31 14:14:22.366705] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.30.21.00.53/checkIndex.nrt.log 2>&1 [2026-05-31 14:22:55.167788] took 512.8 sec [2026-05-31 14:22:56.117618] 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=3921221 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-05-31 18:22:56 (UTC) Duration: 101 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3784263 78576912 jdk.CPUTimeSample 2633648 45934698 jdk.ObjectAllocationInNewTLAB 894550 15499579 jdk.FileRead 624187 14647598 jdk.ObjectAllocationOutsideTLAB 232911 3661187 jdk.BooleanFlag 9688 305906 jdk.Compilation 5798 148834 jdk.CPULoad 1777 34948 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 697 23727990 jdk.StringFlag 630 23410 jdk.GarbageCollection 41 968 jdk.CPUInformation 14 21022 jdk.GCConfiguration 14 358 jdk.JVMInformation 14 14596 jdk.Metadata 14 1547373 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2633645 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.35% 193637 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 6.02% 158422 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.07% 107224 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.53% 92866 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.41% 89697 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.02% 79407 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.68% 70527 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 2.35% 61988 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 2.30% 60472 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.75% 45961 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.73% 45616 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.72% 45236 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.56% 41177 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.44% 37849 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.43% 37713 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.30% 34319 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] 1.24% 32774 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.18% 31007 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.93% 24373 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.90% 23821 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.86% 22609 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.84% 22240 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.83% 21950 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.76% 20058 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] 0.73% 19247 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.68% 17958 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.64% 16928 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.60% 15725 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.59% 15661 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.58% 15314 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.56% 14779 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.55% 14447 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] 0.54% 14338 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.54% 14097 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.53% 14087 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.50% 13160 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.49% 12995 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.48% 12747 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.48% 12522 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.47% 12369 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.45% 11732 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.44% 11523 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] 0.43% 11263 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.42% 11171 java.lang.Character#toLowerCase():11251 [Inlined code] 0.41% 10918 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.41% 10808 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.41% 10752 java.lang.Character#codePointAtImpl():9670 [Inlined code] 0.41% 10698 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.40% 10543 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.38% 9978 org.apache.lucene.util.StringHelper#murmurhash3_x86_32():204 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2633645 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.35% 193574 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 4.07% 107223 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.53% 92864 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.40% 89560 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.02% 79407 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.64% 69445 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.35% 61987 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.30% 60472 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.75% 45960 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.73% 45616 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.72% 45236 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.56% 41177 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.44% 37813 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.43% 37713 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.38% 36237 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.30% 34318 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 1.30% 34156 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.24% 32632 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.22% 32203 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.16% 30623 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.93% 24370 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.92% 24142 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.86% 22554 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.83% 21950 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.76% 20058 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.73% 19240 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.67% 17562 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.64% 16928 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.63% 16587 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.60% 15719 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.58% 15386 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.57% 15058 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.57% 15001 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.56% 14747 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.55% 14435 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.53% 14088 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.53% 14087 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.51% 13551 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.50% 13152 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.48% 12747 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.48% 12704 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.45% 11732 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.44% 11523 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.43% 11254 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.42% 11163 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.42% 11087 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.41% 10918 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.41% 10801 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.41% 10752 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 0.41% 10682 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [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-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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2633645 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.35% 193574 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 4.01% 105659 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 3.39% 89372 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 3.02% 79407 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.35% 61980 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.27% 59869 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 1.91% 50228 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.83% 48279 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.74% 45937 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.73% 45613 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.69% 44563 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.43% 37684 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.37% 36092 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.30% 34313 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.29% 34064 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.20% 31703 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.18% 31097 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.16% 30623 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.04% 27294 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.93% 24370 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.92% 24337 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.88% 23203 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.84% 22033 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.83% 21949 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.76% 20054 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.73% 19220 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.72% 18898 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.67% 17562 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.64% 16928 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.64% 16817 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.60% 15719 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] 0.57% 15001 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.57% 14897 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.56% 14747 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.55% 14435 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.53% 14088 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.51% 13551 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.50% 13197 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.50% 13151 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.48% 12742 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.46% 11984 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.44% 11512 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.43% 11387 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.43% 11274 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.43% 11208 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.42% 11083 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.41% 10901 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.41% 10842 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.41% 10794 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.40% 10658 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2633645 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.76% 99124 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 3.54% 93119 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 3.27% 86145 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 2.35% 61797 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.90% 50130 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.74% 45891 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.69% 44563 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.58% 41485 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.23% 32415 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.22% 32206 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.20% 31526 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.17% 30731 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.14% 29987 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 1.13% 29801 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.12% 29575 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.11% 29194 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.06% 27829 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.04% 27408 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.99% 26134 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.92% 24180 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.86% 22577 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.85% 22302 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.84% 22037 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.81% 21300 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.73% 19235 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.67% 17721 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.65% 17140 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.64% 16822 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] 0.64% 16788 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.64% 16750 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.63% 16595 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.63% 16568 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.60% 15677 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.59% 15546 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.56% 14746 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.55% 14614 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.55% 14371 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.54% 14264 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 0.53% 14086 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.47% 12463 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.46% 11984 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 11919 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.45% 11881 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.43% 11403 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.42% 11037 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] 0.41% 10746 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.41% 10702 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.40% 10609 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.39% 10348 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.39% 10245 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2633645 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.87% 75564 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.74% 72253 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.57% 67814 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.06% 54277 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.85% 48765 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.69% 44563 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.52% 40003 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.36% 35717 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.16% 30419 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.12% 29541 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.12% 29418 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.08% 28526 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.05% 27665 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.04% 27400 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.03% 27194 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.00% 26247 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.94% 24710 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.80% 21035 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.79% 20861 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.77% 20201 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.77% 20160 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.72% 18918 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.67% 17546 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.60% 15840 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.60% 15794 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.59% 15574 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 14733 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 14732 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.55% 14478 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.55% 14359 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 14308 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.53% 14086 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.53% 13865 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.52% 13730 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 13726 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.51% 13549 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.47% 12272 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.46% 11984 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.44% 11473 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 10741 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.40% 10660 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.40% 10659 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.40% 10517 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 10464 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 10372 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 10291 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 9975 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.36% 9433 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.36% 9368 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1338 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.34% 9046 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1830 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 1127434 events (total: 286428M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.48% 44347M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.31% 35248M java.lang.StringUTF16#compress():216 [Inlined code] 9.31% 26663M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.72% 24975M java.lang.StringUTF16#compress():212 [Inlined code] 7.40% 21202M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.06% 20211M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.02% 8650M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.00% 8592M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.87% 8231M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.75% 7880M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.87% 5366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.84% 5259M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.78% 5108M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5005M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.73% 4942M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.69% 4840M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.65% 4721M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.61% 4597M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.38% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.30% 3709M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.12% 3204M perf.LineFileDocs#nextDoc():647 [Interpreted code] 1.09% 3110M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.04% 2980M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.57% 1622M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] 0.54% 1546M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.50% 1440M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.50% 1423M java.nio.HeapByteBuffer#():75 [Inlined code] 0.44% 1270M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.44% 1252M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.34% 981M java.util.ArrayList#grow():240 [Inlined code] 0.27% 770M java.util.ArrayDeque#():179 [Inlined code] 0.24% 673M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 539M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.18% 523M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 383M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.13% 382M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.12% 346M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.12% 346M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 341M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.11% 310M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 297M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.09% 258M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.09% 245M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.08% 238M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.08% 236M java.lang.Thread#beforeSleep():473 [Interpreted code] 0.08% 233M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.08% 229M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.08% 220M java.nio.HeapByteBuffer#asReadOnlyBuffer():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=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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 1127434 events (total: 286428M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.50% 41526M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.31% 35248M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 9.31% 26663M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.72% 24975M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.40% 21193M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.06% 20211M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.00% 8590M org.apache.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.84% 8121M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 7880M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.66% 7618M 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% 5366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.79% 5129M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.78% 5108M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5005M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 4942M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.69% 4840M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.65% 4721M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.56% 4468M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.38% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.12% 3203M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.11% 3188M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.09% 3110M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.04% 2980M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.98% 2820M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.57% 1622M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.50% 1423M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.47% 1332M 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% 1258M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.44% 1252M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.42% 1214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.36% 1031M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.34% 981M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.27% 770M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.19% 539M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.18% 506M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 383M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 382M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.12% 346M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.12% 343M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000002e1a4400#newInvokeSpecial() [Inlined code] 0.11% 316M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.11% 310M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 284M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.10% 280M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 258M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 245M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.09% 244M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.08% 238M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():636 [JIT compiled code] 0.08% 238M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 1127434 events (total: 286428M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.50% 41526M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.34% 32472M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.83% 22426M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.40% 21193M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.39% 21177M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.06% 20211M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.83% 8119M 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.75% 7873M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.65% 7602M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.87% 5366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.79% 5129M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.78% 5108M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.75% 5005M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 4942M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.71% 4911M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.68% 4800M 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.65% 4721M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.56% 4468M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.38% 3955M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 1.38% 3953M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.15% 3295M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.12% 3203M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.11% 3188M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.04% 2966M 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.03% 2952M 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():1918 [JIT compiled code] 0.98% 2820M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.84% 2403M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.66% 1886M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.57% 1622M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1531M 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% 1369M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002e13b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.47% 1332M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1258M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.44% 1252M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.36% 1031M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.34% 981M 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.27% 770M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.22% 634M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 539M 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.18% 506M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 383M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.13% 382M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.13% 366M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.12% 346M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled 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.12% 343M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000002e1a4400#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% 311M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.10% 286M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.10% 284M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 1127434 events (total: 286428M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.50% 41526M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.51% 30091M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.37% 21095M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.06% 20211M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.22% 9208M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 3.01% 8620M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.60% 7460M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 2.00% 5730M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.75% 5005M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.74% 4979M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.73% 4942M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.67% 4788M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.66% 4747M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.65% 4721M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.56% 4454M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 1.51% 4322M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.45% 4148M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.33% 3821M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 1.23% 3523M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 1.15% 3295M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.14% 3278M 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.0x000000002e1c6220#merge() [Interpreted code] 1.12% 3203M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.11% 3188M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3033M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] 1.01% 2897M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.98% 2820M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.95% 2726M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.94% 2697M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.94% 2682M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.83% 2381M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.83% 2370M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.67% 1929M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.66% 1891M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] 0.65% 1870M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.63% 1812M 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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.62% 1765M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.56% 1593M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1534M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] 0.53% 1522M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.48% 1374M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.46% 1331M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.46% 1307M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.45% 1275M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.44% 1258M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.43% 1238M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002e13b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.40% 1152M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.38% 1094M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.35% 1005M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 175.67 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 1127434 events (total: 286428M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.50% 41526M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.51% 30091M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.37% 21095M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.06% 20211M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.01% 8620M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.15% 6146M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.73% 4942M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4881M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.68% 4819M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.68% 4800M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] 1.65% 4720M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.60% 4591M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.59% 4564M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.55% 4438M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.55% 4436M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [JIT compiled code] 1.51% 4322M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.42% 4058M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.17% 3349M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 1.15% 3295M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.14% 3278M 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.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.13% 3242M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.12% 3203M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.11% 3188M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.07% 3062M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 1.06% 3033M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.98% 2820M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.96% 2747M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.93% 2657M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.93% 2655M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.83% 2381M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.83% 2370M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.65% 1870M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 1773M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.60% 1716M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.59% 1683M 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():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.56% 1593M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.54% 1559M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1522M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.48% 1388M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():2041 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.48% 1374M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.46% 1331M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.46% 1307M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] 0.45% 1294M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.44% 1258M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000002e1c6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.44% 1251M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():364 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.43% 1236M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002e13b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.43% 1220M 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():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 1094M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.38% 1089M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] move log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/fastIndexBigDocs.top.log [2026-05-31 14:26:19.450648] took 73.6 sec [2026-05-31 14:26:19.451760] bigIndexAtClose None [2026-05-31 14:26:19.452847] 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=3924509 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-06-01 02:29:02 (UTC) Duration: 11510 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 87487465 1661808762 jdk.FileWrite 14815297 340725007 jdk.FileRead 322459 8955076 jdk.CPULoad 217565 4568865 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 34298 747268 jdk.Checkpoint 34215 96367271 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 206 3696 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 163 4547 jdk.GarbageCollection 66 1716 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87487465 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.30% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 34.04% 29M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.80% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 2.23% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 1.52% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.88% 767432 java.util.Arrays#fill():3144 [Inlined code] 0.77% 673899 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.72% 630450 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.52% 456053 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.37% 325680 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.35% 309461 java.util.ArrayList#elementData():412 [Inlined code] 0.34% 295616 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.32% 277164 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 244903 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.27% 234271 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.22% 193764 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.22% 189133 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] 0.17% 149114 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] 0.17% 144957 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.15% 130623 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.13% 114819 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.12% 108408 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 103387 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.11% 96401 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.10% 91553 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.09% 75646 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 73907 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.08% 69726 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.07% 64018 java.util.Arrays#fill():3143 [Inlined code] 0.07% 61115 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.07% 60033 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 57665 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.06% 54862 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.06% 54110 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.06% 50865 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.06% 50461 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 42425 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 41422 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 41358 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 40727 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 40533 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 39597 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 37793 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 37178 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 32426 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32256 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.04% 32072 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 30761 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.03% 29942 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.03% 28930 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87487465 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.30% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.04% 29M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.80% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 2.23% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 1.52% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.88% 767432 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.77% 673899 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.72% 630450 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.52% 456053 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.37% 325680 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.35% 309429 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.32% 277164 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 244903 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.27% 234271 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 194148 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.22% 189133 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 149114 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 144957 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.16% 138664 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.15% 130623 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.13% 114819 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.12% 105283 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.12% 103387 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.11% 92403 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 80883 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 77241 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 64018 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.07% 60033 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 57665 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 54278 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.06% 50865 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.06% 50057 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.05% 42725 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 41422 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 41358 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 40533 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 39659 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 39619 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.05% 39597 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 38150 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 37178 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 34619 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.04% 34148 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.04% 33736 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.04% 32426 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 31766 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 31469 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.03% 30436 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.03% 29942 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.03% 29329 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87487465 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.30% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 34.04% 29M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 7.80% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 2.23% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.88% 767432 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.70% 610558 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.68% 596856 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.63% 551278 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.52% 459172 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.52% 456053 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.37% 325680 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.34% 299207 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.32% 276918 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.29% 255181 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.28% 244903 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 223533 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.21% 184107 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.19% 166897 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 130623 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 108661 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 103765 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 101844 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.11% 99804 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 97884 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 96166 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 83487 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.09% 80883 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 79172 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 77043 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.09% 76936 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 64018 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 54868 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 54278 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 50865 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] 0.05% 48069 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.05% 46645 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 41422 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.04% 38093 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 36860 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 36720 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.04% 36384 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.04% 34592 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.04% 34499 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 34148 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 33736 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 32426 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.04% 31547 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 31137 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 30218 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.03% 28895 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87487465 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.16% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.77% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 9.79% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 9.70% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 7.63% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.48% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.23% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 2.01% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.66% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.65% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.85% 747969 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.76% 660942 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.73% 640526 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.69% 602144 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.69% 599634 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.68% 596856 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.68% 596402 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.66% 580903 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.66% 574194 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.64% 557433 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.63% 551278 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.52% 456053 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.0x000000009607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.48% 417023 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.33% 286375 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 276918 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 229813 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.26% 223533 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 201728 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.21% 184107 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.19% 166897 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 129822 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.14% 125874 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.14% 120977 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.14% 118781 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.12% 108661 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.12% 106952 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.12% 103765 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] 0.12% 101844 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.11% 99804 org.apache.lucene.util.FixedBitSet#getAndSet():330 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 97884 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.11% 96166 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 88284 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.10% 83487 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.09% 78598 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.09% 78169 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.09% 77024 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] 0.08% 70987 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.08% 69827 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87487465 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.16% 27M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 10.12% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 9.31% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.67% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 5.60% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.11% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.87% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 1.66% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.61% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.50% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.50% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.16% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.89% 779440 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.73% 640526 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.71% 618981 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.68% 596856 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.68% 593943 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.67% 588626 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.66% 576897 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.66% 574185 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.60% 524088 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#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.58% 504516 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.56% 488096 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.53% 460706 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.52% 456053 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.0x000000009607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.43% 372229 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.41% 354861 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.33% 292861 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.33% 286364 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.30% 261190 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.30% 259389 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.30% 258434 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.28% 245247 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.27% 236151 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 234916 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.26% 229813 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 207260 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.22% 189965 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.21% 184107 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.21% 180481 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 158946 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.18% 156343 org.apache.lucene.util.FixedBitSet#getAndSet():329 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 155214 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.16% 143677 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.16% 143112 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.15% 129434 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.15% 129424 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.14% 125874 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 123259 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34501 events (total: 643632M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.44% 99367M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.58% 93859M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.09% 32782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.90% 31533M java.nio.HeapByteBuffer#():75 [Inlined code] 4.89% 31469M perf.LineFileDocs#readVector():212 [Inlined code] 3.21% 20657M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.76% 17781M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.69% 17343M java.util.Arrays#copyOf():3478 [Inlined code] 2.16% 13904M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.09% 13425M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.58% 10138M java.util.Arrays#copyOf():3537 [Inlined code] 1.54% 9941M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.33% 8550M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.26% 8085M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.16% 7492M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.11% 7124M java.util.ArrayList#grow():240 [Inlined code] 1.09% 7043M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.07% 6918M java.lang.StringUTF16#compress():212 [Inlined code] 1.07% 6889M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.04% 6682M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 1.01% 6512M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.88% 5663M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.84% 5421M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.82% 5267M org.apache.lucene.document.StringField#():61 [Inlined code] 0.79% 5076M java.util.HashMap#newNode():1910 [Inlined code] 0.78% 5036M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.78% 4993M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.71% 4597M java.lang.StringBuilder#toString():478 [Inlined code] 0.69% 4418M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.68% 4367M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.66% 4242M java.util.HashMap#resize():711 [JIT compiled code] 0.63% 4045M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.61% 3918M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.60% 3855M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.53% 3411M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.52% 3335M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.51% 3287M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.49% 3165M java.lang.Long#valueOf():1000 [Inlined code] 0.47% 3049M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.46% 2933M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.45% 2921M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.43% 2795M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 2761M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] 0.42% 2720M java.lang.StringUTF16#compress():216 [Inlined code] 0.41% 2634M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.41% 2608M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.39% 2514M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.37% 2379M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.36% 2344M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.36% 2287M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34501 events (total: 643632M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.88% 95779M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 14.58% 93859M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 5.09% 32782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] 4.89% 31469M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.79% 30799M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.21% 20657M 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.74% 17627M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.69% 17343M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.16% 13904M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 2.09% 13425M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.58% 10138M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.54% 9941M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.33% 8550M 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.26% 8085M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.16% 7492M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.11% 7124M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.09% 7043M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.07% 6918M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.07% 6889M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.04% 6682M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 1.01% 6512M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 0.88% 5663M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.84% 5421M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.78% 4993M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.71% 4597M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.69% 4418M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.68% 4367M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.63% 4045M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.61% 3918M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.56% 3587M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.52% 3335M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.51% 3287M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.47% 3049M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.47% 3039M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.47% 3008M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.46% 2933M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.45% 2921M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.43% 2795M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 2761M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.42% 2720M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.42% 2713M 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% 2634M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.41% 2608M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.38% 2417M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():636 [Inlined code] 0.37% 2404M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] 0.36% 2344M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2287M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.35% 2235M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.33% 2116M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.31% 2020M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [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 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34501 events (total: 643632M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.68% 88052M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.37% 86073M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.09% 32782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] 4.89% 31469M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.79% 30799M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.21% 20657M 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.69% 17343M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 2.16% 13904M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 1.58% 10138M 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.54% 9941M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.41% 9097M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.26% 8085M 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():451 [JIT compiled code] 1.21% 7785M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 7727M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.16% 7492M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 7469M 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.11% 7124M 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.09% 7043M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.02% 6537M 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.0x000000009604c400#concat() [Inlined code] 1.01% 6512M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.94% 6066M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.93% 6011M 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.88% 5663M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] 0.71% 4539M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 0.68% 4367M 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.67% 4328M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.66% 4245M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.63% 4045M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.61% 3918M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.60% 3844M 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.52% 3335M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.51% 3287M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.47% 3049M 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.47% 3039M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.47% 3028M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] 0.46% 2933M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.43% 2795M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.43% 2761M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.42% 2720M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.42% 2713M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.41% 2634M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.41% 2608M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.39% 2539M 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.38% 2417M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#putVal():636 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.37% 2404M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.36% 2344M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.36% 2315M 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.34% 2195M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.34% 2162M 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.33% 2116M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34501 events (total: 643632M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.16% 52512M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.14% 52404M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 5.09% 32782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 4.89% 31469M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.79% 30799M 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.23% 27208M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 3.78% 24318M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 3.21% 20657M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 2.16% 13904M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.41% 9097M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.16% 7492M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.07% 6905M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.02% 6537M 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.0x000000009604c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000009604c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 1.01% 6512M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.97% 6265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.97% 6219M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.94% 6066M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.93% 6011M 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% 5975M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.88% 5663M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.87% 5580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.74% 4740M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.69% 4449M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.65% 4194M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.63% 4049M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.62% 3966M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] 0.61% 3918M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.59% 3818M 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.56% 3617M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.53% 3420M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.53% 3410M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.52% 3335M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.47% 3049M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.47% 3039M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.47% 3028M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000961db950#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] 0.45% 2884M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] 0.44% 2815M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.43% 2761M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.42% 2720M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.42% 2677M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.41% 2634M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 2608M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.39% 2539M 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.36% 2344M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.36% 2342M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.36% 2315M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.35% 2278M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.35% 2277M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.34% 2206M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] 0.34% 2199M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2038.21 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34501 events (total: 643632M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.16% 52512M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] 8.14% 52404M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] 5.09% 32782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():385 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter$2#copyValue():382 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$DefaultFieldWriter#addValue():410 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.89% 31469M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.79% 30799M 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.23% 27208M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.78% 24318M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.21% 20657M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.16% 13904M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.16% 7492M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.12% 7201M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#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.07% 6905M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.01% 6512M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.97% 6265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.97% 6219M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009620b818#call() [JIT compiled code] 0.94% 6066M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.93% 6011M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.93% 5975M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000961db950#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] 0.88% 5663M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.87% 5580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.74% 4740M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.69% 4449M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.65% 4194M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.63% 4049M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.61% 3942M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.61% 3918M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.59% 3818M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.56% 3617M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1625 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1318 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.54% 3485M 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.0x000000009604c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000009604c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.53% 3420M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.53% 3410M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.52% 3335M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.47% 3049M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [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.0x00000000961db950#merge() [JIT compiled code] 0.47% 3039M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.47% 2993M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000961db950#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.45% 2906M 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.0x000000009604c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000009604c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader():87 [Inlined code] 0.45% 2884M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] 0.44% 2815M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 2761M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2720M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2677M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.41% 2634M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.41% 2608M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.39% 2539M 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():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.36% 2344M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 2342M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.36% 2315M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.35% 2278M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000961db950#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] 0.35% 2265M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():364 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.34% 2206M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1918 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1806 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1334 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1308 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():648 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] move log to /l/logs.nightly/2026.05.30.21.00.53/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.30.21.00.53/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.30.21.00.53/fixedIndex.top.log [2026-06-01 02:17:35.141334] took 40472.9 sec [2026-06-01 02:17:35.144667] run CheckIndex [2026-06-01 02:17:35.144753] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M/index" > /l/logs.nightly/2026.05.30.21.00.53/checkIndex.fixedIndex.log 2>&1 [2026-06-01 02:23:45.463960] took 370.3 sec [2026-06-01 02:23:45.464821] 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-06-01 02:23:45.465028] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.30.21.00.53/search-tasks.vmstat.log 2>/dev/null & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/2026.05.30.21.00.53/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.30.21.00.53/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 423.6 s 53.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 405.9 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.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 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.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.0 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.1 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 403.6 s 56.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 422.1 s 53.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 410.0 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.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.3 s 54.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.9 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-9.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7082989 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.9 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.3 s 54.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.5 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 423.8 s 53.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.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 408.5 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.7 s 54.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.14 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-14.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6401046 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.14 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.5 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.1 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.16 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-16.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7070456 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.16 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.7 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.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 406.8 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.1 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.8 s 55.6 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=176616 [2026-06-01 04:41:44.855256] done search (2:17:59.390208) 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.584 1.596 0.8% 4.921 4.961 0.8% 5.184 5.236 1.0% 5.322 5.298 -0.5% 5.375 5.553 3.3% ('And3Terms', None) 1.612 1.603 -0.5% 3.181 3.195 0.4% 3.487 3.494 0.2% 3.670 3.659 -0.3% 3.799 4.591 20.8% ('AndHighHigh', None) 4.934 4.908 -0.5% 6.818 6.863 0.7% 6.979 7.015 0.5% 7.101 7.155 0.8% 16.198 14.650 -9.6% ('AndHighHighDayTaxoFacets', None) 64.034 62.059 -3.1% 115.825 115.131 -0.6% 119.146 117.400 -1.5% 120.859 123.841 2.5% 140.631 171.560 22.0% ('AndHighMed', None) 2.161 2.165 0.2% 3.032 2.951 -2.7% 3.187 3.194 0.2% 3.378 3.203 -5.2% 3.379 3.383 0.1% ('AndHighMedDayTaxoFacets', None) 7.803 7.669 -1.7% 21.216 21.174 -0.2% 22.200 21.867 -1.5% 23.113 21.981 -4.9% 24.949 22.462 -10.0% ('AndHighOrMedMed', None) 6.184 6.148 -0.6% 11.227 11.037 -1.7% 11.466 11.343 -1.1% 12.514 13.354 6.7% 23.557 25.270 7.3% ('AndMedOrHighHigh', None) 4.312 4.526 5.0% 11.559 12.647 9.4% 11.791 12.923 9.6% 11.984 14.294 19.3% 74.425 104.153 39.9% ('AndMissingHigh', 'Title') 0.152 0.150 -1.3% 0.262 0.266 1.8% 0.398 0.460 15.7% 0.624 0.520 -16.6% 0.764 0.545 -28.6% ('AndStopWords', None) 5.731 7.145 24.7% 18.670 18.895 1.2% 19.136 19.193 0.3% 19.136 19.193 0.3% 20.440 20.506 0.3% ('BrowseDateSSDVFacets', None) 655.919 655.198 -0.1% 662.925 659.208 -0.6% 672.328 668.691 -0.5% 672.328 668.691 -0.5% 749.864 747.949 -0.3% ('BrowseDateTaxoFacets', None) 138.930 138.822 -0.1% 141.988 141.812 -0.1% 153.446 153.306 -0.1% 153.446 153.306 -0.1% 154.006 153.997 -0.0% ('BrowseDayOfYearSSDVFacets', None) 173.728 173.624 -0.1% 175.472 175.280 -0.1% 181.379 178.775 -1.4% 181.379 178.775 -1.4% 184.356 183.361 -0.5% ('BrowseDayOfYearTaxoFacets', None) 137.842 137.968 0.1% 140.077 140.932 0.6% 152.811 153.331 0.3% 152.811 153.331 0.3% 152.904 154.111 0.8% ('BrowseMonthSSDVFacets', None) 161.898 161.753 -0.1% 164.370 164.478 0.1% 171.470 171.846 0.2% 171.470 171.846 0.2% 176.805 171.989 -2.7% ('BrowseMonthTaxoFacets', None) 148.118 148.334 0.1% 150.293 150.015 -0.2% 159.519 158.343 -0.7% 159.519 158.343 -0.7% 210.101 208.298 -0.9% ('BrowseRandomLabelSSDVFacets', None) 211.752 212.707 0.5% 218.879 222.933 1.9% 225.242 241.261 7.1% 225.242 241.261 7.1% 240.979 255.522 6.0% ('BrowseRandomLabelTaxoFacets', None) 157.127 157.595 0.3% 163.986 161.879 -1.3% 175.446 178.530 1.8% 175.446 178.530 1.8% 178.432 182.098 2.1% ('CombinedAndHighHigh', None) 18.109 17.993 -0.6% 19.223 19.526 1.6% 21.247 20.956 -1.4% 21.837 21.602 -1.1% 43.709 40.976 -6.3% ('CombinedAndHighMed', None) 3.200 3.177 -0.7% 9.226 9.240 0.1% 10.139 10.349 2.1% 10.406 11.634 11.8% 133.390 139.779 4.8% ('CombinedOrHighHigh', None) 18.114 18.114 -0.0% 19.419 19.942 2.7% 20.090 21.575 7.4% 21.171 22.140 4.6% 21.246 22.961 8.1% ('CombinedOrHighMed', None) 3.281 3.238 -1.3% 9.302 9.258 -0.5% 10.018 9.675 -3.4% 10.507 10.784 2.6% 30.622 29.470 -3.8% ('CombinedTerm', None) 6.567 6.525 -0.6% 12.825 12.584 -1.9% 13.184 12.777 -3.1% 14.662 12.845 -12.4% 28.634 27.473 -4.1% ('CountAndHighHigh', None) 1.802 1.772 -1.6% 2.014 1.979 -1.7% 2.197 2.425 10.4% 2.330 2.443 4.9% 2.508 2.979 18.8% ('CountAndHighMed', None) 1.729 1.659 -4.0% 1.955 1.940 -0.8% 2.242 3.107 38.6% 57.395 53.362 -7.0% 90.911 81.042 -10.9% ('CountFilteredIntNRQ', None) 6.690 6.665 -0.4% 7.546 7.543 -0.0% 9.333 8.059 -13.7% 30.952 34.859 12.6% 37.466 35.700 -4.7% ('CountFilteredOrHighHigh', None) 4.859 4.807 -1.1% 5.104 5.049 -1.1% 5.276 5.528 4.8% 7.148 6.513 -8.9% 25.009 19.990 -20.1% ('CountFilteredOrHighMed', None) 4.365 4.341 -0.5% 4.771 4.691 -1.7% 4.976 4.978 0.0% 4.989 8.258 65.5% 7.554 8.482 12.3% ('CountFilteredOrMany', None) 17.159 17.042 -0.7% 20.146 20.212 0.3% 21.051 20.883 -0.8% 22.045 22.244 0.9% 81.864 87.490 6.9% ('CountFilteredPhrase', None) 11.626 11.903 2.4% 16.887 16.997 0.7% 17.401 17.543 0.8% 19.383 24.286 25.3% 71.721 69.229 -3.5% ('CountOrHighHigh', None) 1.752 1.699 -3.1% 2.035 1.928 -5.3% 2.437 2.247 -7.8% 2.544 2.287 -10.1% 5.221 2.373 -54.5% ('CountOrHighMed', None) 1.682 1.632 -3.0% 2.010 1.968 -2.1% 2.440 2.239 -8.3% 3.038 2.838 -6.6% 14.410 14.916 3.5% ('CountOrMany', None) 15.805 15.115 -4.4% 19.656 18.843 -4.1% 20.469 19.534 -4.6% 20.907 20.712 -0.9% 23.929 24.046 0.5% ('CountPhrase', None) 39.936 39.227 -1.8% 80.772 79.869 -1.1% 89.830 89.217 -0.7% 91.833 90.716 -1.2% 93.227 90.912 -2.5% ('CountTerm', None) 0.100 0.101 0.6% 0.154 0.145 -5.8% 0.363 0.227 -37.5% 0.382 0.231 -39.5% 0.568 0.590 3.9% ('DismaxOrHighHigh', None) 2.731 2.772 1.5% 6.908 7.117 3.0% 7.400 7.453 0.7% 14.837 12.915 -13.0% 16.094 15.561 -3.3% ('DismaxOrHighMed', None) 2.455 2.460 0.2% 3.120 3.057 -2.0% 3.510 4.029 14.8% 4.333 12.079 178.8% 5.783 12.979 124.4% ('DismaxTerm', None) 0.676 0.687 1.7% 0.910 0.901 -1.0% 2.458 3.284 33.6% 3.068 3.878 26.4% 4.014 10.968 173.2% ('FilteredAnd2Terms2StopWords', None) 1.007 1.005 -0.2% 6.178 6.259 1.3% 6.425 6.577 2.4% 6.567 6.599 0.5% 6.614 6.622 0.1% ('FilteredAnd3Terms', None) 1.508 1.482 -1.8% 2.509 2.513 0.2% 2.805 2.816 0.4% 3.473 3.309 -4.7% 6.029 3.333 -44.7% ('FilteredAndHighHigh', None) 7.336 7.359 0.3% 7.568 7.634 0.9% 7.837 8.064 2.9% 7.968 8.420 5.7% 9.682 8.655 -10.6% ('FilteredAndHighMed', None) 2.231 2.220 -0.5% 5.631 5.616 -0.3% 5.808 5.863 0.9% 5.926 5.968 0.7% 5.945 6.300 6.0% ('FilteredAndStopWords', None) 8.689 8.423 -3.1% 10.238 10.233 -0.0% 10.493 10.450 -0.4% 10.493 10.450 -0.4% 112.171 110.838 -1.2% ('FilteredDismaxOrHighHigh', None) 10.364 10.479 1.1% 11.006 11.148 1.3% 11.688 11.752 0.6% 25.172 24.764 -1.6% 30.029 33.061 10.1% ('FilteredDismaxOrHighMed', None) 3.223 3.213 -0.3% 7.520 7.473 -0.6% 7.906 7.840 -0.8% 8.645 7.938 -8.2% 83.248 83.394 0.2% ('FilteredDismaxTerm', None) 3.539 3.519 -0.6% 4.784 4.747 -0.8% 5.048 5.089 0.8% 5.382 6.770 25.8% 6.558 12.270 87.1% ('FilteredIntNRQ', None) 3.281 3.279 -0.1% 4.127 4.101 -0.6% 4.507 4.514 0.1% 4.891 6.122 25.2% 55.099 57.270 3.9% ('FilteredOr2Terms2StopWords', None) 3.381 3.389 0.2% 7.207 7.331 1.7% 7.686 7.609 -1.0% 7.785 7.783 -0.0% 89.622 112.420 25.4% ('FilteredOr3Terms', None) 4.632 4.578 -1.2% 6.096 6.052 -0.7% 6.337 6.343 0.1% 6.417 6.521 1.6% 7.887 6.718 -14.8% ('FilteredOrHighHigh', None) 7.620 7.662 0.6% 7.929 8.005 1.0% 8.301 8.256 -0.5% 8.850 8.506 -3.9% 59.036 60.029 1.7% ('FilteredOrHighMed', None) 2.232 2.230 -0.1% 5.517 5.490 -0.5% 5.775 5.753 -0.4% 5.906 5.760 -2.5% 26.326 39.889 51.5% ('FilteredOrMany', None) 31.101 31.157 0.2% 34.059 34.078 0.1% 35.132 35.865 2.1% 35.988 36.237 0.7% 36.305 36.248 -0.2% ('FilteredOrStopWords', None) 11.492 11.574 0.7% 11.956 12.138 1.5% 23.766 21.550 -9.3% 23.766 21.550 -9.3% 143.499 138.528 -3.5% ('FilteredPhrase', None) 11.015 11.190 1.6% 16.742 17.239 3.0% 18.933 19.304 2.0% 27.857 27.365 -1.8% 29.182 29.014 -0.6% ('FilteredPrefix3', None) 1.779 1.852 4.1% 3.892 4.005 2.9% 4.382 4.403 0.5% 4.726 4.457 -5.7% 6.120 4.526 -26.1% ('FilteredTerm', None) 3.154 3.152 -0.0% 4.554 4.507 -1.0% 5.131 4.858 -5.3% 5.560 5.471 -1.6% 30.676 31.063 1.3% ('Fuzzy1', None) 8.904 9.036 1.5% 10.915 10.913 -0.0% 11.899 12.317 3.5% 13.735 18.476 34.5% 23.747 34.267 44.3% ('Fuzzy2', None) 9.902 9.987 0.9% 11.821 12.054 2.0% 12.735 13.061 2.6% 13.950 14.226 2.0% 14.845 26.855 80.9% ('IntNRQ', None) 3.137 3.174 1.2% 4.031 4.032 0.0% 4.389 4.491 2.3% 4.448 4.638 4.3% 15.421 6.830 -55.7% ('IntSet', None) 1.175 1.188 1.1% 1.367 1.372 0.3% 3.343 3.351 0.2% 18.357 22.181 20.8% 26.636 26.563 -0.3% ('IntervalsOrdered', None) 34.829 35.049 0.6% 92.419 92.086 -0.4% 94.941 93.752 -1.3% 96.993 99.321 2.4% 99.671 102.858 3.2% ('MedTermDayTaxoFacets', None) 23.084 22.002 -4.7% 27.368 25.734 -6.0% 27.999 26.477 -5.4% 28.154 27.328 -2.9% 31.082 28.372 -8.7% ('Or2Terms2StopWords', None) 1.680 1.694 0.8% 4.985 5.009 0.5% 5.512 5.271 -4.4% 9.858 5.382 -45.4% 37.250 34.725 -6.8% ('Or3Terms', None) 2.122 2.139 0.8% 3.545 3.543 -0.1% 3.977 4.150 4.4% 4.539 4.831 6.4% 264.170 272.261 3.1% ('OrHighHigh', None) 5.100 5.247 2.9% 5.711 5.853 2.5% 5.928 6.092 2.8% 7.491 6.521 -12.9% 16.940 16.651 -1.7% ('OrHighMed', None) 1.701 1.649 -3.1% 2.973 2.776 -6.6% 3.243 2.977 -8.2% 8.634 6.093 -29.4% 8.870 8.634 -2.7% ('OrHighMedDayTaxoFacets', None) 75.460 76.260 1.1% 244.114 246.263 0.9% 247.586 251.985 1.8% 248.906 253.696 1.9% 250.327 258.513 3.3% ('OrHighRare', None) 2.806 2.799 -0.2% 3.061 3.047 -0.5% 3.436 3.233 -5.9% 3.469 3.388 -2.3% 3.904 12.045 208.6% ('OrMany', None) 24.766 24.716 -0.2% 27.562 27.789 0.8% 29.808 29.655 -0.5% 30.027 30.306 0.9% 33.862 41.571 22.8% ('OrStopWords', None) 6.014 6.091 1.3% 15.383 15.717 2.2% 15.626 17.183 10.0% 15.626 17.183 10.0% 15.635 19.350 23.8% ('PKLookup',) 2.722 2.771 1.8% 2.882 2.918 1.3% 3.691 4.060 10.0% 5.683 5.752 1.2% 7.998 8.063 0.8% ('Phrase', None) 14.719 14.818 0.7% 39.897 40.147 0.6% 42.458 42.097 -0.8% 42.964 42.195 -1.8% 63.365 57.619 -9.1% ('PostFilteredVectorSearch', None) 1.943 1.808 -6.9% 2.248 2.125 -5.5% 5.224 4.526 -13.4% 6.189 6.291 1.7% 7.014 6.402 -8.7% ('PreFilteredVectorSearch', None) 5.775 5.751 -0.4% 6.315 6.370 0.9% 9.995 9.065 -9.3% 63.756 76.268 19.6% 306.621 301.194 -1.8% ('Prefix3', None) 1.072 1.071 -0.0% 3.437 3.597 4.7% 4.138 4.032 -2.6% 8.978 9.204 2.5% 87.464 91.617 4.7% ('Respell',) 14.516 14.419 -0.7% 16.913 16.833 -0.5% 18.124 20.263 11.8% 25.940 25.303 -2.5% 32.751 33.312 1.7% ('SloppyPhrase', None) 79.190 79.491 0.4% 210.770 211.683 0.4% 213.784 218.291 2.1% 214.189 227.720 6.3% 293.595 283.745 -3.4% ('SpanNear', None) 34.810 34.505 -0.9% 91.203 91.522 0.4% 93.494 93.259 -0.3% 94.047 94.728 0.7% 216.845 190.613 -12.1% ('Term', None) 0.836 0.835 -0.2% 1.025 1.003 -2.1% 1.246 1.115 -10.5% 1.351 2.752 103.7% 19.227 26.972 40.3% ('TermBGroup1M', None) 50.667 51.102 0.9% 82.003 83.128 1.4% 82.960 84.038 1.3% 83.479 86.062 3.1% 84.371 86.318 2.3% ('TermBGroup1M1P', None) 25.082 25.011 -0.3% 44.693 45.150 1.0% 45.238 46.379 2.5% 47.404 46.568 -1.8% 50.793 51.153 0.7% ('TermDateFacets', None) 30.113 29.182 -3.1% 52.085 49.710 -4.6% 53.085 50.492 -4.9% 65.393 126.134 92.9% 136.786 154.827 13.2% ('TermDateTimeSort', 'DateTime') 3.962 4.215 6.4% 5.710 5.797 1.5% 5.919 6.212 4.9% 22.532 13.312 -40.9% 65.341 75.693 15.8% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.392 6.280 -1.7% 10.203 9.558 -6.3% 10.512 10.275 -2.3% 10.647 20.271 90.4% 38.010 43.406 14.2% ('TermDayOfYearSort', 'DayOfYear') 2.124 2.252 6.0% 3.171 3.568 12.5% 3.829 4.109 7.3% 5.358 4.516 -15.7% 24.453 28.180 15.2% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.226 6.117 -1.7% 10.845 10.517 -3.0% 11.131 10.866 -2.4% 11.194 11.571 3.4% 11.390 12.279 7.8% ('TermGroup100', None) 55.295 56.544 2.3% 105.507 107.754 2.1% 107.226 108.608 1.3% 108.016 108.948 0.9% 110.359 109.018 -1.2% ('TermGroup10K', None) 62.531 63.223 1.1% 107.823 109.180 1.3% 109.456 110.705 1.1% 111.006 111.762 0.7% 160.260 130.613 -18.5% ('TermGroup1M', None) 63.547 64.120 0.9% 112.168 113.636 1.3% 114.759 114.719 -0.0% 116.382 116.568 0.2% 117.441 116.775 -0.6% ('TermMonthSort', 'Month') 0.882 0.892 1.2% 1.039 1.061 2.1% 1.237 1.285 3.9% 1.875 1.914 2.1% 2.534 2.453 -3.2% ('TermMonthSortSkipper', 'Month (skipper)') 5.239 5.072 -3.2% 9.148 8.628 -5.7% 9.487 9.129 -3.8% 9.701 9.416 -2.9% 91.918 71.926 -21.7% ('TermTitleSort', 'Title') 7.278 7.768 6.7% 9.115 9.664 6.0% 20.951 14.685 -29.9% 89.457 61.585 -31.2% 117.814 108.516 -7.9% ('TermTitleSortSkipper', 'Title (skipper)') 6.519 6.465 -0.8% 10.337 9.834 -4.9% 10.572 10.016 -5.3% 11.417 10.428 -8.7% 59.900 62.923 5.0% ('VectorSearch', None) 2.279 2.120 -7.0% 2.425 2.286 -5.7% 6.354 6.330 -0.4% 6.890 6.459 -6.2% 8.344 7.964 -4.6% ('Wildcard', None) 23.899 22.139 -7.4% 38.846 35.507 -8.6% 47.133 46.721 -0.9% 50.690 55.221 8.9% 76.241 79.013 3.6% generate vmstat pretties /l/reports.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.30.21.00.53/search-tasks /l/reports.nightly/2026.05.30.21.00.53/fastIndexBigDocs /l/reports.nightly/2026.05.30.21.00.53/fixedIndex /l/reports.nightly/2026.05.30.21.00.53/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.30.21.00.53/nrtIndexMediumDocs /l/reports.nightly/2026.05.30.21.00.53/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 53.51 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=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 61.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=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 92.93 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 159.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=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 219.58 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.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=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.47 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.08 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.68 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.85 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.66.32, 3.5.71.78, 3.5.73.26, 3.5.64.244, 3.5.71.125, 3.5.74.49, 52.92.36.64, 3.5.67.45 * Trying 3.5.66.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 (3.5.66.32 port 443) from 10.17.4.7 port 34680 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/e12ab2b0-8dfc-4745-bd3e-babf198f8b27.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEAaCWV1LXdlc3QtMSJIMEYCIQCWKlV8th7KaP1kwNgSD5tUL4dpby%2BB32iLTEb73ZTf2QIhALl1tRk6VsjuEx0js8Gl6CLHYfT2TKaiVVMYsvVP%2B2UXKroFCAkQABoMODM1NDk0NzUzMTI2IgxzT5rbrvi3oPUHVNsqlwV%2FZFOE96INmZx%2FoPTqL8XU9c0zaKpnZjIIK7nm4P0%2FPbW6FfkIVMh%2B5nkQ86Wk5FNZWyPwMt0cJnMvlVWKZQofOip%2B7koOMD%2BoM%2Bwr%2F4GX%2FM67paJfPUTDTIh%2BkEZphMa6CkKXUkan4Mqf24A6qhCJiK6RhBK1Zc0HJzFdoK1jmvTgJSdzI9Sb4LLQhbGtJ7Q7tUpgehuzieqXGKgz5xTn2Zz8%2Bj6qazSnu0togLasrxkGYVlgKn%2BpMirvzbU%2FNhAm9W9ihFc%2BbpfkRZbRulzpdrPqS7HMEgs7bGsKOYa2qUGLDqJ1XY9bbOdXdZvVPX64sH1opzvifbjaqjFrmJcZI2%2FzIDvIyccGqdeRwp9FrATr7VF0dPPMTK1FvLR9VQx2RmglehAEcro%2F0SESDiiR4R8fsa35jdK%2B1%2BqaGv9GQGciDGKnYAjcxLtSc8xyK5EGjhh2%2Bcr0wmm9RY4kiBKXv0kmzpxTQs5vZIAR0ASXqomcfuI6MT9QsucN%2BdPBCGV%2FA4TWk9LrWa3Qgqekt5z20XqiODXPQyS5m3kiKxejG5tnRS0%2FoHwd6CP6gp3lHIJZXD64OSK%2FVKgyJkL62QPO%2BUKcbBO0%2Fl3rrcu2RfcFQ9QdEoLnrDRIeYhslqK1UxA2QRCTNBUdjyFeIhxQ3ZrbXmCJMgZresQmbgDJ5i%2Bd53DtnGg3Ysmno1WlI5X0egU24oleMFpHyzKCQRMx8%2BAH%2FxdMELtpanqJGQZmgiPwrIp7SoQgeS2W%2BpynCWVCiVQnN%2BbX4kzr0%2FNB7rnFJMH26%2FV19kiagA4J6kG7R%2FtRsaABhJYMr1%2BEP0oBVtHdv99J5J0Gi4FySgk0%2Fb61Nb1OfPI2MjsdV0XO06AeNdgoxcRlWn%2FsIvowwvT00AY6sAF452CIi%2FUdz8m9a7fLn6lCIWQKpFkFHVXyMERFG4RapZj6vma5gVYjrmInwteqghROyC%2FXnilZ3GcxW79GgAQ%2BmhF84ifLZZsacfWvt8mKxaN%2BrfqejV%2Bp%2B8rwqG4bmRFG8sVcl1GG5T8BkmezHGsYGxlhzrlSWf0IG2vKjcP673cflmAiIQFaaDYLp2CEvWLc9xfmRL2LRvxl6lzn%2B20kHgs7s%2B0D78Ga%2FY844x72vg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260601T085436Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD4QJUF7H%2F20260601%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=f0ec71ecb070a240f980d101af9ad45b8d60ef70ecc8d0adc1caf394330c1fd5 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 428439042 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 408.5M 0 0 0 1.50M 0 1.46M 04:37 00:01 04:36 1.46M 2 408.5M 0 0 2 8.81M 0 4.34M 01:34 00:02 01:32 4.34M 3 408.5M 0 0 3 15.81M 0 5.22M 01:18 00:03 01:15 5.22M 4 408.5M 0 0 4 19.62M 0 4.83M 01:24 00:04 01:20 4.83M 5 408.5M 0 0 5 22.56M 0 4.44M 01:31 00:05 01:26 4.44M 6 408.5M 0 0 6 25.31M 0 4.15M 01:38 00:06 01:32 4.69M 6 408.5M 0 0 6 27.75M 0 3.91M 01:44 00:07 01:37 3.73M 7 408.5M 0 0 7 30.37M 0 3.74M 01:49 00:08 01:41 2.86M 8 408.5M 0 0 8 33.00M 0 3.62M 01:52 00:09 01:43 2.65M 8 408.5M 0 0 8 35.62M 0 3.51M 01:56 00:10 01:46 2.58M 9 408.5M 0 0 9 38.31M 0 3.43M 01:58 00:11 01:47 2.57M 10 408.5M 0 0 10 41.00M 0 3.37M 02:01 00:12 01:49 2.62M 10 408.5M 0 0 10 43.12M 0 3.27M 02:04 00:13 01:51 2.52M 11 408.5M 0 0 11 45.56M 0 3.21M 02:07 00:14 01:53 2.47M 11 408.5M 0 0 11 47.75M 0 3.14M 02:09 00:15 01:54 2.39M 12 408.5M 0 0 12 49.75M 0 3.07M 02:12 00:16 01:56 2.26M 12 408.5M 0 0 12 51.93M 0 3.01M 02:15 00:17 01:58 2.16M 13 408.5M 0 0 13 54.12M 0 2.97M 02:17 00:18 01:59 2.18M 13 408.5M 0 0 13 56.37M 0 2.93M 02:19 00:19 02:00 2.14M 14 408.5M 0 0 14 58.62M 0 2.89M 02:20 00:20 02:00 2.15M 14 408.5M 0 0 14 60.93M 0 2.86M 02:22 00:21 02:01 2.21M 15 408.5M 0 0 15 63.37M 0 2.84M 02:23 00:22 02:01 2.26M 16 408.5M 0 0 16 66.00M 0 2.83M 02:23 00:23 02:00 2.34M 16 408.5M 0 0 16 69.00M 0 2.84M 02:23 00:24 01:59 2.49M 17 408.5M 0 0 17 72.56M 0 2.87M 02:22 00:25 01:57 2.76M 18 408.5M 0 0 18 76.93M 0 2.92M 02:19 00:26 01:53 3.16M 20 408.5M 0 0 20 82.31M 0 3.01M 02:15 00:27 01:48 3.75M 21 408.5M 0 0 21 89.00M 0 3.14M 02:09 00:28 01:41 4.57M 23 408.5M 0 0 23 97.37M 0 3.32M 02:02 00:29 01:33 5.65M 26 408.5M 0 0 26 107.7M 0 3.55M 01:54 00:30 01:24 7.01M 28 408.5M 0 0 28 117.5M 0 3.75M 01:48 00:31 01:17 8.12M 30 408.5M 0 0 30 123.0M 0 3.80M 01:47 00:32 01:15 8.13M 31 408.5M 0 0 31 128.1M 0 3.84M 01:46 00:33 01:13 7.81M 32 408.5M 0 0 32 133.6M 0 3.89M 01:44 00:34 01:10 7.23M 33 408.5M 0 0 33 138.6M 0 3.92M 01:44 00:35 01:09 6.15M 34 408.5M 0 0 34 142.8M 0 3.93M 01:43 00:36 01:07 5.04M 36 408.5M 0 0 36 147.3M 0 3.95M 01:43 00:37 01:06 4.85M 37 408.5M 0 0 37 152.0M 0 3.96M 01:42 00:38 01:04 4.76M 38 408.5M 0 0 38 156.8M 0 3.98M 01:42 00:39 01:03 4.62M 39 408.5M 0 0 39 161.3M 0 4.00M 01:42 00:40 01:02 4.53M 40 408.5M 0 0 40 165.1M 0 3.99M 01:42 00:41 01:01 4.42M 41 408.5M 0 0 41 169.3M 0 3.99M 01:42 00:42 01:00 4.35M 42 408.5M 0 0 42 173.8M 0 4.00M 01:41 00:43 00:58 4.32M 43 408.5M 0 0 43 177.5M 0 4.00M 01:42 00:44 00:58 4.11M 44 408.5M 0 0 44 181.1M 0 3.99M 01:42 00:45 00:57 3.93M 45 408.5M 0 0 45 184.7M 0 3.98M 01:42 00:46 00:56 3.89M 45 408.5M 0 0 45 187.6M 0 3.96M 01:43 00:47 00:56 3.64M 46 408.5M 0 0 46 190.8M 0 3.94M 01:43 00:48 00:55 3.37M 47 408.5M 0 0 47 194.1M 0 3.92M 01:43 00:49 00:54 3.27M 48 408.5M 0 0 48 197.4M 0 3.91M 01:44 00:50 00:54 3.21M 49 408.5M 0 0 49 200.7M 0 3.90M 01:44 00:51 00:53 3.17M 49 408.5M 0 0 49 204.0M 0 3.89M 01:44 00:52 00:52 3.24M 50 408.5M 0 0 50 207.4M 0 3.88M 01:45 00:53 00:52 3.28M 51 408.5M 0 0 51 210.8M 0 3.87M 01:45 00:54 00:51 3.32M 52 408.5M 0 0 52 214.0M 0 3.85M 01:45 00:55 00:50 3.27M 53 408.5M 0 0 53 217.0M 0 3.84M 01:46 00:56 00:50 3.21M 53 408.5M 0 0 53 220.5M 0 3.83M 01:46 00:57 00:49 3.24M 54 408.5M 0 0 54 224.0M 0 3.83M 01:46 00:58 00:48 3.29M 55 408.5M 0 0 55 227.7M 0 3.82M 01:46 00:59 00:47 3.33M 56 408.5M 0 0 56 231.4M 0 3.82M 01:46 01:00 00:46 3.46M 57 408.5M 0 0 57 235.1M 0 3.82M 01:46 01:01 00:45 3.59M 58 408.5M 0 0 58 238.9M 0 3.82M 01:46 01:02 00:44 3.65M 59 408.5M 0 0 59 242.7M 0 3.81M 01:46 01:03 00:43 3.69M 60 408.5M 0 0 60 246.6M 0 3.82M 01:46 01:04 00:42 3.74M 61 408.5M 0 0 61 250.8M 0 3.82M 01:46 01:05 00:41 3.84M 62 408.5M 0 0 62 255.5M 0 3.83M 01:46 01:06 00:40 4.02M 63 408.5M 0 0 63 260.7M 0 3.85M 01:45 01:07 00:38 4.33M 65 408.5M 0 0 65 266.7M 0 3.89M 01:45 01:08 00:37 4.78M 67 408.5M 0 0 67 273.9M 0 3.93M 01:43 01:09 00:34 5.43M 68 408.5M 0 0 68 280.6M 0 3.97M 01:42 01:10 00:32 5.94M 70 408.5M 0 0 70 287.1M 0 4.01M 01:41 01:11 00:30 6.30M 71 408.5M 0 0 71 292.5M 0 4.03M 01:41 01:12 00:29 6.33M 72 408.5M 0 0 72 296.1M 0 4.02M 01:41 01:13 00:28 5.84M 73 408.5M 0 0 73 299.2M 0 4.01M 01:41 01:14 00:27 5.01M 74 408.5M 0 0 74 302.5M 0 4.00M 01:42 01:15 00:27 4.33M 74 408.5M 0 0 74 305.9M 0 3.99M 01:42 01:16 00:26 3.71M 75 408.5M 0 0 75 309.3M 0 3.98M 01:42 01:17 00:25 3.32M 76 408.5M 0 0 76 312.8M 0 3.97M 01:42 01:18 00:24 3.29M 77 408.5M 0 0 77 316.2M 0 3.96M 01:42 01:19 00:23 3.37M 78 408.5M 0 0 78 319.7M 0 3.96M 01:43 01:20 00:23 3.41M 79 408.5M 0 0 79 323.3M 0 3.95M 01:43 01:21 00:22 3.46M 80 408.5M 0 0 80 327.2M 0 3.95M 01:43 01:22 00:21 3.54M 81 408.5M 0 0 81 331.5M 0 3.95M 01:43 01:23 00:20 3.69M 82 408.5M 0 0 82 336.3M 0 3.97M 01:42 01:24 00:18 3.97M 83 408.5M 0 0 83 342.0M 0 3.99M 01:42 01:25 00:17 4.40M 85 408.5M 0 0 85 348.6M 0 4.02M 01:41 01:26 00:15 5.00M 87 408.5M 0 0 87 356.7M 0 4.06M 01:40 01:27 00:13 5.84M 89 408.5M 0 0 89 365.9M 0 4.12M 01:39 01:28 00:11 6.84M 91 408.5M 0 0 91 373.8M 0 4.16M 01:38 01:29 00:09 7.46M 93 408.5M 0 0 93 380.3M 0 4.19M 01:37 01:30 00:07 7.63M 94 408.5M 0 0 94 386.9M 0 4.21M 01:36 01:31 00:05 7.61M 96 408.5M 0 0 96 393.8M 0 4.24M 01:36 01:32 00:04 7.37M 98 408.5M 0 0 98 400.9M 0 4.27M 01:35 01:33 00:02 6.95M 99 408.5M 0 0 99 408.0M 0 4.30M 01:34 01:34 6.79M* upload completely sent off: 428439042 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: mAwYTtJu9eRj0aVUNxLd99VzxfG9xfnBYtyXAVu/wbl1KY/5znwaM5Lr7bqgTIyJVgYrYj3hNxFz88J1AWI8zTyIFTsdAiMr < x-amz-request-id: HJYSP73366ZNW25S < Date: Mon, 01 Jun 2026 08:55:08 GMT < x-amz-server-side-encryption: AES256 < ETag: "90177c0da33303b07ead636d62dd7294" < x-amz-checksum-crc64nvme: SQlVWxIIhfA= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 408.5M 0 0 100 408.5M 0 4.29M 01:35 01:35 6.79M 100 408.5M 0 0 100 408.5M 0 4.29M 01:35 01:35 6.79M 100 408.5M 0 0 100 408.5M 0 4.29M 01:35 01:35 6.79M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 126.44 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.66.20, 3.5.73.38, 3.5.66.18, 52.92.4.120, 3.5.64.78, 52.92.16.72, 3.5.74.12, 3.5.72.92 * Trying 3.5.66.20:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.66.20 port 443) from 10.17.4.7 port 37822 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/9521e56b-eb81-4f6c-ae2c-c01ca5e166ff.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEAaCWV1LXdlc3QtMSJIMEYCIQCWKlV8th7KaP1kwNgSD5tUL4dpby%2BB32iLTEb73ZTf2QIhALl1tRk6VsjuEx0js8Gl6CLHYfT2TKaiVVMYsvVP%2B2UXKroFCAkQABoMODM1NDk0NzUzMTI2IgxzT5rbrvi3oPUHVNsqlwV%2FZFOE96INmZx%2FoPTqL8XU9c0zaKpnZjIIK7nm4P0%2FPbW6FfkIVMh%2B5nkQ86Wk5FNZWyPwMt0cJnMvlVWKZQofOip%2B7koOMD%2BoM%2Bwr%2F4GX%2FM67paJfPUTDTIh%2BkEZphMa6CkKXUkan4Mqf24A6qhCJiK6RhBK1Zc0HJzFdoK1jmvTgJSdzI9Sb4LLQhbGtJ7Q7tUpgehuzieqXGKgz5xTn2Zz8%2Bj6qazSnu0togLasrxkGYVlgKn%2BpMirvzbU%2FNhAm9W9ihFc%2BbpfkRZbRulzpdrPqS7HMEgs7bGsKOYa2qUGLDqJ1XY9bbOdXdZvVPX64sH1opzvifbjaqjFrmJcZI2%2FzIDvIyccGqdeRwp9FrATr7VF0dPPMTK1FvLR9VQx2RmglehAEcro%2F0SESDiiR4R8fsa35jdK%2B1%2BqaGv9GQGciDGKnYAjcxLtSc8xyK5EGjhh2%2Bcr0wmm9RY4kiBKXv0kmzpxTQs5vZIAR0ASXqomcfuI6MT9QsucN%2BdPBCGV%2FA4TWk9LrWa3Qgqekt5z20XqiODXPQyS5m3kiKxejG5tnRS0%2FoHwd6CP6gp3lHIJZXD64OSK%2FVKgyJkL62QPO%2BUKcbBO0%2Fl3rrcu2RfcFQ9QdEoLnrDRIeYhslqK1UxA2QRCTNBUdjyFeIhxQ3ZrbXmCJMgZresQmbgDJ5i%2Bd53DtnGg3Ysmno1WlI5X0egU24oleMFpHyzKCQRMx8%2BAH%2FxdMELtpanqJGQZmgiPwrIp7SoQgeS2W%2BpynCWVCiVQnN%2BbX4kzr0%2FNB7rnFJMH26%2FV19kiagA4J6kG7R%2FtRsaABhJYMr1%2BEP0oBVtHdv99J5J0Gi4FySgk0%2Fb61Nb1OfPI2MjsdV0XO06AeNdgoxcRlWn%2FsIvowwvT00AY6sAF452CIi%2FUdz8m9a7fLn6lCIWQKpFkFHVXyMERFG4RapZj6vma5gVYjrmInwteqghROyC%2FXnilZ3GcxW79GgAQ%2BmhF84ifLZZsacfWvt8mKxaN%2BrfqejV%2Bp%2B8rwqG4bmRFG8sVcl1GG5T8BkmezHGsYGxlhzrlSWf0IG2vKjcP673cflmAiIQFaaDYLp2CEvWLc9xfmRL2LRvxl6lzn%2B20kHgs7s%2B0D78Ga%2FY844x72vg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260601T085644Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD4QJUF7H%2F20260601%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e09bc96fb836018e9bd2b60536ecd7665777fe628b760445f4012eed54d101a5 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 70820156 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 4 67.53M 0 0 4 3.12M 0 3.00M 00:22 00:01 00:21 3.00M 12 67.53M 0 0 12 8.12M 0 3.97M 00:17 00:02 00:15 3.97M 19 67.53M 0 0 19 13.43M 0 4.40M 00:15 00:03 00:12 4.40M 27 67.53M 0 0 27 18.75M 0 4.61M 00:14 00:04 00:10 4.61M 34 67.53M 0 0 34 23.18M 0 4.58M 00:14 00:05 00:09 4.58M 41 67.53M 0 0 41 27.87M 0 4.59M 00:14 00:06 00:08 4.92M 48 67.53M 0 0 48 32.75M 0 4.63M 00:14 00:07 00:07 4.90M 55 67.53M 0 0 55 37.68M 0 4.66M 00:14 00:08 00:06 4.82M 63 67.53M 0 0 63 42.62M 0 4.69M 00:14 00:09 00:05 4.76M 68 67.53M 0 0 68 46.43M 0 4.60M 00:14 00:10 00:04 4.63M 74 67.53M 0 0 74 50.62M 0 4.56M 00:14 00:11 00:03 4.53M 81 67.53M 0 0 81 55.18M 0 4.56M 00:14 00:12 00:02 4.47M 88 67.53M 0 0 88 60.06M 0 4.58M 00:14 00:13 00:01 4.46M 96 67.53M 0 0 96 64.93M 0 4.60M 00:14 00:14 4.44M* upload completely sent off: 70820156 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 0kNKvxuAMQk93EjhtbOyfxTSNEf4fjo1y3SLYXT4jpFHphrIfPHM8mKneEbMwlkf1em8Ao4zXfcLa/wBDvJDDqqIhpS3/nCt < x-amz-request-id: D97HZ6CJN43CE82X < Date: Mon, 01 Jun 2026 08:56:51 GMT < x-amz-server-side-encryption: AES256 < ETag: "0bbd19cfff9d531ddf486c4c8efdc311" < x-amz-checksum-crc64nvme: Nl9chPj87b0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 67.53M 0 0 100 67.53M 0 4.47M 00:15 00:15 4.44M 100 67.53M 0 0 100 67.53M 0 4.47M 00:15 00:15 4.44M 100 67.53M 0 0 100 67.53M 0 4.47M 00:15 00:15 4.44M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 20.84 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.34.112, 3.5.75.24, 3.5.74.104, 3.5.74.86, 3.5.75.20, 3.5.67.219, 3.5.72.121, 3.5.75.88 * Trying 52.92.34.112:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.34.112 port 443) from 10.17.4.7 port 52378 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/e529203a-f963-410c-828d-6ceabc53c9fe.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEAaCWV1LXdlc3QtMSJIMEYCIQCWKlV8th7KaP1kwNgSD5tUL4dpby%2BB32iLTEb73ZTf2QIhALl1tRk6VsjuEx0js8Gl6CLHYfT2TKaiVVMYsvVP%2B2UXKroFCAkQABoMODM1NDk0NzUzMTI2IgxzT5rbrvi3oPUHVNsqlwV%2FZFOE96INmZx%2FoPTqL8XU9c0zaKpnZjIIK7nm4P0%2FPbW6FfkIVMh%2B5nkQ86Wk5FNZWyPwMt0cJnMvlVWKZQofOip%2B7koOMD%2BoM%2Bwr%2F4GX%2FM67paJfPUTDTIh%2BkEZphMa6CkKXUkan4Mqf24A6qhCJiK6RhBK1Zc0HJzFdoK1jmvTgJSdzI9Sb4LLQhbGtJ7Q7tUpgehuzieqXGKgz5xTn2Zz8%2Bj6qazSnu0togLasrxkGYVlgKn%2BpMirvzbU%2FNhAm9W9ihFc%2BbpfkRZbRulzpdrPqS7HMEgs7bGsKOYa2qUGLDqJ1XY9bbOdXdZvVPX64sH1opzvifbjaqjFrmJcZI2%2FzIDvIyccGqdeRwp9FrATr7VF0dPPMTK1FvLR9VQx2RmglehAEcro%2F0SESDiiR4R8fsa35jdK%2B1%2BqaGv9GQGciDGKnYAjcxLtSc8xyK5EGjhh2%2Bcr0wmm9RY4kiBKXv0kmzpxTQs5vZIAR0ASXqomcfuI6MT9QsucN%2BdPBCGV%2FA4TWk9LrWa3Qgqekt5z20XqiODXPQyS5m3kiKxejG5tnRS0%2FoHwd6CP6gp3lHIJZXD64OSK%2FVKgyJkL62QPO%2BUKcbBO0%2Fl3rrcu2RfcFQ9QdEoLnrDRIeYhslqK1UxA2QRCTNBUdjyFeIhxQ3ZrbXmCJMgZresQmbgDJ5i%2Bd53DtnGg3Ysmno1WlI5X0egU24oleMFpHyzKCQRMx8%2BAH%2FxdMELtpanqJGQZmgiPwrIp7SoQgeS2W%2BpynCWVCiVQnN%2BbX4kzr0%2FNB7rnFJMH26%2FV19kiagA4J6kG7R%2FtRsaABhJYMr1%2BEP0oBVtHdv99J5J0Gi4FySgk0%2Fb61Nb1OfPI2MjsdV0XO06AeNdgoxcRlWn%2FsIvowwvT00AY6sAF452CIi%2FUdz8m9a7fLn6lCIWQKpFkFHVXyMERFG4RapZj6vma5gVYjrmInwteqghROyC%2FXnilZ3GcxW79GgAQ%2BmhF84ifLZZsacfWvt8mKxaN%2BrfqejV%2Bp%2B8rwqG4bmRFG8sVcl1GG5T8BkmezHGsYGxlhzrlSWf0IG2vKjcP673cflmAiIQFaaDYLp2CEvWLc9xfmRL2LRvxl6lzn%2B20kHgs7s%2B0D78Ga%2FY844x72vg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260601T085705Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD4QJUF7H%2F20260601%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=31622b0a16477fbb5e0b90f51c916f5c22a833e332352d6c74f2ba76497e1efe HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 645467343 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 615.5M 0 0 0 1.56M 0 1.45M 07:01 00:01 07:00 1.45M 0 615.5M 0 0 0 2.12M 0 1.01M 10:06 00:02 10:04 1.01M 0 615.5M 0 0 0 2.43M 0 750.2k 14:00 00:03 13:57 750.4k 0 615.5M 0 0 0 2.62M 0 605.3k 17:21 00:04 17:17 605.4k 0 615.5M 0 0 0 2.81M 0 496.6k 21:09 00:05 21:04 496.5k 0 615.5M 0 0 0 3.00M 0 433.4k 24:14 00:07 24:07 244.7k 0 615.5M 0 0 0 3.18M 0 377.0k 27:51 00:08 27:43 165.8k 0 615.5M 0 0 0 3.31M 0 348.6k 30:08 00:09 29:59 139.9k 0 615.5M 0 0 0 3.56M 0 335.4k 31:19 00:10 31:09 149.1k 0 615.5M 0 0 0 3.87M 0 329.3k 31:53 00:12 31:41 174.1k 0 615.5M 0 0 0 4.18M 0 322.8k 32:32 00:13 32:19 196.3k 0 615.5M 0 0 0 4.37M 0 313.5k 33:30 00:14 33:16 215.9k 0 615.5M 0 0 0 4.56M 0 299.7k 35:02 00:15 34:47 218.5k 0 615.5M 0 0 0 4.68M 0 285.2k 36:49 00:16 36:33 193.5k 0 615.5M 0 0 0 4.81M 0 274.4k 38:17 00:17 38:00 162.4k 0 615.5M 0 0 0 4.93M 0 265.1k 39:37 00:19 39:18 132.6k 0 615.5M 0 0 0 5.18M 0 261.7k 40:08 00:20 39:48 138.5k 0 615.5M 0 0 0 5.43M 0 261.1k 40:13 00:21 39:52 156.2k 0 615.5M 0 0 0 5.62M 0 254.1k 41:20 00:22 40:58 164.5k 0 615.5M 0 0 0 5.81M 0 250.5k 41:56 00:23 41:33 176.4k 0 615.5M 0 0 0 5.93M 0 243.9k 43:04 00:24 42:40 174.8k 0 615.5M 0 0 0 6.12M 0 239.2k 43:54 00:26 43:28 162.2k 1 615.5M 0 0 1 6.31M 0 233.7k 44:56 00:27 44:29 141.5k 1 615.5M 0 0 1 6.50M 0 229.5k 45:45 00:28 45:17 141.6k 1 615.5M 0 0 1 6.68M 0 227.8k 46:06 00:30 45:36 142.4k 1 615.5M 0 0 1 6.93M 0 228.4k 45:59 00:31 45:28 166.0k 1 615.5M 0 0 1 7.18M 0 228.4k 45:59 00:32 45:27 180.9k 1 615.5M 0 0 1 7.37M 0 227.2k 46:14 00:33 45:41 194.8k 1 615.5M 0 0 1 7.62M 0 226.7k 46:20 00:34 45:46 211.3k 1 615.5M 0 0 1 7.87M 0 227.4k 46:11 00:35 45:36 224.8k 1 615.5M 0 0 1 8.06M 0 225.3k 46:37 00:36 46:01 207.8k 1 615.5M 0 0 1 8.25M 0 221.2k 47:29 00:38 46:51 182.5k 1 615.5M 0 0 1 8.43M 0 218.9k 47:59 00:39 47:20 174.6k 1 615.5M 0 0 1 8.62M 0 215.2k 48:48 00:41 48:07 155.4k 1 615.5M 0 0 1 8.75M 0 211.3k 49:42 00:42 49:00 129.1k 1 615.5M 0 0 1 9.00M 0 210.0k 50:00 00:43 49:17 132.6k 1 615.5M 0 0 1 9.12M 0 207.7k 50:33 00:44 49:49 131.9k 1 615.5M 0 0 1 9.31M 0 206.8k 50:48 00:46 50:02 134.8k 1 615.5M 0 0 1 9.56M 0 206.1k 50:57 00:47 50:10 148.5k 1 615.5M 0 0 1 9.75M 0 204.6k 51:20 00:48 50:32 160.2k 1 615.5M 0 0 1 9.93M 0 203.1k 51:42 00:50 50:52 154.5k 1 615.5M 0 0 1 10.06M 0 201.6k 52:06 00:51 51:15 156.4k 1 615.5M 0 0 1 10.18M 0 199.8k 52:33 00:52 51:41 147.4k 1 615.5M 0 0 1 10.37M 0 198.4k 52:55 00:53 52:02 137.8k 1 615.5M 0 0 1 10.56M 0 196.7k 53:23 00:54 52:29 134.5k 1 615.5M 0 0 1 10.75M 0 195.6k 53:42 00:56 52:46 134.4k 1 615.5M 0 0 1 10.93M 0 195.4k 53:45 00:57 52:48 144.6k 1 615.5M 0 0 1 11.18M 0 196.1k 53:34 00:58 52:36 164.4k 1 615.5M 0 0 1 11.37M 0 194.8k 53:55 00:59 52:56 163.6k 1 615.5M 0 0 1 11.56M 0 193.6k 54:15 01:01 53:14 165.8k 1 615.5M 0 0 1 11.75M 0 192.4k 54:35 01:02 53:33 163.6k 1 615.5M 0 0 1 11.93M 0 191.9k 54:43 01:03 53:40 160.5k 1 615.5M 0 0 1 12.18M 0 191.6k 54:48 01:05 53:43 152.9k 2 615.5M 0 0 2 12.37M 0 190.6k 55:06 01:06 54:00 153.1k 2 615.5M 0 0 2 12.62M 0 191.0k 54:59 01:07 53:52 166.9k 2 615.5M 0 0 2 12.93M 0 192.3k 54:36 01:08 53:28 191.8k 2 615.5M 0 0 2 13.12M 0 192.0k 54:42 01:09 53:33 192.9k 2 615.5M 0 0 2 13.31M 0 191.0k 54:59 01:11 53:48 184.7k 2 615.5M 0 0 2 13.50M 0 190.6k 55:07 01:12 53:55 190.0k 2 615.5M 0 0 2 13.68M 0 190.5k 55:07 01:13 53:54 184.8k 2 615.5M 0 0 2 13.93M 0 190.9k 55:00 01:14 53:46 174.6k 2 615.5M 0 0 2 14.12M 0 190.9k 55:00 01:15 53:45 177.9k 2 615.5M 0 0 2 14.31M 0 190.8k 55:02 01:16 53:46 187.9k 2 615.5M 0 0 2 14.50M 0 190.3k 55:11 01:17 53:54 187.2k 2 615.5M 0 0 2 14.68M 0 189.4k 55:26 01:19 54:07 175.7k 2 615.5M 0 0 2 14.87M 0 188.2k 55:49 01:20 54:29 154.9k 2 615.5M 0 0 2 15.00M 0 187.0k 56:10 01:22 54:48 140.3k 2 615.5M 0 0 2 15.18M 0 185.7k 56:33 01:23 55:10 129.3k 2 615.5M 0 0 2 15.37M 0 184.9k 56:47 01:25 55:22 125.8k 2 615.5M 0 0 2 15.50M 0 183.9k 57:06 01:26 55:40 120.4k 2 615.5M 0 0 2 15.68M 0 183.6k 57:11 01:27 55:44 127.4k 2 615.5M 0 0 2 15.87M 0 183.3k 57:18 01:28 55:50 136.7k 2 615.5M 0 0 2 16.06M 0 182.9k 57:25 01:29 55:56 144.7k 2 615.5M 0 0 2 16.25M 0 182.9k 57:26 01:30 55:56 152.9k 2 615.5M 0 0 2 16.50M 0 183.2k 57:20 01:32 55:48 172.7k 2 615.5M 0 0 2 16.75M 0 183.8k 57:08 01:33 55:35 186.6k 2 615.5M 0 0 2 17.00M 0 184.1k 57:03 01:34 55:29 196.5k 2 615.5M 0 0 2 17.18M 0 184.1k 57:02 01:35 55:27 203.4k 2 615.5M 0 0 2 17.37M 0 184.1k 57:03 01:36 55:27 203.8k 2 615.5M 0 0 2 17.62M 0 184.8k 56:50 01:37 55:13 212.1k 2 615.5M 0 0 2 17.87M 0 184.8k 56:50 01:39 55:11 200.9k 2 615.5M 0 0 2 18.06M 0 184.2k 57:01 01:40 55:21 185.7k 2 615.5M 0 0 2 18.25M 0 183.9k 57:06 01:41 55:25 180.5k 2 615.5M 0 0 2 18.37M 0 183.3k 57:17 01:42 55:35 170.6k 3 615.5M 0 0 3 18.50M 0 181.9k 57:43 01:44 55:59 138.7k 3 615.5M 0 0 3 18.68M 0 181.6k 57:50 01:45 56:05 131.5k 3 615.5M 0 0 3 18.93M 0 181.8k 57:45 01:46 55:59 144.0k 3 615.5M 0 0 3 19.06M 0 181.1k 57:59 01:47 56:12 134.9k 3 615.5M 0 0 3 19.18M 0 180.2k 58:16 01:49 56:27 130.5k 3 615.5M 0 0 3 19.31M 0 179.5k 58:30 01:50 56:40 137.9k 3 615.5M 0 0 3 19.50M 0 179.0k 58:40 01:51 56:49 135.0k 3 615.5M 0 0 3 19.68M 0 178.8k 58:44 01:52 56:52 125.4k 3 615.5M 0 0 3 20.00M 0 179.5k 58:30 01:54 56:36 152.5k 3 615.5M 0 0 3 20.18M 0 179.1k 58:38 01:55 56:43 160.6k 3 615.5M 0 0 3 20.37M 0 179.1k 58:38 01:56 56:42 171.8k 3 615.5M 0 0 3 20.68M 0 180.0k 58:21 01:57 56:24 196.8k 3 615.5M 0 0 3 20.93M 0 180.2k 58:17 01:58 56:19 205.1k 3 615.5M 0 0 3 21.12M 0 180.1k 58:18 02:00 56:18 191.6k 3 615.5M 0 0 3 21.37M 0 180.6k 58:09 02:01 56:08 209.4k 3 615.5M 0 0 3 21.62M 0 180.9k 58:03 02:02 56:01 216.9k 3 615.5M 0 0 3 21.87M 0 181.3k 57:55 02:03 55:52 208.3k 3 615.5M 0 0 3 22.06M 0 181.0k 58:01 02:04 55:57 198.9k 3 615.5M 0 0 3 22.18M 0 180.6k 58:09 02:05 56:04 190.4k 3 615.5M 0 0 3 22.31M 0 180.1k 58:18 02:06 56:12 170.0k 3 615.5M 0 0 3 22.43M 0 179.5k 58:30 02:07 56:23 148.4k 3 615.5M 0 0 3 22.62M 0 178.9k 58:42 02:09 56:33 129.0k 3 615.5M 0 0 3 22.81M 0 178.4k 58:53 02:10 56:43 124.4k 3 615.5M 0 0 3 22.93M 0 177.4k 59:12 02:12 57:00 116.7k 3 615.5M 0 0 3 23.06M 0 176.9k 59:21 02:13 57:08 116.1k 3 615.5M 0 0 3 23.25M 0 176.8k 59:24 02:14 57:10 124.9k 3 615.5M 0 0 3 23.43M 0 176.8k 59:24 02:15 57:09 133.3k 3 615.5M 0 0 3 23.62M 0 176.8k 59:23 02:16 57:07 142.5k 3 615.5M 0 0 3 23.81M 0 176.7k 59:27 02:17 57:10 159.1k 3 615.5M 0 0 3 24.00M 0 176.4k 59:32 02:19 57:13 164.3k 3 615.5M 0 0 3 24.18M 0 175.9k 59:41 02:20 57:21 157.2k 3 615.5M 0 0 3 24.37M 0 175.9k 59:43 02:21 57:22 155.4k 3 615.5M 0 0 3 24.56M 0 175.7k 59:47 02:23 57:24 150.5k 4 615.5M 0 0 4 24.81M 0 176.0k 59:41 02:24 57:17 161.1k 4 615.5M 0 0 4 25.00M 0 175.8k 59:44 02:25 57:19 162.9k 4 615.5M 0 0 4 25.18M 0 175.8k 59:44 02:26 57:18 172.8k 4 615.5M 0 0 4 25.43M 0 176.1k 59:38 02:27 57:11 182.3k 4 615.5M 0 0 4 25.75M 0 176.8k 59:24 02:29 56:55 204.0k 4 615.5M 0 0 4 26.00M 0 177.0k 59:20 02:30 56:50 200.6k 4 615.5M 0 0 4 26.18M 0 176.5k 59:30 02:31 56:59 191.9k 4 615.5M 0 0 4 26.31M 0 175.8k 59:44 02:33 57:11 175.4k 4 615.5M 0 0 4 26.43M 0 175.4k 59:53 02:34 57:19 157.9k 4 615.5M 0 0 4 26.62M 0 175.1k 59:58 02:35 57:23 137.5k 4 615.5M 0 0 4 26.81M 0 174.9k 1:00:02 02:36 57:26 127.4k 4 615.5M 0 0 4 27.00M 0 174.9k 1:00:02 02:38 57:24 136.2k 4 615.5M 0 0 4 27.18M 0 174.8k 1:00:05 02:39 57:26 149.2k 4 615.5M 0 0 4 27.37M 0 174.5k 1:00:10 02:40 57:30 154.0k 4 615.5M 0 0 4 27.56M 0 174.3k 1:00:14 02:41 57:33 154.0k 4 615.5M 0 0 4 27.81M 0 174.4k 1:00:12 02:43 57:29 162.8k 4 615.5M 0 0 4 27.93M 0 174.1k 1:00:19 02:44 57:35 153.1k 4 615.5M 0 0 4 28.12M 0 174.1k 1:00:20 02:45 57:35 155.1k 4 615.5M 0 0 4 28.31M 0 174.1k 1:00:18 02:46 57:32 163.6k 4 615.5M 0 0 4 28.50M 0 174.0k 1:00:20 02:47 57:33 166.0k 4 615.5M 0 0 4 28.68M 0 174.0k 1:00:21 02:48 57:33 161.9k 4 615.5M 0 0 4 28.93M 0 174.0k 1:00:21 02:50 57:31 170.8k 4 615.5M 0 0 4 29.12M 0 174.1k 1:00:19 02:51 57:28 174.8k 4 615.5M 0 0 4 29.31M 0 174.2k 1:00:18 02:52 57:26 174.8k 4 615.5M 0 0 4 29.56M 0 174.3k 1:00:14 02:53 57:21 182.9k 4 615.5M 0 0 4 29.75M 0 174.3k 1:00:14 02:54 57:20 183.2k 4 615.5M 0 0 4 29.93M 0 174.3k 1:00:14 02:55 57:19 184.6k 4 615.5M 0 0 4 30.06M 0 173.7k 1:00:28 02:57 57:31 161.9k 4 615.5M 0 0 4 30.18M 0 173.3k 1:00:36 02:58 57:38 148.1k 4 615.5M 0 0 4 30.37M 0 173.3k 1:00:36 02:59 57:37 142.1k 4 615.5M 0 0 4 30.50M 0 173.0k 1:00:42 03:00 57:42 133.0k 4 615.5M 0 0 4 30.75M 0 173.1k 1:00:40 03:01 57:39 137.5k 5 615.5M 0 0 5 30.93M 0 173.2k 1:00:39 03:02 57:37 157.3k 5 615.5M 0 0 5 31.12M 0 173.0k 1:00:42 03:04 57:38 165.0k 5 615.5M 0 0 5 31.25M 0 172.4k 1:00:55 03:05 57:50 146.4k 5 615.5M 0 0 5 31.37M 0 171.9k 1:01:05 03:06 57:59 140.9k 5 615.5M 0 0 5 31.56M 0 171.8k 1:01:07 03:08 57:59 133.9k 5 615.5M 0 0 5 31.75M 0 171.8k 1:01:08 03:09 57:59 131.2k 5 615.5M 0 0 5 31.87M 0 171.4k 1:01:15 03:10 58:05 124.2k 5 615.5M 0 0 5 32.06M 0 171.4k 1:01:15 03:11 58:04 140.9k 5 615.5M 0 0 5 32.25M 0 171.5k 1:01:13 03:12 58:01 158.3k 5 615.5M 0 0 5 32.50M 0 171.9k 1:01:06 03:13 57:53 173.9k 5 615.5M 0 0 5 32.68M 0 171.9k 1:01:06 03:14 57:52 175.1k 5 615.5M 0 0 5 32.87M 0 171.7k 1:01:09 03:15 57:54 182.4k 5 615.5M 0 0 5 33.06M 0 171.7k 1:01:10 03:17 57:53 180.8k 5 615.5M 0 0 5 33.25M 0 171.6k 1:01:13 03:18 57:55 172.6k 5 615.5M 0 0 5 33.50M 0 171.8k 1:01:07 03:19 57:48 170.0k 5 615.5M 0 0 5 33.75M 0 171.9k 1:01:06 03:21 57:45 172.8k 5 615.5M 0 0 5 33.93M 0 171.9k 1:01:06 03:22 57:44 176.3k 5 615.5M 0 0 5 34.12M 0 171.7k 1:01:10 03:23 57:47 171.2k 5 615.5M 0 0 5 34.31M 0 171.5k 1:01:15 03:24 57:51 168.9k 5 615.5M 0 0 5 34.56M 0 171.7k 1:01:09 03:26 57:43 169.2k 5 615.5M 0 0 5 34.81M 0 172.1k 1:01:01 03:27 57:34 179.7k 5 615.5M 0 0 5 34.93M 0 171.9k 1:01:06 03:28 57:38 171.8k 5 615.5M 0 0 5 35.12M 0 171.9k 1:01:06 03:29 57:37 178.3k 5 615.5M 0 0 5 35.25M 0 171.6k 1:01:11 03:30 57:41 178.2k 5 615.5M 0 0 5 35.37M 0 171.4k 1:01:16 03:31 57:45 159.1k 5 615.5M 0 0 5 35.50M 0 171.2k 1:01:20 03:32 57:48 134.9k 5 615.5M 0 0 5 35.68M 0 170.9k 1:01:26 03:33 57:53 135.8k 5 615.5M 0 0 5 35.87M 0 170.7k 1:01:30 03:35 57:55 130.5k 5 615.5M 0 0 5 36.06M 0 170.7k 1:01:30 03:36 57:54 139.1k 5 615.5M 0 0 5 36.18M 0 170.4k 1:01:37 03:37 58:00 135.7k 5 615.5M 0 0 5 36.31M 0 170.2k 1:01:42 03:38 58:04 135.6k 5 615.5M 0 0 5 36.43M 0 170.0k 1:01:47 03:39 58:08 134.0k 5 615.5M 0 0 5 36.56M 0 169.6k 1:01:55 03:40 58:15 126.4k 5 615.5M 0 0 5 36.68M 0 169.4k 1:01:59 03:41 58:18 116.6k 5 615.5M 0 0 5 36.87M 0 169.4k 1:02:00 03:42 58:18 128.9k 6 615.5M 0 0 6 37.06M 0 169.4k 1:02:00 03:44 58:16 137.1k 6 615.5M 0 0 6 37.18M 0 169.0k 1:02:09 03:45 58:24 131.8k 6 615.5M 0 0 6 37.31M 0 168.6k 1:02:17 03:46 58:31 130.3k 6 615.5M 0 0 6 37.56M 0 168.8k 1:02:13 03:47 58:26 146.9k 6 615.5M 0 0 6 37.87M 0 169.4k 1:01:59 03:48 58:11 169.9k 6 615.5M 0 0 6 38.12M 0 169.7k 1:01:53 03:49 58:04 182.6k 6 615.5M 0 0 6 38.31M 0 169.7k 1:01:53 03:51 58:02 196.9k 6 615.5M 0 0 6 38.50M 0 169.8k 1:01:52 03:52 58:00 216.5k 6 615.5M 0 0 6 38.68M 0 169.8k 1:01:51 03:53 57:58 209.7k 6 615.5M 0 0 6 38.87M 0 169.6k 1:01:55 03:54 58:01 178.4k 6 615.5M 0 0 6 39.00M 0 169.3k 1:02:02 03:55 58:07 153.3k 6 615.5M 0 0 6 39.12M 0 169.0k 1:02:07 03:56 58:11 143.6k 6 615.5M 0 0 6 39.31M 0 169.1k 1:02:06 03:57 58:09 143.7k 6 615.5M 0 0 6 39.56M 0 169.4k 1:02:00 03:59 58:01 153.9k 6 615.5M 0 0 6 39.81M 0 169.6k 1:01:56 04:00 57:56 166.7k 6 615.5M 0 0 6 39.93M 0 169.4k 1:02:00 04:01 57:59 171.9k 6 615.5M 0 0 6 40.06M 0 169.2k 1:02:04 04:02 58:02 174.7k 6 615.5M 0 0 6 40.18M 0 168.9k 1:02:11 04:03 58:08 158.0k 6 615.5M 0 0 6 40.31M 0 168.7k 1:02:15 04:04 58:11 138.3k 6 615.5M 0 0 6 40.56M 0 168.9k 1:02:10 04:05 58:05 140.4k 6 615.5M 0 0 6 40.75M 0 168.9k 1:02:10 04:06 58:04 149.8k 6 615.5M 0 0 6 40.93M 0 169.0k 1:02:08 04:07 58:01 161.2k 6 615.5M 0 0 6 41.12M 0 169.0k 1:02:09 04:09 58:00 172.9k 6 615.5M 0 0 6 41.31M 0 168.9k 1:02:10 04:10 58:00 178.9k 6 615.5M 0 0 6 41.56M 0 169.2k 1:02:03 04:11 57:52 183.7k 6 615.5M 0 0 6 41.81M 0 169.5k 1:01:58 04:12 57:46 193.1k 6 615.5M 0 0 6 42.06M 0 169.7k 1:01:53 04:13 57:40 200.1k 6 615.5M 0 0 6 42.25M 0 169.5k 1:01:57 04:15 57:42 193.1k 6 615.5M 0 0 6 42.37M 0 169.3k 1:02:02 04:16 57:46 185.2k 6 615.5M 0 0 6 42.56M 0 169.2k 1:02:04 04:17 57:47 166.8k 6 615.5M 0 0 6 42.68M 0 168.9k 1:02:10 04:18 57:52 146.4k 6 615.5M 0 0 6 42.87M 0 168.9k 1:02:11 04:19 57:52 134.2k 6 615.5M 0 0 6 43.06M 0 168.7k 1:02:14 04:21 57:53 135.6k 7 615.5M 0 0 7 43.18M 0 168.3k 1:02:24 04:22 58:02 129.0k 7 615.5M 0 0 7 43.31M 0 167.8k 1:02:34 04:24 58:10 115.9k 7 615.5M 0 0 7 43.43M 0 167.4k 1:02:44 04:25 58:19 111.1k 7 615.5M 0 0 7 43.62M 0 167.3k 1:02:45 04:26 58:19 110.4k 7 615.5M 0 0 7 43.81M 0 167.2k 1:02:48 04:28 58:20 110.1k 7 615.5M 0 0 7 44.00M 0 167.3k 1:02:47 04:29 58:18 126.5k 7 615.5M 0 0 7 44.18M 0 167.1k 1:02:51 04:30 58:21 136.2k 7 615.5M 0 0 7 44.43M 0 167.2k 1:02:48 04:32 58:16 159.0k 7 615.5M 0 0 7 44.68M 0 167.5k 1:02:42 04:33 58:09 173.7k 7 615.5M 0 0 7 45.00M 0 168.0k 1:02:30 04:34 57:56 204.4k 7 615.5M 0 0 7 45.25M 0 168.2k 1:02:26 04:35 57:51 207.8k 7 615.5M 0 0 7 45.43M 0 167.9k 1:02:32 04:36 57:56 205.1k 7 615.5M 0 0 7 45.56M 0 167.7k 1:02:36 04:38 57:58 191.9k 7 615.5M 0 0 7 45.81M 0 168.0k 1:02:31 04:39 57:52 190.8k 7 615.5M 0 0 7 46.00M 0 168.1k 1:02:29 04:40 57:49 170.8k 7 615.5M 0 0 7 46.25M 0 168.4k 1:02:22 04:41 57:41 177.0k 7 615.5M 0 0 7 46.56M 0 168.8k 1:02:12 04:42 57:30 215.7k 7 615.5M 0 0 7 46.87M 0 169.3k 1:02:01 04:43 57:18 252.0k 7 615.5M 0 0 7 47.06M 0 169.3k 1:02:01 04:44 57:17 241.0k 7 615.5M 0 0 7 47.25M 0 169.3k 1:02:02 04:45 57:17 232.6k 7 615.5M 0 0 7 47.50M 0 169.5k 1:01:58 04:46 57:12 225.3k 7 615.5M 0 0 7 47.81M 0 169.9k 1:01:48 04:48 57:00 224.5k 7 615.5M 0 0 7 48.06M 0 170.2k 1:01:41 04:49 56:52 214.9k 7 615.5M 0 0 7 48.25M 0 170.3k 1:01:41 04:50 56:51 216.3k 7 615.5M 0 0 7 48.50M 0 170.4k 1:01:38 04:51 56:47 222.8k 7 615.5M 0 0 7 48.68M 0 170.3k 1:01:40 04:52 56:48 208.9k 7 615.5M 0 0 7 48.93M 0 170.4k 1:01:38 04:54 56:44 192.3k 7 615.5M 0 0 7 49.18M 0 170.5k 1:01:36 04:55 56:41 182.6k 8 615.5M 0 0 8 49.37M 0 170.5k 1:01:34 04:56 56:38 183.9k 8 615.5M 0 0 8 49.56M 0 170.6k 1:01:34 04:57 56:37 180.5k 8 615.5M 0 0 8 49.75M 0 170.5k 1:01:34 04:58 56:36 184.1k 8 615.5M 0 0 8 49.93M 0 170.5k 1:01:37 04:59 56:38 173.4k 8 615.5M 0 0 8 50.12M 0 170.5k 1:01:36 05:01 56:35 169.4k 8 615.5M 0 0 8 50.31M 0 170.3k 1:01:40 05:02 56:38 156.9k 8 615.5M 0 0 8 50.43M 0 169.8k 1:01:50 05:03 56:47 137.2k 8 615.5M 0 0 8 50.62M 0 169.8k 1:01:50 05:05 56:45 137.0k 8 615.5M 0 0 8 50.87M 0 170.0k 1:01:47 05:06 56:41 148.4k 8 615.5M 0 0 8 51.06M 0 170.0k 1:01:46 05:07 56:39 186.9k 8 615.5M 0 0 8 51.06M 0 170.0k 1:01:46 05:07 56:39 170.0k 8 615.5M 0 0 8 51.25M 0 170.1k 1:01:44 05:08 56:36 186.2k 8 615.5M 0 0 8 51.43M 0 170.1k 1:01:44 05:09 56:35 180.7k 8 615.5M 0 0 8 51.75M 0 170.5k 1:01:36 05:10 56:26 210.0k 8 615.5M 0 0 8 52.06M 0 170.9k 1:01:27 05:11 56:16 228.7k 8 615.5M 0 0 8 52.31M 0 171.1k 1:01:22 05:12 56:10 230.9k 8 615.5M 0 0 8 52.56M 0 171.3k 1:01:18 05:14 56:04 237.6k 8 615.5M 0 0 8 52.87M 0 171.7k 1:01:10 05:15 55:55 255.0k 8 615.5M 0 0 8 53.12M 0 171.8k 1:01:08 05:16 55:52 240.9k 8 615.5M 0 0 8 53.31M 0 171.7k 1:01:09 05:17 55:52 217.1k 8 615.5M 0 0 8 53.50M 0 171.5k 1:01:15 05:19 55:56 188.2k 8 615.5M 0 0 8 53.62M 0 171.3k 1:01:18 05:20 55:58 171.7k 8 615.5M 0 0 8 53.81M 0 171.4k 1:01:17 05:21 55:56 156.0k 8 615.5M 0 0 8 54.00M 0 171.4k 1:01:16 05:22 55:54 152.3k 8 615.5M 0 0 8 54.18M 0 171.3k 1:01:18 05:23 55:55 149.4k 8 615.5M 0 0 8 54.37M 0 171.3k 1:01:18 05:24 55:54 163.4k 8 615.5M 0 0 8 54.56M 0 171.3k 1:01:19 05:26 55:53 169.5k 8 615.5M 0 0 8 54.75M 0 171.3k 1:01:19 05:27 55:52 166.9k 8 615.5M 0 0 8 54.93M 0 171.3k 1:01:19 05:28 55:51 163.5k 8 615.5M 0 0 8 55.18M 0 171.4k 1:01:17 05:29 55:48 174.5k 8 615.5M 0 0 8 55.37M 0 171.4k 1:01:16 05:30 55:46 174.6k 9 615.5M 0 0 9 55.56M 0 171.2k 1:01:20 05:32 55:48 168.5k 9 615.5M 0 0 9 55.68M 0 171.0k 1:01:24 05:33 55:51 158.4k 9 615.5M 0 0 9 55.81M 0 170.9k 1:01:28 05:34 55:54 148.2k 9 615.5M 0 0 9 55.93M 0 170.7k 1:01:31 05:35 55:56 132.3k 9 615.5M 0 0 9 56.12M 0 170.5k 1:01:35 05:36 55:59 125.2k 9 615.5M 0 0 9 56.31M 0 170.5k 1:01:35 05:38 55:57 129.6k 9 615.5M 0 0 9 56.50M 0 170.4k 1:01:38 05:39 55:59 134.9k 9 615.5M 0 0 9 56.75M 0 170.5k 1:01:34 05:40 55:54 154.2k 9 615.5M 0 0 9 57.00M 0 170.7k 1:01:31 05:41 55:50 170.7k 9 615.5M 0 0 9 57.18M 0 170.6k 1:01:33 05:43 55:50 175.2k 9 615.5M 0 0 9 57.37M 0 170.7k 1:01:32 05:44 55:48 179.5k 9 615.5M 0 0 9 57.50M 0 170.4k 1:01:38 05:45 55:53 168.6k 9 615.5M 0 0 9 57.62M 0 169.8k 1:01:50 05:47 56:03 132.8k 9 615.5M 0 0 9 57.75M 0 169.6k 1:01:55 05:48 56:07 114.3k 9 615.5M 0 0 9 57.87M 0 169.5k 1:01:58 05:49 56:09 108.8k 9 615.5M 0 0 9 58.06M 0 169.4k 1:01:59 05:50 56:09 105.6k 9 615.5M 0 0 9 58.25M 0 169.4k 1:01:59 05:51 56:08 119.6k 9 615.5M 0 0 9 58.43M 0 169.3k 1:02:01 05:53 56:08 141.5k 9 615.5M 0 0 9 58.62M 0 169.2k 1:02:03 05:54 56:09 147.2k 9 615.5M 0 0 9 58.81M 0 169.1k 1:02:06 05:56 56:10 148.0k 9 615.5M 0 0 9 59.00M 0 169.1k 1:02:06 05:57 56:09 150.4k 9 615.5M 0 0 9 59.18M 0 169.1k 1:02:05 05:58 56:07 152.2k 9 615.5M 0 0 9 59.43M 0 169.3k 1:02:02 05:59 56:03 165.4k 9 615.5M 0 0 9 59.62M 0 169.3k 1:02:01 06:00 56:01 175.8k 9 615.5M 0 0 9 59.81M 0 169.3k 1:02:02 06:01 56:01 180.5k 9 615.5M 0 0 9 60.00M 0 169.2k 1:02:03 06:02 56:01 179.2k 9 615.5M 0 0 9 60.18M 0 169.2k 1:02:03 06:04 55:59 174.8k 9 615.5M 0 0 9 60.37M 0 169.1k 1:02:06 06:05 56:01 159.3k 9 615.5M 0 0 9 60.56M 0 169.0k 1:02:08 06:06 56:02 150.6k 9 615.5M 0 0 9 60.75M 0 168.9k 1:02:10 06:08 56:02 149.5k 9 615.5M 0 0 9 60.87M 0 168.8k 1:02:13 06:09 56:04 142.1k 9 615.5M 0 0 9 61.06M 0 168.8k 1:02:13 06:10 56:03 142.4k 9 615.5M 0 0 9 61.31M 0 168.9k 1:02:11 06:11 56:00 154.5k 9 615.5M 0 0 9 61.50M 0 168.8k 1:02:13 06:13 56:00 154.5k 10 615.5M 0 0 10 61.68M 0 168.8k 1:02:13 06:14 55:59 160.7k 10 615.5M 0 0 10 61.93M 0 169.0k 1:02:09 06:15 55:54 181.2k 10 615.5M 0 0 10 62.12M 0 168.9k 1:02:10 06:16 55:54 179.6k 10 615.5M 0 0 10 62.31M 0 168.9k 1:02:10 06:17 55:53 170.8k 10 615.5M 0 0 10 62.50M 0 168.9k 1:02:11 06:18 55:53 175.5k 10 615.5M 0 0 10 62.68M 0 168.8k 1:02:13 06:20 55:53 168.9k 10 615.5M 0 0 10 62.87M 0 168.7k 1:02:14 06:21 55:53 154.0k 10 615.5M 0 0 10 63.06M 0 168.7k 1:02:15 06:22 55:53 154.2k 10 615.5M 0 0 10 63.25M 0 168.7k 1:02:15 06:23 55:52 157.1k 10 615.5M 0 0 10 63.43M 0 168.7k 1:02:14 06:24 55:50 159.5k 10 615.5M 0 0 10 63.56M 0 168.6k 1:02:17 06:25 55:52 156.3k 10 615.5M 0 0 10 63.81M 0 168.7k 1:02:14 06:27 55:47 168.1k 10 615.5M 0 0 10 64.06M 0 168.8k 1:02:12 06:28 55:44 177.2k 10 615.5M 0 0 10 64.25M 0 168.7k 1:02:16 06:29 55:47 166.1k 10 615.5M 0 0 10 64.37M 0 168.6k 1:02:18 06:30 55:48 158.4k 10 615.5M 0 0 10 64.56M 0 168.5k 1:02:19 06:32 55:47 163.6k 10 615.5M 0 0 10 64.75M 0 168.5k 1:02:19 06:33 55:46 154.7k 10 615.5M 0 0 10 64.93M 0 168.5k 1:02:19 06:34 55:45 147.7k 10 615.5M 0 0 10 65.12M 0 168.5k 1:02:20 06:35 55:45 155.4k 10 615.5M 0 0 10 65.43M 0 168.7k 1:02:14 06:36 55:38 180.9k 10 615.5M 0 0 10 65.68M 0 168.8k 1:02:12 06:38 55:34 188.2k 10 615.5M 0 0 10 65.87M 0 168.9k 1:02:11 06:39 55:32 193.9k 10 615.5M 0 0 10 66.06M 0 168.9k 1:02:10 06:40 55:30 197.2k 10 615.5M 0 0 10 66.25M 0 168.9k 1:02:10 06:41 55:29 198.1k 10 615.5M 0 0 10 66.43M 0 168.9k 1:02:11 06:42 55:29 178.3k 10 615.5M 0 0 10 66.62M 0 168.8k 1:02:12 06:43 55:29 169.1k 10 615.5M 0 0 10 66.75M 0 168.7k 1:02:15 06:45 55:30 155.2k 10 615.5M 0 0 10 66.93M 0 168.7k 1:02:16 06:46 55:30 150.9k 10 615.5M 0 0 10 67.12M 0 168.6k 1:02:16 06:47 55:29 150.8k 10 615.5M 0 0 10 67.31M 0 168.6k 1:02:18 06:48 55:30 147.5k 10 615.5M 0 0 10 67.56M 0 168.7k 1:02:14 06:49 55:25 162.9k 11 615.5M 0 0 11 67.75M 0 168.8k 1:02:14 06:50 55:24 173.5k 11 615.5M 0 0 11 67.87M 0 168.6k 1:02:18 06:52 55:26 163.1k 11 615.5M 0 0 11 68.06M 0 168.4k 1:02:21 06:53 55:28 154.7k 11 615.5M 0 0 11 68.25M 0 168.4k 1:02:22 06:54 55:28 154.7k 11 615.5M 0 0 11 68.50M 0 168.5k 1:02:19 06:56 55:23 151.9k 11 615.5M 0 0 11 68.68M 0 168.3k 1:02:24 06:57 55:27 141.4k 11 615.5M 0 0 11 68.81M 0 168.2k 1:02:27 06:58 55:29 142.1k 11 615.5M 0 0 11 69.00M 0 168.1k 1:02:28 07:00 55:28 146.7k 11 615.5M 0 0 11 69.18M 0 168.0k 1:02:31 07:01 55:30 143.8k 11 615.5M 0 0 11 69.31M 0 167.7k 1:02:37 07:03 55:34 120.7k 11 615.5M 0 0 11 69.50M 0 167.7k 1:02:38 07:04 55:34 126.5k 11 615.5M 0 0 11 69.68M 0 167.7k 1:02:38 07:05 55:33 136.9k 11 615.5M 0 0 11 69.87M 0 167.6k 1:02:39 07:06 55:33 136.0k 11 615.5M 0 0 11 70.06M 0 167.5k 1:02:41 07:08 55:33 137.8k 11 615.5M 0 0 11 70.25M 0 167.5k 1:02:42 07:09 55:33 153.3k 11 615.5M 0 0 11 70.43M 0 167.5k 1:02:42 07:10 55:32 155.2k 11 615.5M 0 0 11 70.56M 0 167.4k 1:02:44 07:11 55:33 147.6k 11 615.5M 0 0 11 70.68M 0 167.2k 1:02:47 07:12 55:35 141.1k 11 615.5M 0 0 11 70.87M 0 167.3k 1:02:46 07:13 55:33 150.0k 11 615.5M 0 0 11 71.06M 0 167.3k 1:02:46 07:14 55:32 151.6k 11 615.5M 0 0 11 71.25M 0 167.3k 1:02:46 07:15 55:31 153.9k 11 615.5M 0 0 11 71.43M 0 167.2k 1:02:48 07:17 55:31 155.3k 11 615.5M 0 0 11 71.62M 0 167.1k 1:02:51 07:18 55:33 156.8k 11 615.5M 0 0 11 71.81M 0 167.1k 1:02:51 07:19 55:32 153.0k 11 615.5M 0 0 11 72.00M 0 167.1k 1:02:52 07:21 55:31 150.4k 11 615.5M 0 0 11 72.18M 0 167.0k 1:02:54 07:22 55:32 144.0k 11 615.5M 0 0 11 72.37M 0 166.9k 1:02:54 07:23 55:31 147.7k 11 615.5M 0 0 11 72.56M 0 166.9k 1:02:55 07:24 55:31 154.9k 11 615.5M 0 0 11 72.75M 0 166.9k 1:02:56 07:26 55:30 152.0k 11 615.5M 0 0 11 73.00M 0 167.0k 1:02:52 07:27 55:25 164.7k 11 615.5M 0 0 11 73.25M 0 167.0k 1:02:53 07:28 55:25 170.0k 11 615.5M 0 0 11 73.43M 0 167.0k 1:02:53 07:30 55:23 169.5k 11 615.5M 0 0 11 73.62M 0 166.9k 1:02:55 07:31 55:24 165.9k 11 615.5M 0 0 11 73.81M 0 166.7k 1:02:59 07:33 55:26 157.9k 12 615.5M 0 0 12 73.93M 0 166.6k 1:03:01 07:34 55:27 140.7k 12 615.5M 0 0 12 74.12M 0 166.6k 1:03:02 07:35 55:27 139.4k 12 615.5M 0 0 12 74.31M 0 166.6k 1:03:01 07:36 55:25 141.1k 12 615.5M 0 0 12 74.50M 0 166.6k 1:03:02 07:37 55:25 142.6k 12 615.5M 0 0 12 74.62M 0 166.3k 1:03:09 07:39 55:30 132.6k 12 615.5M 0 0 12 74.75M 0 166.1k 1:03:14 07:40 55:34 127.7k 12 615.5M 0 0 12 74.87M 0 166.0k 1:03:17 07:41 55:36 119.0k 12 615.5M 0 0 12 75.00M 0 165.8k 1:03:20 07:43 55:37 108.8k 12 615.5M 0 0 12 75.12M 0 165.7k 1:03:24 07:44 55:40 99.73k 12 615.5M 0 0 12 75.31M 0 165.6k 1:03:25 07:45 55:40 115.7k 12 615.5M 0 0 12 75.56M 0 165.8k 1:03:21 07:46 55:35 141.6k 12 615.5M 0 0 12 75.81M 0 165.9k 1:03:18 07:47 55:31 160.5k 12 615.5M 0 0 12 76.00M 0 165.8k 1:03:19 07:49 55:30 167.8k 12 615.5M 0 0 12 76.18M 0 165.8k 1:03:20 07:50 55:30 177.4k 12 615.5M 0 0 12 76.37M 0 165.8k 1:03:21 07:51 55:30 177.7k 12 615.5M 0 0 12 76.62M 0 165.9k 1:03:18 07:52 55:26 174.1k 12 615.5M 0 0 12 76.81M 0 165.8k 1:03:20 07:54 55:26 160.7k 12 615.5M 0 0 12 77.00M 0 165.7k 1:03:22 07:55 55:27 158.4k 12 615.5M 0 0 12 77.18M 0 165.7k 1:03:22 07:56 55:26 159.7k 12 615.5M 0 0 12 77.37M 0 165.8k 1:03:21 07:57 55:24 165.6k 12 615.5M 0 0 12 77.62M 0 165.9k 1:03:17 07:58 55:19 168.5k 12 615.5M 0 0 12 77.81M 0 166.0k 1:03:16 07:59 55:17 178.4k 12 615.5M 0 0 12 78.06M 0 166.0k 1:03:15 08:01 55:14 189.7k 12 615.5M 0 0 12 78.25M 0 166.0k 1:03:16 08:02 55:14 187.2k 12 615.5M 0 0 12 78.37M 0 165.8k 1:03:20 08:03 55:17 168.5k 12 615.5M 0 0 12 78.56M 0 165.7k 1:03:21 08:05 55:16 152.5k 12 615.5M 0 0 12 78.75M 0 165.7k 1:03:22 08:06 55:16 149.2k 12 615.5M 0 0 12 79.00M 0 165.9k 1:03:18 08:07 55:11 155.9k 12 615.5M 0 0 12 79.18M 0 165.9k 1:03:17 08:08 55:09 161.4k 12 615.5M 0 0 12 79.37M 0 166.0k 1:03:16 08:09 55:07 180.7k 12 615.5M 0 0 12 79.56M 0 166.0k 1:03:17 08:10 55:07 184.8k 12 615.5M 0 0 12 79.81M 0 166.1k 1:03:14 08:11 55:03 195.1k 13 615.5M 0 0 13 80.06M 0 166.2k 1:03:12 08:13 54:59 188.6k 13 615.5M 0 0 13 80.37M 0 166.4k 1:03:07 08:14 54:53 203.8k 13 615.5M 0 0 13 80.62M 0 166.5k 1:03:04 08:15 54:49 209.0k 13 615.5M 0 0 13 80.87M 0 166.6k 1:03:01 08:16 54:45 220.9k 13 615.5M 0 0 13 81.06M 0 166.6k 1:03:01 08:17 54:44 213.7k 13 615.5M 0 0 13 81.25M 0 166.7k 1:03:00 08:19 54:41 210.6k 13 615.5M 0 0 13 81.50M 0 166.8k 1:02:57 08:20 54:37 206.2k 13 615.5M 0 0 13 81.81M 0 167.1k 1:02:51 08:21 54:30 217.6k 13 615.5M 0 0 13 82.06M 0 167.1k 1:02:51 08:22 54:29 205.4k 13 615.5M 0 0 13 82.18M 0 166.8k 1:02:58 08:24 54:34 178.1k 13 615.5M 0 0 13 82.31M 0 166.7k 1:03:00 08:25 54:35 167.4k 13 615.5M 0 0 13 82.50M 0 166.6k 1:03:02 08:26 54:36 148.8k 13 615.5M 0 0 13 82.62M 0 166.5k 1:03:05 08:28 54:37 122.1k 13 615.5M 0 0 13 82.81M 0 166.4k 1:03:06 08:29 54:37 115.0k 13 615.5M 0 0 13 83.00M 0 166.3k 1:03:08 08:30 54:38 129.3k 13 615.5M 0 0 13 83.12M 0 166.1k 1:03:13 08:32 54:41 122.6k 13 615.5M 0 0 13 83.18M 0 165.9k 1:03:18 08:33 54:45 111.2k 13 615.5M 0 0 13 83.25M 0 165.7k 1:03:22 08:34 54:48 103.2k 13 615.5M 0 0 13 83.37M 0 165.6k 1:03:24 08:35 54:49 99699 13 615.5M 0 0 13 83.56M 0 165.6k 1:03:24 08:36 54:48 103.5k 13 615.5M 0 0 13 83.75M 0 165.6k 1:03:24 08:37 54:47 120.7k 13 615.5M 0 0 13 83.87M 0 165.6k 1:03:26 08:38 54:48 132.6k 13 615.5M 0 0 13 84.00M 0 165.5k 1:03:28 08:39 54:49 142.5k 13 615.5M 0 0 13 84.18M 0 165.4k 1:03:29 08:40 54:49 148.0k 13 615.5M 0 0 13 84.43M 0 165.5k 1:03:27 08:42 54:45 153.2k 13 615.5M 0 0 13 84.62M 0 165.5k 1:03:27 08:43 54:44 155.2k 13 615.5M 0 0 13 84.87M 0 165.6k 1:03:26 08:44 54:42 165.7k 13 615.5M 0 0 13 85.06M 0 165.5k 1:03:26 08:45 54:41 172.7k 13 615.5M 0 0 13 85.25M 0 165.5k 1:03:26 08:47 54:39 175.2k 13 615.5M 0 0 13 85.50M 0 165.7k 1:03:24 08:48 54:36 178.2k 13 615.5M 0 0 13 85.75M 0 165.8k 1:03:21 08:49 54:32 188.1k 13 615.5M 0 0 13 85.93M 0 165.7k 1:03:23 08:51 54:32 173.9k 13 615.5M 0 0 13 86.06M 0 165.5k 1:03:26 08:52 54:34 163.6k 14 615.5M 0 0 14 86.18M 0 165.4k 1:03:30 08:53 54:37 152.0k 14 615.5M 0 0 14 86.31M 0 165.2k 1:03:34 08:54 54:40 128.8k 14 615.5M 0 0 14 86.43M 0 165.1k 1:03:37 08:56 54:41 107.5k 14 615.5M 0 0 14 86.56M 0 164.8k 1:03:44 08:57 54:47 97683 14 615.5M 0 0 14 86.68M 0 164.6k 1:03:48 08:59 54:49 95911 14 615.5M 0 0 14 86.87M 0 164.6k 1:03:48 09:00 54:48 102.6k 14 615.5M 0 0 14 87.06M 0 164.5k 1:03:49 09:01 54:48 112.3k 14 615.5M 0 0 14 87.25M 0 164.5k 1:03:49 09:02 54:47 122.1k 14 615.5M 0 0 14 87.43M 0 164.5k 1:03:51 09:04 54:47 139.6k 14 615.5M 0 0 14 87.68M 0 164.6k 1:03:48 09:05 54:43 163.5k 14 615.5M 0 0 14 87.93M 0 164.7k 1:03:45 09:06 54:39 178.4k 14 615.5M 0 0 14 88.18M 0 164.8k 1:03:43 09:07 54:36 189.3k 14 615.5M 0 0 14 88.37M 0 164.8k 1:03:43 09:08 54:35 187.8k 14 615.5M 0 0 14 88.56M 0 164.8k 1:03:43 09:10 54:33 193.2k 14 615.5M 0 0 14 88.75M 0 164.8k 1:03:44 09:11 54:33 181.7k 14 615.5M 0 0 14 88.93M 0 164.7k 1:03:44 09:12 54:32 166.2k 14 615.5M 0 0 14 89.12M 0 164.8k 1:03:44 09:13 54:31 159.5k 14 615.5M 0 0 14 89.25M 0 164.6k 1:03:47 09:15 54:32 148.9k 14 615.5M 0 0 14 89.43M 0 164.5k 1:03:50 09:16 54:34 141.0k 14 615.5M 0 0 14 89.56M 0 164.2k 1:03:56 09:18 54:38 120.0k 14 615.5M 0 0 14 89.68M 0 164.0k 1:04:01 09:19 54:42 108.1k 14 615.5M 0 0 14 89.87M 0 164.0k 1:04:02 09:21 54:41 104.7k 14 615.5M 0 0 14 90.06M 0 164.0k 1:04:02 09:22 54:40 116.9k 14 615.5M 0 0 14 90.25M 0 164.0k 1:04:02 09:23 54:39 121.7k 14 615.5M 0 0 14 90.43M 0 164.0k 1:04:02 09:24 54:38 143.9k 14 615.5M 0 0 14 90.62M 0 164.0k 1:04:01 09:25 54:36 164.5k 14 615.5M 0 0 14 90.81M 0 164.0k 1:04:01 09:26 54:35 169.2k 14 615.5M 0 0 14 91.00M 0 164.0k 1:04:01 09:27 54:34 165.5k 14 615.5M 0 0 14 91.18M 0 164.1k 1:04:00 09:28 54:32 171.0k 14 615.5M 0 0 14 91.37M 0 164.1k 1:04:01 09:30 54:31 168.8k 14 615.5M 0 0 14 91.56M 0 164.0k 1:04:03 09:31 54:32 156.8k 14 615.5M 0 0 14 91.68M 0 163.8k 1:04:06 09:32 54:34 145.7k 14 615.5M 0 0 14 91.87M 0 163.8k 1:04:06 09:34 54:32 146.1k 14 615.5M 0 0 14 92.06M 0 163.8k 1:04:07 09:35 54:32 137.5k 14 615.5M 0 0 14 92.18M 0 163.7k 1:04:10 09:36 54:34 129.5k 15 615.5M 0 0 15 92.37M 0 163.7k 1:04:10 09:37 54:33 135.1k 15 615.5M 0 0 15 92.56M 0 163.6k 1:04:11 09:39 54:32 145.2k 15 615.5M 0 0 15 92.75M 0 163.6k 1:04:12 09:40 54:32 139.7k 15 615.5M 0 0 15 92.93M 0 163.6k 1:04:11 09:41 54:30 147.8k 15 615.5M 0 0 15 93.12M 0 163.5k 1:04:14 09:43 54:31 148.5k 15 615.5M 0 0 15 93.31M 0 163.5k 1:04:13 09:44 54:29 150.9k 15 615.5M 0 0 15 93.50M 0 163.5k 1:04:13 09:45 54:28 155.6k 15 615.5M 0 0 15 93.75M 0 163.6k 1:04:12 09:46 54:26 165.0k 15 615.5M 0 0 15 93.93M 0 163.6k 1:04:12 09:47 54:25 161.7k 15 615.5M 0 0 15 94.12M 0 163.5k 1:04:13 09:49 54:24 166.8k 15 615.5M 0 0 15 94.31M 0 163.5k 1:04:13 09:50 54:23 165.6k 15 615.5M 0 0 15 94.56M 0 163.6k 1:04:11 09:51 54:20 170.0k 15 615.5M 0 0 15 94.75M 0 163.7k 1:04:10 09:52 54:18 171.0k 15 615.5M 0 0 15 94.93M 0 163.5k 1:04:13 09:54 54:19 158.7k 15 615.5M 0 0 15 95.12M 0 163.5k 1:04:14 09:55 54:19 159.7k 15 615.5M 0 0 15 95.25M 0 163.4k 1:04:16 09:56 54:20 152.5k 15 615.5M 0 0 15 95.37M 0 163.3k 1:04:19 09:58 54:21 130.4k 15 615.5M 0 0 15 95.50M 0 163.1k 1:04:22 09:59 54:23 116.0k 15 615.5M 0 0 15 95.62M 0 162.9k 1:04:28 10:01 54:27 104.6k 15 615.5M 0 0 15 95.75M 0 162.7k 1:04:31 10:02 54:29 98491 15 615.5M 0 0 15 95.93M 0 162.7k 1:04:32 10:03 54:29 101.8k 15 615.5M 0 0 15 96.12M 0 162.7k 1:04:34 10:04 54:30 110.5k 15 615.5M 0 0 15 96.31M 0 162.7k 1:04:33 10:06 54:27 121.8k 15 615.5M 0 0 15 96.50M 0 162.7k 1:04:34 10:07 54:27 142.0k 15 615.5M 0 0 15 96.62M 0 162.6k 1:04:36 10:08 54:28 144.7k 15 615.5M 0 0 15 96.81M 0 162.5k 1:04:37 10:09 54:28 144.1k 15 615.5M 0 0 15 97.00M 0 162.5k 1:04:38 10:11 54:27 143.1k 15 615.5M 0 0 15 97.12M 0 162.3k 1:04:43 10:12 54:31 125.2k 15 615.5M 0 0 15 97.25M 0 162.2k 1:04:45 10:13 54:32 118.8k 15 615.5M 0 0 15 97.43M 0 162.2k 1:04:46 10:15 54:31 124.4k 15 615.5M 0 0 15 97.62M 0 162.1k 1:04:46 10:16 54:30 125.2k 15 615.5M 0 0 15 97.81M 0 162.1k 1:04:46 10:17 54:29 130.2k 15 615.5M 0 0 15 98.00M 0 162.1k 1:04:47 10:18 54:29 145.4k 15 615.5M 0 0 15 98.18M 0 162.0k 1:04:49 10:20 54:29 143.8k 15 615.5M 0 0 15 98.31M 0 161.9k 1:04:52 10:21 54:31 136.6k 16 615.5M 0 0 16 98.50M 0 161.8k 1:04:53 10:23 54:30 124.1k 16 615.5M 0 0 16 98.50M 0 161.8k 1:04:53 10:23 54:30 161.8k 16 615.5M 0 0 16 98.68M 0 161.8k 1:04:54 10:24 54:30 138.2k 16 615.5M 0 0 16 98.81M 0 161.7k 1:04:56 10:25 54:31 128.3k 16 615.5M 0 0 16 98.93M 0 161.7k 1:04:58 10:26 54:32 128.0k 16 615.5M 0 0 16 99.12M 0 161.7k 1:04:57 10:27 54:30 140.6k 16 615.5M 0 0 16 99.37M 0 161.8k 1:04:54 10:28 54:26 157.9k 16 615.5M 0 0 16 99.62M 0 161.9k 1:04:52 10:30 54:22 171.5k 16 615.5M 0 0 16 99.87M 0 162.0k 1:04:49 10:31 54:18 193.3k 16 615.5M 0 0 16 100.1M 0 162.1k 1:04:48 10:32 54:16 204.7k 16 615.5M 0 0 16 100.3M 0 162.0k 1:04:49 10:33 54:16 196.1k 16 615.5M 0 0 16 100.4M 0 161.9k 1:04:52 10:35 54:17 169.9k 16 615.5M 0 0 16 100.6M 0 161.9k 1:04:52 10:36 54:16 162.2k 16 615.5M 0 0 16 100.8M 0 161.8k 1:04:53 10:37 54:16 147.8k 16 615.5M 0 0 16 101.0M 0 161.9k 1:04:52 10:38 54:14 143.5k 16 615.5M 0 0 16 101.1M 0 161.9k 1:04:52 10:39 54:13 149.2k 16 615.5M 0 0 16 101.3M 0 161.8k 1:04:54 10:41 54:13 153.0k 16 615.5M 0 0 16 101.5M 0 161.7k 1:04:56 10:42 54:14 144.6k 16 615.5M 0 0 16 101.6M 0 161.7k 1:04:56 10:43 54:13 147.3k 16 615.5M 0 0 16 101.8M 0 161.7k 1:04:56 10:44 54:12 145.5k 16 615.5M 0 0 16 102.0M 0 161.7k 1:04:57 10:46 54:11 139.8k 16 615.5M 0 0 16 102.3M 0 161.8k 1:04:55 10:47 54:08 156.9k 16 615.5M 0 0 16 102.5M 0 161.8k 1:04:54 10:48 54:06 169.7k 16 615.5M 0 0 16 102.6M 0 161.8k 1:04:53 10:49 54:04 175.4k 16 615.5M 0 0 16 102.8M 0 161.8k 1:04:55 10:50 54:05 167.0k 16 615.5M 0 0 16 103.0M 0 161.7k 1:04:55 10:51 54:04 168.7k 16 615.5M 0 0 16 103.1M 0 161.7k 1:04:57 10:53 54:04 154.6k 16 615.5M 0 0 16 103.3M 0 161.6k 1:04:58 10:54 54:04 144.9k 16 615.5M 0 0 16 103.5M 0 161.6k 1:04:58 10:55 54:03 138.8k 16 615.5M 0 0 16 103.6M 0 161.6k 1:04:59 10:56 54:03 145.1k 16 615.5M 0 0 16 103.8M 0 161.6k 1:04:58 10:57 54:01 150.4k 16 615.5M 0 0 16 104.1M 0 161.7k 1:04:56 10:59 53:57 164.1k 16 615.5M 0 0 16 104.4M 0 161.9k 1:04:51 11:00 53:51 190.8k 16 615.5M 0 0 16 104.6M 0 161.9k 1:04:51 11:01 53:50 195.0k 17 615.5M 0 0 17 104.8M 0 161.9k 1:04:52 11:02 53:50 190.5k 17 615.5M 0 0 17 105.0M 0 161.9k 1:04:52 11:03 53:49 190.0k 17 615.5M 0 0 17 105.1M 0 161.9k 1:04:51 11:04 53:47 186.7k 17 615.5M 0 0 17 105.4M 0 162.0k 1:04:49 11:06 53:43 174.5k 17 615.5M 0 0 17 105.6M 0 162.1k 1:04:46 11:07 53:39 185.5k 17 615.5M 0 0 17 105.8M 0 162.2k 1:04:45 11:08 53:37 197.4k 17 615.5M 0 0 17 106.0M 0 162.2k 1:04:45 11:09 53:36 192.9k 17 615.5M 0 0 17 106.2M 0 162.2k 1:04:46 11:10 53:36 187.6k 17 615.5M 0 0 17 106.4M 0 162.1k 1:04:46 11:12 53:34 174.3k 17 615.5M 0 0 17 106.6M 0 162.1k 1:04:47 11:13 53:34 160.4k 17 615.5M 0 0 17 106.8M 0 162.1k 1:04:46 11:14 53:32 159.2k 17 615.5M 0 0 17 107.0M 0 162.1k 1:04:46 11:15 53:31 157.8k 17 615.5M 0 0 17 107.1M 0 162.1k 1:04:47 11:16 53:31 156.8k 17 615.5M 0 0 17 107.3M 0 162.1k 1:04:48 11:17 53:31 153.6k 17 615.5M 0 0 17 107.5M 0 162.0k 1:04:49 11:19 53:30 148.8k 17 615.5M 0 0 17 107.7M 0 162.1k 1:04:47 11:20 53:27 158.1k 17 615.5M 0 0 17 108.0M 0 162.3k 1:04:42 11:21 53:21 181.5k 17 615.5M 0 0 17 108.3M 0 162.5k 1:04:37 11:22 53:15 208.8k 17 615.5M 0 0 17 108.5M 0 162.5k 1:04:37 11:23 53:14 216.0k 17 615.5M 0 0 17 108.6M 0 162.5k 1:04:38 11:24 53:14 217.9k 17 615.5M 0 0 17 108.9M 0 162.5k 1:04:37 11:26 53:11 210.0k 17 615.5M 0 0 17 109.0M 0 162.4k 1:04:39 11:27 53:12 179.0k 17 615.5M 0 0 17 109.1M 0 162.4k 1:04:40 11:28 53:12 147.3k 17 615.5M 0 0 17 109.4M 0 162.5k 1:04:38 11:29 53:09 155.1k 17 615.5M 0 0 17 109.6M 0 162.6k 1:04:36 11:30 53:06 174.1k 17 615.5M 0 0 17 109.8M 0 162.5k 1:04:37 11:32 53:05 164.0k 17 615.5M 0 0 17 110.0M 0 162.5k 1:04:36 11:33 53:03 174.7k 17 615.5M 0 0 17 110.2M 0 162.5k 1:04:36 11:34 53:02 181.3k 17 615.5M 0 0 17 110.4M 0 162.5k 1:04:38 11:35 53:03 165.6k 17 615.5M 0 0 17 110.6M 0 162.4k 1:04:39 11:37 53:02 150.2k 18 615.5M 0 0 18 110.8M 0 162.4k 1:04:39 11:38 53:01 152.2k 18 615.5M 0 0 18 111.0M 0 162.4k 1:04:40 11:39 53:01 146.2k 18 615.5M 0 0 18 111.1M 0 162.3k 1:04:42 11:40 53:02 137.3k 18 615.5M 0 0 18 111.2M 0 162.2k 1:04:44 11:42 53:02 131.6k 18 615.5M 0 0 18 111.4M 0 162.2k 1:04:45 11:43 53:02 135.0k 18 615.5M 0 0 18 111.6M 0 162.2k 1:04:44 11:44 53:00 138.7k 18 615.5M 0 0 18 111.8M 0 162.3k 1:04:42 11:45 52:57 153.1k 18 615.5M 0 0 18 112.0M 0 162.3k 1:04:41 11:46 52:55 166.1k 18 615.5M 0 0 18 112.2M 0 162.3k 1:04:41 11:47 52:54 177.3k 18 615.5M 0 0 18 112.4M 0 162.2k 1:04:44 11:49 52:55 167.3k 18 615.5M 0 0 18 112.6M 0 162.2k 1:04:45 11:50 52:55 156.5k 18 615.5M 0 0 18 112.8M 0 162.1k 1:04:46 11:52 52:54 142.6k 18 615.5M 0 0 18 113.0M 0 162.1k 1:04:46 11:53 52:53 142.0k 18 615.5M 0 0 18 113.1M 0 162.2k 1:04:46 11:54 52:52 143.6k 18 615.5M 0 0 18 113.3M 0 162.1k 1:04:47 11:56 52:51 145.6k 18 615.5M 0 0 18 113.5M 0 161.9k 1:04:51 11:57 52:54 135.1k 18 615.5M 0 0 18 113.6M 0 161.9k 1:04:52 11:58 52:54 137.5k 18 615.5M 0 0 18 113.8M 0 161.8k 1:04:53 12:00 52:53 129.1k 18 615.5M 0 0 18 114.0M 0 161.8k 1:04:55 12:01 52:54 119.9k 18 615.5M 0 0 18 114.1M 0 161.8k 1:04:55 12:02 52:53 126.3k 18 615.5M 0 0 18 114.3M 0 161.7k 1:04:57 12:04 52:53 136.6k 18 615.5M 0 0 18 114.5M 0 161.6k 1:05:00 12:05 52:55 126.2k 18 615.5M 0 0 18 114.6M 0 161.5k 1:05:01 12:06 52:55 128.1k 18 615.5M 0 0 18 114.8M 0 161.5k 1:05:01 12:08 52:53 134.8k 18 615.5M 0 0 18 115.0M 0 161.4k 1:05:04 12:09 52:55 122.4k 18 615.5M 0 0 18 115.1M 0 161.3k 1:05:05 12:10 52:55 121.5k 18 615.5M 0 0 18 115.2M 0 161.3k 1:05:07 12:11 52:56 126.1k 18 615.5M 0 0 18 115.4M 0 161.2k 1:05:08 12:12 52:56 126.0k 18 615.5M 0 0 18 115.6M 0 161.2k 1:05:07 12:14 52:53 129.4k 18 615.5M 0 0 18 115.8M 0 161.3k 1:05:07 12:15 52:52 146.0k 18 615.5M 0 0 18 116.0M 0 161.3k 1:05:07 12:16 52:51 150.5k 18 615.5M 0 0 18 116.1M 0 161.3k 1:05:06 12:17 52:49 162.9k 18 615.5M 0 0 18 116.4M 0 161.4k 1:05:05 12:18 52:47 176.1k 18 615.5M 0 0 18 116.6M 0 161.4k 1:05:03 12:19 52:44 184.1k 18 615.5M 0 0 18 116.9M 0 161.5k 1:05:01 12:21 52:40 189.9k 19 615.5M 0 0 19 117.1M 0 161.5k 1:05:01 12:22 52:39 195.9k 19 615.5M 0 0 19 117.2M 0 161.5k 1:05:02 12:23 52:39 182.2k 19 615.5M 0 0 19 117.4M 0 161.4k 1:05:03 12:24 52:39 172.3k 19 615.5M 0 0 19 117.6M 0 161.4k 1:05:03 12:25 52:38 161.6k 19 615.5M 0 0 19 117.8M 0 161.5k 1:05:01 12:27 52:34 160.0k 19 615.5M 0 0 19 118.0M 0 161.5k 1:05:00 12:28 52:32 162.0k 19 615.5M 0 0 19 118.2M 0 161.5k 1:05:01 12:29 52:32 169.0k 19 615.5M 0 0 19 118.4M 0 161.5k 1:05:02 12:30 52:32 168.0k 19 615.5M 0 0 19 118.6M 0 161.5k 1:05:02 12:32 52:30 165.5k 19 615.5M 0 0 19 118.7M 0 161.4k 1:05:04 12:33 52:31 146.0k 19 615.5M 0 0 19 118.8M 0 161.3k 1:05:06 12:34 52:32 132.7k 19 615.5M 0 0 19 119.0M 0 161.3k 1:05:06 12:35 52:31 133.3k 19 615.5M 0 0 19 119.1M 0 161.2k 1:05:08 12:36 52:32 128.9k 19 615.5M 0 0 19 119.3M 0 161.1k 1:05:11 12:38 52:33 115.7k 19 615.5M 0 0 19 119.4M 0 160.9k 1:05:15 12:39 52:36 109.4k 19 615.5M 0 0 19 119.5M 0 160.8k 1:05:18 12:41 52:37 106.2k 19 615.5M 0 0 19 119.6M 0 160.7k 1:05:21 12:42 52:39 97004 19 615.5M 0 0 19 119.8M 0 160.7k 1:05:22 12:43 52:39 98.88k 19 615.5M 0 0 19 120.0M 0 160.7k 1:05:21 12:44 52:37 113.3k 19 615.5M 0 0 19 120.3M 0 160.8k 1:05:19 12:46 52:33 140.3k 19 615.5M 0 0 19 120.5M 0 160.9k 1:05:17 12:47 52:30 165.5k 19 615.5M 0 0 19 120.8M 0 161.0k 1:05:14 12:48 52:26 195.5k 19 615.5M 0 0 19 121.0M 0 161.1k 1:05:12 12:49 52:23 219.9k 19 615.5M 0 0 19 121.2M 0 161.0k 1:05:12 12:50 52:22 211.0k 19 615.5M 0 0 19 121.3M 0 161.0k 1:05:13 12:51 52:22 194.8k 19 615.5M 0 0 19 121.5M 0 161.0k 1:05:14 12:53 52:21 177.6k 19 615.5M 0 0 19 121.6M 0 160.9k 1:05:16 12:54 52:22 151.3k 19 615.5M 0 0 19 121.8M 0 160.9k 1:05:16 12:55 52:21 139.9k 19 615.5M 0 0 19 122.1M 0 161.0k 1:05:14 12:56 52:18 153.3k 19 615.5M 0 0 19 122.2M 0 160.9k 1:05:17 12:58 52:19 142.2k 19 615.5M 0 0 19 122.3M 0 160.7k 1:05:20 12:59 52:21 131.0k 19 615.5M 0 0 19 122.5M 0 160.7k 1:05:21 13:00 52:21 137.9k 19 615.5M 0 0 19 122.7M 0 160.7k 1:05:21 13:01 52:20 136.4k 19 615.5M 0 0 19 122.9M 0 160.7k 1:05:20 13:03 52:17 128.3k 20 615.5M 0 0 20 123.1M 0 160.8k 1:05:18 13:04 52:14 155.5k 20 615.5M 0 0 20 123.4M 0 160.9k 1:05:16 13:05 52:11 180.2k 20 615.5M 0 0 20 123.6M 0 160.8k 1:05:17 13:06 52:11 179.6k 20 615.5M 0 0 20 123.8M 0 160.9k 1:05:17 13:07 52:10 180.0k 20 615.5M 0 0 20 124.0M 0 160.9k 1:05:15 13:09 52:06 188.2k 20 615.5M 0 0 20 124.2M 0 160.9k 1:05:15 13:10 52:05 177.3k 20 615.5M 0 0 20 124.3M 0 160.9k 1:05:16 13:11 52:05 161.0k 20 615.5M 0 0 20 124.5M 0 160.8k 1:05:19 13:12 52:07 149.1k 20 615.5M 0 0 20 124.6M 0 160.6k 1:05:23 13:14 52:09 128.4k 20 615.5M 0 0 20 124.6M 0 160.5k 1:05:26 13:15 52:11 102.1k 20 615.5M 0 0 20 124.7M 0 160.3k 1:05:29 13:16 52:13 85920 20 615.5M 0 0 20 124.8M 0 160.3k 1:05:31 13:17 52:14 85514 20 615.5M 0 0 20 125.0M 0 160.3k 1:05:32 13:18 52:14 97250 20 615.5M 0 0 20 125.2M 0 160.3k 1:05:31 13:19 52:12 114.9k 20 615.5M 0 0 20 125.4M 0 160.3k 1:05:31 13:21 52:10 133.2k 20 615.5M 0 0 20 125.6M 0 160.3k 1:05:32 13:22 52:10 147.7k 20 615.5M 0 0 20 125.8M 0 160.2k 1:05:33 13:23 52:10 150.4k 20 615.5M 0 0 20 125.9M 0 160.1k 1:05:36 13:25 52:11 137.9k 20 615.5M 0 0 20 126.0M 0 160.0k 1:05:37 13:26 52:11 129.3k 20 615.5M 0 0 20 126.2M 0 160.0k 1:05:38 13:27 52:11 126.2k 20 615.5M 0 0 20 126.4M 0 160.0k 1:05:39 13:29 52:10 126.1k 20 615.5M 0 0 20 126.6M 0 159.9k 1:05:40 13:30 52:10 124.4k 20 615.5M 0 0 20 126.8M 0 159.9k 1:05:40 13:31 52:09 139.6k 20 615.5M 0 0 20 127.0M 0 160.0k 1:05:38 13:33 52:05 155.1k 20 615.5M 0 0 20 127.2M 0 160.0k 1:05:38 13:34 52:04 160.2k 20 615.5M 0 0 20 127.3M 0 159.8k 1:05:43 13:35 52:08 139.4k 20 615.5M 0 0 20 127.5M 0 159.7k 1:05:46 13:37 52:09 131.2k 20 615.5M 0 0 20 127.6M 0 159.6k 1:05:48 13:38 52:10 122.2k 20 615.5M 0 0 20 127.8M 0 159.6k 1:05:47 13:39 52:08 114.8k 20 615.5M 0 0 20 128.0M 0 159.6k 1:05:48 13:40 52:08 112.6k 20 615.5M 0 0 20 128.1M 0 159.6k 1:05:47 13:42 52:05 134.6k 20 615.5M 0 0 20 128.3M 0 159.6k 1:05:48 13:43 52:05 147.2k 20 615.5M 0 0 20 128.5M 0 159.5k 1:05:49 13:44 52:05 151.4k 20 615.5M 0 0 20 128.6M 0 159.4k 1:05:52 13:45 52:07 136.2k 20 615.5M 0 0 20 128.7M 0 159.4k 1:05:54 13:47 52:07 127.0k 20 615.5M 0 0 20 128.9M 0 159.3k 1:05:55 13:48 52:07 121.9k 20 615.5M 0 0 20 129.1M 0 159.3k 1:05:55 13:49 52:06 123.2k 21 615.5M 0 0 21 129.3M 0 159.3k 1:05:55 13:50 52:05 129.8k 21 615.5M 0 0 21 129.4M 0 159.2k 1:05:59 13:52 52:07 124.7k 21 615.5M 0 0 21 129.5M 0 159.0k 1:06:02 13:54 52:08 118.9k 21 615.5M 0 0 21 129.6M 0 158.9k 1:06:05 13:55 52:10 109.4k 21 615.5M 0 0 21 129.8M 0 158.9k 1:06:06 13:56 52:10 107.0k 21 615.5M 0 0 21 130.0M 0 158.9k 1:06:06 13:58 52:08 106.1k 21 615.5M 0 0 21 130.2M 0 158.9k 1:06:06 13:59 52:07 123.8k 21 615.5M 0 0 21 130.5M 0 159.0k 1:06:04 14:00 52:04 150.5k 21 615.5M 0 0 21 130.6M 0 159.0k 1:06:03 14:01 52:02 167.3k 21 615.5M 0 0 21 130.8M 0 159.0k 1:06:03 14:02 52:01 176.2k 21 615.5M 0 0 21 131.0M 0 159.0k 1:06:03 14:03 52:00 175.6k 21 615.5M 0 0 21 131.2M 0 158.9k 1:06:04 14:05 51:59 165.5k 21 615.5M 0 0 21 131.4M 0 158.9k 1:06:05 14:06 51:59 149.6k 21 615.5M 0 0 21 131.6M 0 158.8k 1:06:07 14:08 51:59 140.9k 21 615.5M 0 0 21 131.8M 0 158.8k 1:06:08 14:09 51:59 135.5k 21 615.5M 0 0 21 132.0M 0 158.8k 1:06:08 14:10 51:58 136.8k 21 615.5M 0 0 21 132.1M 0 158.7k 1:06:11 14:12 51:59 127.4k 21 615.5M 0 0 21 132.3M 0 158.7k 1:06:10 14:13 51:57 133.8k 21 615.5M 0 0 21 132.5M 0 158.7k 1:06:09 14:14 51:55 146.5k 21 615.5M 0 0 21 132.6M 0 158.7k 1:06:11 14:16 51:55 143.9k 21 615.5M 0 0 21 132.8M 0 158.6k 1:06:12 14:17 51:55 138.8k 21 615.5M 0 0 21 133.0M 0 158.6k 1:06:11 14:18 51:53 155.4k 21 615.5M 0 0 21 133.2M 0 158.6k 1:06:12 14:19 51:53 150.1k 21 615.5M 0 0 21 133.4M 0 158.6k 1:06:12 14:21 51:51 142.5k 21 615.5M 0 0 21 133.6M 0 158.7k 1:06:11 14:22 51:49 157.8k 21 615.5M 0 0 21 133.8M 0 158.7k 1:06:10 14:23 51:47 167.0k 21 615.5M 0 0 21 134.1M 0 158.8k 1:06:09 14:24 51:45 173.3k 21 615.5M 0 0 21 134.3M 0 158.8k 1:06:08 14:25 51:43 179.8k 21 615.5M 0 0 21 134.5M 0 158.8k 1:06:08 14:27 51:41 184.3k 21 615.5M 0 0 21 134.6M 0 158.8k 1:06:08 14:28 51:40 177.2k 21 615.5M 0 0 21 134.8M 0 158.8k 1:06:09 14:29 51:40 168.3k 21 615.5M 0 0 21 135.0M 0 158.7k 1:06:10 14:30 51:40 152.3k 21 615.5M 0 0 21 135.1M 0 158.7k 1:06:11 14:32 51:39 143.3k 21 615.5M 0 0 21 135.3M 0 158.6k 1:06:12 14:33 51:39 136.2k 22 615.5M 0 0 22 135.4M 0 158.6k 1:06:13 14:34 51:39 128.2k 22 615.5M 0 0 22 135.5M 0 158.5k 1:06:14 14:35 51:39 124.6k 22 615.5M 0 0 22 135.6M 0 158.5k 1:06:16 14:36 51:40 123.0k 22 615.5M 0 0 22 135.8M 0 158.4k 1:06:17 14:37 51:40 117.5k 22 615.5M 0 0 22 136.0M 0 158.4k 1:06:17 14:38 51:39 129.1k 22 615.5M 0 0 22 136.2M 0 158.5k 1:06:15 14:39 51:36 147.6k 22 615.5M 0 0 22 136.4M 0 158.5k 1:06:15 14:41 51:34 152.4k 22 615.5M 0 0 22 136.5M 0 158.4k 1:06:17 14:42 51:35 149.7k 22 615.5M 0 0 22 136.7M 0 158.4k 1:06:17 14:43 51:34 159.3k 22 615.5M 0 0 22 136.8M 0 158.4k 1:06:18 14:44 51:34 148.7k 22 615.5M 0 0 22 137.0M 0 158.3k 1:06:20 14:46 51:34 131.9k 22 615.5M 0 0 22 137.1M 0 158.2k 1:06:22 14:47 51:35 122.6k 22 615.5M 0 0 22 137.3M 0 158.2k 1:06:22 14:48 51:34 132.1k 22 615.5M 0 0 22 137.5M 0 158.2k 1:06:21 14:49 51:32 134.2k 22 615.5M 0 0 22 137.7M 0 158.3k 1:06:21 14:51 51:30 141.9k 22 615.5M 0 0 22 137.8M 0 158.2k 1:06:23 14:52 51:31 136.3k 22 615.5M 0 0 22 138.0M 0 158.2k 1:06:23 14:53 51:30 147.2k 22 615.5M 0 0 22 138.3M 0 158.2k 1:06:22 14:54 51:28 159.7k 22 615.5M 0 0 22 138.5M 0 158.3k 1:06:20 14:55 51:25 167.4k 22 615.5M 0 0 22 138.7M 0 158.3k 1:06:20 14:57 51:23 165.5k 22 615.5M 0 0 22 138.9M 0 158.3k 1:06:19 14:58 51:21 183.5k 22 615.5M 0 0 22 139.1M 0 158.4k 1:06:19 14:59 51:20 186.9k 22 615.5M 0 0 22 139.3M 0 158.4k 1:06:18 15:00 51:18 181.4k 22 615.5M 0 0 22 139.5M 0 158.3k 1:06:19 15:01 51:18 163.8k 22 615.5M 0 0 22 139.6M 0 158.4k 1:06:19 15:03 51:16 164.9k 22 615.5M 0 0 22 139.8M 0 158.3k 1:06:19 15:04 51:15 158.0k 22 615.5M 0 0 22 140.1M 0 158.4k 1:06:17 15:05 51:12 168.6k 22 615.5M 0 0 22 140.4M 0 158.6k 1:06:13 15:06 51:07 187.0k 22 615.5M 0 0 22 140.6M 0 158.7k 1:06:11 15:07 51:04 210.8k 22 615.5M 0 0 22 140.8M 0 158.7k 1:06:11 15:08 51:03 209.8k 22 615.5M 0 0 22 141.0M 0 158.6k 1:06:12 15:09 51:03 205.0k 22 615.5M 0 0 22 141.1M 0 158.7k 1:06:11 15:10 51:01 195.6k 22 615.5M 0 0 22 141.3M 0 158.6k 1:06:12 15:12 51:00 167.5k 22 615.5M 0 0 22 141.5M 0 158.7k 1:06:11 15:13 50:58 156.1k 23 615.5M 0 0 23 141.7M 0 158.7k 1:06:10 15:14 50:56 159.5k 23 615.5M 0 0 23 141.9M 0 158.7k 1:06:11 15:15 50:56 162.0k 23 615.5M 0 0 23 142.0M 0 158.6k 1:06:13 15:16 50:57 151.3k 23 615.5M 0 0 23 142.1M 0 158.5k 1:06:15 15:18 50:57 136.7k 23 615.5M 0 0 23 142.3M 0 158.4k 1:06:18 15:19 50:59 117.6k 23 615.5M 0 0 23 142.4M 0 158.3k 1:06:19 15:20 50:59 109.1k 23 615.5M 0 0 23 142.6M 0 158.4k 1:06:18 15:21 50:57 115.9k 23 615.5M 0 0 23 142.8M 0 158.4k 1:06:17 15:23 50:54 132.4k 23 615.5M 0 0 23 143.0M 0 158.4k 1:06:18 15:24 50:54 144.9k 23 615.5M 0 0 23 143.2M 0 158.4k 1:06:19 15:25 50:54 156.4k 23 615.5M 0 0 23 143.4M 0 158.3k 1:06:19 15:27 50:52 156.8k 23 615.5M 0 0 23 143.6M 0 158.4k 1:06:18 15:28 50:50 160.4k 23 615.5M 0 0 23 143.8M 0 158.4k 1:06:18 15:29 50:49 151.9k 23 615.5M 0 0 23 144.0M 0 158.4k 1:06:19 15:31 50:48 152.8k 23 615.5M 0 0 23 144.2M 0 158.4k 1:06:19 15:32 50:47 157.5k 23 615.5M 0 0 23 144.4M 0 158.3k 1:06:20 15:33 50:47 156.8k 23 615.5M 0 0 23 144.6M 0 158.3k 1:06:21 15:35 50:46 143.0k 23 615.5M 0 0 23 144.7M 0 158.2k 1:06:22 15:36 50:46 136.8k 23 615.5M 0 0 23 144.9M 0 158.2k 1:06:22 15:37 50:45 136.8k 23 615.5M 0 0 23 144.9M 0 158.2k 1:06:22 15:37 50:45 158.2k 23 615.5M 0 0 23 145.1M 0 158.3k 1:06:20 15:38 50:42 220.4k 23 615.5M 0 0 23 145.3M 0 158.3k 1:06:20 15:39 50:41 196.6k 23 615.5M 0 0 23 145.5M 0 158.3k 1:06:21 15:41 50:40 172.6k 23 615.5M 0 0 23 145.6M 0 158.2k 1:06:23 15:42 50:41 146.1k 23 615.5M 0 0 23 145.7M 0 158.1k 1:06:25 15:43 50:42 140.2k 23 615.5M 0 0 23 145.9M 0 158.1k 1:06:26 15:45 50:41 124.4k 23 615.5M 0 0 23 146.1M 0 158.1k 1:06:25 15:46 50:39 125.0k 23 615.5M 0 0 23 146.3M 0 158.1k 1:06:25 15:47 50:38 133.5k 23 615.5M 0 0 23 146.5M 0 158.1k 1:06:25 15:48 50:37 146.9k 23 615.5M 0 0 23 146.6M 0 158.0k 1:06:26 15:49 50:37 147.3k 23 615.5M 0 0 23 146.7M 0 158.0k 1:06:28 15:50 50:38 144.0k 23 615.5M 0 0 23 147.0M 0 158.1k 1:06:26 15:52 50:34 149.4k 23 615.5M 0 0 23 147.2M 0 158.1k 1:06:24 15:53 50:31 160.1k 23 615.5M 0 0 23 147.4M 0 158.2k 1:06:24 15:54 50:30 169.8k 23 615.5M 0 0 23 147.6M 0 158.2k 1:06:22 15:55 50:27 185.9k 24 615.5M 0 0 24 147.9M 0 158.2k 1:06:22 15:57 50:25 192.4k 24 615.5M 0 0 24 148.1M 0 158.2k 1:06:21 15:58 50:23 188.8k 24 615.5M 0 0 24 148.3M 0 158.2k 1:06:22 15:59 50:23 176.1k 24 615.5M 0 0 24 148.5M 0 158.3k 1:06:21 16:00 50:21 174.6k 24 615.5M 0 0 24 148.6M 0 158.3k 1:06:20 16:01 50:19 169.6k 24 615.5M 0 0 24 148.8M 0 158.3k 1:06:21 16:02 50:19 167.7k 24 615.5M 0 0 24 149.0M 0 158.2k 1:06:22 16:03 50:19 157.7k 24 615.5M 0 0 24 149.1M 0 158.2k 1:06:22 16:05 50:17 156.8k 24 615.5M 0 0 24 149.3M 0 158.1k 1:06:24 16:06 50:18 138.4k 24 615.5M 0 0 24 149.4M 0 158.1k 1:06:26 16:07 50:19 123.9k 24 615.5M 0 0 24 149.5M 0 157.9k 1:06:30 16:09 50:21 103.4k 24 615.5M 0 0 24 149.7M 0 157.9k 1:06:31 16:10 50:21 108.5k 24 615.5M 0 0 24 150.0M 0 157.9k 1:06:30 16:12 50:18 114.3k 24 615.5M 0 0 24 150.1M 0 157.9k 1:06:31 16:13 50:18 117.9k 24 615.5M 0 0 24 150.3M 0 157.8k 1:06:32 16:14 50:18 124.5k 24 615.5M 0 0 24 150.5M 0 157.8k 1:06:33 16:16 50:17 143.0k 24 615.5M 0 0 24 150.6M 0 157.7k 1:06:34 16:17 50:17 137.5k 24 615.5M 0 0 24 150.7M 0 157.7k 1:06:35 16:18 50:17 125.5k 24 615.5M 0 0 24 150.8M 0 157.7k 1:06:36 16:19 50:17 127.0k 24 615.5M 0 0 24 151.0M 0 157.7k 1:06:36 16:20 50:16 133.5k 24 615.5M 0 0 24 151.3M 0 157.7k 1:06:34 16:21 50:13 147.3k 24 615.5M 0 0 24 151.5M 0 157.8k 1:06:33 16:23 50:10 168.3k 24 615.5M 0 0 24 151.7M 0 157.8k 1:06:33 16:24 50:09 169.9k 24 615.5M 0 0 24 151.8M 0 157.7k 1:06:36 16:26 50:10 158.5k 24 615.5M 0 0 24 152.0M 0 157.6k 1:06:38 16:27 50:11 146.8k 24 615.5M 0 0 24 152.1M 0 157.6k 1:06:39 16:28 50:11 131.0k 24 615.5M 0 0 24 152.3M 0 157.5k 1:06:39 16:30 50:09 119.2k 24 615.5M 0 0 24 152.5M 0 157.5k 1:06:41 16:31 50:10 115.1k 24 615.5M 0 0 24 152.6M 0 157.5k 1:06:41 16:32 50:09 123.9k 24 615.5M 0 0 24 152.8M 0 157.5k 1:06:41 16:33 50:08 135.7k 24 615.5M 0 0 24 153.0M 0 157.5k 1:06:42 16:34 50:08 140.2k 24 615.5M 0 0 24 153.1M 0 157.4k 1:06:44 16:36 50:08 128.5k 24 615.5M 0 0 24 153.2M 0 157.3k 1:06:45 16:37 50:08 129.6k 24 615.5M 0 0 24 153.4M 0 157.4k 1:06:44 16:38 50:06 139.2k 24 615.5M 0 0 24 153.6M 0 157.4k 1:06:44 16:39 50:05 140.0k 24 615.5M 0 0 24 153.8M 0 157.5k 1:06:42 16:40 50:02 158.6k 25 615.5M 0 0 25 154.1M 0 157.5k 1:06:40 16:41 49:59 182.9k 25 615.5M 0 0 25 154.3M 0 157.6k 1:06:39 16:43 49:56 195.7k 25 615.5M 0 0 25 154.5M 0 157.6k 1:06:39 16:44 49:55 192.5k 25 615.5M 0 0 25 154.6M 0 157.5k 1:06:40 16:45 49:55 183.6k 25 615.5M 0 0 25 154.8M 0 157.5k 1:06:41 16:46 49:55 163.3k 25 615.5M 0 0 25 154.9M 0 157.4k 1:06:42 16:47 49:55 142.8k 25 615.5M 0 0 25 155.0M 0 157.4k 1:06:43 16:48 49:55 127.2k 25 615.5M 0 0 25 155.2M 0 157.4k 1:06:43 16:49 49:54 128.1k 25 615.5M 0 0 25 155.4M 0 157.4k 1:06:43 16:50 49:53 135.1k 25 615.5M 0 0 25 155.6M 0 157.4k 1:06:43 16:52 49:51 143.4k 25 615.5M 0 0 25 155.8M 0 157.5k 1:06:41 16:53 49:48 168.1k 25 615.5M 0 0 25 156.0M 0 157.5k 1:06:41 16:54 49:47 175.2k 25 615.5M 0 0 25 156.2M 0 157.5k 1:06:40 16:55 49:45 174.5k 25 615.5M 0 0 25 156.4M 0 157.5k 1:06:40 16:56 49:44 175.0k 25 615.5M 0 0 25 156.6M 0 157.5k 1:06:41 16:58 49:43 168.4k 25 615.5M 0 0 25 156.8M 0 157.5k 1:06:41 16:59 49:42 154.5k 25 615.5M 0 0 25 157.0M 0 157.5k 1:06:41 17:00 49:41 154.3k 25 615.5M 0 0 25 157.2M 0 157.5k 1:06:40 17:01 49:39 161.5k 25 615.5M 0 0 25 157.5M 0 157.6k 1:06:38 17:03 49:35 170.5k 25 615.5M 0 0 25 157.6M 0 157.6k 1:06:39 17:04 49:35 172.5k 25 615.5M 0 0 25 157.8M 0 157.5k 1:06:39 17:05 49:34 170.0k 25 615.5M 0 0 25 158.0M 0 157.5k 1:06:39 17:06 49:33 170.7k 25 615.5M 0 0 25 158.2M 0 157.6k 1:06:37 17:07 49:30 175.5k 25 615.5M 0 0 25 158.4M 0 157.6k 1:06:38 17:09 49:29 161.6k 25 615.5M 0 0 25 158.6M 0 157.6k 1:06:37 17:10 49:27 166.2k 25 615.5M 0 0 25 158.8M 0 157.7k 1:06:36 17:11 49:25 177.3k 25 615.5M 0 0 25 159.0M 0 157.6k 1:06:37 17:13 49:24 168.7k 25 615.5M 0 0 25 159.1M 0 157.5k 1:06:39 17:14 49:25 145.0k 25 615.5M 0 0 25 159.3M 0 157.5k 1:06:41 17:15 49:26 137.5k 25 615.5M 0 0 25 159.4M 0 157.4k 1:06:43 17:16 49:27 123.6k 25 615.5M 0 0 25 159.6M 0 157.4k 1:06:42 17:17 49:25 120.5k 25 615.5M 0 0 25 159.8M 0 157.4k 1:06:42 17:19 49:23 127.9k 25 615.5M 0 0 25 159.9M 0 157.4k 1:06:43 17:20 49:23 132.8k 26 615.5M 0 0 26 160.1M 0 157.4k 1:06:42 17:21 49:21 149.5k 26 615.5M 0 0 26 160.3M 0 157.5k 1:06:40 17:22 49:18 177.7k 26 615.5M 0 0 26 160.5M 0 157.5k 1:06:40 17:23 49:17 177.1k 26 615.5M 0 0 26 160.6M 0 157.5k 1:06:41 17:24 49:17 159.6k 26 615.5M 0 0 26 160.8M 0 157.4k 1:06:42 17:25 49:17 163.7k 26 615.5M 0 0 26 161.0M 0 157.4k 1:06:43 17:26 49:17 154.1k 26 615.5M 0 0 26 161.1M 0 157.4k 1:06:43 17:28 49:15 141.0k 26 615.5M 0 0 26 161.3M 0 157.4k 1:06:42 17:29 49:13 139.7k 26 615.5M 0 0 26 161.5M 0 157.4k 1:06:43 17:30 49:13 147.4k 26 615.5M 0 0 26 161.7M 0 157.4k 1:06:43 17:32 49:11 148.2k 26 615.5M 0 0 26 161.9M 0 157.4k 1:06:44 17:33 49:11 149.6k 26 615.5M 0 0 26 162.0M 0 157.3k 1:06:46 17:34 49:12 135.0k 26 615.5M 0 0 26 162.1M 0 157.2k 1:06:48 17:36 49:12 120.3k 26 615.5M 0 0 26 162.3M 0 157.1k 1:06:51 17:37 49:14 108.5k 26 615.5M 0 0 26 162.4M 0 157.0k 1:06:53 17:39 49:14 99.33k 26 615.5M 0 0 26 162.6M 0 157.0k 1:06:53 17:40 49:13 101.9k 26 615.5M 0 0 26 162.7M 0 156.9k 1:06:56 17:41 49:15 100.5k 26 615.5M 0 0 26 162.8M 0 156.8k 1:06:57 17:43 49:14 103.1k 26 615.5M 0 0 26 163.1M 0 156.9k 1:06:56 17:44 49:12 126.8k 26 615.5M 0 0 26 163.3M 0 156.9k 1:06:56 17:45 49:11 139.6k 26 615.5M 0 0 26 163.5M 0 156.9k 1:06:55 17:46 49:09 142.2k 26 615.5M 0 0 26 163.6M 0 156.9k 1:06:55 17:47 49:08 161.1k 26 615.5M 0 0 26 163.8M 0 156.9k 1:06:56 17:48 49:08 164.8k 26 615.5M 0 0 26 164.0M 0 156.9k 1:06:56 17:50 49:06 153.7k 26 615.5M 0 0 26 164.1M 0 156.8k 1:06:57 17:51 49:06 146.2k 26 615.5M 0 0 26 164.3M 0 156.8k 1:06:58 17:52 49:06 134.9k 26 615.5M 0 0 26 164.5M 0 156.8k 1:06:59 17:54 49:05 133.8k 26 615.5M 0 0 26 164.6M 0 156.8k 1:06:59 17:55 49:04 134.9k 26 615.5M 0 0 26 164.7M 0 156.7k 1:07:01 17:56 49:05 125.7k 26 615.5M 0 0 26 164.9M 0 156.7k 1:07:01 17:57 49:04 128.7k 26 615.5M 0 0 26 165.1M 0 156.7k 1:07:00 17:58 49:02 144.1k 26 615.5M 0 0 26 165.3M 0 156.7k 1:07:00 18:00 49:00 148.6k 26 615.5M 0 0 26 165.5M 0 156.7k 1:07:00 18:01 48:59 153.7k 26 615.5M 0 0 26 165.7M 0 156.7k 1:07:01 18:02 48:59 155.9k 26 615.5M 0 0 26 165.8M 0 156.6k 1:07:03 18:04 48:59 145.9k 26 615.5M 0 0 26 166.0M 0 156.6k 1:07:04 18:05 48:59 132.4k 26 615.5M 0 0 26 166.1M 0 156.4k 1:07:07 18:07 49:00 113.3k 27 615.5M 0 0 27 166.3M 0 156.4k 1:07:08 18:08 49:00 108.0k 27 615.5M 0 0 27 166.5M 0 156.4k 1:07:09 18:09 49:00 109.0k 27 615.5M 0 0 27 166.6M 0 156.3k 1:07:10 18:10 49:00 113.7k 27 615.5M 0 0 27 166.8M 0 156.3k 1:07:10 18:12 48:58 118.9k 27 615.5M 0 0 27 167.0M 0 156.4k 1:07:08 18:13 48:55 153.3k 27 615.5M 0 0 27 167.2M 0 156.5k 1:07:07 18:14 48:53 163.4k 27 615.5M 0 0 27 167.4M 0 156.4k 1:07:08 18:15 48:53 164.4k 27 615.5M 0 0 27 167.6M 0 156.4k 1:07:08 18:17 48:51 167.2k 27 615.5M 0 0 27 167.8M 0 156.5k 1:07:07 18:18 48:49 180.1k 27 615.5M 0 0 27 168.1M 0 156.6k 1:07:03 18:19 48:44 188.0k 27 615.5M 0 0 27 168.3M 0 156.6k 1:07:03 18:20 48:43 184.7k 27 615.5M 0 0 27 168.6M 0 156.7k 1:07:02 18:21 48:41 198.7k 27 615.5M 0 0 27 168.8M 0 156.7k 1:07:01 18:22 48:39 207.8k 27 615.5M 0 0 27 168.9M 0 156.7k 1:07:02 18:23 48:39 190.3k 27 615.5M 0 0 27 169.1M 0 156.7k 1:07:02 18:25 48:37 168.9k 27 615.5M 0 0 27 169.3M 0 156.7k 1:07:02 18:26 48:36 166.8k 27 615.5M 0 0 27 169.5M 0 156.7k 1:07:02 18:27 48:35 157.0k 27 615.5M 0 0 27 169.6M 0 156.6k 1:07:02 18:28 48:34 150.4k 27 615.5M 0 0 27 169.8M 0 156.6k 1:07:03 18:30 48:33 153.3k 27 615.5M 0 0 27 170.0M 0 156.6k 1:07:03 18:31 48:32 148.2k 27 615.5M 0 0 27 170.1M 0 156.6k 1:07:04 18:32 48:32 139.8k 27 615.5M 0 0 27 170.3M 0 156.5k 1:07:05 18:34 48:31 133.5k 27 615.5M 0 0 27 170.5M 0 156.5k 1:07:05 18:35 48:30 134.8k 27 615.5M 0 0 27 170.7M 0 156.5k 1:07:06 18:36 48:30 133.2k 27 615.5M 0 0 27 170.9M 0 156.5k 1:07:06 18:38 48:28 133.9k 27 615.5M 0 0 27 171.0M 0 156.4k 1:07:08 18:39 48:29 131.1k 27 615.5M 0 0 27 171.1M 0 156.3k 1:07:11 18:41 48:30 122.7k 27 615.5M 0 0 27 171.3M 0 156.3k 1:07:12 18:42 48:30 116.6k 27 615.5M 0 0 27 171.4M 0 156.2k 1:07:13 18:43 48:30 109.7k 27 615.5M 0 0 27 171.6M 0 156.2k 1:07:13 18:44 48:29 109.9k 27 615.5M 0 0 27 171.8M 0 156.2k 1:07:13 18:45 48:28 121.7k 27 615.5M 0 0 27 172.0M 0 156.3k 1:07:12 18:47 48:25 149.3k 27 615.5M 0 0 27 172.2M 0 156.3k 1:07:11 18:48 48:23 159.0k 28 615.5M 0 0 28 172.4M 0 156.3k 1:07:12 18:49 48:23 160.9k 28 615.5M 0 0 28 172.5M 0 156.2k 1:07:14 18:50 48:24 152.9k 28 615.5M 0 0 28 172.7M 0 156.2k 1:07:14 18:52 48:22 149.7k 28 615.5M 0 0 28 172.9M 0 156.2k 1:07:14 18:53 48:21 140.2k 28 615.5M 0 0 28 173.1M 0 156.2k 1:07:14 18:54 48:20 137.5k 28 615.5M 0 0 28 173.3M 0 156.2k 1:07:14 18:55 48:19 146.7k 28 615.5M 0 0 28 173.5M 0 156.2k 1:07:14 18:57 48:17 157.8k 28 615.5M 0 0 28 173.6M 0 156.2k 1:07:14 18:58 48:16 158.4k 28 615.5M 0 0 28 173.8M 0 156.2k 1:07:15 18:59 48:16 151.7k 28 615.5M 0 0 28 174.0M 0 156.2k 1:07:15 19:00 48:15 150.2k 28 615.5M 0 0 28 174.1M 0 156.2k 1:07:14 19:01 48:13 151.4k 28 615.5M 0 0 28 174.3M 0 156.1k 1:07:16 19:02 48:14 139.1k 28 615.5M 0 0 28 174.4M 0 156.1k 1:07:17 19:04 48:13 133.3k 28 615.5M 0 0 28 174.6M 0 156.1k 1:07:17 19:05 48:12 136.6k 28 615.5M 0 0 28 174.7M 0 156.0k 1:07:19 19:06 48:13 127.2k 28 615.5M 0 0 28 174.9M 0 156.0k 1:07:18 19:07 48:11 128.3k 28 615.5M 0 0 28 175.1M 0 156.0k 1:07:18 19:08 48:10 140.5k 28 615.5M 0 0 28 175.3M 0 156.1k 1:07:17 19:09 48:08 151.1k 28 615.5M 0 0 28 175.6M 0 156.2k 1:07:14 19:11 48:03 179.5k 28 615.5M 0 0 28 175.8M 0 156.3k 1:07:12 19:12 48:00 208.4k 28 615.5M 0 0 28 176.0M 0 156.3k 1:07:12 19:13 47:59 201.1k 28 615.5M 0 0 28 176.2M 0 156.3k 1:07:12 19:14 47:58 199.1k 28 615.5M 0 0 28 176.3M 0 156.2k 1:07:13 19:15 47:58 189.0k 28 615.5M 0 0 28 176.5M 0 156.2k 1:07:13 19:16 47:57 165.8k 28 615.5M 0 0 28 176.7M 0 156.2k 1:07:13 19:18 47:55 153.4k 28 615.5M 0 0 28 176.9M 0 156.3k 1:07:12 19:19 47:53 156.3k 28 615.5M 0 0 28 177.1M 0 156.3k 1:07:12 19:20 47:52 157.3k 28 615.5M 0 0 28 177.3M 0 156.3k 1:07:10 19:21 47:49 178.3k 28 615.5M 0 0 28 177.6M 0 156.5k 1:07:07 19:22 47:45 202.4k 28 615.5M 0 0 28 178.0M 0 156.6k 1:07:04 19:23 47:41 220.5k 28 615.5M 0 0 28 178.1M 0 156.6k 1:07:04 19:24 47:40 224.3k 28 615.5M 0 0 28 178.3M 0 156.6k 1:07:04 19:26 47:38 221.4k 29 615.5M 0 0 29 178.6M 0 156.6k 1:07:03 19:27 47:36 215.7k 29 615.5M 0 0 29 178.8M 0 156.7k 1:07:01 19:28 47:33 201.6k 29 615.5M 0 0 29 179.0M 0 156.6k 1:07:02 19:29 47:33 171.7k 29 615.5M 0 0 29 179.1M 0 156.6k 1:07:04 19:30 47:34 157.9k 29 615.5M 0 0 29 179.3M 0 156.6k 1:07:04 19:32 47:32 157.3k 29 615.5M 0 0 29 179.5M 0 156.5k 1:07:05 19:33 47:32 141.4k 29 615.5M 0 0 29 179.6M 0 156.5k 1:07:06 19:34 47:32 124.0k 29 615.5M 0 0 29 179.8M 0 156.6k 1:07:04 19:36 47:28 141.9k 29 615.5M 0 0 29 180.1M 0 156.6k 1:07:03 19:37 47:26 163.9k 29 615.5M 0 0 29 180.3M 0 156.7k 1:07:02 19:38 47:24 173.2k 29 615.5M 0 0 29 180.5M 0 156.6k 1:07:03 19:39 47:24 170.7k 29 615.5M 0 0 29 180.6M 0 156.6k 1:07:04 19:40 47:24 172.8k 29 615.5M 0 0 29 180.8M 0 156.6k 1:07:03 19:41 47:22 164.1k 29 615.5M 0 0 29 181.0M 0 156.7k 1:07:02 19:43 47:19 162.1k 29 615.5M 0 0 29 181.3M 0 156.7k 1:07:00 19:44 47:16 168.5k 29 615.5M 0 0 29 181.5M 0 156.7k 1:07:00 19:45 47:15 184.6k 29 615.5M 0 0 29 181.6M 0 156.7k 1:07:00 19:46 47:14 184.0k 29 615.5M 0 0 29 181.7M 0 156.7k 1:07:01 19:47 47:14 174.1k 29 615.5M 0 0 29 181.9M 0 156.7k 1:07:02 19:48 47:14 159.2k 29 615.5M 0 0 29 182.1M 0 156.6k 1:07:02 19:50 47:12 140.8k 29 615.5M 0 0 29 182.3M 0 156.7k 1:07:01 19:51 47:10 141.4k 29 615.5M 0 0 29 182.5M 0 156.7k 1:07:01 19:52 47:09 150.6k 29 615.5M 0 0 29 182.6M 0 156.7k 1:07:01 19:53 47:08 160.2k 29 615.5M 0 0 29 182.8M 0 156.7k 1:07:02 19:54 47:08 154.3k 29 615.5M 0 0 29 182.9M 0 156.6k 1:07:02 19:55 47:07 153.6k 29 615.5M 0 0 29 183.1M 0 156.6k 1:07:03 19:56 47:07 145.9k 29 615.5M 0 0 29 183.3M 0 156.6k 1:07:03 19:58 47:05 143.1k 29 615.5M 0 0 29 183.5M 0 156.6k 1:07:03 19:59 47:04 140.1k 29 615.5M 0 0 29 183.6M 0 156.6k 1:07:03 20:00 47:03 146.6k 29 615.5M 0 0 29 183.9M 0 156.6k 1:07:02 20:02 47:00 157.9k 29 615.5M 0 0 29 184.1M 0 156.6k 1:07:03 20:03 47:00 158.8k 29 615.5M 0 0 29 184.3M 0 156.6k 1:07:02 20:04 46:58 159.4k 29 615.5M 0 0 29 184.5M 0 156.6k 1:07:02 20:06 46:56 162.5k 30 615.5M 0 0 30 184.6M 0 156.6k 1:07:04 20:07 46:57 151.2k 30 615.5M 0 0 30 184.8M 0 156.5k 1:07:05 20:08 46:57 138.8k 30 615.5M 0 0 30 185.0M 0 156.5k 1:07:05 20:09 46:56 135.3k 30 615.5M 0 0 30 185.1M 0 156.5k 1:07:07 20:11 46:56 126.1k 30 615.5M 0 0 30 185.3M 0 156.5k 1:07:07 20:12 46:55 123.2k 30 615.5M 0 0 30 185.5M 0 156.5k 1:07:06 20:13 46:53 138.8k 30 615.5M 0 0 30 185.7M 0 156.6k 1:07:04 20:14 46:50 161.0k 30 615.5M 0 0 30 186.0M 0 156.6k 1:07:02 20:15 46:47 185.6k 30 615.5M 0 0 30 186.1M 0 156.6k 1:07:03 20:16 46:47 186.2k 30 615.5M 0 0 30 186.3M 0 156.6k 1:07:02 20:17 46:45 191.8k 30 615.5M 0 0 30 186.6M 0 156.7k 1:07:01 20:19 46:42 200.1k 30 615.5M 0 0 30 186.8M 0 156.8k 1:06:59 20:20 46:39 195.2k 30 615.5M 0 0 30 187.0M 0 156.7k 1:07:00 20:21 46:39 170.6k 30 615.5M 0 0 30 187.2M 0 156.7k 1:07:01 20:23 46:38 171.6k 30 615.5M 0 0 30 187.4M 0 156.7k 1:07:01 20:24 46:37 168.7k 30 615.5M 0 0 30 187.6M 0 156.7k 1:07:00 20:25 46:35 163.5k 30 615.5M 0 0 30 187.8M 0 156.7k 1:07:01 20:26 46:35 148.2k 30 615.5M 0 0 30 188.0M 0 156.7k 1:07:01 20:28 46:33 154.2k 30 615.5M 0 0 30 188.1M 0 156.7k 1:07:01 20:29 46:32 154.3k 30 615.5M 0 0 30 188.3M 0 156.7k 1:07:01 20:30 46:31 152.3k 30 615.5M 0 0 30 188.5M 0 156.7k 1:07:01 20:31 46:30 150.0k 30 615.5M 0 0 30 188.6M 0 156.7k 1:07:02 20:32 46:30 148.0k 30 615.5M 0 0 30 188.8M 0 156.7k 1:07:02 20:34 46:28 146.8k 30 615.5M 0 0 30 189.0M 0 156.6k 1:07:03 20:35 46:28 143.2k 30 615.5M 0 0 30 189.2M 0 156.6k 1:07:04 20:37 46:27 140.3k 30 615.5M 0 0 30 189.3M 0 156.6k 1:07:04 20:38 46:26 132.5k 30 615.5M 0 0 30 189.5M 0 156.5k 1:07:05 20:39 46:26 128.8k 30 615.5M 0 0 30 189.6M 0 156.5k 1:07:07 20:40 46:27 120.6k 30 615.5M 0 0 30 189.8M 0 156.5k 1:07:05 20:41 46:24 138.0k 30 615.5M 0 0 30 190.1M 0 156.6k 1:07:05 20:43 46:22 147.9k 30 615.5M 0 0 30 190.3M 0 156.5k 1:07:05 20:44 46:21 151.1k 30 615.5M 0 0 30 190.5M 0 156.5k 1:07:06 20:45 46:21 155.0k 30 615.5M 0 0 30 190.6M 0 156.5k 1:07:07 20:47 46:20 154.8k 30 615.5M 0 0 30 190.7M 0 156.4k 1:07:09 20:48 46:21 131.3k 31 615.5M 0 0 31 190.8M 0 156.4k 1:07:10 20:49 46:21 118.3k 31 615.5M 0 0 31 191.0M 0 156.4k 1:07:09 20:50 46:19 121.8k 31 615.5M 0 0 31 191.0M 0 156.4k 1:07:09 20:50 46:19 156.4k 31 615.5M 0 0 31 191.2M 0 156.4k 1:07:09 20:52 46:17 159.3k 31 615.5M 0 0 31 191.3M 0 156.3k 1:07:10 20:53 46:17 144.7k 31 615.5M 0 0 31 191.5M 0 156.4k 1:07:10 20:54 46:16 152.9k 31 615.5M 0 0 31 191.8M 0 156.4k 1:07:08 20:55 46:13 167.6k 31 615.5M 0 0 31 192.1M 0 156.5k 1:07:06 20:56 46:10 185.5k 31 615.5M 0 0 31 192.3M 0 156.5k 1:07:06 20:57 46:09 185.7k 31 615.5M 0 0 31 192.5M 0 156.5k 1:07:06 20:59 46:07 188.3k 31 615.5M 0 0 31 192.6M 0 156.5k 1:07:05 21:00 46:05 191.7k 31 615.5M 0 0 31 192.8M 0 156.5k 1:07:06 21:01 46:05 172.9k 31 615.5M 0 0 31 193.0M 0 156.5k 1:07:07 21:02 46:05 148.7k 31 615.5M 0 0 31 193.1M 0 156.4k 1:07:08 21:03 46:05 141.6k 31 615.5M 0 0 31 193.3M 0 156.5k 1:07:07 21:05 46:02 150.3k 31 615.5M 0 0 31 193.5M 0 156.5k 1:07:06 21:06 46:00 150.0k 31 615.5M 0 0 31 193.8M 0 156.5k 1:07:05 21:07 45:58 169.3k 31 615.5M 0 0 31 194.0M 0 156.6k 1:07:05 21:08 45:57 175.8k 31 615.5M 0 0 31 194.2M 0 156.6k 1:07:03 21:09 45:54 191.4k 31 615.5M 0 0 31 194.3M 0 156.6k 1:07:04 21:10 45:54 176.0k 31 615.5M 0 0 31 194.5M 0 156.6k 1:07:04 21:12 45:52 170.8k 31 615.5M 0 0 31 194.7M 0 156.6k 1:07:04 21:13 45:51 159.0k 31 615.5M 0 0 31 195.0M 0 156.6k 1:07:03 21:14 45:49 172.4k 31 615.5M 0 0 31 195.1M 0 156.6k 1:07:02 21:15 45:47 166.4k 31 615.5M 0 0 31 195.3M 0 156.7k 1:07:02 21:16 45:46 181.3k 31 615.5M 0 0 31 195.5M 0 156.7k 1:07:02 21:17 45:45 178.2k 31 615.5M 0 0 31 195.7M 0 156.7k 1:07:02 21:19 45:43 177.8k 31 615.5M 0 0 31 195.9M 0 156.7k 1:07:02 21:20 45:42 164.8k 31 615.5M 0 0 31 196.1M 0 156.7k 1:07:00 21:21 45:39 174.1k 31 615.5M 0 0 31 196.4M 0 156.8k 1:06:58 21:22 45:36 183.6k 31 615.5M 0 0 31 196.6M 0 156.8k 1:06:59 21:23 45:36 183.0k 31 615.5M 0 0 31 196.8M 0 156.9k 1:06:57 21:24 45:33 201.3k 32 615.5M 0 0 32 197.1M 0 157.0k 1:06:54 21:26 45:28 222.8k 32 615.5M 0 0 32 197.4M 0 157.0k 1:06:53 21:27 45:26 217.3k 32 615.5M 0 0 32 197.6M 0 157.0k 1:06:54 21:28 45:26 196.6k 32 615.5M 0 0 32 197.8M 0 157.0k 1:06:54 21:29 45:25 198.4k 32 615.5M 0 0 32 198.0M 0 157.0k 1:06:54 21:31 45:23 180.7k 32 615.5M 0 0 32 198.1M 0 156.9k 1:06:55 21:32 45:23 153.4k 32 615.5M 0 0 32 198.3M 0 156.9k 1:06:55 21:33 45:22 144.6k 32 615.5M 0 0 32 198.5M 0 157.0k 1:06:54 21:34 45:20 154.6k 32 615.5M 0 0 32 198.7M 0 156.9k 1:06:54 21:36 45:18 150.6k 32 615.5M 0 0 32 198.9M 0 156.9k 1:06:55 21:37 45:18 150.7k 32 615.5M 0 0 32 199.1M 0 157.0k 1:06:54 21:38 45:16 158.6k 32 615.5M 0 0 32 199.3M 0 156.9k 1:06:55 21:40 45:15 156.2k 32 615.5M 0 0 32 199.5M 0 157.0k 1:06:54 21:41 45:13 159.5k 32 615.5M 0 0 32 199.6M 0 156.9k 1:06:55 21:42 45:13 155.0k 32 615.5M 0 0 32 199.8M 0 156.9k 1:06:55 21:43 45:12 150.3k 32 615.5M 0 0 32 200.0M 0 156.9k 1:06:55 21:44 45:11 148.2k 32 615.5M 0 0 32 200.1M 0 156.9k 1:06:56 21:46 45:10 147.1k 32 615.5M 0 0 32 200.3M 0 156.8k 1:06:57 21:47 45:10 129.2k 32 615.5M 0 0 32 200.5M 0 156.8k 1:06:57 21:49 45:08 136.9k 32 615.5M 0 0 32 200.7M 0 156.9k 1:06:57 21:50 45:07 146.8k 32 615.5M 0 0 32 200.9M 0 156.9k 1:06:57 21:51 45:06 146.9k 32 615.5M 0 0 32 201.1M 0 156.9k 1:06:56 21:52 45:04 152.8k 32 615.5M 0 0 32 201.3M 0 156.9k 1:06:55 21:53 45:02 173.6k 32 615.5M 0 0 32 201.5M 0 156.9k 1:06:55 21:54 45:01 182.3k 32 615.5M 0 0 32 201.6M 0 156.9k 1:06:57 21:56 45:01 158.4k 32 615.5M 0 0 32 201.8M 0 156.9k 1:06:56 21:57 44:59 160.7k 32 615.5M 0 0 32 202.1M 0 156.9k 1:06:55 21:58 44:57 168.9k 32 615.5M 0 0 32 202.4M 0 157.0k 1:06:53 21:59 44:54 176.9k 32 615.5M 0 0 32 202.6M 0 157.0k 1:06:52 22:00 44:52 175.4k 32 615.5M 0 0 32 202.8M 0 157.1k 1:06:52 22:01 44:51 201.9k 32 615.5M 0 0 32 203.0M 0 157.0k 1:06:52 22:03 44:49 194.9k 32 615.5M 0 0 32 203.1M 0 157.0k 1:06:53 22:04 44:49 175.5k 33 615.5M 0 0 33 203.2M 0 157.0k 1:06:54 22:05 44:49 142.8k 33 615.5M 0 0 33 203.4M 0 157.0k 1:06:54 22:06 44:48 143.4k 33 615.5M 0 0 33 203.6M 0 157.0k 1:06:53 22:08 44:45 144.8k 33 615.5M 0 0 33 203.8M 0 157.0k 1:06:53 22:09 44:44 145.9k 33 615.5M 0 0 33 204.0M 0 157.0k 1:06:53 22:10 44:43 153.9k 33 615.5M 0 0 33 204.1M 0 156.9k 1:06:55 22:11 44:44 151.6k 33 615.5M 0 0 33 204.3M 0 156.9k 1:06:57 22:13 44:44 135.6k 33 615.5M 0 0 33 204.4M 0 156.8k 1:06:58 22:14 44:44 119.4k 33 615.5M 0 0 33 204.5M 0 156.8k 1:06:59 22:15 44:44 112.1k 33 615.5M 0 0 33 204.6M 0 156.7k 1:07:02 22:17 44:45 95911 33 615.5M 0 0 33 204.8M 0 156.6k 1:07:02 22:18 44:44 98.68k 33 615.5M 0 0 33 205.0M 0 156.6k 1:07:02 22:19 44:43 109.9k 33 615.5M 0 0 33 205.1M 0 156.6k 1:07:02 22:20 44:42 119.4k 33 615.5M 0 0 33 205.3M 0 156.6k 1:07:02 22:22 44:40 127.6k 33 615.5M 0 0 33 205.5M 0 156.7k 1:07:02 22:23 44:39 152.9k 33 615.5M 0 0 33 205.6M 0 156.6k 1:07:03 22:24 44:39 150.2k 33 615.5M 0 0 33 205.7M 0 156.5k 1:07:05 22:25 44:40 134.8k 33 615.5M 0 0 33 205.8M 0 156.5k 1:07:07 22:27 44:40 115.5k 33 615.5M 0 0 33 206.0M 0 156.4k 1:07:08 22:28 44:40 107.6k 33 615.5M 0 0 33 206.1M 0 156.4k 1:07:08 22:29 44:39 102.3k 33 615.5M 0 0 33 206.3M 0 156.4k 1:07:09 22:31 44:38 105.0k 33 615.5M 0 0 33 206.5M 0 156.3k 1:07:11 22:32 44:39 110.0k 33 615.5M 0 0 33 206.6M 0 156.3k 1:07:12 22:33 44:39 118.3k 33 615.5M 0 0 33 206.8M 0 156.3k 1:07:11 22:34 44:37 127.7k 33 615.5M 0 0 33 207.0M 0 156.3k 1:07:11 22:35 44:36 132.3k 33 615.5M 0 0 33 207.1M 0 156.3k 1:07:12 22:37 44:35 135.8k 33 615.5M 0 0 33 207.3M 0 156.2k 1:07:13 22:38 44:35 141.3k 33 615.5M 0 0 33 207.4M 0 156.2k 1:07:14 22:39 44:35 140.7k 33 615.5M 0 0 33 207.5M 0 156.1k 1:07:16 22:40 44:36 120.0k 33 615.5M 0 0 33 207.6M 0 156.1k 1:07:16 22:42 44:34 112.6k 33 615.5M 0 0 33 207.8M 0 156.1k 1:07:16 22:43 44:33 116.5k 33 615.5M 0 0 33 208.0M 0 156.1k 1:07:17 22:44 44:33 114.9k 33 615.5M 0 0 33 208.1M 0 156.0k 1:07:18 22:45 44:33 118.1k 33 615.5M 0 0 33 208.3M 0 156.0k 1:07:19 22:47 44:32 126.9k 33 615.5M 0 0 33 208.5M 0 156.0k 1:07:19 22:48 44:31 133.9k 33 615.5M 0 0 33 208.6M 0 156.0k 1:07:19 22:49 44:30 135.7k 33 615.5M 0 0 33 208.8M 0 156.0k 1:07:19 22:50 44:29 142.4k 33 615.5M 0 0 33 209.0M 0 156.0k 1:07:19 22:51 44:28 152.9k 34 615.5M 0 0 34 209.3M 0 156.1k 1:07:18 22:53 44:25 170.2k 34 615.5M 0 0 34 209.5M 0 156.0k 1:07:18 22:54 44:24 168.2k 34 615.5M 0 0 34 209.6M 0 156.0k 1:07:18 22:55 44:23 162.8k 34 615.5M 0 0 34 209.8M 0 156.0k 1:07:18 22:56 44:22 162.6k 34 615.5M 0 0 34 210.0M 0 156.0k 1:07:18 22:58 44:20 159.1k 34 615.5M 0 0 34 210.3M 0 156.1k 1:07:17 22:59 44:18 156.8k 34 615.5M 0 0 34 210.5M 0 156.0k 1:07:19 23:01 44:18 147.6k 34 615.5M 0 0 34 210.6M 0 156.0k 1:07:20 23:02 44:18 143.0k 34 615.5M 0 0 34 210.8M 0 156.0k 1:07:20 23:03 44:17 141.5k 34 615.5M 0 0 34 211.0M 0 155.9k 1:07:20 23:05 44:15 140.2k 34 615.5M 0 0 34 211.1M 0 155.9k 1:07:21 23:06 44:15 127.4k 34 615.5M 0 0 34 211.3M 0 155.9k 1:07:21 23:07 44:14 138.0k 34 615.5M 0 0 34 211.5M 0 155.9k 1:07:21 23:08 44:13 146.1k 34 615.5M 0 0 34 211.6M 0 155.9k 1:07:21 23:09 44:12 146.9k 34 615.5M 0 0 34 211.9M 0 156.0k 1:07:20 23:11 44:09 158.3k 34 615.5M 0 0 34 212.1M 0 156.0k 1:07:20 23:12 44:08 162.3k 34 615.5M 0 0 34 212.3M 0 155.9k 1:07:21 23:13 44:08 155.9k 34 615.5M 0 0 34 212.5M 0 155.9k 1:07:22 23:15 44:07 149.3k 34 615.5M 0 0 34 212.6M 0 155.8k 1:07:23 23:16 44:07 142.3k 34 615.5M 0 0 34 212.7M 0 155.8k 1:07:24 23:17 44:07 125.1k 34 615.5M 0 0 34 212.9M 0 155.8k 1:07:24 23:19 44:05 123.9k 34 615.5M 0 0 34 213.1M 0 155.8k 1:07:23 23:20 44:03 132.8k 34 615.5M 0 0 34 213.3M 0 155.8k 1:07:23 23:21 44:02 139.1k 34 615.5M 0 0 34 213.5M 0 155.9k 1:07:22 23:22 44:00 159.9k 34 615.5M 0 0 34 213.8M 0 155.9k 1:07:21 23:23 43:58 177.1k 34 615.5M 0 0 34 213.9M 0 155.9k 1:07:22 23:24 43:58 172.8k 34 615.5M 0 0 34 214.1M 0 155.9k 1:07:22 23:26 43:56 167.5k 34 615.5M 0 0 34 214.3M 0 155.9k 1:07:21 23:27 43:54 176.5k 34 615.5M 0 0 34 214.6M 0 156.0k 1:07:19 23:28 43:51 182.0k 34 615.5M 0 0 34 214.9M 0 156.1k 1:07:16 23:29 43:47 203.9k 34 615.5M 0 0 34 215.1M 0 156.1k 1:07:16 23:30 43:46 208.1k 34 615.5M 0 0 34 215.3M 0 156.1k 1:07:17 23:32 43:45 208.9k 35 615.5M 0 0 35 215.5M 0 156.1k 1:07:17 23:33 43:44 194.8k 35 615.5M 0 0 35 215.6M 0 156.0k 1:07:18 23:35 43:43 167.1k 35 615.5M 0 0 35 215.8M 0 156.0k 1:07:20 23:36 43:44 128.3k 35 615.5M 0 0 35 215.9M 0 155.9k 1:07:21 23:37 43:44 122.3k 35 615.5M 0 0 35 216.1M 0 155.9k 1:07:21 23:39 43:42 118.7k 35 615.5M 0 0 35 216.3M 0 155.9k 1:07:22 23:40 43:42 119.1k 35 615.5M 0 0 35 216.5M 0 155.9k 1:07:21 23:41 43:40 135.1k 35 615.5M 0 0 35 216.7M 0 156.0k 1:07:20 23:42 43:38 154.7k 35 615.5M 0 0 35 216.8M 0 155.9k 1:07:21 23:43 43:38 155.2k 35 615.5M 0 0 35 217.0M 0 155.9k 1:07:21 23:44 43:37 162.8k 35 615.5M 0 0 35 217.3M 0 156.0k 1:07:20 23:46 43:34 172.6k 35 615.5M 0 0 35 217.5M 0 156.0k 1:07:20 23:47 43:33 161.2k 35 615.5M 0 0 35 217.6M 0 155.9k 1:07:21 23:49 43:32 147.1k 35 615.5M 0 0 35 217.8M 0 155.9k 1:07:23 23:50 43:33 140.3k 35 615.5M 0 0 35 217.9M 0 155.8k 1:07:24 23:51 43:33 129.3k 35 615.5M 0 0 35 218.0M 0 155.7k 1:07:26 23:53 43:33 107.8k 35 615.5M 0 0 35 218.1M 0 155.7k 1:07:28 23:54 43:34 98.39k 35 615.5M 0 0 35 218.3M 0 155.7k 1:07:27 23:56 43:31 104.4k 35 615.5M 0 0 35 218.5M 0 155.7k 1:07:27 23:57 43:30 115.8k 35 615.5M 0 0 35 218.8M 0 155.8k 1:07:25 23:58 43:27 146.8k 35 615.5M 0 0 35 219.1M 0 155.8k 1:07:23 23:59 43:24 180.6k 35 615.5M 0 0 35 219.3M 0 155.8k 1:07:23 24:00 43:23 194.9k 35 615.5M 0 0 35 219.4M 0 155.8k 1:07:24 24:01 43:23 190.1k 35 615.5M 0 0 35 219.6M 0 155.8k 1:07:24 24:03 43:21 185.2k 35 615.5M 0 0 35 219.7M 0 155.8k 1:07:25 24:04 43:21 157.3k 35 615.5M 0 0 35 219.8M 0 155.7k 1:07:26 24:05 43:21 133.0k 35 615.5M 0 0 35 220.0M 0 155.7k 1:07:27 24:06 43:21 123.0k 35 615.5M 0 0 35 220.1M 0 155.7k 1:07:27 24:07 43:20 122.9k 35 615.5M 0 0 35 220.3M 0 155.7k 1:07:28 24:08 43:20 122.5k 35 615.5M 0 0 35 220.5M 0 155.6k 1:07:28 24:10 43:18 124.9k 35 615.5M 0 0 35 220.6M 0 155.7k 1:07:28 24:11 43:17 136.6k 35 615.5M 0 0 35 220.9M 0 155.7k 1:07:26 24:12 43:14 157.8k 35 615.5M 0 0 35 221.3M 0 155.8k 1:07:23 24:13 43:10 195.9k 35 615.5M 0 0 35 221.5M 0 155.9k 1:07:21 24:14 43:07 214.9k 36 615.5M 0 0 36 221.7M 0 155.9k 1:07:21 24:15 43:06 227.7k 36 615.5M 0 0 36 221.9M 0 155.9k 1:07:21 24:17 43:04 215.0k 36 615.5M 0 0 36 222.0M 0 155.9k 1:07:22 24:18 43:04 196.7k 36 615.5M 0 0 36 222.2M 0 155.9k 1:07:22 24:19 43:03 167.6k 36 615.5M 0 0 36 222.4M 0 155.9k 1:07:21 24:20 43:01 156.8k 36 615.5M 0 0 36 222.5M 0 155.9k 1:07:22 24:21 43:01 147.3k 36 615.5M 0 0 36 222.6M 0 155.9k 1:07:22 24:22 43:00 145.8k 36 615.5M 0 0 36 222.8M 0 155.8k 1:07:23 24:23 43:00 144.8k 36 615.5M 0 0 36 223.0M 0 155.8k 1:07:23 24:24 42:59 138.1k 36 615.5M 0 0 36 223.1M 0 155.8k 1:07:24 24:26 42:58 134.1k 36 615.5M 0 0 36 223.3M 0 155.8k 1:07:23 24:27 42:56 142.2k 36 615.5M 0 0 36 223.6M 0 155.9k 1:07:22 24:28 42:54 157.2k 36 615.5M 0 0 36 223.8M 0 155.9k 1:07:22 24:29 42:53 170.2k 36 615.5M 0 0 36 224.0M 0 155.9k 1:07:20 24:30 42:50 185.6k 36 615.5M 0 0 36 224.3M 0 156.0k 1:07:19 24:32 42:47 196.3k 36 615.5M 0 0 36 224.5M 0 156.0k 1:07:19 24:33 42:46 194.5k 36 615.5M 0 0 36 224.6M 0 156.0k 1:07:19 24:34 42:45 192.4k 36 615.5M 0 0 36 224.9M 0 156.1k 1:07:17 24:35 42:42 196.9k 36 615.5M 0 0 36 225.1M 0 156.1k 1:07:16 24:36 42:40 194.5k 36 615.5M 0 0 36 225.3M 0 156.1k 1:07:16 24:37 42:39 191.7k 36 615.5M 0 0 36 225.5M 0 156.1k 1:07:15 24:38 42:37 194.6k 36 615.5M 0 0 36 225.7M 0 156.1k 1:07:15 24:40 42:35 189.5k 36 615.5M 0 0 36 225.9M 0 156.1k 1:07:15 24:41 42:34 179.0k 36 615.5M 0 0 36 226.1M 0 156.2k 1:07:15 24:42 42:33 169.5k 36 615.5M 0 0 36 226.3M 0 156.1k 1:07:15 24:43 42:32 160.6k 36 615.5M 0 0 36 226.5M 0 156.1k 1:07:15 24:45 42:30 156.8k 36 615.5M 0 0 36 226.7M 0 156.2k 1:07:14 24:46 42:28 163.6k 36 615.5M 0 0 36 226.9M 0 156.1k 1:07:16 24:48 42:28 149.3k 36 615.5M 0 0 36 227.0M 0 156.1k 1:07:17 24:49 42:28 139.3k 36 615.5M 0 0 36 227.3M 0 156.1k 1:07:16 24:50 42:26 151.0k 36 615.5M 0 0 36 227.5M 0 156.1k 1:07:15 24:51 42:24 159.0k 36 615.5M 0 0 36 227.7M 0 156.2k 1:07:15 24:52 42:23 154.4k 37 615.5M 0 0 37 227.9M 0 156.1k 1:07:15 24:54 42:21 164.7k 37 615.5M 0 0 37 228.0M 0 156.1k 1:07:16 24:55 42:21 165.5k 37 615.5M 0 0 37 228.1M 0 156.1k 1:07:16 24:56 42:20 150.2k 37 615.5M 0 0 37 228.3M 0 156.1k 1:07:17 24:57 42:20 139.5k 37 615.5M 0 0 37 228.5M 0 156.1k 1:07:17 24:59 42:18 132.2k 37 615.5M 0 0 37 228.6M 0 156.0k 1:07:19 25:00 42:19 122.8k 37 615.5M 0 0 37 228.8M 0 156.0k 1:07:19 25:01 42:18 125.0k 37 615.5M 0 0 37 229.0M 0 156.0k 1:07:19 25:02 42:17 134.9k 37 615.5M 0 0 37 229.2M 0 156.1k 1:07:17 25:03 42:14 151.6k 37 615.5M 0 0 37 229.5M 0 156.1k 1:07:16 25:04 42:12 171.4k 37 615.5M 0 0 37 229.7M 0 156.2k 1:07:15 25:06 42:09 196.5k 37 615.5M 0 0 37 229.9M 0 156.2k 1:07:15 25:07 42:08 204.8k 37 615.5M 0 0 37 230.1M 0 156.2k 1:07:14 25:08 42:06 201.8k 37 615.5M 0 0 37 230.3M 0 156.2k 1:07:13 25:09 42:04 200.4k 37 615.5M 0 0 37 230.5M 0 156.3k 1:07:12 25:10 42:02 192.0k 37 615.5M 0 0 37 230.7M 0 156.2k 1:07:13 25:11 42:02 179.4k 37 615.5M 0 0 37 230.9M 0 156.2k 1:07:13 25:13 42:00 174.4k 37 615.5M 0 0 37 231.1M 0 156.2k 1:07:13 25:14 41:59 170.6k 37 615.5M 0 0 37 231.3M 0 156.3k 1:07:12 25:15 41:57 162.2k 37 615.5M 0 0 37 231.4M 0 156.2k 1:07:13 25:16 41:57 148.3k 37 615.5M 0 0 37 231.5M 0 156.2k 1:07:14 25:17 41:57 144.5k 37 615.5M 0 0 37 231.7M 0 156.2k 1:07:14 25:18 41:56 144.8k 37 615.5M 0 0 37 231.9M 0 156.2k 1:07:14 25:20 41:54 146.6k 37 615.5M 0 0 37 232.1M 0 156.2k 1:07:14 25:21 41:53 142.1k 37 615.5M 0 0 37 232.3M 0 156.2k 1:07:12 25:22 41:50 163.5k 37 615.5M 0 0 37 232.5M 0 156.3k 1:07:12 25:23 41:49 169.8k 37 615.5M 0 0 37 232.7M 0 156.2k 1:07:13 25:24 41:49 169.2k 37 615.5M 0 0 37 232.9M 0 156.3k 1:07:12 25:25 41:47 172.2k 37 615.5M 0 0 37 233.1M 0 156.2k 1:07:12 25:27 41:45 167.7k 37 615.5M 0 0 37 233.3M 0 156.3k 1:07:12 25:28 41:44 160.8k 37 615.5M 0 0 37 233.5M 0 156.3k 1:07:12 25:29 41:43 162.1k 37 615.5M 0 0 37 233.7M 0 156.3k 1:07:11 25:30 41:41 173.0k 38 615.5M 0 0 38 233.9M 0 156.3k 1:07:11 25:32 41:39 166.4k 38 615.5M 0 0 38 234.1M 0 156.3k 1:07:12 25:33 41:39 164.3k 38 615.5M 0 0 38 234.2M 0 156.3k 1:07:12 25:34 41:38 154.0k 38 615.5M 0 0 38 234.4M 0 156.2k 1:07:13 25:35 41:38 149.1k 38 615.5M 0 0 38 234.6M 0 156.2k 1:07:12 25:37 41:35 141.3k 38 615.5M 0 0 38 234.8M 0 156.2k 1:07:13 25:38 41:35 135.3k 38 615.5M 0 0 38 234.9M 0 156.1k 1:07:15 25:40 41:35 123.9k 38 615.5M 0 0 38 235.1M 0 156.1k 1:07:15 25:41 41:34 129.5k 38 615.5M 0 0 38 235.3M 0 156.2k 1:07:14 25:42 41:32 139.2k 38 615.5M 0 0 38 235.5M 0 156.2k 1:07:14 25:44 41:30 139.2k 38 615.5M 0 0 38 235.7M 0 156.1k 1:07:15 25:45 41:30 138.8k 38 615.5M 0 0 38 235.9M 0 156.1k 1:07:16 25:47 41:29 152.7k 38 615.5M 0 0 38 236.1M 0 156.1k 1:07:16 25:48 41:28 151.5k 38 615.5M 0 0 38 236.3M 0 156.1k 1:07:15 25:49 41:26 147.6k 38 615.5M 0 0 38 236.5M 0 156.1k 1:07:16 25:50 41:26 140.1k 38 615.5M 0 0 38 236.6M 0 156.1k 1:07:17 25:52 41:25 142.3k 38 615.5M 0 0 38 236.8M 0 156.0k 1:07:18 25:53 41:25 137.2k 38 615.5M 0 0 38 236.9M 0 156.0k 1:07:19 25:54 41:25 129.1k 38 615.5M 0 0 38 237.0M 0 155.9k 1:07:20 25:56 41:24 113.0k 38 615.5M 0 0 38 237.1M 0 155.9k 1:07:21 25:57 41:24 110.3k 38 615.5M 0 0 38 237.3M 0 155.9k 1:07:21 25:58 41:23 116.6k 38 615.5M 0 0 38 237.5M 0 155.9k 1:07:21 25:59 41:22 123.3k 38 615.5M 0 0 38 237.7M 0 155.9k 1:07:21 26:00 41:21 132.7k 38 615.5M 0 0 38 238.0M 0 156.0k 1:07:20 26:02 41:18 161.9k 38 615.5M 0 0 38 238.2M 0 156.0k 1:07:19 26:03 41:16 178.2k 38 615.5M 0 0 38 238.4M 0 156.0k 1:07:19 26:04 41:15 196.2k 38 615.5M 0 0 38 238.4M 0 156.0k 1:07:19 26:04 41:15 156.0k 38 615.5M 0 0 38 238.6M 0 156.0k 1:07:18 26:05 41:13 213.5k 38 615.5M 0 0 38 238.8M 0 156.1k 1:07:17 26:06 41:11 197.6k 38 615.5M 0 0 38 239.0M 0 156.1k 1:07:17 26:07 41:10 189.7k 38 615.5M 0 0 38 239.1M 0 156.0k 1:07:18 26:09 41:09 168.1k 38 615.5M 0 0 38 239.3M 0 156.0k 1:07:19 26:10 41:09 156.2k 38 615.5M 0 0 38 239.5M 0 156.0k 1:07:18 26:11 41:07 147.7k 38 615.5M 0 0 38 239.8M 0 156.1k 1:07:18 26:13 41:05 152.6k 38 615.5M 0 0 38 240.0M 0 156.1k 1:07:18 26:14 41:04 149.9k 39 615.5M 0 0 39 240.2M 0 156.1k 1:07:17 26:15 41:02 165.0k 39 615.5M 0 0 39 240.4M 0 156.1k 1:07:17 26:16 41:01 175.6k 39 615.5M 0 0 39 240.5M 0 156.1k 1:07:17 26:18 40:59 165.7k 39 615.5M 0 0 39 240.7M 0 156.0k 1:07:18 26:19 40:59 154.7k 39 615.5M 0 0 39 241.0M 0 156.1k 1:07:17 26:20 40:57 163.0k 39 615.5M 0 0 39 241.1M 0 156.1k 1:07:16 26:21 40:55 162.1k 39 615.5M 0 0 39 241.3M 0 156.1k 1:07:16 26:22 40:54 166.5k 39 615.5M 0 0 39 241.5M 0 156.1k 1:07:15 26:23 40:52 177.2k 39 615.5M 0 0 39 241.6M 0 156.1k 1:07:16 26:24 40:52 174.6k 39 615.5M 0 0 39 241.8M 0 156.1k 1:07:17 26:26 40:51 149.3k 39 615.5M 0 0 39 241.9M 0 156.0k 1:07:18 26:27 40:51 137.6k 39 615.5M 0 0 39 242.0M 0 156.0k 1:07:18 26:28 40:50 125.9k 39 615.5M 0 0 39 242.2M 0 156.0k 1:07:18 26:29 40:49 123.7k 39 615.5M 0 0 39 242.5M 0 156.0k 1:07:18 26:30 40:48 139.1k 39 615.5M 0 0 39 242.6M 0 156.1k 1:07:17 26:31 40:46 157.1k 39 615.5M 0 0 39 242.8M 0 156.1k 1:07:17 26:33 40:44 165.4k 39 615.5M 0 0 39 243.0M 0 156.0k 1:07:19 26:34 40:45 154.6k 39 615.5M 0 0 39 243.1M 0 156.0k 1:07:20 26:35 40:45 144.1k 39 615.5M 0 0 39 243.3M 0 156.0k 1:07:19 26:36 40:43 138.7k 39 615.5M 0 0 39 243.5M 0 156.0k 1:07:18 26:37 40:41 148.4k 39 615.5M 0 0 39 243.8M 0 156.1k 1:07:16 26:39 40:37 168.1k 39 615.5M 0 0 39 244.0M 0 156.1k 1:07:15 26:40 40:35 191.7k 39 615.5M 0 0 39 244.2M 0 156.1k 1:07:16 26:41 40:35 199.7k 39 615.5M 0 0 39 244.4M 0 156.1k 1:07:16 26:42 40:34 194.2k 39 615.5M 0 0 39 244.6M 0 156.1k 1:07:16 26:43 40:33 180.8k 39 615.5M 0 0 39 244.8M 0 156.1k 1:07:16 26:45 40:31 155.0k 39 615.5M 0 0 39 244.9M 0 156.1k 1:07:17 26:46 40:31 142.5k 39 615.5M 0 0 39 245.0M 0 156.0k 1:07:19 26:48 40:31 127.3k 39 615.5M 0 0 39 245.2M 0 156.0k 1:07:19 26:49 40:30 126.6k 39 615.5M 0 0 39 245.3M 0 156.0k 1:07:19 26:50 40:29 120.4k 39 615.5M 0 0 39 245.5M 0 156.0k 1:07:20 26:51 40:29 118.5k 39 615.5M 0 0 39 245.7M 0 156.0k 1:07:20 26:52 40:28 126.9k 39 615.5M 0 0 39 246.0M 0 156.0k 1:07:19 26:54 40:25 155.4k 40 615.5M 0 0 40 246.3M 0 156.1k 1:07:16 26:55 40:21 180.4k 40 615.5M 0 0 40 246.5M 0 156.1k 1:07:16 26:56 40:20 193.5k 40 615.5M 0 0 40 246.6M 0 156.1k 1:07:16 26:57 40:19 196.6k 40 615.5M 0 0 40 246.8M 0 156.1k 1:07:17 26:58 40:19 188.3k 40 615.5M 0 0 40 247.0M 0 156.1k 1:07:17 27:00 40:17 171.4k 40 615.5M 0 0 40 247.1M 0 156.0k 1:07:18 27:01 40:17 144.8k 40 615.5M 0 0 40 247.3M 0 156.0k 1:07:19 27:02 40:17 124.6k 40 615.5M 0 0 40 247.5M 0 156.0k 1:07:19 27:04 40:15 125.8k 40 615.5M 0 0 40 247.6M 0 156.0k 1:07:20 27:05 40:15 129.6k 40 615.5M 0 0 40 247.8M 0 156.0k 1:07:20 27:07 40:13 130.4k 40 615.5M 0 0 40 248.0M 0 156.0k 1:07:20 27:08 40:12 136.0k 40 615.5M 0 0 40 248.1M 0 155.9k 1:07:21 27:09 40:12 137.3k 40 615.5M 0 0 40 248.3M 0 155.9k 1:07:23 27:10 40:13 125.3k 40 615.5M 0 0 40 248.4M 0 155.8k 1:07:23 27:11 40:12 122.3k 40 615.5M 0 0 40 248.6M 0 155.8k 1:07:23 27:13 40:10 124.5k 40 615.5M 0 0 40 248.8M 0 155.8k 1:07:23 27:14 40:09 124.2k 40 615.5M 0 0 40 249.0M 0 155.9k 1:07:23 27:15 40:08 134.9k 40 615.5M 0 0 40 249.1M 0 155.8k 1:07:23 27:16 40:07 152.3k 40 615.5M 0 0 40 249.3M 0 155.8k 1:07:24 27:17 40:07 149.1k 40 615.5M 0 0 40 249.5M 0 155.8k 1:07:24 27:19 40:05 145.3k 40 615.5M 0 0 40 249.6M 0 155.8k 1:07:24 27:20 40:04 143.1k 40 615.5M 0 0 40 249.8M 0 155.8k 1:07:24 27:21 40:03 143.9k 40 615.5M 0 0 40 250.1M 0 155.8k 1:07:23 27:22 40:01 155.7k 40 615.5M 0 0 40 250.3M 0 155.8k 1:07:23 27:24 39:59 162.8k 40 615.5M 0 0 40 250.5M 0 155.8k 1:07:23 27:25 39:58 167.7k 40 615.5M 0 0 40 250.7M 0 155.9k 1:07:22 27:26 39:56 180.4k 40 615.5M 0 0 40 250.9M 0 155.9k 1:07:22 27:27 39:55 173.3k 40 615.5M 0 0 40 251.1M 0 155.9k 1:07:22 27:29 39:53 162.5k 40 615.5M 0 0 40 251.3M 0 155.9k 1:07:22 27:30 39:52 170.3k 40 615.5M 0 0 40 251.5M 0 155.9k 1:07:21 27:31 39:50 173.2k 40 615.5M 0 0 40 251.6M 0 155.8k 1:07:23 27:32 39:51 142.8k 40 615.5M 0 0 40 251.7M 0 155.8k 1:07:24 27:33 39:51 139.4k 40 615.5M 0 0 40 251.9M 0 155.8k 1:07:24 27:35 39:49 140.8k 40 615.5M 0 0 40 252.1M 0 155.8k 1:07:23 27:36 39:47 140.2k 40 615.5M 0 0 40 252.3M 0 155.8k 1:07:23 27:37 39:46 136.9k 41 615.5M 0 0 41 252.5M 0 155.8k 1:07:23 27:38 39:45 157.0k 41 615.5M 0 0 41 252.6M 0 155.8k 1:07:24 27:39 39:45 149.2k 41 615.5M 0 0 41 252.7M 0 155.8k 1:07:25 27:41 39:44 138.2k 41 615.5M 0 0 41 252.8M 0 155.7k 1:07:26 27:42 39:44 127.6k 41 615.5M 0 0 41 253.0M 0 155.7k 1:07:27 27:43 39:44 121.4k 41 615.5M 0 0 41 253.1M 0 155.7k 1:07:27 27:44 39:43 111.6k 41 615.5M 0 0 41 253.3M 0 155.6k 1:07:28 27:46 39:42 118.8k 41 615.5M 0 0 41 253.5M 0 155.7k 1:07:27 27:47 39:40 133.0k 41 615.5M 0 0 41 253.7M 0 155.7k 1:07:27 27:48 39:39 140.2k 41 615.5M 0 0 41 253.9M 0 155.6k 1:07:28 27:50 39:38 139.9k 41 615.5M 0 0 41 254.0M 0 155.6k 1:07:29 27:51 39:38 134.7k 41 615.5M 0 0 41 254.2M 0 155.6k 1:07:30 27:52 39:38 139.5k 41 615.5M 0 0 41 254.3M 0 155.6k 1:07:30 27:53 39:37 128.8k 41 615.5M 0 0 41 254.5M 0 155.6k 1:07:30 27:55 39:35 126.1k 41 615.5M 0 0 41 254.7M 0 155.6k 1:07:30 27:56 39:34 131.8k 41 615.5M 0 0 41 254.8M 0 155.5k 1:07:31 27:57 39:34 136.4k 41 615.5M 0 0 41 255.0M 0 155.5k 1:07:32 27:58 39:34 129.6k 41 615.5M 0 0 41 255.1M 0 155.4k 1:07:33 28:00 39:33 123.1k 41 615.5M 0 0 41 255.3M 0 155.4k 1:07:33 28:01 39:32 125.4k 41 615.5M 0 0 41 255.4M 0 155.4k 1:07:34 28:02 39:32 120.2k 41 615.5M 0 0 41 255.5M 0 155.4k 1:07:34 28:03 39:31 122.2k 41 615.5M 0 0 41 255.8M 0 155.4k 1:07:33 28:04 39:29 141.9k 41 615.5M 0 0 41 256.0M 0 155.5k 1:07:32 28:05 39:27 167.8k 41 615.5M 0 0 41 256.2M 0 155.5k 1:07:33 28:07 39:26 160.4k 41 615.5M 0 0 41 256.3M 0 155.4k 1:07:33 28:08 39:25 157.7k 41 615.5M 0 0 41 256.5M 0 155.4k 1:07:34 28:09 39:25 161.8k 41 615.5M 0 0 41 256.6M 0 155.4k 1:07:34 28:10 39:24 143.4k 41 615.5M 0 0 41 256.8M 0 155.4k 1:07:34 28:11 39:23 135.8k 41 615.5M 0 0 41 257.0M 0 155.4k 1:07:34 28:12 39:22 146.3k 41 615.5M 0 0 41 257.3M 0 155.5k 1:07:33 28:14 39:19 161.5k 41 615.5M 0 0 41 257.5M 0 155.4k 1:07:33 28:15 39:18 159.0k 41 615.5M 0 0 41 257.6M 0 155.4k 1:07:34 28:17 39:17 157.5k 41 615.5M 0 0 41 257.8M 0 155.4k 1:07:35 28:18 39:17 141.9k 41 615.5M 0 0 41 257.9M 0 155.3k 1:07:37 28:20 39:17 124.4k 41 615.5M 0 0 41 258.1M 0 155.3k 1:07:37 28:21 39:16 119.4k 41 615.5M 0 0 41 258.3M 0 155.4k 1:07:36 28:22 39:14 132.6k 42 615.5M 0 0 42 258.6M 0 155.4k 1:07:35 28:23 39:12 151.4k 42 615.5M 0 0 42 258.8M 0 155.4k 1:07:34 28:24 39:10 169.9k 42 615.5M 0 0 42 259.0M 0 155.4k 1:07:34 28:26 39:08 191.7k 42 615.5M 0 0 42 259.2M 0 155.4k 1:07:34 28:27 39:07 187.8k 42 615.5M 0 0 42 259.4M 0 155.4k 1:07:34 28:28 39:06 172.3k 42 615.5M 0 0 42 259.6M 0 155.5k 1:07:33 28:29 39:04 173.5k 42 615.5M 0 0 42 259.8M 0 155.5k 1:07:33 28:31 39:02 169.3k 42 615.5M 0 0 42 260.0M 0 155.4k 1:07:33 28:32 39:01 157.7k 42 615.5M 0 0 42 260.1M 0 155.4k 1:07:35 28:33 39:02 145.2k 42 615.5M 0 0 42 260.3M 0 155.4k 1:07:35 28:35 39:00 143.0k 42 615.5M 0 0 42 260.4M 0 155.3k 1:07:36 28:36 39:00 124.3k 42 615.5M 0 0 42 260.6M 0 155.3k 1:07:36 28:37 38:59 121.5k 42 615.5M 0 0 42 260.7M 0 155.3k 1:07:37 28:38 38:59 119.7k 42 615.5M 0 0 42 260.9M 0 155.3k 1:07:37 28:40 38:57 127.3k 42 615.5M 0 0 42 261.0M 0 155.3k 1:07:38 28:41 38:57 121.9k 42 615.5M 0 0 42 261.1M 0 155.2k 1:07:39 28:42 38:57 119.1k 42 615.5M 0 0 42 261.2M 0 155.2k 1:07:41 28:43 38:58 105.1k 42 615.5M 0 0 42 261.3M 0 155.1k 1:07:42 28:44 38:58 104.0k 42 615.5M 0 0 42 261.5M 0 155.1k 1:07:42 28:46 38:56 107.4k 42 615.5M 0 0 42 261.7M 0 155.1k 1:07:41 28:47 38:54 120.5k 42 615.5M 0 0 42 261.8M 0 155.1k 1:07:42 28:48 38:54 119.5k 42 615.5M 0 0 42 262.0M 0 155.1k 1:07:43 28:49 38:54 135.1k 42 615.5M 0 0 42 262.3M 0 155.1k 1:07:42 28:51 38:51 155.4k 42 615.5M 0 0 42 262.5M 0 155.1k 1:07:42 28:52 38:50 157.0k 42 615.5M 0 0 42 262.6M 0 155.1k 1:07:42 28:53 38:49 151.3k 42 615.5M 0 0 42 262.8M 0 155.1k 1:07:42 28:54 38:48 159.3k 42 615.5M 0 0 42 263.0M 0 155.1k 1:07:43 28:55 38:48 154.3k 42 615.5M 0 0 42 263.2M 0 155.1k 1:07:42 28:57 38:45 148.3k 42 615.5M 0 0 42 263.3M 0 155.1k 1:07:43 28:58 38:45 138.4k 42 615.5M 0 0 42 263.5M 0 155.1k 1:07:44 29:00 38:44 136.9k 42 615.5M 0 0 42 263.6M 0 155.0k 1:07:44 29:01 38:43 134.3k 42 615.5M 0 0 42 263.8M 0 155.0k 1:07:45 29:02 38:43 131.4k 42 615.5M 0 0 42 263.9M 0 155.0k 1:07:46 29:03 38:43 117.3k 42 615.5M 0 0 42 264.1M 0 155.0k 1:07:46 29:04 38:42 124.4k 42 615.5M 0 0 42 264.3M 0 154.9k 1:07:46 29:06 38:40 125.0k 42 615.5M 0 0 42 264.5M 0 155.0k 1:07:46 29:07 38:39 132.2k 42 615.5M 0 0 42 264.6M 0 154.9k 1:07:47 29:08 38:39 135.3k 43 615.5M 0 0 43 264.8M 0 154.9k 1:07:47 29:09 38:38 145.8k 43 615.5M 0 0 43 265.0M 0 154.9k 1:07:47 29:11 38:36 142.9k 43 615.5M 0 0 43 265.1M 0 154.9k 1:07:47 29:12 38:35 146.0k 43 615.5M 0 0 43 265.4M 0 155.0k 1:07:46 29:13 38:33 157.8k 43 615.5M 0 0 43 265.7M 0 155.0k 1:07:44 29:14 38:30 187.3k 43 615.5M 0 0 43 265.9M 0 155.1k 1:07:43 29:15 38:28 192.7k 43 615.5M 0 0 43 266.1M 0 155.1k 1:07:44 29:16 38:28 197.4k 43 615.5M 0 0 43 266.3M 0 155.1k 1:07:44 29:18 38:26 195.9k 43 615.5M 0 0 43 266.5M 0 155.1k 1:07:44 29:19 38:25 180.9k 43 615.5M 0 0 43 266.6M 0 155.1k 1:07:43 29:20 38:23 161.2k 43 615.5M 0 0 43 266.8M 0 155.1k 1:07:43 29:21 38:22 153.7k 43 615.5M 0 0 43 267.0M 0 155.0k 1:07:44 29:23 38:21 151.8k 43 615.5M 0 0 43 267.2M 0 155.0k 1:07:44 29:24 38:20 152.7k 43 615.5M 0 0 43 267.4M 0 155.0k 1:07:44 29:25 38:19 153.2k 43 615.5M 0 0 43 267.6M 0 155.1k 1:07:43 29:26 38:17 152.9k 43 615.5M 0 0 43 267.8M 0 155.1k 1:07:44 29:28 38:16 153.6k 43 615.5M 0 0 43 268.0M 0 155.1k 1:07:43 29:29 38:14 168.9k 43 615.5M 0 0 43 268.2M 0 155.1k 1:07:43 29:30 38:13 159.5k 43 615.5M 0 0 43 268.3M 0 155.0k 1:07:45 29:32 38:13 143.4k 43 615.5M 0 0 43 268.5M 0 155.0k 1:07:45 29:33 38:12 140.3k 43 615.5M 0 0 43 268.7M 0 155.0k 1:07:45 29:34 38:11 141.6k 43 615.5M 0 0 43 268.9M 0 155.0k 1:07:45 29:36 38:09 132.4k 43 615.5M 0 0 43 269.0M 0 155.0k 1:07:46 29:37 38:09 131.0k 43 615.5M 0 0 43 269.2M 0 155.0k 1:07:46 29:38 38:08 142.6k 43 615.5M 0 0 43 269.4M 0 155.0k 1:07:46 29:39 38:07 145.5k 43 615.5M 0 0 43 269.6M 0 154.9k 1:07:47 29:41 38:06 130.2k 43 615.5M 0 0 43 269.7M 0 154.9k 1:07:48 29:42 38:06 124.5k 43 615.5M 0 0 43 269.9M 0 154.9k 1:07:48 29:43 38:05 133.6k 43 615.5M 0 0 43 270.1M 0 154.9k 1:07:48 29:45 38:03 135.7k 43 615.5M 0 0 43 270.2M 0 154.9k 1:07:48 29:46 38:02 126.9k 43 615.5M 0 0 43 270.3M 0 154.8k 1:07:49 29:47 38:02 135.9k 43 615.5M 0 0 43 270.5M 0 154.8k 1:07:50 29:48 38:02 130.3k 43 615.5M 0 0 43 270.6M 0 154.8k 1:07:51 29:50 38:01 122.3k 44 615.5M 0 0 44 270.8M 0 154.8k 1:07:51 29:51 38:00 118.7k 44 615.5M 0 0 44 271.0M 0 154.7k 1:07:52 29:52 38:00 116.4k 44 615.5M 0 0 44 271.1M 0 154.7k 1:07:53 29:54 37:59 115.6k 44 615.5M 0 0 44 271.3M 0 154.7k 1:07:52 29:55 37:57 137.8k 44 615.5M 0 0 44 271.6M 0 154.8k 1:07:50 29:56 37:54 161.3k 44 615.5M 0 0 44 271.8M 0 154.8k 1:07:51 29:57 37:54 163.3k 44 615.5M 0 0 44 272.0M 0 154.8k 1:07:51 29:58 37:53 171.4k 44 615.5M 0 0 44 272.1M 0 154.8k 1:07:51 30:00 37:51 174.0k 44 615.5M 0 0 44 272.4M 0 154.8k 1:07:50 30:01 37:49 169.8k 44 615.5M 0 0 44 272.6M 0 154.8k 1:07:50 30:02 37:48 159.6k 44 615.5M 0 0 44 272.8M 0 154.9k 1:07:49 30:03 37:46 175.7k 44 615.5M 0 0 44 273.0M 0 154.8k 1:07:49 30:04 37:45 171.0k 44 615.5M 0 0 44 273.1M 0 154.8k 1:07:51 30:06 37:45 160.3k 44 615.5M 0 0 44 273.2M 0 154.8k 1:07:51 30:07 37:44 145.5k 44 615.5M 0 0 44 273.3M 0 154.7k 1:07:52 30:08 37:44 126.6k 44 615.5M 0 0 44 273.5M 0 154.7k 1:07:52 30:09 37:43 117.4k 44 615.5M 0 0 44 273.7M 0 154.7k 1:07:52 30:10 37:42 126.6k 44 615.5M 0 0 44 273.8M 0 154.7k 1:07:53 30:12 37:41 129.2k 44 615.5M 0 0 44 274.0M 0 154.7k 1:07:53 30:13 37:40 128.9k 44 615.5M 0 0 44 274.1M 0 154.6k 1:07:54 30:14 37:40 130.8k 44 615.5M 0 0 44 274.2M 0 154.6k 1:07:55 30:15 37:40 117.7k 44 615.5M 0 0 44 274.4M 0 154.6k 1:07:55 30:17 37:38 113.8k 44 615.5M 0 0 44 274.6M 0 154.6k 1:07:55 30:18 37:37 124.4k 44 615.5M 0 0 44 274.7M 0 154.6k 1:07:56 30:19 37:37 119.8k 44 615.5M 0 0 44 274.8M 0 154.5k 1:07:57 30:20 37:37 123.3k 44 615.5M 0 0 44 275.0M 0 154.5k 1:07:57 30:21 37:36 136.9k 44 615.5M 0 0 44 275.2M 0 154.5k 1:07:57 30:23 37:34 138.0k 44 615.5M 0 0 44 275.4M 0 154.5k 1:07:57 30:24 37:33 135.9k 44 615.5M 0 0 44 275.6M 0 154.5k 1:07:57 30:25 37:32 147.6k 44 615.5M 0 0 44 275.8M 0 154.5k 1:07:57 30:26 37:31 156.6k 44 615.5M 0 0 44 276.0M 0 154.6k 1:07:56 30:28 37:28 166.5k 44 615.5M 0 0 44 276.2M 0 154.6k 1:07:55 30:29 37:26 172.8k 44 615.5M 0 0 44 276.4M 0 154.6k 1:07:55 30:30 37:25 180.9k 44 615.5M 0 0 44 276.6M 0 154.7k 1:07:54 30:31 37:23 190.8k 44 615.5M 0 0 44 276.8M 0 154.6k 1:07:54 30:32 37:22 182.7k 44 615.5M 0 0 44 277.0M 0 154.6k 1:07:55 30:33 37:22 163.8k 45 615.5M 0 0 45 277.1M 0 154.6k 1:07:55 30:35 37:20 156.4k 45 615.5M 0 0 45 277.3M 0 154.6k 1:07:56 30:36 37:20 147.1k 45 615.5M 0 0 45 277.4M 0 154.6k 1:07:56 30:37 37:19 128.0k 45 615.5M 0 0 45 277.6M 0 154.6k 1:07:57 30:38 37:19 128.9k 45 615.5M 0 0 45 277.8M 0 154.6k 1:07:57 30:40 37:17 135.5k 45 615.5M 0 0 45 278.0M 0 154.5k 1:07:57 30:41 37:16 135.9k 45 615.5M 0 0 45 278.1M 0 154.5k 1:07:57 30:42 37:15 142.2k 45 615.5M 0 0 45 278.3M 0 154.6k 1:07:57 30:43 37:14 152.6k 45 615.5M 0 0 45 278.5M 0 154.6k 1:07:57 30:45 37:12 154.1k 45 615.5M 0 0 45 278.8M 0 154.6k 1:07:56 30:46 37:10 165.1k 45 615.5M 0 0 45 279.0M 0 154.6k 1:07:55 30:47 37:08 173.6k 45 615.5M 0 0 45 279.1M 0 154.6k 1:07:56 30:48 37:08 168.7k 45 615.5M 0 0 45 279.3M 0 154.6k 1:07:55 30:49 37:06 170.0k 45 615.5M 0 0 45 279.5M 0 154.6k 1:07:56 30:51 37:05 163.0k 45 615.5M 0 0 45 279.6M 0 154.6k 1:07:56 30:52 37:04 146.2k 45 615.5M 0 0 45 279.9M 0 154.6k 1:07:55 30:53 37:02 152.0k 45 615.5M 0 0 45 280.1M 0 154.6k 1:07:54 30:54 37:00 169.0k 45 615.5M 0 0 45 280.4M 0 154.7k 1:07:53 30:55 36:58 176.9k 45 615.5M 0 0 45 280.6M 0 154.7k 1:07:52 30:57 36:55 201.5k 45 615.5M 0 0 45 280.9M 0 154.8k 1:07:51 30:58 36:53 222.0k 45 615.5M 0 0 45 281.1M 0 154.8k 1:07:51 30:59 36:52 213.1k 45 615.5M 0 0 45 281.3M 0 154.7k 1:07:51 31:00 36:51 186.4k 45 615.5M 0 0 45 281.4M 0 154.7k 1:07:52 31:02 36:50 165.4k 45 615.5M 0 0 45 281.6M 0 154.7k 1:07:52 31:03 36:49 154.6k 45 615.5M 0 0 45 281.8M 0 154.7k 1:07:52 31:04 36:48 139.5k 45 615.5M 0 0 45 281.9M 0 154.7k 1:07:53 31:05 36:48 132.5k 45 615.5M 0 0 45 282.1M 0 154.7k 1:07:53 31:06 36:47 141.5k 45 615.5M 0 0 45 282.3M 0 154.7k 1:07:52 31:07 36:45 164.5k 45 615.5M 0 0 45 282.6M 0 154.8k 1:07:50 31:09 36:41 184.9k 45 615.5M 0 0 45 282.8M 0 154.8k 1:07:49 31:10 36:39 194.4k 45 615.5M 0 0 45 283.1M 0 154.9k 1:07:48 31:11 36:37 211.1k 46 615.5M 0 0 46 283.3M 0 154.9k 1:07:47 31:12 36:35 225.6k 46 615.5M 0 0 46 283.6M 0 155.0k 1:07:45 31:13 36:32 242.4k 46 615.5M 0 0 46 283.8M 0 155.0k 1:07:44 31:14 36:30 225.4k 46 615.5M 0 0 46 284.0M 0 155.0k 1:07:45 31:15 36:30 208.4k 46 615.5M 0 0 46 284.2M 0 155.0k 1:07:45 31:17 36:28 196.9k 46 615.5M 0 0 46 284.5M 0 155.1k 1:07:43 31:18 36:25 173.4k 46 615.5M 0 0 46 284.5M 0 155.1k 1:07:43 31:18 36:25 155.1k 46 615.5M 0 0 46 284.6M 0 155.1k 1:07:43 31:19 36:24 157.1k 46 615.5M 0 0 46 284.8M 0 155.0k 1:07:44 31:20 36:24 137.0k 46 615.5M 0 0 46 284.9M 0 155.0k 1:07:45 31:22 36:23 118.2k 46 615.5M 0 0 46 285.1M 0 155.0k 1:07:46 31:23 36:23 118.3k 46 615.5M 0 0 46 285.2M 0 154.9k 1:07:47 31:24 36:23 114.5k 46 615.5M 0 0 46 285.3M 0 154.9k 1:07:48 31:26 36:22 103.2k 46 615.5M 0 0 46 285.5M 0 154.8k 1:07:49 31:27 36:22 101.2k 46 615.5M 0 0 46 285.6M 0 154.8k 1:07:49 31:28 36:21 113.7k 46 615.5M 0 0 46 285.8M 0 154.8k 1:07:50 31:30 36:20 117.4k 46 615.5M 0 0 46 286.0M 0 154.8k 1:07:50 31:31 36:19 126.5k 46 615.5M 0 0 46 286.3M 0 154.8k 1:07:49 31:32 36:17 147.2k 46 615.5M 0 0 46 286.5M 0 154.8k 1:07:50 31:34 36:16 148.2k 46 615.5M 0 0 46 286.6M 0 154.8k 1:07:51 31:36 36:15 132.5k 46 615.5M 0 0 46 286.7M 0 154.7k 1:07:52 31:37 36:15 130.4k 46 615.5M 0 0 46 286.9M 0 154.7k 1:07:52 31:38 36:14 128.8k 46 615.5M 0 0 46 287.0M 0 154.7k 1:07:53 31:39 36:14 111.5k 46 615.5M 0 0 46 287.1M 0 154.6k 1:07:54 31:40 36:14 102.3k 46 615.5M 0 0 46 287.2M 0 154.6k 1:07:55 31:41 36:14 110.6k 46 615.5M 0 0 46 287.5M 0 154.7k 1:07:54 31:42 36:12 131.3k 46 615.5M 0 0 46 287.7M 0 154.7k 1:07:52 31:43 36:09 152.9k 46 615.5M 0 0 46 288.0M 0 154.7k 1:07:51 31:45 36:06 176.3k 46 615.5M 0 0 46 288.2M 0 154.8k 1:07:51 31:46 36:05 203.5k 46 615.5M 0 0 46 288.4M 0 154.8k 1:07:51 31:47 36:04 206.0k 46 615.5M 0 0 46 288.6M 0 154.8k 1:07:51 31:49 36:02 187.1k 46 615.5M 0 0 46 288.9M 0 154.8k 1:07:49 31:50 35:59 192.9k 46 615.5M 0 0 46 289.2M 0 154.9k 1:07:48 31:51 35:57 199.0k 47 615.5M 0 0 47 289.4M 0 154.9k 1:07:47 31:52 35:55 192.3k 47 615.5M 0 0 47 289.6M 0 154.9k 1:07:47 31:53 35:54 204.6k 47 615.5M 0 0 47 289.8M 0 154.9k 1:07:46 31:55 35:51 210.3k 47 615.5M 0 0 47 290.0M 0 154.9k 1:07:47 31:56 35:51 184.7k 47 615.5M 0 0 47 290.1M 0 154.9k 1:07:47 31:57 35:50 159.2k 47 615.5M 0 0 47 290.3M 0 154.9k 1:07:48 31:58 35:50 145.0k 47 615.5M 0 0 47 290.5M 0 154.9k 1:07:48 32:00 35:48 136.7k 47 615.5M 0 0 47 290.6M 0 154.9k 1:07:48 32:01 35:47 136.3k 47 615.5M 0 0 47 290.8M 0 154.9k 1:07:48 32:02 35:46 136.7k 47 615.5M 0 0 47 291.0M 0 154.9k 1:07:48 32:03 35:45 143.7k 47 615.5M 0 0 47 291.2M 0 154.9k 1:07:48 32:05 35:43 152.8k 47 615.5M 0 0 47 291.3M 0 154.8k 1:07:49 32:06 35:43 139.0k 47 615.5M 0 0 47 291.5M 0 154.8k 1:07:50 32:07 35:43 129.4k 47 615.5M 0 0 47 291.6M 0 154.8k 1:07:50 32:08 35:42 131.5k 47 615.5M 0 0 47 291.8M 0 154.8k 1:07:50 32:09 35:41 137.0k 47 615.5M 0 0 47 292.1M 0 154.9k 1:07:49 32:11 35:38 151.7k 47 615.5M 0 0 47 292.3M 0 154.9k 1:07:48 32:12 35:36 173.4k 47 615.5M 0 0 47 292.5M 0 154.9k 1:07:48 32:13 35:35 186.6k 47 615.5M 0 0 47 292.6M 0 154.9k 1:07:48 32:14 35:34 178.7k 47 615.5M 0 0 47 292.8M 0 154.9k 1:07:49 32:15 35:34 169.2k 47 615.5M 0 0 47 293.0M 0 154.8k 1:07:49 32:17 35:32 145.9k 47 615.5M 0 0 47 293.1M 0 154.8k 1:07:50 32:18 35:32 134.9k 47 615.5M 0 0 47 293.2M 0 154.8k 1:07:51 32:19 35:32 119.1k 47 615.5M 0 0 47 293.3M 0 154.7k 1:07:52 32:20 35:32 117.0k 47 615.5M 0 0 47 293.5M 0 154.7k 1:07:53 32:22 35:31 108.0k 47 615.5M 0 0 47 293.6M 0 154.7k 1:07:53 32:23 35:30 113.4k 47 615.5M 0 0 47 293.9M 0 154.7k 1:07:52 32:24 35:28 131.9k 47 615.5M 0 0 47 294.2M 0 154.8k 1:07:50 32:25 35:25 170.3k 47 615.5M 0 0 47 294.5M 0 154.8k 1:07:49 32:26 35:23 189.4k 47 615.5M 0 0 47 294.6M 0 154.8k 1:07:49 32:28 35:21 201.7k 47 615.5M 0 0 47 294.8M 0 154.8k 1:07:49 32:29 35:20 198.7k 47 615.5M 0 0 47 295.0M 0 154.8k 1:07:49 32:30 35:19 183.2k 47 615.5M 0 0 47 295.2M 0 154.8k 1:07:49 32:32 35:17 157.4k 47 615.5M 0 0 47 295.3M 0 154.8k 1:07:50 32:33 35:17 143.4k 48 615.5M 0 0 48 295.5M 0 154.8k 1:07:50 32:34 35:16 145.3k 48 615.5M 0 0 48 295.6M 0 154.8k 1:07:50 32:35 35:15 142.1k 48 615.5M 0 0 48 295.8M 0 154.8k 1:07:51 32:36 35:15 134.0k 48 615.5M 0 0 48 296.0M 0 154.8k 1:07:51 32:37 35:14 130.2k 48 615.5M 0 0 48 296.1M 0 154.7k 1:07:53 32:39 35:14 122.4k 48 615.5M 0 0 48 296.3M 0 154.7k 1:07:53 32:40 35:13 117.6k 48 615.5M 0 0 48 296.5M 0 154.7k 1:07:53 32:42 35:11 124.6k 48 615.5M 0 0 48 296.6M 0 154.7k 1:07:53 32:43 35:10 132.4k 48 615.5M 0 0 48 296.8M 0 154.7k 1:07:52 32:44 35:08 142.4k 48 615.5M 0 0 48 297.0M 0 154.7k 1:07:52 32:45 35:07 156.9k 48 615.5M 0 0 48 297.2M 0 154.7k 1:07:52 32:46 35:06 167.1k 48 615.5M 0 0 48 297.4M 0 154.7k 1:07:52 32:47 35:05 170.8k 48 615.5M 0 0 48 297.6M 0 154.7k 1:07:52 32:48 35:04 169.6k 48 615.5M 0 0 48 297.8M 0 154.7k 1:07:52 32:50 35:02 159.1k 48 615.5M 0 0 48 297.9M 0 154.7k 1:07:53 32:51 35:02 151.8k 48 615.5M 0 0 48 298.1M 0 154.7k 1:07:53 32:52 35:01 143.5k 48 615.5M 0 0 48 298.2M 0 154.7k 1:07:54 32:54 35:00 129.0k 48 615.5M 0 0 48 298.3M 0 154.6k 1:07:56 32:55 35:01 113.0k 48 615.5M 0 0 48 298.5M 0 154.6k 1:07:56 32:57 34:59 112.7k 48 615.5M 0 0 48 298.7M 0 154.6k 1:07:56 32:58 34:58 119.7k 48 615.5M 0 0 48 298.9M 0 154.6k 1:07:56 32:59 34:57 118.0k 48 615.5M 0 0 48 299.1M 0 154.5k 1:07:57 33:01 34:56 124.2k 48 615.5M 0 0 48 299.3M 0 154.5k 1:07:57 33:02 34:55 138.7k 48 615.5M 0 0 48 299.5M 0 154.6k 1:07:56 33:03 34:53 155.7k 48 615.5M 0 0 48 299.8M 0 154.6k 1:07:55 33:05 34:50 160.0k 48 615.5M 0 0 48 299.9M 0 154.6k 1:07:56 33:06 34:50 161.3k 48 615.5M 0 0 48 300.0M 0 154.6k 1:07:57 33:07 34:50 157.3k 48 615.5M 0 0 48 300.2M 0 154.5k 1:07:57 33:08 34:49 156.0k 48 615.5M 0 0 48 300.4M 0 154.6k 1:07:56 33:09 34:47 147.0k 48 615.5M 0 0 48 300.6M 0 154.5k 1:07:57 33:11 34:46 131.7k 48 615.5M 0 0 48 300.8M 0 154.5k 1:07:58 33:12 34:46 132.1k 48 615.5M 0 0 48 300.9M 0 154.5k 1:07:59 33:14 34:45 130.8k 48 615.5M 0 0 48 301.1M 0 154.5k 1:07:59 33:15 34:44 128.2k 48 615.5M 0 0 48 301.3M 0 154.5k 1:07:59 33:16 34:43 124.4k 48 615.5M 0 0 48 301.5M 0 154.5k 1:07:59 33:18 34:41 136.5k 49 615.5M 0 0 49 301.7M 0 154.5k 1:07:58 33:19 34:39 146.7k 49 615.5M 0 0 49 301.8M 0 154.5k 1:07:59 33:20 34:39 150.0k 49 615.5M 0 0 49 302.0M 0 154.4k 1:08:00 33:21 34:39 150.4k 49 615.5M 0 0 49 302.1M 0 154.4k 1:08:00 33:22 34:38 144.9k 49 615.5M 0 0 49 302.3M 0 154.4k 1:07:59 33:24 34:35 146.9k 49 615.5M 0 0 49 302.5M 0 154.4k 1:08:00 33:25 34:35 135.6k 49 615.5M 0 0 49 302.6M 0 154.4k 1:08:00 33:26 34:34 138.1k 49 615.5M 0 0 49 302.8M 0 154.4k 1:08:01 33:27 34:34 140.9k 49 615.5M 0 0 49 303.0M 0 154.4k 1:08:01 33:29 34:32 139.2k 49 615.5M 0 0 49 303.1M 0 154.3k 1:08:02 33:30 34:32 124.5k 49 615.5M 0 0 49 303.3M 0 154.3k 1:08:03 33:31 34:32 124.1k 49 615.5M 0 0 49 303.4M 0 154.3k 1:08:03 33:32 34:31 123.3k 49 615.5M 0 0 49 303.6M 0 154.3k 1:08:03 33:34 34:29 130.3k 49 615.5M 0 0 49 303.8M 0 154.3k 1:08:02 33:35 34:27 144.9k 49 615.5M 0 0 49 304.0M 0 154.4k 1:08:02 33:36 34:26 159.3k 49 615.5M 0 0 49 304.3M 0 154.4k 1:08:00 33:37 34:23 182.7k 49 615.5M 0 0 49 304.5M 0 154.4k 1:08:00 33:38 34:22 198.9k 49 615.5M 0 0 49 304.8M 0 154.5k 1:07:58 33:39 34:19 216.8k 49 615.5M 0 0 49 305.1M 0 154.6k 1:07:56 33:40 34:16 239.2k 49 615.5M 0 0 49 305.4M 0 154.6k 1:07:55 33:42 34:13 240.6k 49 615.5M 0 0 49 305.6M 0 154.6k 1:07:55 33:43 34:12 216.5k 49 615.5M 0 0 49 305.8M 0 154.6k 1:07:56 33:45 34:11 203.0k 49 615.5M 0 0 49 306.0M 0 154.6k 1:07:56 33:46 34:10 177.7k 49 615.5M 0 0 49 306.1M 0 154.5k 1:07:57 33:48 34:09 144.6k 49 615.5M 0 0 49 306.3M 0 154.5k 1:07:58 33:49 34:09 122.2k 49 615.5M 0 0 49 306.4M 0 154.5k 1:07:59 33:50 34:09 118.3k 49 615.5M 0 0 49 306.6M 0 154.5k 1:07:59 33:52 34:07 118.3k 49 615.5M 0 0 49 306.8M 0 154.5k 1:07:59 33:53 34:06 122.2k 49 615.5M 0 0 49 307.0M 0 154.5k 1:07:59 33:54 34:05 127.3k 49 615.5M 0 0 49 307.1M 0 154.4k 1:08:00 33:55 34:05 136.5k 49 615.5M 0 0 49 307.3M 0 154.4k 1:08:00 33:57 34:03 136.7k 49 615.5M 0 0 49 307.4M 0 154.4k 1:08:01 33:58 34:03 133.7k 49 615.5M 0 0 49 307.5M 0 154.4k 1:08:02 33:59 34:03 121.2k 49 615.5M 0 0 49 307.6M 0 154.4k 1:08:02 34:00 34:02 118.1k 50 615.5M 0 0 50 307.8M 0 154.4k 1:08:02 34:01 34:01 126.7k 50 615.5M 0 0 50 308.0M 0 154.3k 1:08:02 34:03 33:59 130.2k 50 615.5M 0 0 50 308.2M 0 154.4k 1:08:02 34:04 33:58 137.4k 50 615.5M 0 0 50 308.5M 0 154.4k 1:08:01 34:05 33:56 159.1k 50 615.5M 0 0 50 308.6M 0 154.4k 1:08:01 34:06 33:55 169.5k 50 615.5M 0 0 50 308.8M 0 154.4k 1:08:00 34:07 33:53 173.5k 50 615.5M 0 0 50 309.0M 0 154.4k 1:08:01 34:09 33:52 168.5k 50 615.5M 0 0 50 309.1M 0 154.4k 1:08:02 34:10 33:52 158.2k 50 615.5M 0 0 50 309.3M 0 154.3k 1:08:02 34:11 33:51 138.0k 50 615.5M 0 0 50 309.5M 0 154.4k 1:08:02 34:12 33:50 142.9k 50 615.5M 0 0 50 309.8M 0 154.4k 1:08:00 34:13 33:47 153.9k 50 615.5M 0 0 50 310.1M 0 154.5k 1:07:59 34:15 33:44 182.6k 50 615.5M 0 0 50 310.3M 0 154.5k 1:07:58 34:16 33:42 204.7k 50 615.5M 0 0 50 310.5M 0 154.5k 1:07:58 34:17 33:41 215.2k 50 615.5M 0 0 50 310.8M 0 154.5k 1:07:57 34:18 33:39 210.4k 50 615.5M 0 0 50 311.0M 0 154.6k 1:07:56 34:20 33:36 207.5k 50 615.5M 0 0 50 311.2M 0 154.6k 1:07:56 34:21 33:35 191.6k 50 615.5M 0 0 50 311.4M 0 154.6k 1:07:56 34:22 33:34 176.8k 50 615.5M 0 0 50 311.6M 0 154.6k 1:07:57 34:24 33:33 167.6k 50 615.5M 0 0 50 311.8M 0 154.6k 1:07:57 34:25 33:32 161.1k 50 615.5M 0 0 50 312.0M 0 154.6k 1:07:56 34:26 33:30 151.5k 50 615.5M 0 0 50 312.1M 0 154.5k 1:07:57 34:28 33:29 139.2k 50 615.5M 0 0 50 312.3M 0 154.5k 1:07:58 34:29 33:29 129.2k 50 615.5M 0 0 50 312.5M 0 154.5k 1:07:58 34:30 33:28 134.1k 50 615.5M 0 0 50 312.6M 0 154.5k 1:07:59 34:31 33:28 128.2k 50 615.5M 0 0 50 312.7M 0 154.4k 1:07:59 34:32 33:27 117.8k 50 615.5M 0 0 50 312.8M 0 154.4k 1:08:00 34:34 33:26 116.9k 50 615.5M 0 0 50 313.0M 0 154.4k 1:08:01 34:35 33:26 118.3k 50 615.5M 0 0 50 313.1M 0 154.4k 1:08:01 34:36 33:25 118.3k 50 615.5M 0 0 50 313.3M 0 154.4k 1:08:01 34:37 33:24 127.5k 50 615.5M 0 0 50 313.5M 0 154.4k 1:08:01 34:38 33:23 140.9k 50 615.5M 0 0 50 313.7M 0 154.4k 1:08:00 34:39 33:21 154.0k 50 615.5M 0 0 50 313.9M 0 154.4k 1:08:00 34:41 33:19 169.4k 51 615.5M 0 0 51 314.1M 0 154.4k 1:08:00 34:42 33:18 175.9k 51 615.5M 0 0 51 314.3M 0 154.4k 1:07:59 34:43 33:16 175.7k 51 615.5M 0 0 51 314.5M 0 154.5k 1:07:59 34:44 33:15 171.5k 51 615.5M 0 0 51 314.6M 0 154.4k 1:08:00 34:45 33:15 162.2k 51 615.5M 0 0 51 314.8M 0 154.4k 1:08:00 34:46 33:14 155.4k 51 615.5M 0 0 51 315.0M 0 154.4k 1:08:00 34:48 33:12 149.5k 51 615.5M 0 0 51 315.1M 0 154.4k 1:08:01 34:49 33:12 139.5k 51 615.5M 0 0 51 315.2M 0 154.4k 1:08:01 34:50 33:11 127.5k 51 615.5M 0 0 51 315.3M 0 154.3k 1:08:02 34:51 33:11 120.9k 51 615.5M 0 0 51 315.5M 0 154.3k 1:08:03 34:52 33:11 117.4k 51 615.5M 0 0 51 315.6M 0 154.3k 1:08:03 34:53 33:10 110.0k 51 615.5M 0 0 51 315.7M 0 154.3k 1:08:04 34:55 33:09 105.3k 51 615.5M 0 0 51 315.8M 0 154.2k 1:08:05 34:56 33:09 103.5k 51 615.5M 0 0 51 316.0M 0 154.2k 1:08:07 34:58 33:09 101.2k 51 615.5M 0 0 51 316.0M 0 154.1k 1:08:08 34:59 33:09 93489 51 615.5M 0 0 51 316.1M 0 154.1k 1:08:09 35:00 33:09 84644 51 615.5M 0 0 51 316.2M 0 154.0k 1:08:10 35:01 33:09 82799 51 615.5M 0 0 51 316.3M 0 154.0k 1:08:11 35:02 33:09 85752 51 615.5M 0 0 51 316.5M 0 154.0k 1:08:11 35:03 33:08 93239 51 615.5M 0 0 51 316.6M 0 154.0k 1:08:12 35:04 33:08 100.7k 51 615.5M 0 0 51 316.7M 0 154.0k 1:08:12 35:05 33:07 110.9k 51 615.5M 0 0 51 316.9M 0 154.0k 1:08:12 35:07 33:05 127.2k 51 615.5M 0 0 51 317.0M 0 154.0k 1:08:13 35:08 33:05 127.3k 51 615.5M 0 0 51 317.1M 0 153.9k 1:08:13 35:09 33:04 122.7k 51 615.5M 0 0 51 317.3M 0 153.9k 1:08:14 35:10 33:04 118.0k 51 615.5M 0 0 51 317.4M 0 153.9k 1:08:15 35:11 33:04 118.5k 51 615.5M 0 0 51 317.6M 0 153.9k 1:08:14 35:12 33:02 123.6k 51 615.5M 0 0 51 317.8M 0 153.9k 1:08:13 35:13 33:00 146.4k 51 615.5M 0 0 51 318.0M 0 153.9k 1:08:13 35:14 32:59 162.1k 51 615.5M 0 0 51 318.2M 0 153.9k 1:08:13 35:16 32:57 171.7k 51 615.5M 0 0 51 318.4M 0 153.9k 1:08:13 35:17 32:56 173.1k 51 615.5M 0 0 51 318.6M 0 154.0k 1:08:12 35:18 32:54 177.3k 51 615.5M 0 0 51 318.8M 0 153.9k 1:08:13 35:20 32:53 154.4k 51 615.5M 0 0 51 319.0M 0 153.9k 1:08:13 35:21 32:52 150.6k 51 615.5M 0 0 51 319.1M 0 153.9k 1:08:13 35:22 32:51 159.1k 51 615.5M 0 0 51 319.3M 0 153.9k 1:08:13 35:23 32:50 157.7k 51 615.5M 0 0 51 319.5M 0 153.9k 1:08:13 35:25 32:48 148.2k 51 615.5M 0 0 51 319.7M 0 153.9k 1:08:13 35:26 32:47 159.4k 51 615.5M 0 0 51 319.8M 0 153.9k 1:08:13 35:27 32:46 153.4k 51 615.5M 0 0 51 320.0M 0 153.9k 1:08:13 35:28 32:45 145.7k 52 615.5M 0 0 52 320.1M 0 153.9k 1:08:14 35:29 32:45 136.0k 52 615.5M 0 0 52 320.3M 0 153.8k 1:08:16 35:31 32:45 118.2k 52 615.5M 0 0 52 320.4M 0 153.8k 1:08:16 35:32 32:44 108.5k 52 615.5M 0 0 52 320.5M 0 153.8k 1:08:17 35:34 32:43 102.9k 52 615.5M 0 0 52 320.6M 0 153.7k 1:08:18 35:35 32:43 97625 52 615.5M 0 0 52 320.8M 0 153.7k 1:08:18 35:36 32:42 106.3k 52 615.5M 0 0 52 321.0M 0 153.7k 1:08:19 35:38 32:41 116.5k 52 615.5M 0 0 52 321.2M 0 153.7k 1:08:19 35:39 32:40 123.7k 52 615.5M 0 0 52 321.4M 0 153.7k 1:08:19 35:40 32:39 139.8k 52 615.5M 0 0 52 321.5M 0 153.7k 1:08:19 35:41 32:38 144.9k 52 615.5M 0 0 52 321.6M 0 153.7k 1:08:20 35:42 32:38 136.3k 52 615.5M 0 0 52 321.8M 0 153.7k 1:08:19 35:43 32:36 148.1k 52 615.5M 0 0 52 322.1M 0 153.7k 1:08:19 35:45 32:34 159.1k 52 615.5M 0 0 52 322.4M 0 153.8k 1:08:17 35:46 32:31 175.9k 52 615.5M 0 0 52 322.6M 0 153.8k 1:08:17 35:47 32:30 183.9k 52 615.5M 0 0 52 322.8M 0 153.8k 1:08:16 35:48 32:28 202.7k 52 615.5M 0 0 52 323.0M 0 153.8k 1:08:16 35:49 32:27 193.9k 52 615.5M 0 0 52 323.2M 0 153.8k 1:08:16 35:51 32:25 180.3k 52 615.5M 0 0 52 323.4M 0 153.8k 1:08:16 35:52 32:24 160.6k 52 615.5M 0 0 52 323.6M 0 153.8k 1:08:16 35:53 32:23 162.8k 52 615.5M 0 0 52 323.7M 0 153.8k 1:08:17 35:54 32:23 144.5k 52 615.5M 0 0 52 323.9M 0 153.8k 1:08:17 35:56 32:21 148.4k 52 615.5M 0 0 52 324.1M 0 153.8k 1:08:17 35:57 32:20 148.1k 52 615.5M 0 0 52 324.2M 0 153.8k 1:08:18 35:58 32:20 138.1k 52 615.5M 0 0 52 324.3M 0 153.7k 1:08:18 35:59 32:19 125.5k 52 615.5M 0 0 52 324.5M 0 153.7k 1:08:19 36:01 32:18 118.5k 52 615.5M 0 0 52 324.6M 0 153.7k 1:08:20 36:02 32:18 105.6k 52 615.5M 0 0 52 324.7M 0 153.6k 1:08:21 36:03 32:18 102.1k 52 615.5M 0 0 52 324.8M 0 153.6k 1:08:22 36:05 32:17 97.79k 52 615.5M 0 0 52 325.0M 0 153.6k 1:08:22 36:06 32:16 99.19k 52 615.5M 0 0 52 325.1M 0 153.6k 1:08:23 36:07 32:16 108.2k 52 615.5M 0 0 52 325.2M 0 153.5k 1:08:24 36:08 32:16 106.1k 52 615.5M 0 0 52 325.3M 0 153.5k 1:08:25 36:10 32:15 101.5k 52 615.5M 0 0 52 325.5M 0 153.5k 1:08:26 36:11 32:15 105.7k 52 615.5M 0 0 52 325.6M 0 153.4k 1:08:26 36:12 32:14 102.8k 52 615.5M 0 0 52 325.7M 0 153.4k 1:08:27 36:13 32:14 101.4k 52 615.5M 0 0 52 325.8M 0 153.4k 1:08:27 36:14 32:13 106.8k 52 615.5M 0 0 52 326.0M 0 153.4k 1:08:29 36:16 32:13 104.6k 52 615.5M 0 0 52 326.1M 0 153.3k 1:08:29 36:17 32:12 110.1k 53 615.5M 0 0 53 326.3M 0 153.3k 1:08:30 36:19 32:11 112.9k 53 615.5M 0 0 53 326.5M 0 153.3k 1:08:30 36:20 32:10 119.0k 53 615.5M 0 0 53 326.7M 0 153.3k 1:08:30 36:21 32:09 129.3k 53 615.5M 0 0 53 327.0M 0 153.3k 1:08:29 36:23 32:06 147.0k 53 615.5M 0 0 53 327.2M 0 153.4k 1:08:28 36:24 32:04 164.4k 53 615.5M 0 0 53 327.4M 0 153.4k 1:08:28 36:25 32:03 170.9k 53 615.5M 0 0 53 327.5M 0 153.3k 1:08:30 36:27 32:03 156.5k 53 615.5M 0 0 53 327.6M 0 153.3k 1:08:31 36:28 32:03 139.5k 53 615.5M 0 0 53 327.8M 0 153.3k 1:08:31 36:29 32:02 126.4k 53 615.5M 0 0 53 328.0M 0 153.3k 1:08:31 36:30 32:01 119.0k 53 615.5M 0 0 53 328.1M 0 153.3k 1:08:31 36:32 31:59 120.2k 53 615.5M 0 0 53 328.3M 0 153.3k 1:08:31 36:33 31:58 136.1k 53 615.5M 0 0 53 328.5M 0 153.3k 1:08:31 36:34 31:57 154.9k 53 615.5M 0 0 53 328.7M 0 153.3k 1:08:30 36:35 31:55 165.4k 53 615.5M 0 0 53 328.7M 0 153.3k 1:08:30 36:35 31:55 153.3k 53 615.5M 0 0 53 328.9M 0 153.3k 1:08:30 36:36 31:54 162.9k 53 615.5M 0 0 53 329.1M 0 153.3k 1:08:30 36:38 31:52 151.9k 53 615.5M 0 0 53 329.2M 0 153.3k 1:08:31 36:39 31:52 135.1k 53 615.5M 0 0 53 329.3M 0 153.2k 1:08:32 36:40 31:52 133.5k 53 615.5M 0 0 53 329.5M 0 153.2k 1:08:32 36:41 31:51 130.2k 53 615.5M 0 0 53 329.6M 0 153.2k 1:08:32 36:42 31:50 123.1k 53 615.5M 0 0 53 329.7M 0 153.2k 1:08:33 36:43 31:50 111.8k 53 615.5M 0 0 53 329.8M 0 153.1k 1:08:35 36:45 31:50 106.4k 53 615.5M 0 0 53 330.0M 0 153.1k 1:08:35 36:46 31:49 103.6k 53 615.5M 0 0 53 330.1M 0 153.1k 1:08:35 36:47 31:48 112.5k 53 615.5M 0 0 53 330.3M 0 153.1k 1:08:35 36:48 31:47 119.3k 53 615.5M 0 0 53 330.5M 0 153.1k 1:08:35 36:49 31:46 136.4k 53 615.5M 0 0 53 330.8M 0 153.1k 1:08:34 36:51 31:43 162.6k 53 615.5M 0 0 53 331.0M 0 153.2k 1:08:34 36:52 31:42 173.0k 53 615.5M 0 0 53 331.1M 0 153.1k 1:08:34 36:53 31:41 164.6k 53 615.5M 0 0 53 331.3M 0 153.1k 1:08:35 36:55 31:40 154.9k 53 615.5M 0 0 53 331.5M 0 153.1k 1:08:35 36:56 31:39 148.4k 53 615.5M 0 0 53 331.6M 0 153.1k 1:08:36 36:57 31:39 133.0k 53 615.5M 0 0 53 331.8M 0 153.1k 1:08:36 36:59 31:37 125.0k 53 615.5M 0 0 53 331.9M 0 153.0k 1:08:37 37:00 31:37 117.0k 53 615.5M 0 0 53 332.0M 0 153.0k 1:08:38 37:01 31:37 115.4k 53 615.5M 0 0 53 332.2M 0 153.0k 1:08:38 37:02 31:36 114.6k 54 615.5M 0 0 54 332.4M 0 153.0k 1:08:38 37:04 31:34 121.8k 54 615.5M 0 0 54 332.6M 0 153.0k 1:08:38 37:05 31:33 128.9k 54 615.5M 0 0 54 332.8M 0 153.0k 1:08:38 37:06 31:32 142.9k 54 615.5M 0 0 54 333.0M 0 153.0k 1:08:39 37:08 31:31 145.0k 54 615.5M 0 0 54 333.1M 0 153.0k 1:08:39 37:09 31:30 142.3k 54 615.5M 0 0 54 333.3M 0 152.9k 1:08:39 37:10 31:29 136.4k 54 615.5M 0 0 54 333.5M 0 153.0k 1:08:39 37:11 31:28 138.8k 54 615.5M 0 0 54 333.7M 0 153.0k 1:08:38 37:13 31:25 153.0k 54 615.5M 0 0 54 334.0M 0 153.0k 1:08:37 37:14 31:23 172.5k 54 615.5M 0 0 54 334.1M 0 153.0k 1:08:37 37:15 31:22 185.0k 54 615.5M 0 0 54 334.4M 0 153.1k 1:08:36 37:16 31:20 200.7k 54 615.5M 0 0 54 334.6M 0 153.1k 1:08:36 37:17 31:19 199.3k 54 615.5M 0 0 54 334.8M 0 153.1k 1:08:36 37:19 31:17 184.4k 54 615.5M 0 0 54 335.0M 0 153.1k 1:08:36 37:20 31:16 168.3k 54 615.5M 0 0 54 335.1M 0 153.0k 1:08:37 37:21 31:16 151.4k 54 615.5M 0 0 54 335.2M 0 153.0k 1:08:38 37:22 31:16 131.5k 54 615.5M 0 0 54 335.3M 0 153.0k 1:08:39 37:24 31:15 118.7k 54 615.5M 0 0 54 335.5M 0 153.0k 1:08:39 37:25 31:14 114.2k 54 615.5M 0 0 54 335.6M 0 152.9k 1:08:40 37:26 31:14 105.0k 54 615.5M 0 0 54 335.7M 0 152.9k 1:08:40 37:27 31:13 108.6k 54 615.5M 0 0 54 335.9M 0 152.9k 1:08:40 37:28 31:12 117.3k 54 615.5M 0 0 54 336.1M 0 152.9k 1:08:40 37:29 31:11 132.3k 54 615.5M 0 0 54 336.2M 0 152.9k 1:08:40 37:31 31:09 130.8k 54 615.5M 0 0 54 336.3M 0 152.9k 1:08:42 37:32 31:10 123.8k 54 615.5M 0 0 54 336.5M 0 152.8k 1:08:43 37:34 31:09 114.9k 54 615.5M 0 0 54 336.6M 0 152.8k 1:08:44 37:35 31:09 109.9k 54 615.5M 0 0 54 336.8M 0 152.8k 1:08:43 37:36 31:07 119.4k 54 615.5M 0 0 54 337.1M 0 152.9k 1:08:42 37:37 31:05 135.9k 54 615.5M 0 0 54 337.3M 0 152.9k 1:08:42 37:38 31:04 152.0k 54 615.5M 0 0 54 337.5M 0 152.9k 1:08:42 37:40 31:02 171.9k 54 615.5M 0 0 54 337.6M 0 152.9k 1:08:42 37:41 31:01 182.0k 54 615.5M 0 0 54 337.9M 0 152.9k 1:08:41 37:42 30:59 179.7k 54 615.5M 0 0 54 338.1M 0 152.9k 1:08:41 37:43 30:58 164.3k 54 615.5M 0 0 54 338.3M 0 152.9k 1:08:41 37:45 30:56 163.8k 54 615.5M 0 0 54 338.5M 0 152.9k 1:08:41 37:46 30:55 159.7k 55 615.5M 0 0 55 338.6M 0 152.9k 1:08:42 37:47 30:55 150.4k 55 615.5M 0 0 55 338.8M 0 152.9k 1:08:42 37:48 30:54 140.3k 55 615.5M 0 0 55 339.0M 0 152.9k 1:08:41 37:50 30:51 145.3k 55 615.5M 0 0 55 339.1M 0 152.9k 1:08:42 37:51 30:51 144.9k 55 615.5M 0 0 55 339.3M 0 152.9k 1:08:42 37:52 30:50 142.9k 55 615.5M 0 0 55 339.5M 0 152.9k 1:08:42 37:54 30:48 149.1k 55 615.5M 0 0 55 339.7M 0 152.8k 1:08:42 37:55 30:47 146.1k 55 615.5M 0 0 55 339.9M 0 152.8k 1:08:42 37:56 30:46 143.2k 55 615.5M 0 0 55 340.0M 0 152.8k 1:08:43 37:57 30:46 137.6k 55 615.5M 0 0 55 340.1M 0 152.8k 1:08:44 37:59 30:45 132.0k 55 615.5M 0 0 55 340.3M 0 152.8k 1:08:43 38:00 30:43 137.5k 55 615.5M 0 0 55 340.5M 0 152.8k 1:08:43 38:01 30:42 136.7k 55 615.5M 0 0 55 340.6M 0 152.8k 1:08:44 38:02 30:42 132.8k 55 615.5M 0 0 55 340.8M 0 152.8k 1:08:43 38:03 30:40 142.3k 55 615.5M 0 0 55 341.0M 0 152.8k 1:08:44 38:05 30:39 148.4k 55 615.5M 0 0 55 341.2M 0 152.8k 1:08:44 38:06 30:38 145.6k 55 615.5M 0 0 55 341.4M 0 152.8k 1:08:43 38:07 30:36 154.3k 55 615.5M 0 0 55 341.6M 0 152.8k 1:08:42 38:08 30:34 168.9k 55 615.5M 0 0 55 341.8M 0 152.8k 1:08:43 38:09 30:34 154.7k 55 615.5M 0 0 55 341.9M 0 152.8k 1:08:44 38:11 30:33 149.4k 55 615.5M 0 0 55 342.1M 0 152.8k 1:08:44 38:12 30:32 148.2k 55 615.5M 0 0 55 342.2M 0 152.8k 1:08:45 38:13 30:32 134.7k 55 615.5M 0 0 55 342.3M 0 152.7k 1:08:45 38:14 30:31 118.3k 55 615.5M 0 0 55 342.5M 0 152.8k 1:08:44 38:15 30:29 136.2k 55 615.5M 0 0 55 342.8M 0 152.8k 1:08:44 38:16 30:28 159.1k 55 615.5M 0 0 55 343.0M 0 152.8k 1:08:44 38:18 30:26 153.3k 55 615.5M 0 0 55 343.1M 0 152.8k 1:08:44 38:19 30:25 155.7k 55 615.5M 0 0 55 343.3M 0 152.8k 1:08:45 38:20 30:25 156.4k 55 615.5M 0 0 55 343.5M 0 152.7k 1:08:45 38:22 30:23 146.1k 55 615.5M 0 0 55 343.6M 0 152.7k 1:08:46 38:23 30:23 127.6k 55 615.5M 0 0 55 343.7M 0 152.7k 1:08:46 38:24 30:22 124.8k 55 615.5M 0 0 55 343.8M 0 152.7k 1:08:46 38:25 30:21 122.9k 55 615.5M 0 0 55 344.0M 0 152.7k 1:08:46 38:26 30:20 130.7k 55 615.5M 0 0 55 344.2M 0 152.7k 1:08:46 38:27 30:19 132.3k 55 615.5M 0 0 55 344.3M 0 152.7k 1:08:47 38:29 30:18 132.2k 55 615.5M 0 0 55 344.5M 0 152.7k 1:08:47 38:30 30:17 133.2k 55 615.5M 0 0 55 344.6M 0 152.6k 1:08:48 38:31 30:17 128.5k 56 615.5M 0 0 56 344.8M 0 152.6k 1:08:49 38:33 30:16 122.8k 56 615.5M 0 0 56 345.0M 0 152.6k 1:08:49 38:34 30:15 124.4k 56 615.5M 0 0 56 345.2M 0 152.6k 1:08:49 38:35 30:14 130.7k 56 615.5M 0 0 56 345.4M 0 152.6k 1:08:49 38:37 30:12 135.1k 56 615.5M 0 0 56 345.6M 0 152.6k 1:08:48 38:38 30:10 156.5k 56 615.5M 0 0 56 345.9M 0 152.7k 1:08:47 38:39 30:08 176.9k 56 615.5M 0 0 56 346.1M 0 152.7k 1:08:46 38:40 30:06 191.0k 56 615.5M 0 0 56 346.3M 0 152.7k 1:08:46 38:41 30:05 190.6k 56 615.5M 0 0 56 346.5M 0 152.7k 1:08:46 38:42 30:04 189.8k 56 615.5M 0 0 56 346.6M 0 152.7k 1:08:46 38:43 30:03 183.6k 56 615.5M 0 0 56 346.8M 0 152.7k 1:08:46 38:45 30:01 169.4k 56 615.5M 0 0 56 347.0M 0 152.7k 1:08:46 38:46 30:00 149.9k 56 615.5M 0 0 56 347.1M 0 152.7k 1:08:47 38:47 30:00 145.9k 56 615.5M 0 0 56 347.3M 0 152.7k 1:08:47 38:49 29:58 145.6k 56 615.5M 0 0 56 347.5M 0 152.7k 1:08:46 38:50 29:56 146.2k 56 615.5M 0 0 56 347.7M 0 152.7k 1:08:46 38:51 29:55 141.7k 56 615.5M 0 0 56 347.8M 0 152.7k 1:08:47 38:52 29:55 139.5k 56 615.5M 0 0 56 348.0M 0 152.7k 1:08:47 38:53 29:54 147.2k 56 615.5M 0 0 56 348.1M 0 152.6k 1:08:48 38:55 29:53 138.1k 56 615.5M 0 0 56 348.3M 0 152.6k 1:08:49 38:56 29:53 122.3k 56 615.5M 0 0 56 348.5M 0 152.6k 1:08:48 38:57 29:51 126.0k 56 615.5M 0 0 56 348.6M 0 152.6k 1:08:48 38:58 29:50 132.9k 56 615.5M 0 0 56 348.8M 0 152.6k 1:08:49 39:00 29:49 125.6k 56 615.5M 0 0 56 349.0M 0 152.6k 1:08:50 39:01 29:49 126.8k 56 615.5M 0 0 56 349.1M 0 152.5k 1:08:51 39:03 29:48 127.8k 56 615.5M 0 0 56 349.3M 0 152.5k 1:08:50 39:04 29:46 126.6k 56 615.5M 0 0 56 349.6M 0 152.6k 1:08:50 39:05 29:45 135.9k 56 615.5M 0 0 56 349.8M 0 152.6k 1:08:49 39:06 29:43 158.3k 56 615.5M 0 0 56 350.0M 0 152.6k 1:08:49 39:08 29:41 160.0k 56 615.5M 0 0 56 350.1M 0 152.6k 1:08:50 39:09 29:41 165.4k 56 615.5M 0 0 56 350.2M 0 152.6k 1:08:50 39:10 29:40 161.0k 56 615.5M 0 0 56 350.4M 0 152.6k 1:08:50 39:11 29:39 147.5k 56 615.5M 0 0 56 350.6M 0 152.6k 1:08:50 39:12 29:38 132.0k 57 615.5M 0 0 57 350.8M 0 152.6k 1:08:49 39:14 29:35 150.1k 57 615.5M 0 0 57 351.1M 0 152.6k 1:08:48 39:15 29:33 182.6k 57 615.5M 0 0 57 351.4M 0 152.7k 1:08:47 39:16 29:31 198.0k 57 615.5M 0 0 57 351.5M 0 152.7k 1:08:47 39:17 29:30 198.5k 57 615.5M 0 0 57 351.7M 0 152.7k 1:08:47 39:18 29:29 193.8k 57 615.5M 0 0 57 351.9M 0 152.7k 1:08:47 39:19 29:28 188.0k 57 615.5M 0 0 57 352.1M 0 152.7k 1:08:47 39:21 29:26 162.9k 57 615.5M 0 0 57 352.3M 0 152.7k 1:08:47 39:22 29:25 150.8k 57 615.5M 0 0 57 352.5M 0 152.7k 1:08:47 39:23 29:24 159.3k 57 615.5M 0 0 57 352.6M 0 152.7k 1:08:47 39:24 29:23 153.3k 57 615.5M 0 0 57 352.8M 0 152.6k 1:08:47 39:25 29:22 145.6k 57 615.5M 0 0 57 352.9M 0 152.6k 1:08:48 39:27 29:21 135.7k 57 615.5M 0 0 57 353.1M 0 152.6k 1:08:48 39:28 29:20 136.7k 57 615.5M 0 0 57 353.3M 0 152.7k 1:08:47 39:29 29:18 141.3k 57 615.5M 0 0 57 353.5M 0 152.7k 1:08:47 39:30 29:17 153.0k 57 615.5M 0 0 57 353.8M 0 152.7k 1:08:46 39:31 29:15 170.5k 57 615.5M 0 0 57 354.0M 0 152.7k 1:08:46 39:33 29:13 186.7k 57 615.5M 0 0 57 354.1M 0 152.7k 1:08:47 39:34 29:13 171.2k 57 615.5M 0 0 57 354.2M 0 152.6k 1:08:48 39:35 29:13 148.1k 57 615.5M 0 0 57 354.4M 0 152.6k 1:08:48 39:37 29:11 144.2k 57 615.5M 0 0 57 354.5M 0 152.6k 1:08:48 39:38 29:10 123.5k 57 615.5M 0 0 57 354.7M 0 152.6k 1:08:48 39:39 29:09 116.0k 57 615.5M 0 0 57 354.9M 0 152.6k 1:08:48 39:40 29:08 134.3k 57 615.5M 0 0 57 355.0M 0 152.6k 1:08:48 39:41 29:07 142.8k 57 615.5M 0 0 57 355.2M 0 152.6k 1:08:48 39:42 29:06 145.0k 57 615.5M 0 0 57 355.4M 0 152.6k 1:08:48 39:43 29:05 153.7k 57 615.5M 0 0 57 355.5M 0 152.6k 1:08:50 39:45 29:05 134.5k 57 615.5M 0 0 57 355.7M 0 152.6k 1:08:50 39:46 29:04 129.5k 57 615.5M 0 0 57 356.0M 0 152.6k 1:08:49 39:48 29:01 144.9k 57 615.5M 0 0 57 356.1M 0 152.6k 1:08:49 39:49 29:00 144.2k 57 615.5M 0 0 57 356.3M 0 152.6k 1:08:49 39:50 28:59 140.8k 57 615.5M 0 0 57 356.5M 0 152.6k 1:08:49 39:51 28:58 162.9k 57 615.5M 0 0 57 356.8M 0 152.6k 1:08:48 39:53 28:55 175.2k 58 615.5M 0 0 58 357.0M 0 152.7k 1:08:47 39:54 28:53 174.6k 58 615.5M 0 0 58 357.3M 0 152.7k 1:08:46 39:55 28:51 192.0k 58 615.5M 0 0 58 357.5M 0 152.7k 1:08:45 39:56 28:49 214.8k 58 615.5M 0 0 58 357.7M 0 152.7k 1:08:45 39:57 28:48 212.3k 58 615.5M 0 0 58 357.9M 0 152.7k 1:08:45 39:58 28:47 197.3k 58 615.5M 0 0 58 358.1M 0 152.7k 1:08:45 40:00 28:45 190.9k 58 615.5M 0 0 58 358.3M 0 152.8k 1:08:44 40:01 28:43 191.3k 58 615.5M 0 0 58 358.6M 0 152.8k 1:08:43 40:02 28:41 186.5k 58 615.5M 0 0 58 358.9M 0 152.9k 1:08:41 40:03 28:38 204.0k 58 615.5M 0 0 58 359.2M 0 152.9k 1:08:40 40:04 28:36 231.7k 58 615.5M 0 0 58 359.3M 0 152.9k 1:08:41 40:05 28:36 221.2k 58 615.5M 0 0 58 359.5M 0 152.9k 1:08:41 40:07 28:34 198.0k 58 615.5M 0 0 58 359.6M 0 152.9k 1:08:41 40:08 28:33 176.6k 58 615.5M 0 0 58 359.8M 0 152.9k 1:08:42 40:09 28:33 150.1k 58 615.5M 0 0 58 360.0M 0 152.9k 1:08:41 40:10 28:31 134.5k 58 615.5M 0 0 58 360.3M 0 152.9k 1:08:40 40:12 28:28 153.3k 58 615.5M 0 0 58 360.5M 0 152.9k 1:08:40 40:13 28:27 168.4k 58 615.5M 0 0 58 360.8M 0 153.0k 1:08:39 40:14 28:25 190.3k 58 615.5M 0 0 58 361.0M 0 153.0k 1:08:38 40:15 28:23 205.1k 58 615.5M 0 0 58 361.1M 0 153.0k 1:08:38 40:16 28:22 201.2k 58 615.5M 0 0 58 361.3M 0 153.0k 1:08:39 40:17 28:22 184.3k 58 615.5M 0 0 58 361.5M 0 153.0k 1:08:38 40:18 28:20 174.9k 58 615.5M 0 0 58 361.7M 0 153.0k 1:08:38 40:20 28:18 173.8k 58 615.5M 0 0 58 361.8M 0 153.0k 1:08:39 40:21 28:18 147.3k 58 615.5M 0 0 58 362.0M 0 152.9k 1:08:40 40:22 28:18 132.7k 58 615.5M 0 0 58 362.1M 0 152.9k 1:08:40 40:23 28:17 132.6k 58 615.5M 0 0 58 362.3M 0 152.9k 1:08:40 40:24 28:16 135.1k 58 615.5M 0 0 58 362.5M 0 152.9k 1:08:40 40:26 28:14 118.4k 58 615.5M 0 0 58 362.6M 0 152.9k 1:08:41 40:27 28:14 120.9k 58 615.5M 0 0 58 362.7M 0 152.9k 1:08:41 40:29 28:12 126.8k 58 615.5M 0 0 58 362.8M 0 152.9k 1:08:42 40:30 28:12 126.8k 58 615.5M 0 0 58 363.0M 0 152.8k 1:08:42 40:31 28:11 111.2k 59 615.5M 0 0 59 363.1M 0 152.8k 1:08:43 40:32 28:11 112.7k 59 615.5M 0 0 59 363.3M 0 152.8k 1:08:44 40:34 28:10 116.1k 59 615.5M 0 0 59 363.4M 0 152.8k 1:08:44 40:35 28:09 110.5k 59 615.5M 0 0 59 363.6M 0 152.8k 1:08:44 40:36 28:08 118.2k 59 615.5M 0 0 59 363.8M 0 152.8k 1:08:44 40:37 28:07 138.2k 59 615.5M 0 0 59 364.1M 0 152.9k 1:08:42 40:39 28:03 163.9k 59 615.5M 0 0 59 364.4M 0 152.9k 1:08:42 40:40 28:02 179.7k 59 615.5M 0 0 59 364.6M 0 152.9k 1:08:42 40:41 28:01 190.1k 59 615.5M 0 0 59 364.8M 0 152.9k 1:08:41 40:42 27:59 198.2k 59 615.5M 0 0 59 365.1M 0 152.9k 1:08:40 40:44 27:56 197.5k 59 615.5M 0 0 59 365.3M 0 152.9k 1:08:40 40:45 27:55 187.9k 59 615.5M 0 0 59 365.6M 0 153.0k 1:08:39 40:46 27:53 193.0k 59 615.5M 0 0 59 365.8M 0 153.0k 1:08:38 40:48 27:50 202.9k 59 615.5M 0 0 59 366.1M 0 153.0k 1:08:37 40:49 27:48 208.6k 59 615.5M 0 0 59 366.3M 0 153.1k 1:08:36 40:50 27:46 214.8k 59 615.5M 0 0 59 366.5M 0 153.1k 1:08:36 40:51 27:45 210.7k 59 615.5M 0 0 59 366.7M 0 153.1k 1:08:36 40:52 27:44 202.1k 59 615.5M 0 0 59 366.9M 0 153.1k 1:08:36 40:53 27:43 192.0k 59 615.5M 0 0 59 367.1M 0 153.1k 1:08:36 40:55 27:41 170.5k 59 615.5M 0 0 59 367.3M 0 153.1k 1:08:36 40:56 27:40 153.5k 59 615.5M 0 0 59 367.4M 0 153.0k 1:08:37 40:58 27:39 131.4k 59 615.5M 0 0 59 367.5M 0 153.0k 1:08:38 40:59 27:39 124.9k 59 615.5M 0 0 59 367.6M 0 153.0k 1:08:38 41:00 27:38 120.1k 59 615.5M 0 0 59 367.8M 0 153.0k 1:08:38 41:01 27:37 123.1k 59 615.5M 0 0 59 368.0M 0 153.0k 1:08:38 41:02 27:36 121.1k 59 615.5M 0 0 59 368.1M 0 153.0k 1:08:39 41:04 27:35 127.0k 59 615.5M 0 0 59 368.4M 0 153.0k 1:08:39 41:05 27:34 141.3k 59 615.5M 0 0 59 368.6M 0 153.0k 1:08:38 41:06 27:32 159.5k 59 615.5M 0 0 59 368.9M 0 153.0k 1:08:37 41:07 27:30 172.4k 59 615.5M 0 0 59 369.1M 0 153.1k 1:08:36 41:08 27:28 186.6k 60 615.5M 0 0 60 369.5M 0 153.1k 1:08:35 41:10 27:25 222.4k 60 615.5M 0 0 60 369.8M 0 153.2k 1:08:33 41:11 27:22 241.1k 60 615.5M 0 0 60 370.0M 0 153.2k 1:08:33 41:12 27:21 231.0k 60 615.5M 0 0 60 370.2M 0 153.2k 1:08:32 41:13 27:19 217.0k 60 615.5M 0 0 60 370.4M 0 153.2k 1:08:33 41:15 27:18 199.5k 60 615.5M 0 0 60 370.6M 0 153.2k 1:08:33 41:16 27:17 176.6k 60 615.5M 0 0 60 370.8M 0 153.2k 1:08:33 41:17 27:16 152.3k 60 615.5M 0 0 60 371.0M 0 153.2k 1:08:33 41:19 27:14 150.4k 60 615.5M 0 0 60 371.3M 0 153.2k 1:08:31 41:20 27:11 169.7k 60 615.5M 0 0 60 371.6M 0 153.3k 1:08:30 41:21 27:09 200.7k 60 615.5M 0 0 60 371.9M 0 153.4k 1:08:28 41:22 27:06 224.6k 60 615.5M 0 0 60 372.1M 0 153.4k 1:08:28 41:24 27:04 233.1k 60 615.5M 0 0 60 372.3M 0 153.4k 1:08:28 41:25 27:03 231.5k 60 615.5M 0 0 60 372.5M 0 153.4k 1:08:27 41:26 27:01 213.7k 60 615.5M 0 0 60 372.7M 0 153.4k 1:08:27 41:27 27:00 195.5k 60 615.5M 0 0 60 372.9M 0 153.4k 1:08:27 41:28 26:59 178.4k 60 615.5M 0 0 60 373.1M 0 153.4k 1:08:26 41:29 26:57 181.4k 60 615.5M 0 0 60 373.4M 0 153.5k 1:08:25 41:30 26:55 188.2k 60 615.5M 0 0 60 373.6M 0 153.5k 1:08:25 41:31 26:54 192.0k 60 615.5M 0 0 60 373.8M 0 153.5k 1:08:24 41:33 26:51 200.0k 60 615.5M 0 0 60 374.1M 0 153.5k 1:08:24 41:34 26:50 205.5k 60 615.5M 0 0 60 374.3M 0 153.6k 1:08:23 41:35 26:48 211.7k 60 615.5M 0 0 60 374.6M 0 153.6k 1:08:22 41:36 26:46 218.4k 60 615.5M 0 0 60 374.8M 0 153.6k 1:08:21 41:37 26:44 223.8k 60 615.5M 0 0 60 375.1M 0 153.7k 1:08:20 41:38 26:42 227.1k 60 615.5M 0 0 60 375.3M 0 153.7k 1:08:19 41:39 26:40 229.4k 61 615.5M 0 0 61 375.6M 0 153.7k 1:08:18 41:41 26:37 220.1k 61 615.5M 0 0 61 375.8M 0 153.7k 1:08:19 41:42 26:37 199.5k 61 615.5M 0 0 61 376.0M 0 153.7k 1:08:18 41:43 26:35 188.5k 61 615.5M 0 0 61 376.1M 0 153.7k 1:08:18 41:44 26:34 175.8k 61 615.5M 0 0 61 376.4M 0 153.8k 1:08:18 41:46 26:32 170.9k 61 615.5M 0 0 61 376.6M 0 153.8k 1:08:18 41:47 26:31 166.8k 61 615.5M 0 0 61 376.9M 0 153.8k 1:08:16 41:48 26:28 208.3k 61 615.5M 0 0 61 376.9M 0 153.8k 1:08:16 41:48 26:28 153.8k 61 615.5M 0 0 61 377.1M 0 153.8k 1:08:15 41:49 26:26 222.4k 61 615.5M 0 0 61 377.3M 0 153.8k 1:08:15 41:51 26:24 187.4k 61 615.5M 0 0 61 377.6M 0 153.9k 1:08:15 41:52 26:23 193.4k 61 615.5M 0 0 61 377.8M 0 153.9k 1:08:14 41:53 26:21 190.7k 61 615.5M 0 0 61 378.0M 0 153.9k 1:08:15 41:54 26:21 176.2k 61 615.5M 0 0 61 378.1M 0 153.8k 1:08:15 41:55 26:20 154.4k 61 615.5M 0 0 61 378.3M 0 153.8k 1:08:15 41:57 26:18 152.6k 61 615.5M 0 0 61 378.5M 0 153.9k 1:08:15 41:58 26:17 150.9k 61 615.5M 0 0 61 378.7M 0 153.9k 1:08:15 41:59 26:16 149.6k 61 615.5M 0 0 61 378.9M 0 153.9k 1:08:14 42:00 26:14 160.7k 61 615.5M 0 0 61 379.1M 0 153.9k 1:08:14 42:01 26:13 176.7k 61 615.5M 0 0 61 379.3M 0 153.9k 1:08:13 42:02 26:11 194.8k 61 615.5M 0 0 61 379.6M 0 154.0k 1:08:12 42:04 26:08 196.1k 61 615.5M 0 0 61 379.8M 0 154.0k 1:08:11 42:05 26:06 210.7k 61 615.5M 0 0 61 380.1M 0 154.1k 1:08:10 42:06 26:04 232.0k 61 615.5M 0 0 61 380.4M 0 154.1k 1:08:09 42:07 26:02 237.7k 61 615.5M 0 0 61 380.6M 0 154.1k 1:08:09 42:08 26:01 228.6k 61 615.5M 0 0 61 380.8M 0 154.1k 1:08:09 42:09 26:00 220.8k 61 615.5M 0 0 61 381.0M 0 154.1k 1:08:09 42:10 25:59 203.2k 61 615.5M 0 0 61 381.1M 0 154.1k 1:08:09 42:12 25:57 170.3k 61 615.5M 0 0 61 381.3M 0 154.1k 1:08:09 42:13 25:56 146.6k 61 615.5M 0 0 61 381.4M 0 154.0k 1:08:10 42:14 25:56 134.7k 61 615.5M 0 0 61 381.6M 0 154.1k 1:08:10 42:15 25:55 136.0k 62 615.5M 0 0 62 381.8M 0 154.1k 1:08:09 42:16 25:53 147.1k 62 615.5M 0 0 62 382.0M 0 154.1k 1:08:09 42:18 25:51 152.9k 62 615.5M 0 0 62 382.2M 0 154.1k 1:08:09 42:19 25:50 170.9k 62 615.5M 0 0 62 382.5M 0 154.1k 1:08:08 42:20 25:48 189.7k 62 615.5M 0 0 62 382.6M 0 154.1k 1:08:07 42:21 25:46 193.2k 62 615.5M 0 0 62 382.8M 0 154.1k 1:08:07 42:22 25:45 182.4k 62 615.5M 0 0 62 383.0M 0 154.2k 1:08:07 42:23 25:44 182.4k 62 615.5M 0 0 62 383.2M 0 154.2k 1:08:07 42:24 25:43 181.5k 62 615.5M 0 0 62 383.4M 0 154.2k 1:08:07 42:26 25:41 165.4k 62 615.5M 0 0 62 383.6M 0 154.2k 1:08:07 42:27 25:40 156.9k 62 615.5M 0 0 62 383.8M 0 154.2k 1:08:07 42:28 25:39 166.2k 62 615.5M 0 0 62 384.1M 0 154.2k 1:08:06 42:30 25:36 172.1k 62 615.5M 0 0 62 384.3M 0 154.2k 1:08:06 42:31 25:35 162.7k 62 615.5M 0 0 62 384.5M 0 154.2k 1:08:06 42:32 25:34 172.9k 62 615.5M 0 0 62 384.7M 0 154.2k 1:08:05 42:33 25:32 191.2k 62 615.5M 0 0 62 384.9M 0 154.2k 1:08:05 42:34 25:31 183.1k 62 615.5M 0 0 62 385.1M 0 154.3k 1:08:04 42:35 25:29 181.9k 62 615.5M 0 0 62 385.3M 0 154.3k 1:08:04 42:36 25:28 191.2k 62 615.5M 0 0 62 385.4M 0 154.3k 1:08:05 42:37 25:28 177.1k 62 615.5M 0 0 62 385.6M 0 154.3k 1:08:04 42:39 25:25 164.1k 62 615.5M 0 0 62 385.8M 0 154.3k 1:08:04 42:40 25:24 174.7k 62 615.5M 0 0 62 386.1M 0 154.3k 1:08:03 42:41 25:22 183.5k 62 615.5M 0 0 62 386.3M 0 154.3k 1:08:03 42:42 25:21 171.6k 62 615.5M 0 0 62 386.5M 0 154.3k 1:08:03 42:43 25:20 180.0k 62 615.5M 0 0 62 386.6M 0 154.3k 1:08:03 42:45 25:18 169.5k 62 615.5M 0 0 62 386.8M 0 154.3k 1:08:04 42:46 25:18 155.0k 62 615.5M 0 0 62 387.0M 0 154.3k 1:08:04 42:47 25:17 140.9k 62 615.5M 0 0 62 387.1M 0 154.3k 1:08:03 42:48 25:15 152.4k 62 615.5M 0 0 62 387.3M 0 154.3k 1:08:03 42:49 25:14 155.0k 62 615.5M 0 0 62 387.5M 0 154.3k 1:08:03 42:50 25:13 166.6k 63 615.5M 0 0 63 387.8M 0 154.3k 1:08:02 42:52 25:10 177.6k 63 615.5M 0 0 63 387.9M 0 154.3k 1:08:03 42:53 25:10 167.9k 63 615.5M 0 0 63 388.0M 0 154.3k 1:08:04 42:54 25:10 149.9k 63 615.5M 0 0 63 388.2M 0 154.3k 1:08:03 42:55 25:08 148.5k 63 615.5M 0 0 63 388.5M 0 154.4k 1:08:02 42:56 25:06 166.2k 63 615.5M 0 0 63 388.8M 0 154.4k 1:08:02 42:58 25:04 162.4k 63 615.5M 0 0 63 389.0M 0 154.4k 1:08:02 42:59 25:03 166.7k 63 615.5M 0 0 63 389.1M 0 154.3k 1:08:02 43:01 25:01 170.4k 63 615.5M 0 0 63 389.3M 0 154.3k 1:08:03 43:02 25:01 158.6k 63 615.5M 0 0 63 389.4M 0 154.3k 1:08:04 43:03 25:01 130.1k 63 615.5M 0 0 63 389.5M 0 154.2k 1:08:05 43:05 25:00 107.0k 63 615.5M 0 0 63 389.6M 0 154.2k 1:08:05 43:06 24:59 104.5k 63 615.5M 0 0 63 389.8M 0 154.2k 1:08:06 43:07 24:59 99.93k 63 615.5M 0 0 63 390.0M 0 154.2k 1:08:07 43:09 24:58 100.6k 63 615.5M 0 0 63 390.1M 0 154.1k 1:08:09 43:11 24:58 93756 63 615.5M 0 0 63 390.2M 0 154.1k 1:08:09 43:12 24:57 100.5k 63 615.5M 0 0 63 390.4M 0 154.1k 1:08:09 43:13 24:56 109.7k 63 615.5M 0 0 63 390.6M 0 154.1k 1:08:09 43:15 24:54 114.2k 63 615.5M 0 0 63 390.8M 0 154.1k 1:08:09 43:16 24:53 121.8k 63 615.5M 0 0 63 391.0M 0 154.1k 1:08:09 43:17 24:52 142.6k 63 615.5M 0 0 63 391.1M 0 154.0k 1:08:10 43:19 24:51 134.9k 63 615.5M 0 0 63 391.2M 0 154.0k 1:08:11 43:20 24:51 123.4k 63 615.5M 0 0 63 391.3M 0 154.0k 1:08:11 43:21 24:50 120.6k 63 615.5M 0 0 63 391.5M 0 154.0k 1:08:11 43:22 24:49 116.4k 63 615.5M 0 0 63 391.6M 0 154.0k 1:08:12 43:23 24:49 105.6k 63 615.5M 0 0 63 391.7M 0 153.9k 1:08:13 43:25 24:48 108.6k 63 615.5M 0 0 63 391.9M 0 153.9k 1:08:13 43:26 24:47 117.9k 63 615.5M 0 0 63 392.1M 0 153.9k 1:08:13 43:27 24:46 128.0k 63 615.5M 0 0 63 392.3M 0 154.0k 1:08:12 43:28 24:44 148.7k 63 615.5M 0 0 63 392.5M 0 154.0k 1:08:12 43:29 24:43 167.7k 63 615.5M 0 0 63 392.7M 0 154.0k 1:08:11 43:30 24:41 184.5k 63 615.5M 0 0 63 393.0M 0 154.0k 1:08:10 43:31 24:39 198.3k 63 615.5M 0 0 63 393.1M 0 154.0k 1:08:11 43:33 24:38 189.1k 63 615.5M 0 0 63 393.3M 0 154.0k 1:08:11 43:34 24:37 167.3k 63 615.5M 0 0 63 393.5M 0 154.0k 1:08:10 43:35 24:35 173.8k 63 615.5M 0 0 63 393.7M 0 154.0k 1:08:10 43:36 24:34 173.2k 64 615.5M 0 0 64 394.0M 0 154.1k 1:08:09 43:37 24:32 172.7k 64 615.5M 0 0 64 394.1M 0 154.1k 1:08:09 43:38 24:31 181.4k 64 615.5M 0 0 64 394.3M 0 154.1k 1:08:09 43:39 24:30 192.0k 64 615.5M 0 0 64 394.5M 0 154.1k 1:08:09 43:40 24:29 187.4k 64 615.5M 0 0 64 394.6M 0 154.1k 1:08:09 43:41 24:28 177.8k 64 615.5M 0 0 64 394.8M 0 154.1k 1:08:10 43:43 24:27 147.1k 64 615.5M 0 0 64 394.9M 0 154.0k 1:08:11 43:44 24:27 129.4k 64 615.5M 0 0 64 395.0M 0 154.0k 1:08:11 43:46 24:25 114.4k 64 615.5M 0 0 64 395.3M 0 154.0k 1:08:11 43:47 24:24 121.9k 64 615.5M 0 0 64 395.5M 0 154.1k 1:08:10 43:48 24:22 139.0k 64 615.5M 0 0 64 395.7M 0 154.0k 1:08:10 43:49 24:21 147.6k 64 615.5M 0 0 64 395.9M 0 154.0k 1:08:10 43:51 24:19 159.7k 64 615.5M 0 0 64 396.1M 0 154.0k 1:08:10 43:52 24:18 174.3k 64 615.5M 0 0 64 396.3M 0 154.0k 1:08:10 43:53 24:17 160.7k 64 615.5M 0 0 64 396.5M 0 154.1k 1:08:10 43:54 24:16 153.7k 64 615.5M 0 0 64 396.7M 0 154.1k 1:08:09 43:55 24:14 173.5k 64 615.5M 0 0 64 397.0M 0 154.1k 1:08:09 43:57 24:12 181.9k 64 615.5M 0 0 64 397.1M 0 154.1k 1:08:10 43:58 24:12 159.4k 64 615.5M 0 0 64 397.2M 0 154.0k 1:08:10 43:59 24:11 153.5k 64 615.5M 0 0 64 397.4M 0 154.0k 1:08:10 44:01 24:09 151.4k 64 615.5M 0 0 64 397.6M 0 154.0k 1:08:10 44:02 24:08 138.8k 64 615.5M 0 0 64 397.7M 0 154.0k 1:08:11 44:03 24:08 120.9k 64 615.5M 0 0 64 397.9M 0 154.0k 1:08:11 44:04 24:07 135.3k 64 615.5M 0 0 64 398.1M 0 154.0k 1:08:10 44:06 24:04 156.7k 64 615.5M 0 0 64 398.3M 0 154.1k 1:08:10 44:07 24:03 158.4k 64 615.5M 0 0 64 398.5M 0 154.1k 1:08:10 44:08 24:02 161.7k 64 615.5M 0 0 64 398.8M 0 154.1k 1:08:09 44:09 24:00 180.0k 64 615.5M 0 0 64 399.0M 0 154.1k 1:08:09 44:10 23:59 184.7k 64 615.5M 0 0 64 399.1M 0 154.1k 1:08:09 44:11 23:58 164.9k 64 615.5M 0 0 64 399.3M 0 154.1k 1:08:09 44:13 23:56 158.4k 64 615.5M 0 0 64 399.5M 0 154.1k 1:08:10 44:14 23:56 154.0k 64 615.5M 0 0 64 399.6M 0 154.1k 1:08:09 44:15 23:54 153.1k 64 615.5M 0 0 64 399.8M 0 154.1k 1:08:09 44:16 23:53 146.8k 64 615.5M 0 0 64 400.0M 0 154.1k 1:08:09 44:17 23:52 158.7k 65 615.5M 0 0 65 400.1M 0 154.1k 1:08:09 44:18 23:51 155.1k 65 615.5M 0 0 65 400.2M 0 154.1k 1:08:10 44:19 23:51 150.8k 65 615.5M 0 0 65 400.4M 0 154.1k 1:08:10 44:20 23:50 140.0k 65 615.5M 0 0 65 400.6M 0 154.1k 1:08:10 44:22 23:48 146.6k 65 615.5M 0 0 65 400.7M 0 154.0k 1:08:10 44:23 23:47 131.5k 65 615.5M 0 0 65 400.8M 0 154.0k 1:08:11 44:24 23:47 130.4k 65 615.5M 0 0 65 401.0M 0 154.0k 1:08:12 44:25 23:47 124.4k 65 615.5M 0 0 65 401.1M 0 154.0k 1:08:12 44:26 23:46 120.5k 65 615.5M 0 0 65 401.2M 0 154.0k 1:08:12 44:27 23:45 113.0k 65 615.5M 0 0 65 401.3M 0 154.0k 1:08:12 44:28 23:44 116.8k 65 615.5M 0 0 65 401.5M 0 153.9k 1:08:13 44:29 23:44 114.1k 65 615.5M 0 0 65 401.6M 0 153.9k 1:08:14 44:31 23:43 116.2k 65 615.5M 0 0 65 401.8M 0 153.9k 1:08:14 44:32 23:42 113.7k 65 615.5M 0 0 65 401.9M 0 153.9k 1:08:15 44:34 23:41 109.0k 65 615.5M 0 0 65 402.1M 0 153.8k 1:08:15 44:35 23:40 111.3k 65 615.5M 0 0 65 402.3M 0 153.8k 1:08:15 44:36 23:39 119.3k 65 615.5M 0 0 65 402.5M 0 153.9k 1:08:15 44:38 23:37 131.1k 65 615.5M 0 0 65 402.7M 0 153.9k 1:08:14 44:39 23:35 153.5k 65 615.5M 0 0 65 402.9M 0 153.9k 1:08:14 44:40 23:34 171.3k 65 615.5M 0 0 65 403.1M 0 153.9k 1:08:13 44:41 23:32 196.2k 65 615.5M 0 0 65 403.4M 0 154.0k 1:08:12 44:42 23:30 216.5k 65 615.5M 0 0 65 403.6M 0 154.0k 1:08:11 44:43 23:28 228.7k 65 615.5M 0 0 65 403.9M 0 154.0k 1:08:11 44:44 23:27 218.8k 65 615.5M 0 0 65 404.1M 0 154.0k 1:08:11 44:45 23:26 213.9k 65 615.5M 0 0 65 404.3M 0 154.0k 1:08:11 44:47 23:24 198.5k 65 615.5M 0 0 65 404.5M 0 154.0k 1:08:11 44:48 23:23 179.8k 65 615.5M 0 0 65 404.6M 0 154.0k 1:08:11 44:49 23:22 160.1k 65 615.5M 0 0 65 404.8M 0 154.0k 1:08:11 44:50 23:21 147.5k 65 615.5M 0 0 65 405.0M 0 154.0k 1:08:12 44:52 23:20 132.3k 65 615.5M 0 0 65 405.1M 0 154.0k 1:08:13 44:53 23:20 122.9k 65 615.5M 0 0 65 405.2M 0 153.9k 1:08:13 44:54 23:19 117.9k 65 615.5M 0 0 65 405.3M 0 153.9k 1:08:13 44:55 23:18 115.5k 65 615.5M 0 0 65 405.5M 0 153.9k 1:08:13 44:56 23:17 126.2k 65 615.5M 0 0 65 405.8M 0 154.0k 1:08:12 44:58 23:14 154.2k 65 615.5M 0 0 65 406.0M 0 154.0k 1:08:12 44:59 23:13 171.2k 65 615.5M 0 0 65 406.2M 0 154.0k 1:08:12 45:00 23:12 171.8k 66 615.5M 0 0 66 406.4M 0 154.0k 1:08:12 45:02 23:10 169.4k 66 615.5M 0 0 66 406.5M 0 153.9k 1:08:13 45:03 23:10 154.9k 66 615.5M 0 0 66 406.7M 0 154.0k 1:08:13 45:04 23:09 146.0k 66 615.5M 0 0 66 407.0M 0 154.0k 1:08:12 45:05 23:07 148.4k 66 615.5M 0 0 66 407.1M 0 154.0k 1:08:12 45:07 23:05 145.2k 66 615.5M 0 0 66 407.3M 0 154.0k 1:08:13 45:08 23:05 148.7k 66 615.5M 0 0 66 407.5M 0 153.9k 1:08:13 45:09 23:04 152.8k 66 615.5M 0 0 66 407.6M 0 153.9k 1:08:13 45:11 23:02 149.2k 66 615.5M 0 0 66 407.8M 0 153.9k 1:08:13 45:12 23:01 135.4k 66 615.5M 0 0 66 408.0M 0 153.9k 1:08:14 45:13 23:01 129.8k 66 615.5M 0 0 66 408.2M 0 153.9k 1:08:13 45:15 22:58 142.2k 66 615.5M 0 0 66 408.5M 0 154.0k 1:08:12 45:16 22:56 163.6k 66 615.5M 0 0 66 408.8M 0 154.0k 1:08:11 45:17 22:54 184.6k 66 615.5M 0 0 66 409.0M 0 154.0k 1:08:10 45:18 22:52 201.7k 66 615.5M 0 0 66 409.1M 0 154.0k 1:08:11 45:19 22:52 204.2k 66 615.5M 0 0 66 409.3M 0 154.0k 1:08:11 45:20 22:51 194.6k 66 615.5M 0 0 66 409.6M 0 154.0k 1:08:10 45:22 22:48 185.6k 66 615.5M 0 0 66 409.8M 0 154.0k 1:08:11 45:23 22:48 161.8k 66 615.5M 0 0 66 410.0M 0 154.0k 1:08:11 45:24 22:47 148.1k 66 615.5M 0 0 66 410.1M 0 154.0k 1:08:11 45:26 22:45 158.9k 66 615.5M 0 0 66 410.3M 0 154.0k 1:08:11 45:27 22:44 149.0k 66 615.5M 0 0 66 410.5M 0 154.0k 1:08:12 45:29 22:43 126.0k 66 615.5M 0 0 66 410.6M 0 154.0k 1:08:12 45:30 22:42 126.3k 66 615.5M 0 0 66 410.8M 0 154.0k 1:08:12 45:31 22:41 132.1k 66 615.5M 0 0 66 411.1M 0 154.0k 1:08:11 45:32 22:39 143.7k 66 615.5M 0 0 66 411.4M 0 154.0k 1:08:10 45:34 22:36 175.2k 66 615.5M 0 0 66 411.6M 0 154.1k 1:08:09 45:35 22:34 214.1k 66 615.5M 0 0 66 412.0M 0 154.1k 1:08:08 45:36 22:32 242.9k 66 615.5M 0 0 66 412.1M 0 154.1k 1:08:08 45:37 22:31 239.5k 66 615.5M 0 0 66 412.3M 0 154.1k 1:08:08 45:38 22:30 220.4k 67 615.5M 0 0 67 412.5M 0 154.1k 1:08:08 45:39 22:29 197.1k 67 615.5M 0 0 67 412.6M 0 154.1k 1:08:08 45:41 22:27 165.4k 67 615.5M 0 0 67 412.8M 0 154.1k 1:08:09 45:42 22:27 134.6k 67 615.5M 0 0 67 413.0M 0 154.1k 1:08:08 45:43 22:25 140.6k 67 615.5M 0 0 67 413.2M 0 154.1k 1:08:09 45:45 22:24 138.3k 67 615.5M 0 0 67 413.4M 0 154.1k 1:08:09 45:46 22:23 138.1k 67 615.5M 0 0 67 413.6M 0 154.1k 1:08:09 45:47 22:22 147.3k 67 615.5M 0 0 67 413.8M 0 154.1k 1:08:08 45:48 22:20 161.2k 67 615.5M 0 0 67 413.9M 0 154.1k 1:08:09 45:49 22:20 146.9k 67 615.5M 0 0 67 414.0M 0 154.0k 1:08:10 45:51 22:19 131.2k 67 615.5M 0 0 67 414.1M 0 154.0k 1:08:11 45:52 22:19 117.5k 67 615.5M 0 0 67 414.3M 0 154.0k 1:08:11 45:54 22:17 121.3k 67 615.5M 0 0 67 414.5M 0 154.0k 1:08:11 45:55 22:16 118.7k 67 615.5M 0 0 67 414.7M 0 154.0k 1:08:11 45:56 22:15 124.0k 67 615.5M 0 0 67 414.9M 0 154.0k 1:08:11 45:58 22:13 137.1k 67 615.5M 0 0 67 415.1M 0 154.0k 1:08:11 45:59 22:12 152.9k 67 615.5M 0 0 67 415.3M 0 154.0k 1:08:11 46:00 22:11 147.2k 67 615.5M 0 0 67 415.4M 0 154.0k 1:08:12 46:02 22:10 129.7k 67 615.5M 0 0 67 415.6M 0 153.9k 1:08:13 46:03 22:10 126.4k 67 615.5M 0 0 67 415.8M 0 153.9k 1:08:13 46:04 22:09 128.8k 67 615.5M 0 0 67 415.9M 0 153.9k 1:08:13 46:06 22:07 119.0k 67 615.5M 0 0 67 416.1M 0 153.9k 1:08:13 46:07 22:06 124.1k 67 615.5M 0 0 67 416.3M 0 153.9k 1:08:13 46:08 22:05 143.2k 67 615.5M 0 0 67 416.5M 0 154.0k 1:08:12 46:09 22:03 161.1k 67 615.5M 0 0 67 416.8M 0 154.0k 1:08:12 46:10 22:02 176.7k 67 615.5M 0 0 67 417.0M 0 154.0k 1:08:11 46:12 21:59 195.3k 67 615.5M 0 0 67 417.2M 0 154.0k 1:08:11 46:13 21:58 199.1k 67 615.5M 0 0 67 417.5M 0 154.0k 1:08:10 46:14 21:56 205.4k 67 615.5M 0 0 67 417.7M 0 154.1k 1:08:09 46:15 21:54 210.8k 67 615.5M 0 0 67 417.8M 0 154.1k 1:08:09 46:16 21:53 194.4k 67 615.5M 0 0 67 418.0M 0 154.1k 1:08:10 46:17 21:53 176.7k 67 615.5M 0 0 67 418.1M 0 154.0k 1:08:10 46:18 21:52 159.9k 67 615.5M 0 0 67 418.3M 0 154.0k 1:08:11 46:20 21:51 142.7k 67 615.5M 0 0 67 418.5M 0 154.0k 1:08:11 46:21 21:50 127.0k 68 615.5M 0 0 68 418.6M 0 154.0k 1:08:11 46:22 21:49 132.8k 68 615.5M 0 0 68 418.8M 0 154.0k 1:08:11 46:23 21:48 139.1k 68 615.5M 0 0 68 419.0M 0 154.0k 1:08:11 46:25 21:46 139.9k 68 615.5M 0 0 68 419.1M 0 154.0k 1:08:11 46:26 21:45 146.9k 68 615.5M 0 0 68 419.3M 0 154.0k 1:08:11 46:27 21:44 152.5k 68 615.5M 0 0 68 419.6M 0 154.1k 1:08:10 46:28 21:42 166.3k 68 615.5M 0 0 68 419.8M 0 154.1k 1:08:09 46:29 21:40 177.9k 68 615.5M 0 0 68 420.1M 0 154.1k 1:08:09 46:30 21:39 195.1k 68 615.5M 0 0 68 420.3M 0 154.1k 1:08:09 46:32 21:37 199.7k 68 615.5M 0 0 68 420.5M 0 154.1k 1:08:08 46:33 21:35 207.7k 68 615.5M 0 0 68 420.6M 0 154.1k 1:08:08 46:34 21:34 188.6k 68 615.5M 0 0 68 420.8M 0 154.1k 1:08:09 46:35 21:34 164.9k 68 615.5M 0 0 68 420.9M 0 154.1k 1:08:09 46:36 21:33 148.6k 68 615.5M 0 0 68 421.1M 0 154.1k 1:08:09 46:37 21:32 147.5k 68 615.5M 0 0 68 421.2M 0 154.1k 1:08:09 46:38 21:31 126.6k 68 615.5M 0 0 68 421.3M 0 154.1k 1:08:09 46:39 21:30 127.5k 68 615.5M 0 0 68 421.5M 0 154.1k 1:08:10 46:41 21:29 137.9k 68 615.5M 0 0 68 421.7M 0 154.1k 1:08:10 46:42 21:28 143.5k 68 615.5M 0 0 68 422.0M 0 154.1k 1:08:09 46:43 21:26 153.4k 68 615.5M 0 0 68 422.2M 0 154.1k 1:08:08 46:44 21:24 175.8k 68 615.5M 0 0 68 422.4M 0 154.1k 1:08:08 46:45 21:23 180.2k 68 615.5M 0 0 68 422.6M 0 154.2k 1:08:07 46:46 21:21 198.0k 68 615.5M 0 0 68 422.8M 0 154.2k 1:08:07 46:48 21:19 201.3k 68 615.5M 0 0 68 423.0M 0 154.2k 1:08:07 46:49 21:18 185.1k 68 615.5M 0 0 68 423.2M 0 154.2k 1:08:07 46:50 21:17 173.8k 68 615.5M 0 0 68 423.4M 0 154.2k 1:08:07 46:51 21:16 174.4k 68 615.5M 0 0 68 423.6M 0 154.2k 1:08:07 46:52 21:15 158.8k 68 615.5M 0 0 68 423.7M 0 154.1k 1:08:08 46:54 21:14 145.8k 68 615.5M 0 0 68 423.8M 0 154.1k 1:08:08 46:55 21:13 132.3k 68 615.5M 0 0 68 424.0M 0 154.1k 1:08:09 46:56 21:13 126.2k 68 615.5M 0 0 68 424.3M 0 154.1k 1:08:08 46:58 21:10 134.7k 68 615.5M 0 0 68 424.5M 0 154.2k 1:08:07 46:59 21:08 190.7k 68 615.5M 0 0 68 424.5M 0 154.2k 1:08:07 46:59 21:08 154.2k 69 615.5M 0 0 69 424.7M 0 154.2k 1:08:07 47:00 21:07 171.7k 69 615.5M 0 0 69 424.9M 0 154.2k 1:08:07 47:01 21:06 169.0k 69 615.5M 0 0 69 425.1M 0 154.2k 1:08:07 47:02 21:05 169.3k 69 615.5M 0 0 69 425.2M 0 154.2k 1:08:07 47:03 21:04 156.1k 69 615.5M 0 0 69 425.4M 0 154.1k 1:08:07 47:05 21:02 150.0k 69 615.5M 0 0 69 425.6M 0 154.2k 1:08:07 47:06 21:01 149.6k 69 615.5M 0 0 69 425.8M 0 154.2k 1:08:07 47:07 21:00 152.6k 69 615.5M 0 0 69 426.0M 0 154.2k 1:08:06 47:08 20:58 159.5k 69 615.5M 0 0 69 426.2M 0 154.2k 1:08:07 47:10 20:57 162.7k 69 615.5M 0 0 69 426.3M 0 154.1k 1:08:08 47:11 20:57 148.9k 69 615.5M 0 0 69 426.5M 0 154.1k 1:08:08 47:12 20:56 137.0k 69 615.5M 0 0 69 426.6M 0 154.1k 1:08:09 47:14 20:55 125.6k 69 615.5M 0 0 69 426.8M 0 154.1k 1:08:09 47:15 20:54 112.9k 69 615.5M 0 0 69 427.0M 0 154.1k 1:08:09 47:16 20:53 116.2k 69 615.5M 0 0 69 427.1M 0 154.1k 1:08:09 47:17 20:52 134.3k 69 615.5M 0 0 69 427.3M 0 154.1k 1:08:10 47:19 20:51 132.8k 69 615.5M 0 0 69 427.5M 0 154.1k 1:08:10 47:20 20:50 139.2k 69 615.5M 0 0 69 427.7M 0 154.1k 1:08:09 47:21 20:48 152.4k 69 615.5M 0 0 69 427.9M 0 154.1k 1:08:09 47:22 20:47 155.5k 69 615.5M 0 0 69 428.1M 0 154.1k 1:08:09 47:23 20:46 160.8k 69 615.5M 0 0 69 428.3M 0 154.1k 1:08:08 47:24 20:44 178.4k 69 615.5M 0 0 69 428.5M 0 154.1k 1:08:08 47:26 20:42 175.8k 69 615.5M 0 0 69 428.7M 0 154.1k 1:08:08 47:27 20:41 178.7k 69 615.5M 0 0 69 429.0M 0 154.2k 1:08:07 47:28 20:39 185.5k 69 615.5M 0 0 69 429.1M 0 154.2k 1:08:07 47:29 20:38 184.7k 69 615.5M 0 0 69 429.3M 0 154.2k 1:08:07 47:31 20:36 176.9k 69 615.5M 0 0 69 429.5M 0 154.2k 1:08:07 47:32 20:35 178.9k 69 615.5M 0 0 69 429.6M 0 154.1k 1:08:08 47:33 20:35 158.3k 69 615.5M 0 0 69 429.8M 0 154.1k 1:08:08 47:34 20:34 141.3k 69 615.5M 0 0 69 430.0M 0 154.1k 1:08:08 47:35 20:33 138.9k 69 615.5M 0 0 69 430.1M 0 154.1k 1:08:08 47:37 20:31 136.9k 69 615.5M 0 0 69 430.3M 0 154.1k 1:08:09 47:38 20:31 124.9k 69 615.5M 0 0 69 430.5M 0 154.1k 1:08:09 47:39 20:30 132.5k 69 615.5M 0 0 69 430.7M 0 154.1k 1:08:08 47:40 20:28 152.7k 70 615.5M 0 0 70 430.9M 0 154.1k 1:08:08 47:41 20:27 154.9k 70 615.5M 0 0 70 431.1M 0 154.1k 1:08:08 47:43 20:25 160.5k 70 615.5M 0 0 70 431.3M 0 154.1k 1:08:08 47:44 20:24 177.5k 70 615.5M 0 0 70 431.6M 0 154.2k 1:08:06 47:45 20:21 204.5k 70 615.5M 0 0 70 431.8M 0 154.2k 1:08:06 47:46 20:20 193.9k 70 615.5M 0 0 70 432.0M 0 154.2k 1:08:06 47:48 20:18 187.0k 70 615.5M 0 0 70 432.1M 0 154.2k 1:08:06 47:49 20:17 178.7k 70 615.5M 0 0 70 432.3M 0 154.2k 1:08:07 47:50 20:17 164.7k 70 615.5M 0 0 70 432.4M 0 154.2k 1:08:07 47:51 20:16 137.4k 70 615.5M 0 0 70 432.5M 0 154.1k 1:08:08 47:52 20:16 118.4k 70 615.5M 0 0 70 432.6M 0 154.1k 1:08:08 47:54 20:14 108.8k 70 615.5M 0 0 70 432.8M 0 154.1k 1:08:09 47:55 20:14 110.7k 70 615.5M 0 0 70 432.9M 0 154.1k 1:08:09 47:56 20:13 116.0k 70 615.5M 0 0 70 433.0M 0 154.1k 1:08:09 47:57 20:12 114.3k 70 615.5M 0 0 70 433.1M 0 154.1k 1:08:09 47:58 20:11 118.9k 70 615.5M 0 0 70 433.3M 0 154.0k 1:08:10 47:59 20:11 118.2k 70 615.5M 0 0 70 433.4M 0 154.0k 1:08:10 48:00 20:10 117.8k 70 615.5M 0 0 70 433.5M 0 154.0k 1:08:11 48:01 20:10 110.3k 70 615.5M 0 0 70 433.6M 0 154.0k 1:08:12 48:03 20:09 107.2k 70 615.5M 0 0 70 433.8M 0 154.0k 1:08:12 48:04 20:08 116.3k 70 615.5M 0 0 70 434.0M 0 154.0k 1:08:11 48:05 20:06 131.8k 70 615.5M 0 0 70 434.3M 0 154.0k 1:08:10 48:06 20:04 152.7k 70 615.5M 0 0 70 434.6M 0 154.1k 1:08:09 48:07 20:02 195.8k 70 615.5M 0 0 70 434.9M 0 154.1k 1:08:08 48:08 20:00 236.8k 70 615.5M 0 0 70 435.1M 0 154.2k 1:08:07 48:09 19:58 239.6k 70 615.5M 0 0 70 435.4M 0 154.2k 1:08:06 48:10 19:56 247.2k 70 615.5M 0 0 70 435.7M 0 154.2k 1:08:05 48:12 19:53 254.3k 70 615.5M 0 0 70 435.9M 0 154.2k 1:08:05 48:13 19:52 222.0k 70 615.5M 0 0 70 436.1M 0 154.2k 1:08:05 48:14 19:51 197.5k 70 615.5M 0 0 70 436.3M 0 154.2k 1:08:05 48:15 19:50 190.4k 70 615.5M 0 0 70 436.4M 0 154.2k 1:08:06 48:17 19:49 166.5k 70 615.5M 0 0 70 436.6M 0 154.2k 1:08:06 48:18 19:48 139.6k 70 615.5M 0 0 70 436.8M 0 154.2k 1:08:06 48:19 19:47 143.4k 71 615.5M 0 0 71 437.0M 0 154.2k 1:08:05 48:20 19:45 158.4k 71 615.5M 0 0 71 437.2M 0 154.2k 1:08:05 48:21 19:44 161.9k 71 615.5M 0 0 71 437.4M 0 154.3k 1:08:04 48:22 19:42 178.0k 71 615.5M 0 0 71 437.5M 0 154.2k 1:08:05 48:24 19:41 174.7k 71 615.5M 0 0 71 437.6M 0 154.2k 1:08:05 48:25 19:40 167.1k 71 615.5M 0 0 71 437.8M 0 154.2k 1:08:05 48:26 19:39 148.6k 71 615.5M 0 0 71 438.1M 0 154.2k 1:08:05 48:27 19:38 148.7k 71 615.5M 0 0 71 438.2M 0 154.2k 1:08:05 48:28 19:37 137.7k 71 615.5M 0 0 71 438.4M 0 154.2k 1:08:05 48:30 19:35 147.9k 71 615.5M 0 0 71 438.5M 0 154.2k 1:08:06 48:31 19:35 148.0k 71 615.5M 0 0 71 438.7M 0 154.2k 1:08:06 48:32 19:34 147.4k 71 615.5M 0 0 71 438.9M 0 154.2k 1:08:05 48:33 19:32 147.6k 71 615.5M 0 0 71 439.1M 0 154.2k 1:08:05 48:34 19:31 164.3k 71 615.5M 0 0 71 439.4M 0 154.3k 1:08:04 48:35 19:29 175.4k 71 615.5M 0 0 71 439.6M 0 154.3k 1:08:03 48:36 19:27 198.0k 71 615.5M 0 0 71 439.9M 0 154.3k 1:08:02 48:38 19:24 219.3k 71 615.5M 0 0 71 440.1M 0 154.3k 1:08:02 48:39 19:23 219.6k 71 615.5M 0 0 71 440.3M 0 154.4k 1:08:01 48:40 19:21 226.0k 71 615.5M 0 0 71 440.6M 0 154.4k 1:08:00 48:41 19:19 237.8k 71 615.5M 0 0 71 440.8M 0 154.4k 1:08:00 48:42 19:18 222.5k 71 615.5M 0 0 71 441.0M 0 154.4k 1:08:00 48:43 19:17 204.3k 71 615.5M 0 0 71 441.2M 0 154.4k 1:08:00 48:44 19:16 199.5k 71 615.5M 0 0 71 441.5M 0 154.5k 1:07:59 48:45 19:14 197.0k 71 615.5M 0 0 71 441.7M 0 154.5k 1:07:58 48:47 19:11 186.3k 71 615.5M 0 0 71 441.9M 0 154.5k 1:07:59 48:48 19:11 174.4k 71 615.5M 0 0 71 442.1M 0 154.5k 1:07:59 48:50 19:09 169.8k 71 615.5M 0 0 71 442.2M 0 154.4k 1:08:00 48:51 19:09 150.4k 71 615.5M 0 0 71 442.3M 0 154.4k 1:08:00 48:52 19:08 133.0k 71 615.5M 0 0 71 442.5M 0 154.4k 1:08:01 48:54 19:07 119.9k 71 615.5M 0 0 71 442.7M 0 154.4k 1:08:00 48:55 19:05 126.2k 71 615.5M 0 0 71 442.8M 0 154.4k 1:08:01 48:56 19:05 123.1k 71 615.5M 0 0 71 443.0M 0 154.4k 1:08:01 48:57 19:04 144.3k 71 615.5M 0 0 71 443.1M 0 154.4k 1:08:01 48:58 19:03 146.1k 72 615.5M 0 0 72 443.3M 0 154.4k 1:08:01 48:59 19:02 144.6k 72 615.5M 0 0 72 443.5M 0 154.4k 1:08:01 49:01 19:00 138.8k 72 615.5M 0 0 72 443.7M 0 154.4k 1:08:01 49:02 18:59 146.3k 72 615.5M 0 0 72 443.9M 0 154.4k 1:08:01 49:03 18:58 145.8k 72 615.5M 0 0 72 444.1M 0 154.4k 1:08:01 49:04 18:57 147.2k 72 615.5M 0 0 72 444.3M 0 154.4k 1:08:01 49:06 18:55 151.9k 72 615.5M 0 0 72 444.5M 0 154.4k 1:08:01 49:07 18:54 158.8k 72 615.5M 0 0 72 444.6M 0 154.4k 1:08:01 49:08 18:53 158.5k 72 615.5M 0 0 72 444.8M 0 154.4k 1:08:01 49:09 18:52 159.4k 72 615.5M 0 0 72 445.0M 0 154.4k 1:08:01 49:10 18:51 159.3k 72 615.5M 0 0 72 445.1M 0 154.4k 1:08:01 49:11 18:50 154.5k 72 615.5M 0 0 72 445.3M 0 154.4k 1:08:02 49:13 18:49 140.7k 72 615.5M 0 0 72 445.5M 0 154.4k 1:08:02 49:14 18:48 136.9k 72 615.5M 0 0 72 445.6M 0 154.4k 1:08:02 49:15 18:47 136.3k 72 615.5M 0 0 72 445.9M 0 154.4k 1:08:01 49:16 18:45 148.1k 72 615.5M 0 0 72 446.1M 0 154.4k 1:08:01 49:18 18:43 154.5k 72 615.5M 0 0 72 446.3M 0 154.4k 1:08:01 49:19 18:42 166.1k 72 615.5M 0 0 72 446.5M 0 154.4k 1:08:00 49:20 18:40 185.1k 72 615.5M 0 0 72 446.8M 0 154.5k 1:07:59 49:21 18:38 206.8k 72 615.5M 0 0 72 447.1M 0 154.5k 1:07:58 49:22 18:36 223.6k 72 615.5M 0 0 72 447.4M 0 154.5k 1:07:57 49:23 18:34 236.5k 72 615.5M 0 0 72 447.6M 0 154.5k 1:07:57 49:25 18:32 227.1k 72 615.5M 0 0 72 447.8M 0 154.5k 1:07:57 49:26 18:31 209.7k 72 615.5M 0 0 72 448.0M 0 154.5k 1:07:57 49:27 18:30 189.5k 72 615.5M 0 0 72 448.1M 0 154.5k 1:07:58 49:28 18:30 155.6k 72 615.5M 0 0 72 448.2M 0 154.5k 1:07:58 49:30 18:28 132.8k 72 615.5M 0 0 72 448.4M 0 154.5k 1:07:58 49:31 18:27 137.0k 72 615.5M 0 0 72 448.6M 0 154.5k 1:07:58 49:32 18:26 134.1k 72 615.5M 0 0 72 448.7M 0 154.5k 1:07:59 49:34 18:25 117.1k 72 615.5M 0 0 72 448.8M 0 154.4k 1:08:00 49:35 18:25 114.2k 72 615.5M 0 0 72 449.0M 0 154.4k 1:08:00 49:36 18:24 123.2k 72 615.5M 0 0 72 449.3M 0 154.5k 1:07:59 49:37 18:22 136.6k 73 615.5M 0 0 73 449.5M 0 154.5k 1:07:59 49:38 18:21 143.6k 73 615.5M 0 0 73 449.6M 0 154.5k 1:07:59 49:39 18:20 154.4k 73 615.5M 0 0 73 449.8M 0 154.4k 1:08:00 49:41 18:19 161.8k 73 615.5M 0 0 73 450.0M 0 154.4k 1:08:00 49:42 18:18 161.5k 73 615.5M 0 0 73 450.1M 0 154.4k 1:08:00 49:44 18:16 144.3k 73 615.5M 0 0 73 450.3M 0 154.4k 1:08:00 49:45 18:15 140.2k 73 615.5M 0 0 73 450.5M 0 154.4k 1:08:00 49:46 18:14 150.2k 73 615.5M 0 0 73 450.8M 0 154.5k 1:07:59 49:47 18:12 171.0k 73 615.5M 0 0 73 451.0M 0 154.5k 1:07:58 49:48 18:10 185.9k 73 615.5M 0 0 73 451.2M 0 154.5k 1:07:58 49:50 18:08 184.3k 73 615.5M 0 0 73 451.5M 0 154.5k 1:07:58 49:51 18:07 195.2k 73 615.5M 0 0 73 451.8M 0 154.6k 1:07:57 49:52 18:05 210.6k 73 615.5M 0 0 73 452.0M 0 154.6k 1:07:56 49:53 18:03 208.5k 73 615.5M 0 0 73 452.2M 0 154.6k 1:07:56 49:54 18:02 199.7k 73 615.5M 0 0 73 452.4M 0 154.6k 1:07:56 49:55 18:01 207.8k 73 615.5M 0 0 73 452.6M 0 154.6k 1:07:55 49:57 17:58 198.8k 73 615.5M 0 0 73 452.8M 0 154.6k 1:07:55 49:58 17:57 178.3k 73 615.5M 0 0 73 453.0M 0 154.6k 1:07:56 49:59 17:57 159.9k 73 615.5M 0 0 73 453.1M 0 154.6k 1:07:56 50:00 17:56 147.0k 73 615.5M 0 0 73 453.3M 0 154.6k 1:07:56 50:02 17:54 143.1k 73 615.5M 0 0 73 453.4M 0 154.6k 1:07:56 50:03 17:53 135.8k 73 615.5M 0 0 73 453.6M 0 154.6k 1:07:56 50:04 17:52 134.3k 73 615.5M 0 0 73 453.7M 0 154.6k 1:07:57 50:05 17:52 133.7k 73 615.5M 0 0 73 453.8M 0 154.5k 1:07:57 50:06 17:51 133.6k 73 615.5M 0 0 73 454.0M 0 154.5k 1:07:57 50:07 17:50 128.2k 73 615.5M 0 0 73 454.1M 0 154.5k 1:07:58 50:09 17:49 129.6k 73 615.5M 0 0 73 454.3M 0 154.5k 1:07:58 50:10 17:48 125.8k 73 615.5M 0 0 73 454.5M 0 154.5k 1:07:58 50:11 17:47 125.9k 73 615.5M 0 0 73 454.6M 0 154.5k 1:07:58 50:12 17:46 132.1k 73 615.5M 0 0 73 454.8M 0 154.5k 1:07:59 50:14 17:45 128.7k 73 615.5M 0 0 73 454.9M 0 154.4k 1:08:00 50:15 17:45 120.2k 73 615.5M 0 0 73 455.0M 0 154.4k 1:08:00 50:16 17:44 111.8k 73 615.5M 0 0 73 455.2M 0 154.4k 1:08:00 50:17 17:43 119.1k 73 615.5M 0 0 73 455.5M 0 154.4k 1:07:59 50:19 17:40 135.4k 74 615.5M 0 0 74 455.7M 0 154.5k 1:07:59 50:20 17:39 159.4k 74 615.5M 0 0 74 455.9M 0 154.5k 1:07:58 50:21 17:37 181.1k 74 615.5M 0 0 74 456.1M 0 154.5k 1:07:59 50:22 17:37 186.3k 74 615.5M 0 0 74 456.3M 0 154.5k 1:07:58 50:23 17:35 191.2k 74 615.5M 0 0 74 456.5M 0 154.5k 1:07:58 50:24 17:34 188.4k 74 615.5M 0 0 74 456.7M 0 154.5k 1:07:58 50:26 17:32 171.3k 74 615.5M 0 0 74 456.9M 0 154.5k 1:07:58 50:27 17:31 169.1k 74 615.5M 0 0 74 457.1M 0 154.5k 1:07:57 50:28 17:29 182.0k 74 615.5M 0 0 74 457.3M 0 154.5k 1:07:57 50:29 17:28 181.0k 74 615.5M 0 0 74 457.5M 0 154.6k 1:07:57 50:30 17:27 174.9k 74 615.5M 0 0 74 457.7M 0 154.6k 1:07:57 50:31 17:26 178.2k 74 615.5M 0 0 74 457.9M 0 154.6k 1:07:57 50:32 17:25 176.3k 74 615.5M 0 0 74 458.1M 0 154.6k 1:07:56 50:34 17:22 173.8k 74 615.5M 0 0 74 458.3M 0 154.6k 1:07:56 50:35 17:21 174.5k 74 615.5M 0 0 74 458.5M 0 154.6k 1:07:56 50:36 17:20 163.7k 74 615.5M 0 0 74 458.6M 0 154.6k 1:07:56 50:37 17:19 157.2k 74 615.5M 0 0 74 458.8M 0 154.5k 1:07:57 50:39 17:18 146.2k 74 615.5M 0 0 74 459.0M 0 154.5k 1:07:57 50:40 17:17 143.7k 74 615.5M 0 0 74 459.1M 0 154.5k 1:07:57 50:41 17:16 138.9k 74 615.5M 0 0 74 459.3M 0 154.5k 1:07:58 50:43 17:15 124.8k 74 615.5M 0 0 74 459.4M 0 154.5k 1:07:58 50:44 17:14 120.8k 74 615.5M 0 0 74 459.5M 0 154.5k 1:07:59 50:45 17:14 124.0k 74 615.5M 0 0 74 459.6M 0 154.5k 1:07:59 50:46 17:13 113.6k 74 615.5M 0 0 74 459.8M 0 154.4k 1:07:59 50:47 17:12 105.9k 74 615.5M 0 0 74 460.0M 0 154.5k 1:07:59 50:48 17:11 125.6k 74 615.5M 0 0 74 460.2M 0 154.5k 1:07:59 50:50 17:09 144.7k 74 615.5M 0 0 74 460.5M 0 154.5k 1:07:58 50:51 17:07 164.1k 74 615.5M 0 0 74 460.6M 0 154.5k 1:07:58 50:52 17:06 176.0k 74 615.5M 0 0 74 460.9M 0 154.5k 1:07:57 50:53 17:04 199.2k 74 615.5M 0 0 74 461.1M 0 154.5k 1:07:57 50:54 17:03 200.8k 74 615.5M 0 0 74 461.3M 0 154.5k 1:07:57 50:55 17:02 188.7k 74 615.5M 0 0 74 461.5M 0 154.5k 1:07:57 50:56 17:01 175.3k 75 615.5M 0 0 75 461.7M 0 154.6k 1:07:56 50:58 16:58 186.9k 75 615.5M 0 0 75 461.9M 0 154.6k 1:07:57 50:59 16:58 168.3k 75 615.5M 0 0 75 462.0M 0 154.5k 1:07:57 51:01 16:56 146.9k 75 615.5M 0 0 75 462.1M 0 154.5k 1:07:58 51:02 16:56 141.5k 75 615.5M 0 0 75 462.4M 0 154.5k 1:07:57 51:03 16:54 153.3k 75 615.5M 0 0 75 462.6M 0 154.6k 1:07:56 51:04 16:52 154.6k 75 615.5M 0 0 75 462.8M 0 154.6k 1:07:56 51:05 16:51 161.6k 75 615.5M 0 0 75 463.0M 0 154.6k 1:07:56 51:06 16:50 178.9k 75 615.5M 0 0 75 463.2M 0 154.6k 1:07:56 51:08 16:48 185.1k 75 615.5M 0 0 75 463.4M 0 154.6k 1:07:56 51:09 16:47 169.4k 75 615.5M 0 0 75 463.6M 0 154.6k 1:07:56 51:10 16:46 156.4k 75 615.5M 0 0 75 463.8M 0 154.6k 1:07:56 51:11 16:45 154.1k 75 615.5M 0 0 75 463.9M 0 154.6k 1:07:56 51:12 16:44 151.5k 75 615.5M 0 0 75 464.1M 0 154.6k 1:07:56 51:13 16:43 154.6k 75 615.5M 0 0 75 464.3M 0 154.6k 1:07:56 51:14 16:42 162.0k 75 615.5M 0 0 75 464.5M 0 154.6k 1:07:56 51:16 16:40 154.2k 75 615.5M 0 0 75 464.6M 0 154.5k 1:07:57 51:17 16:40 143.3k 75 615.5M 0 0 75 464.8M 0 154.5k 1:07:57 51:19 16:38 141.7k 75 615.5M 0 0 75 464.9M 0 154.5k 1:07:58 51:20 16:38 128.0k 75 615.5M 0 0 75 465.1M 0 154.5k 1:07:58 51:21 16:37 123.3k 75 615.5M 0 0 75 465.3M 0 154.5k 1:07:58 51:22 16:36 125.7k 75 615.5M 0 0 75 465.5M 0 154.5k 1:07:57 51:24 16:33 142.5k 75 615.5M 0 0 75 465.8M 0 154.5k 1:07:57 51:25 16:32 156.9k 75 615.5M 0 0 75 466.0M 0 154.6k 1:07:57 51:26 16:31 173.4k 75 615.5M 0 0 75 466.2M 0 154.6k 1:07:56 51:27 16:29 191.5k 75 615.5M 0 0 75 466.5M 0 154.6k 1:07:55 51:28 16:27 219.8k 75 615.5M 0 0 75 466.8M 0 154.7k 1:07:54 51:29 16:25 224.7k 75 615.5M 0 0 75 467.0M 0 154.7k 1:07:54 51:31 16:23 214.9k 75 615.5M 0 0 75 467.1M 0 154.6k 1:07:54 51:32 16:22 205.4k 75 615.5M 0 0 75 467.4M 0 154.7k 1:07:54 51:33 16:21 193.6k 75 615.5M 0 0 75 467.6M 0 154.7k 1:07:53 51:35 16:18 180.9k 75 615.5M 0 0 75 467.8M 0 154.7k 1:07:54 51:36 16:18 163.8k 76 615.5M 0 0 76 467.9M 0 154.7k 1:07:54 51:37 16:17 160.6k 76 615.5M 0 0 76 468.1M 0 154.7k 1:07:54 51:38 16:16 159.1k 76 615.5M 0 0 76 468.2M 0 154.6k 1:07:54 51:39 16:15 145.7k 76 615.5M 0 0 76 468.5M 0 154.7k 1:07:54 51:40 16:14 147.2k 76 615.5M 0 0 76 468.7M 0 154.7k 1:07:53 51:42 16:11 158.6k 76 615.5M 0 0 76 468.9M 0 154.7k 1:07:54 51:43 16:11 157.6k 76 615.5M 0 0 76 469.0M 0 154.6k 1:07:54 51:44 16:10 151.2k 76 615.5M 0 0 76 469.1M 0 154.6k 1:07:55 51:46 16:09 145.1k 76 615.5M 0 0 76 469.3M 0 154.6k 1:07:55 51:47 16:08 123.8k 76 615.5M 0 0 76 469.5M 0 154.6k 1:07:56 51:49 16:07 112.3k 76 615.5M 0 0 76 469.6M 0 154.6k 1:07:57 51:50 16:07 106.6k 76 615.5M 0 0 76 469.8M 0 154.5k 1:07:57 51:51 16:06 108.7k 76 615.5M 0 0 76 469.9M 0 154.5k 1:07:57 51:52 16:05 113.3k 76 615.5M 0 0 76 470.1M 0 154.5k 1:07:57 51:54 16:03 122.4k 76 615.5M 0 0 76 470.3M 0 154.5k 1:07:57 51:55 16:02 131.5k 76 615.5M 0 0 76 470.5M 0 154.5k 1:07:57 51:56 16:01 142.3k 76 615.5M 0 0 76 470.6M 0 154.5k 1:07:58 51:57 16:01 138.4k 76 615.5M 0 0 76 470.7M 0 154.5k 1:07:58 51:59 15:59 136.7k 76 615.5M 0 0 76 471.0M 0 154.5k 1:07:57 52:00 15:57 149.7k 76 615.5M 0 0 76 471.2M 0 154.5k 1:07:57 52:01 15:56 157.0k 76 615.5M 0 0 76 471.4M 0 154.5k 1:07:57 52:02 15:55 158.4k 76 615.5M 0 0 76 471.6M 0 154.5k 1:07:57 52:03 15:54 172.3k 76 615.5M 0 0 76 471.8M 0 154.6k 1:07:56 52:05 15:51 189.4k 76 615.5M 0 0 76 472.0M 0 154.6k 1:07:56 52:06 15:50 183.9k 76 615.5M 0 0 76 472.3M 0 154.6k 1:07:56 52:07 15:49 196.0k 76 615.5M 0 0 76 472.3M 0 154.6k 1:07:56 52:07 15:49 154.6k 76 615.5M 0 0 76 472.5M 0 154.6k 1:07:55 52:08 15:47 201.0k 76 615.5M 0 0 76 472.7M 0 154.6k 1:07:55 52:09 15:46 182.3k 76 615.5M 0 0 76 473.0M 0 154.6k 1:07:54 52:11 15:43 196.0k 76 615.5M 0 0 76 473.2M 0 154.7k 1:07:54 52:12 15:42 199.4k 76 615.5M 0 0 76 473.5M 0 154.7k 1:07:53 52:13 15:40 204.9k 76 615.5M 0 0 76 473.6M 0 154.7k 1:07:53 52:14 15:39 199.6k 76 615.5M 0 0 76 473.8M 0 154.7k 1:07:53 52:15 15:38 199.1k 77 615.5M 0 0 77 474.0M 0 154.7k 1:07:53 52:16 15:37 191.0k 77 615.5M 0 0 77 474.2M 0 154.7k 1:07:52 52:17 15:35 183.2k 77 615.5M 0 0 77 474.4M 0 154.7k 1:07:53 52:19 15:34 164.4k 77 615.5M 0 0 77 474.5M 0 154.7k 1:07:53 52:20 15:33 153.3k 77 615.5M 0 0 77 474.6M 0 154.7k 1:07:53 52:21 15:32 144.7k 77 615.5M 0 0 77 474.8M 0 154.7k 1:07:54 52:22 15:32 132.6k 77 615.5M 0 0 77 474.9M 0 154.6k 1:07:54 52:23 15:31 118.1k 77 615.5M 0 0 77 475.1M 0 154.6k 1:07:54 52:25 15:29 119.1k 77 615.5M 0 0 77 475.3M 0 154.7k 1:07:54 52:26 15:28 141.1k 77 615.5M 0 0 77 475.6M 0 154.7k 1:07:52 52:27 15:25 171.4k 77 615.5M 0 0 77 476.0M 0 154.8k 1:07:51 52:28 15:23 216.1k 77 615.5M 0 0 77 476.3M 0 154.8k 1:07:49 52:29 15:20 259.2k 77 615.5M 0 0 77 476.5M 0 154.8k 1:07:49 52:30 15:19 265.8k 77 615.5M 0 0 77 476.7M 0 154.8k 1:07:49 52:31 15:18 246.0k 77 615.5M 0 0 77 476.9M 0 154.8k 1:07:49 52:33 15:16 217.5k 77 615.5M 0 0 77 477.0M 0 154.8k 1:07:50 52:34 15:16 170.9k 77 615.5M 0 0 77 477.1M 0 154.8k 1:07:50 52:35 15:15 134.7k 77 615.5M 0 0 77 477.3M 0 154.8k 1:07:51 52:36 15:15 122.6k 77 615.5M 0 0 77 477.5M 0 154.8k 1:07:51 52:38 15:13 122.5k 77 615.5M 0 0 77 477.6M 0 154.8k 1:07:51 52:39 15:12 128.6k 77 615.5M 0 0 77 477.9M 0 154.8k 1:07:50 52:40 15:10 151.0k 77 615.5M 0 0 77 478.1M 0 154.8k 1:07:50 52:41 15:09 164.9k 77 615.5M 0 0 77 478.2M 0 154.8k 1:07:51 52:42 15:09 161.8k 77 615.5M 0 0 77 478.3M 0 154.8k 1:07:51 52:43 15:08 156.2k 77 615.5M 0 0 77 478.5M 0 154.8k 1:07:51 52:45 15:06 150.3k 77 615.5M 0 0 77 478.7M 0 154.8k 1:07:51 52:46 15:05 133.6k 77 615.5M 0 0 77 478.9M 0 154.8k 1:07:51 52:47 15:04 129.4k 77 615.5M 0 0 77 479.1M 0 154.8k 1:07:51 52:49 15:02 150.5k 77 615.5M 0 0 77 479.3M 0 154.8k 1:07:50 52:50 15:00 162.2k 77 615.5M 0 0 77 479.5M 0 154.8k 1:07:50 52:51 14:59 164.0k 77 615.5M 0 0 77 479.7M 0 154.8k 1:07:50 52:52 14:58 173.4k 77 615.5M 0 0 77 479.9M 0 154.8k 1:07:50 52:53 14:57 176.2k 77 615.5M 0 0 77 480.1M 0 154.8k 1:07:50 52:55 14:55 166.2k 78 615.5M 0 0 78 480.3M 0 154.8k 1:07:50 52:56 14:54 158.3k 78 615.5M 0 0 78 480.4M 0 154.8k 1:07:51 52:57 14:54 148.5k 78 615.5M 0 0 78 480.6M 0 154.8k 1:07:50 52:58 14:52 154.1k 78 615.5M 0 0 78 480.8M 0 154.8k 1:07:50 52:59 14:51 153.6k 78 615.5M 0 0 78 481.0M 0 154.8k 1:07:50 53:01 14:49 159.9k 78 615.5M 0 0 78 481.3M 0 154.8k 1:07:49 53:02 14:47 175.9k 78 615.5M 0 0 78 481.5M 0 154.8k 1:07:49 53:03 14:46 191.4k 78 615.5M 0 0 78 481.6M 0 154.8k 1:07:49 53:04 14:45 172.7k 78 615.5M 0 0 78 481.8M 0 154.8k 1:07:49 53:06 14:43 168.7k 78 615.5M 0 0 78 482.0M 0 154.8k 1:07:49 53:07 14:42 163.5k 78 615.5M 0 0 78 482.2M 0 154.8k 1:07:50 53:08 14:42 144.1k 78 615.5M 0 0 78 482.3M 0 154.8k 1:07:50 53:10 14:40 127.8k 78 615.5M 0 0 78 482.5M 0 154.8k 1:07:50 53:11 14:39 136.6k 78 615.5M 0 0 78 482.8M 0 154.8k 1:07:50 53:12 14:38 151.6k 78 615.5M 0 0 78 483.0M 0 154.8k 1:07:49 53:13 14:36 156.8k 78 615.5M 0 0 78 483.1M 0 154.8k 1:07:50 53:14 14:36 161.0k 78 615.5M 0 0 78 483.3M 0 154.8k 1:07:50 53:16 14:34 169.7k 78 615.5M 0 0 78 483.5M 0 154.8k 1:07:50 53:17 14:33 156.9k 78 615.5M 0 0 78 483.7M 0 154.8k 1:07:50 53:18 14:32 151.8k 78 615.5M 0 0 78 484.0M 0 154.8k 1:07:49 53:19 14:30 160.8k 78 615.5M 0 0 78 484.3M 0 154.9k 1:07:48 53:21 14:27 185.1k 78 615.5M 0 0 78 484.5M 0 154.9k 1:07:47 53:22 14:25 201.9k 78 615.5M 0 0 78 484.8M 0 154.9k 1:07:46 53:23 14:23 235.0k 78 615.5M 0 0 78 485.1M 0 155.0k 1:07:46 53:24 14:22 238.1k 78 615.5M 0 0 78 485.3M 0 155.0k 1:07:46 53:25 14:21 220.3k 78 615.5M 0 0 78 485.5M 0 155.0k 1:07:46 53:27 14:19 192.1k 78 615.5M 0 0 78 485.6M 0 155.0k 1:07:46 53:28 14:18 178.3k 78 615.5M 0 0 78 485.9M 0 155.0k 1:07:46 53:29 14:17 165.1k 78 615.5M 0 0 78 486.1M 0 155.0k 1:07:46 53:31 14:15 152.9k 79 615.5M 0 0 79 486.3M 0 155.0k 1:07:46 53:32 14:14 158.0k 79 615.5M 0 0 79 486.5M 0 155.0k 1:07:45 53:33 14:12 173.7k 79 615.5M 0 0 79 486.8M 0 155.0k 1:07:44 53:34 14:10 186.0k 79 615.5M 0 0 79 487.0M 0 155.0k 1:07:44 53:35 14:09 195.3k 79 615.5M 0 0 79 487.3M 0 155.1k 1:07:43 53:36 14:07 216.2k 79 615.5M 0 0 79 487.5M 0 155.1k 1:07:43 53:38 14:05 216.1k 79 615.5M 0 0 79 487.6M 0 155.1k 1:07:43 53:39 14:04 203.1k 79 615.5M 0 0 79 487.8M 0 155.1k 1:07:43 53:40 14:03 178.9k 79 615.5M 0 0 79 488.0M 0 155.1k 1:07:43 53:42 14:01 164.4k 79 615.5M 0 0 79 488.3M 0 155.1k 1:07:43 53:43 14:00 161.2k 79 615.5M 0 0 79 488.6M 0 155.1k 1:07:42 53:44 13:58 175.9k 79 615.5M 0 0 79 488.8M 0 155.1k 1:07:41 53:45 13:56 193.0k 79 615.5M 0 0 79 489.0M 0 155.1k 1:07:41 53:46 13:55 197.3k 79 615.5M 0 0 79 489.1M 0 155.1k 1:07:42 53:48 13:54 179.1k 79 615.5M 0 0 79 489.3M 0 155.1k 1:07:42 53:49 13:53 164.4k 79 615.5M 0 0 79 489.4M 0 155.1k 1:07:43 53:50 13:53 135.1k 79 615.5M 0 0 79 489.6M 0 155.1k 1:07:43 53:51 13:52 124.0k 79 615.5M 0 0 79 489.8M 0 155.1k 1:07:42 53:52 13:50 139.2k 79 615.5M 0 0 79 490.1M 0 155.1k 1:07:41 53:54 13:47 168.5k 79 615.5M 0 0 79 490.3M 0 155.1k 1:07:41 53:55 13:46 177.5k 79 615.5M 0 0 79 490.5M 0 155.1k 1:07:41 53:56 13:45 185.0k 79 615.5M 0 0 79 490.6M 0 155.1k 1:07:41 53:57 13:44 179.6k 79 615.5M 0 0 79 490.8M 0 155.1k 1:07:41 53:59 13:42 166.3k 79 615.5M 0 0 79 491.0M 0 155.1k 1:07:41 54:00 13:41 158.4k 79 615.5M 0 0 79 491.1M 0 155.1k 1:07:42 54:01 13:41 141.5k 79 615.5M 0 0 79 491.3M 0 155.1k 1:07:42 54:02 13:40 134.3k 79 615.5M 0 0 79 491.5M 0 155.1k 1:07:42 54:03 13:39 136.8k 79 615.5M 0 0 79 491.6M 0 155.1k 1:07:42 54:05 13:37 137.0k 79 615.5M 0 0 79 491.8M 0 155.1k 1:07:43 54:06 13:37 127.7k 79 615.5M 0 0 79 491.9M 0 155.1k 1:07:43 54:07 13:36 130.1k 79 615.5M 0 0 79 492.1M 0 155.1k 1:07:43 54:08 13:35 134.8k 79 615.5M 0 0 79 492.3M 0 155.1k 1:07:43 54:10 13:33 131.4k 80 615.5M 0 0 80 492.5M 0 155.1k 1:07:44 54:11 13:33 130.8k 80 615.5M 0 0 80 492.7M 0 155.1k 1:07:43 54:12 13:31 144.9k 80 615.5M 0 0 80 492.9M 0 155.1k 1:07:43 54:14 13:29 156.1k 80 615.5M 0 0 80 493.1M 0 155.1k 1:07:43 54:15 13:28 156.5k 80 615.5M 0 0 80 493.2M 0 155.0k 1:07:44 54:16 13:28 148.3k 80 615.5M 0 0 80 493.4M 0 155.0k 1:07:44 54:17 13:27 149.2k 80 615.5M 0 0 80 493.6M 0 155.0k 1:07:44 54:19 13:25 145.3k 80 615.5M 0 0 80 493.8M 0 155.1k 1:07:43 54:20 13:23 147.5k 80 615.5M 0 0 80 494.0M 0 155.1k 1:07:43 54:21 13:22 155.8k 80 615.5M 0 0 80 494.1M 0 155.1k 1:07:43 54:22 13:21 173.1k 80 615.5M 0 0 80 494.4M 0 155.1k 1:07:42 54:23 13:19 188.3k 80 615.5M 0 0 80 494.7M 0 155.1k 1:07:41 54:24 13:17 205.8k 80 615.5M 0 0 80 494.9M 0 155.1k 1:07:41 54:25 13:16 205.5k 80 615.5M 0 0 80 495.1M 0 155.1k 1:07:41 54:26 13:15 203.1k 80 615.5M 0 0 80 495.3M 0 155.2k 1:07:41 54:28 13:13 208.1k 80 615.5M 0 0 80 495.5M 0 155.2k 1:07:40 54:29 13:11 195.7k 80 615.5M 0 0 80 495.8M 0 155.2k 1:07:40 54:30 13:10 184.2k 80 615.5M 0 0 80 496.0M 0 155.2k 1:07:40 54:31 13:09 178.5k 80 615.5M 0 0 80 496.1M 0 155.2k 1:07:40 54:33 13:07 173.0k 80 615.5M 0 0 80 496.3M 0 155.2k 1:07:40 54:34 13:06 161.0k 80 615.5M 0 0 80 496.5M 0 155.2k 1:07:41 54:35 13:06 152.1k 80 615.5M 0 0 80 496.6M 0 155.2k 1:07:41 54:36 13:05 143.7k 80 615.5M 0 0 80 496.9M 0 155.2k 1:07:40 54:37 13:03 158.2k 80 615.5M 0 0 80 497.2M 0 155.2k 1:07:39 54:39 13:00 179.2k 80 615.5M 0 0 80 497.4M 0 155.2k 1:07:39 54:40 12:59 186.9k 80 615.5M 0 0 80 497.6M 0 155.3k 1:07:38 54:41 12:57 213.9k 80 615.5M 0 0 80 497.9M 0 155.3k 1:07:38 54:42 12:56 216.9k 80 615.5M 0 0 80 498.1M 0 155.3k 1:07:38 54:44 12:54 195.7k 80 615.5M 0 0 80 498.3M 0 155.3k 1:07:38 54:45 12:53 177.1k 80 615.5M 0 0 80 498.5M 0 155.3k 1:07:37 54:46 12:51 180.1k 81 615.5M 0 0 81 498.8M 0 155.3k 1:07:37 54:47 12:50 173.8k 81 615.5M 0 0 81 499.0M 0 155.3k 1:07:38 54:49 12:49 157.3k 81 615.5M 0 0 81 499.1M 0 155.3k 1:07:38 54:50 12:48 156.6k 81 615.5M 0 0 81 499.3M 0 155.3k 1:07:38 54:51 12:47 157.5k 81 615.5M 0 0 81 499.5M 0 155.3k 1:07:37 54:52 12:45 165.4k 81 615.5M 0 0 81 499.8M 0 155.3k 1:07:37 54:54 12:43 163.4k 81 615.5M 0 0 81 500.0M 0 155.3k 1:07:37 54:55 12:42 167.6k 81 615.5M 0 0 81 500.1M 0 155.3k 1:07:37 54:56 12:41 176.8k 81 615.5M 0 0 81 500.3M 0 155.3k 1:07:37 54:57 12:40 179.1k 81 615.5M 0 0 81 500.5M 0 155.3k 1:07:37 54:59 12:38 156.0k 81 615.5M 0 0 81 500.7M 0 155.3k 1:07:37 55:00 12:37 148.0k 81 615.5M 0 0 81 501.0M 0 155.3k 1:07:37 55:01 12:36 163.4k 81 615.5M 0 0 81 501.2M 0 155.3k 1:07:36 55:03 12:33 166.8k 81 615.5M 0 0 81 501.4M 0 155.3k 1:07:36 55:04 12:32 166.1k 81 615.5M 0 0 81 501.6M 0 155.3k 1:07:36 55:05 12:31 172.2k 81 615.5M 0 0 81 501.8M 0 155.3k 1:07:36 55:07 12:29 165.0k 81 615.5M 0 0 81 501.9M 0 155.3k 1:07:37 55:08 12:29 138.0k 81 615.5M 0 0 81 502.1M 0 155.3k 1:07:38 55:10 12:28 128.7k 81 615.5M 0 0 81 502.3M 0 155.3k 1:07:38 55:11 12:27 125.5k 81 615.5M 0 0 81 502.5M 0 155.3k 1:07:37 55:12 12:25 134.0k 81 615.5M 0 0 81 502.7M 0 155.3k 1:07:37 55:13 12:24 143.9k 81 615.5M 0 0 81 502.9M 0 155.3k 1:07:37 55:14 12:23 169.0k 81 615.5M 0 0 81 503.1M 0 155.3k 1:07:37 55:15 12:22 179.3k 81 615.5M 0 0 81 503.3M 0 155.3k 1:07:36 55:17 12:19 185.2k 81 615.5M 0 0 81 503.4M 0 155.3k 1:07:37 55:18 12:19 161.8k 81 615.5M 0 0 81 503.5M 0 155.3k 1:07:37 55:19 12:18 150.6k 81 615.5M 0 0 81 503.7M 0 155.3k 1:07:37 55:20 12:17 151.0k 81 615.5M 0 0 81 503.9M 0 155.3k 1:07:37 55:21 12:16 149.0k 81 615.5M 0 0 81 504.0M 0 155.3k 1:07:37 55:22 12:15 139.8k 81 615.5M 0 0 81 504.2M 0 155.3k 1:07:37 55:23 12:14 155.6k 81 615.5M 0 0 81 504.4M 0 155.3k 1:07:37 55:24 12:13 166.1k 81 615.5M 0 0 81 504.6M 0 155.3k 1:07:37 55:26 12:11 161.5k 82 615.5M 0 0 82 504.8M 0 155.3k 1:07:37 55:27 12:10 155.1k 82 615.5M 0 0 82 505.0M 0 155.3k 1:07:37 55:28 12:09 160.4k 82 615.5M 0 0 82 505.1M 0 155.3k 1:07:37 55:29 12:08 153.4k 82 615.5M 0 0 82 505.1M 0 155.3k 1:07:38 55:30 12:08 133.0k 82 615.5M 0 0 82 505.3M 0 155.2k 1:07:39 55:32 12:07 115.2k 82 615.5M 0 0 82 505.5M 0 155.2k 1:07:39 55:33 12:06 116.0k 82 615.5M 0 0 82 505.6M 0 155.2k 1:07:39 55:34 12:05 112.6k 82 615.5M 0 0 82 505.8M 0 155.2k 1:07:39 55:36 12:03 119.9k 82 615.5M 0 0 82 506.0M 0 155.2k 1:07:39 55:37 12:02 139.4k 82 615.5M 0 0 82 506.3M 0 155.3k 1:07:38 55:38 12:00 166.2k 82 615.5M 0 0 82 506.6M 0 155.3k 1:07:37 55:39 11:58 188.7k 82 615.5M 0 0 82 506.8M 0 155.3k 1:07:36 55:40 11:56 209.9k 82 615.5M 0 0 82 507.1M 0 155.4k 1:07:35 55:41 11:54 234.5k 82 615.5M 0 0 82 507.5M 0 155.4k 1:07:34 55:42 11:52 256.7k 82 615.5M 0 0 82 507.7M 0 155.4k 1:07:34 55:44 11:50 253.6k 82 615.5M 0 0 82 507.9M 0 155.4k 1:07:34 55:45 11:49 233.7k 82 615.5M 0 0 82 508.1M 0 155.4k 1:07:34 55:46 11:48 211.8k 82 615.5M 0 0 82 508.3M 0 155.4k 1:07:33 55:47 11:46 199.8k 82 615.5M 0 0 82 508.6M 0 155.5k 1:07:32 55:48 11:44 188.7k 82 615.5M 0 0 82 508.8M 0 155.5k 1:07:32 55:50 11:42 183.7k 82 615.5M 0 0 82 509.0M 0 155.5k 1:07:32 55:51 11:41 185.5k 82 615.5M 0 0 82 509.1M 0 155.5k 1:07:32 55:52 11:40 195.9k 82 615.5M 0 0 82 509.4M 0 155.5k 1:07:32 55:53 11:39 190.5k 82 615.5M 0 0 82 509.6M 0 155.5k 1:07:31 55:54 11:37 182.9k 82 615.5M 0 0 82 509.8M 0 155.5k 1:07:31 55:56 11:35 174.8k 82 615.5M 0 0 82 510.0M 0 155.5k 1:07:32 55:57 11:35 164.4k 82 615.5M 0 0 82 510.1M 0 155.5k 1:07:32 55:58 11:34 147.4k 82 615.5M 0 0 82 510.2M 0 155.5k 1:07:33 55:59 11:34 130.9k 82 615.5M 0 0 82 510.4M 0 155.5k 1:07:33 56:01 11:32 120.7k 82 615.5M 0 0 82 510.6M 0 155.4k 1:07:33 56:02 11:31 117.3k 82 615.5M 0 0 82 510.8M 0 155.4k 1:07:33 56:04 11:29 123.6k 83 615.5M 0 0 83 511.0M 0 155.4k 1:07:33 56:05 11:28 137.0k 83 615.5M 0 0 83 511.1M 0 155.4k 1:07:34 56:06 11:28 142.1k 83 615.5M 0 0 83 511.3M 0 155.4k 1:07:34 56:07 11:27 137.5k 83 615.5M 0 0 83 511.5M 0 155.4k 1:07:34 56:08 11:26 144.9k 83 615.5M 0 0 83 511.7M 0 155.4k 1:07:33 56:10 11:23 157.6k 83 615.5M 0 0 83 511.9M 0 155.4k 1:07:33 56:11 11:22 153.8k 83 615.5M 0 0 83 512.0M 0 155.4k 1:07:34 56:12 11:22 148.7k 83 615.5M 0 0 83 512.2M 0 155.4k 1:07:34 56:14 11:20 148.1k 83 615.5M 0 0 83 512.4M 0 155.4k 1:07:34 56:15 11:19 146.6k 83 615.5M 0 0 83 512.6M 0 155.4k 1:07:35 56:17 11:18 127.3k 83 615.5M 0 0 83 512.7M 0 155.4k 1:07:35 56:18 11:17 118.3k 83 615.5M 0 0 83 512.9M 0 155.4k 1:07:36 56:19 11:17 124.9k 83 615.5M 0 0 83 513.1M 0 155.4k 1:07:35 56:20 11:15 133.6k 83 615.5M 0 0 83 513.3M 0 155.4k 1:07:35 56:21 11:14 147.8k 83 615.5M 0 0 83 513.5M 0 155.4k 1:07:35 56:23 11:12 145.0k 83 615.5M 0 0 83 513.6M 0 155.3k 1:07:36 56:24 11:12 144.7k 83 615.5M 0 0 83 513.8M 0 155.3k 1:07:36 56:25 11:11 146.3k 83 615.5M 0 0 83 513.9M 0 155.3k 1:07:36 56:26 11:10 136.0k 83 615.5M 0 0 83 514.1M 0 155.3k 1:07:36 56:28 11:08 131.1k 83 615.5M 0 0 83 514.3M 0 155.4k 1:07:36 56:29 11:07 148.8k 83 615.5M 0 0 83 514.6M 0 155.4k 1:07:35 56:30 11:05 178.9k 83 615.5M 0 0 83 514.8M 0 155.4k 1:07:34 56:31 11:03 195.6k 83 615.5M 0 0 83 515.0M 0 155.4k 1:07:34 56:32 11:02 204.7k 83 615.5M 0 0 83 515.1M 0 155.4k 1:07:35 56:33 11:02 189.0k 83 615.5M 0 0 83 515.3M 0 155.4k 1:07:35 56:35 11:00 179.1k 83 615.5M 0 0 83 515.5M 0 155.4k 1:07:34 56:36 10:58 167.8k 83 615.5M 0 0 83 515.7M 0 155.4k 1:07:34 56:37 10:57 153.4k 83 615.5M 0 0 83 515.9M 0 155.4k 1:07:34 56:38 10:56 155.5k 83 615.5M 0 0 83 516.1M 0 155.4k 1:07:34 56:39 10:55 170.3k 83 615.5M 0 0 83 516.4M 0 155.5k 1:07:33 56:40 10:53 199.5k 83 615.5M 0 0 83 516.6M 0 155.5k 1:07:33 56:41 10:52 191.8k 83 615.5M 0 0 83 516.8M 0 155.5k 1:07:33 56:43 10:50 194.4k 83 615.5M 0 0 83 517.0M 0 155.5k 1:07:33 56:44 10:49 188.6k 84 615.5M 0 0 84 517.2M 0 155.5k 1:07:32 56:45 10:47 185.3k 84 615.5M 0 0 84 517.4M 0 155.5k 1:07:32 56:46 10:46 169.7k 84 615.5M 0 0 84 517.6M 0 155.5k 1:07:32 56:47 10:45 184.2k 84 615.5M 0 0 84 517.9M 0 155.5k 1:07:31 56:48 10:43 195.6k 84 615.5M 0 0 84 518.2M 0 155.6k 1:07:30 56:50 10:40 218.9k 84 615.5M 0 0 84 518.5M 0 155.6k 1:07:29 56:51 10:38 247.1k 84 615.5M 0 0 84 518.8M 0 155.6k 1:07:29 56:52 10:37 228.9k 84 615.5M 0 0 84 519.0M 0 155.6k 1:07:29 56:54 10:35 210.0k 84 615.5M 0 0 84 519.1M 0 155.6k 1:07:29 56:55 10:34 194.5k 84 615.5M 0 0 84 519.3M 0 155.6k 1:07:29 56:56 10:33 178.2k 84 615.5M 0 0 84 519.5M 0 155.6k 1:07:29 56:57 10:32 143.9k 84 615.5M 0 0 84 519.6M 0 155.6k 1:07:29 56:58 10:31 138.4k 84 615.5M 0 0 84 519.8M 0 155.6k 1:07:30 57:00 10:30 134.2k 84 615.5M 0 0 84 520.0M 0 155.6k 1:07:30 57:01 10:29 131.5k 84 615.5M 0 0 84 520.1M 0 155.6k 1:07:30 57:02 10:28 129.6k 84 615.5M 0 0 84 520.3M 0 155.6k 1:07:30 57:04 10:26 138.6k 84 615.5M 0 0 84 520.5M 0 155.6k 1:07:30 57:05 10:25 140.6k 84 615.5M 0 0 84 520.7M 0 155.6k 1:07:30 57:06 10:24 146.0k 84 615.5M 0 0 84 520.9M 0 155.6k 1:07:30 57:08 10:22 151.1k 84 615.5M 0 0 84 521.1M 0 155.6k 1:07:30 57:09 10:21 151.6k 84 615.5M 0 0 84 521.3M 0 155.6k 1:07:30 57:10 10:20 156.2k 84 615.5M 0 0 84 521.5M 0 155.6k 1:07:30 57:11 10:19 172.6k 84 615.5M 0 0 84 521.7M 0 155.6k 1:07:29 57:12 10:17 180.7k 84 615.5M 0 0 84 521.9M 0 155.6k 1:07:29 57:13 10:16 178.0k 84 615.5M 0 0 84 522.1M 0 155.6k 1:07:29 57:14 10:15 182.6k 84 615.5M 0 0 84 522.3M 0 155.6k 1:07:29 57:15 10:14 181.3k 84 615.5M 0 0 84 522.5M 0 155.6k 1:07:29 57:16 10:13 175.2k 84 615.5M 0 0 84 522.7M 0 155.6k 1:07:28 57:18 10:10 184.7k 84 615.5M 0 0 84 522.7M 0 155.6k 1:07:28 57:18 10:10 155.6k 84 615.5M 0 0 84 522.9M 0 155.6k 1:07:28 57:19 10:09 167.2k 84 615.5M 0 0 84 523.1M 0 155.6k 1:07:28 57:20 10:08 161.5k 85 615.5M 0 0 85 523.2M 0 155.6k 1:07:29 57:21 10:08 140.8k 85 615.5M 0 0 85 523.4M 0 155.6k 1:07:29 57:23 10:06 148.5k 85 615.5M 0 0 85 523.6M 0 155.6k 1:07:28 57:24 10:04 162.7k 85 615.5M 0 0 85 523.9M 0 155.7k 1:07:28 57:25 10:03 169.7k 85 615.5M 0 0 85 524.1M 0 155.7k 1:07:27 57:26 10:01 175.3k 85 615.5M 0 0 85 524.3M 0 155.7k 1:07:27 57:27 10:00 189.0k 85 615.5M 0 0 85 524.5M 0 155.7k 1:07:27 57:28 09:59 183.6k 85 615.5M 0 0 85 524.6M 0 155.6k 1:07:28 57:30 09:58 155.6k 85 615.5M 0 0 85 524.8M 0 155.6k 1:07:28 57:32 09:56 137.6k 85 615.5M 0 0 85 524.9M 0 155.6k 1:07:29 57:33 09:56 127.2k 85 615.5M 0 0 85 525.1M 0 155.6k 1:07:29 57:34 09:55 124.9k 85 615.5M 0 0 85 525.2M 0 155.6k 1:07:29 57:35 09:54 117.3k 85 615.5M 0 0 85 525.3M 0 155.6k 1:07:30 57:36 09:54 118.2k 85 615.5M 0 0 85 525.5M 0 155.6k 1:07:30 57:38 09:52 116.6k 85 615.5M 0 0 85 525.6M 0 155.6k 1:07:30 57:39 09:51 120.7k 85 615.5M 0 0 85 525.8M 0 155.6k 1:07:30 57:40 09:50 121.2k 85 615.5M 0 0 85 526.0M 0 155.5k 1:07:31 57:41 09:50 120.5k 85 615.5M 0 0 85 526.1M 0 155.5k 1:07:31 57:43 09:48 125.3k 85 615.5M 0 0 85 526.3M 0 155.5k 1:07:31 57:44 09:47 138.0k 85 615.5M 0 0 85 526.6M 0 155.6k 1:07:30 57:45 09:45 161.4k 85 615.5M 0 0 85 526.9M 0 155.6k 1:07:30 57:46 09:44 175.2k 85 615.5M 0 0 85 527.1M 0 155.6k 1:07:29 57:48 09:41 196.0k 85 615.5M 0 0 85 527.3M 0 155.6k 1:07:29 57:49 09:40 210.1k 85 615.5M 0 0 85 527.6M 0 155.6k 1:07:28 57:50 09:38 221.6k 85 615.5M 0 0 85 527.8M 0 155.7k 1:07:28 57:51 09:37 212.1k 85 615.5M 0 0 85 528.0M 0 155.7k 1:07:28 57:52 09:36 193.0k 85 615.5M 0 0 85 528.2M 0 155.6k 1:07:28 57:54 09:34 179.0k 85 615.5M 0 0 85 528.5M 0 155.7k 1:07:27 57:55 09:32 185.8k 85 615.5M 0 0 85 528.6M 0 155.6k 1:07:28 57:56 09:32 158.6k 85 615.5M 0 0 85 528.7M 0 155.6k 1:07:29 57:57 09:32 138.7k 85 615.5M 0 0 85 528.8M 0 155.6k 1:07:29 57:59 09:30 125.3k 85 615.5M 0 0 85 529.0M 0 155.6k 1:07:29 58:00 09:29 126.0k 85 615.5M 0 0 85 529.3M 0 155.6k 1:07:29 58:01 09:28 125.5k 86 615.5M 0 0 86 529.5M 0 155.6k 1:07:29 58:03 09:26 145.5k 86 615.5M 0 0 86 529.7M 0 155.6k 1:07:29 58:04 09:25 154.5k 86 615.5M 0 0 86 529.9M 0 155.6k 1:07:29 58:05 09:24 171.2k 86 615.5M 0 0 86 530.1M 0 155.6k 1:07:28 58:06 09:22 175.9k 86 615.5M 0 0 86 530.4M 0 155.7k 1:07:27 58:08 09:19 189.0k 86 615.5M 0 0 86 530.7M 0 155.7k 1:07:27 58:09 09:18 201.2k 86 615.5M 0 0 86 530.9M 0 155.7k 1:07:26 58:10 09:16 208.8k 86 615.5M 0 0 86 531.2M 0 155.8k 1:07:25 58:11 09:14 233.2k 86 615.5M 0 0 86 531.5M 0 155.8k 1:07:25 58:12 09:13 246.2k 86 615.5M 0 0 86 531.7M 0 155.8k 1:07:24 58:13 09:11 232.2k 86 615.5M 0 0 86 532.0M 0 155.8k 1:07:23 58:14 09:09 240.9k 86 615.5M 0 0 86 532.3M 0 155.9k 1:07:23 58:16 09:07 240.9k 86 615.5M 0 0 86 532.4M 0 155.8k 1:07:23 58:17 09:06 201.9k 86 615.5M 0 0 86 532.5M 0 155.8k 1:07:24 58:19 09:05 171.5k 86 615.5M 0 0 86 532.7M 0 155.8k 1:07:24 58:20 09:04 159.2k 86 615.5M 0 0 86 533.0M 0 155.8k 1:07:23 58:21 09:02 150.4k 86 615.5M 0 0 86 533.3M 0 155.9k 1:07:22 58:22 09:00 162.5k 86 615.5M 0 0 86 533.5M 0 155.9k 1:07:22 58:23 08:59 191.1k 86 615.5M 0 0 86 533.8M 0 155.9k 1:07:21 58:24 08:57 224.3k 86 615.5M 0 0 86 534.0M 0 155.9k 1:07:21 58:26 08:55 229.7k 86 615.5M 0 0 86 534.2M 0 155.9k 1:07:21 58:27 08:54 210.7k 86 615.5M 0 0 86 534.5M 0 155.9k 1:07:20 58:28 08:52 202.2k 86 615.5M 0 0 86 534.7M 0 156.0k 1:07:20 58:29 08:51 198.2k 86 615.5M 0 0 86 534.9M 0 156.0k 1:07:20 58:31 08:49 179.7k 86 615.5M 0 0 86 535.1M 0 156.0k 1:07:20 58:32 08:48 175.1k 86 615.5M 0 0 86 535.3M 0 156.0k 1:07:20 58:33 08:47 175.3k 86 615.5M 0 0 86 535.5M 0 156.0k 1:07:20 58:34 08:46 168.6k 87 615.5M 0 0 87 535.6M 0 156.0k 1:07:20 58:36 08:44 152.8k 87 615.5M 0 0 87 535.8M 0 155.9k 1:07:20 58:37 08:43 146.6k 87 615.5M 0 0 87 536.0M 0 155.9k 1:07:21 58:38 08:43 138.2k 87 615.5M 0 0 87 536.1M 0 155.9k 1:07:21 58:40 08:41 129.9k 87 615.5M 0 0 87 536.3M 0 155.9k 1:07:21 58:41 08:40 122.6k 87 615.5M 0 0 87 536.5M 0 155.9k 1:07:21 58:42 08:39 125.9k 87 615.5M 0 0 87 536.6M 0 155.9k 1:07:21 58:43 08:38 134.0k 87 615.5M 0 0 87 536.8M 0 155.9k 1:07:21 58:45 08:36 140.5k 87 615.5M 0 0 87 537.0M 0 155.9k 1:07:22 58:46 08:36 139.3k 87 615.5M 0 0 87 537.1M 0 155.9k 1:07:22 58:47 08:35 143.0k 87 615.5M 0 0 87 537.4M 0 155.9k 1:07:21 58:48 08:33 158.5k 87 615.5M 0 0 87 537.7M 0 155.9k 1:07:20 58:50 08:30 178.5k 87 615.5M 0 0 87 537.9M 0 155.9k 1:07:20 58:51 08:29 179.9k 87 615.5M 0 0 87 538.1M 0 155.9k 1:07:20 58:52 08:28 194.9k 87 615.5M 0 0 87 538.3M 0 156.0k 1:07:20 58:53 08:27 201.2k 87 615.5M 0 0 87 538.5M 0 156.0k 1:07:20 58:55 08:25 179.8k 87 615.5M 0 0 87 538.7M 0 155.9k 1:07:20 58:56 08:24 157.0k 87 615.5M 0 0 87 538.9M 0 155.9k 1:07:20 58:57 08:23 160.3k 87 615.5M 0 0 87 539.1M 0 155.9k 1:07:20 58:58 08:22 157.0k 87 615.5M 0 0 87 539.3M 0 156.0k 1:07:20 58:59 08:21 155.4k 87 615.5M 0 0 87 539.5M 0 155.9k 1:07:20 59:01 08:19 154.5k 87 615.5M 0 0 87 539.6M 0 156.0k 1:07:20 59:02 08:18 164.1k 87 615.5M 0 0 87 539.8M 0 155.9k 1:07:20 59:03 08:17 152.6k 87 615.5M 0 0 87 540.0M 0 155.9k 1:07:21 59:05 08:16 145.3k 87 615.5M 0 0 87 540.1M 0 155.9k 1:07:21 59:06 08:15 134.5k 87 615.5M 0 0 87 540.3M 0 155.9k 1:07:21 59:07 08:14 137.6k 87 615.5M 0 0 87 540.5M 0 155.9k 1:07:22 59:09 08:13 124.0k 87 615.5M 0 0 87 540.6M 0 155.9k 1:07:22 59:10 08:12 122.7k 87 615.5M 0 0 87 540.7M 0 155.9k 1:07:23 59:11 08:12 114.2k 87 615.5M 0 0 87 540.8M 0 155.8k 1:07:23 59:13 08:10 106.8k 87 615.5M 0 0 87 541.0M 0 155.8k 1:07:24 59:14 08:10 101.7k 87 615.5M 0 0 87 541.1M 0 155.8k 1:07:24 59:15 08:09 112.5k 87 615.5M 0 0 87 541.5M 0 155.9k 1:07:23 59:16 08:07 140.8k 88 615.5M 0 0 88 541.8M 0 155.9k 1:07:22 59:17 08:05 181.8k 88 615.5M 0 0 88 542.0M 0 155.9k 1:07:21 59:18 08:03 208.0k 88 615.5M 0 0 88 542.2M 0 155.9k 1:07:21 59:20 08:01 209.6k 88 615.5M 0 0 88 542.4M 0 155.9k 1:07:21 59:21 08:00 210.0k 88 615.5M 0 0 88 542.6M 0 155.9k 1:07:21 59:22 07:59 195.4k 88 615.5M 0 0 88 542.8M 0 155.9k 1:07:21 59:23 07:58 176.4k 88 615.5M 0 0 88 542.9M 0 155.9k 1:07:21 59:24 07:57 153.6k 88 615.5M 0 0 88 543.0M 0 155.9k 1:07:22 59:26 07:56 143.7k 88 615.5M 0 0 88 543.2M 0 155.9k 1:07:22 59:27 07:55 134.7k 88 615.5M 0 0 88 543.3M 0 155.9k 1:07:22 59:28 07:54 120.7k 88 615.5M 0 0 88 543.5M 0 155.9k 1:07:23 59:30 07:53 117.6k 88 615.5M 0 0 88 543.6M 0 155.8k 1:07:23 59:31 07:52 121.4k 88 615.5M 0 0 88 543.8M 0 155.8k 1:07:23 59:32 07:51 132.3k 88 615.5M 0 0 88 544.0M 0 155.8k 1:07:23 59:33 07:50 138.0k 88 615.5M 0 0 88 544.2M 0 155.8k 1:07:23 59:34 07:49 147.7k 88 615.5M 0 0 88 544.3M 0 155.8k 1:07:23 59:35 07:48 143.5k 88 615.5M 0 0 88 544.5M 0 155.8k 1:07:23 59:36 07:47 143.9k 88 615.5M 0 0 88 544.6M 0 155.8k 1:07:23 59:37 07:46 148.4k 88 615.5M 0 0 88 544.8M 0 155.8k 1:07:23 59:38 07:45 156.0k 88 615.5M 0 0 88 545.0M 0 155.8k 1:07:23 59:40 07:43 144.5k 88 615.5M 0 0 88 545.1M 0 155.8k 1:07:24 59:41 07:43 139.6k 88 615.5M 0 0 88 545.3M 0 155.8k 1:07:24 59:42 07:42 145.5k 88 615.5M 0 0 88 545.5M 0 155.8k 1:07:24 59:43 07:41 144.2k 88 615.5M 0 0 88 545.7M 0 155.8k 1:07:23 59:44 07:39 155.4k 88 615.5M 0 0 88 546.0M 0 155.9k 1:07:22 59:45 07:37 182.1k 88 615.5M 0 0 88 546.1M 0 155.9k 1:07:22 59:46 07:36 198.9k 88 615.5M 0 0 88 546.3M 0 155.9k 1:07:22 59:48 07:34 195.0k 88 615.5M 0 0 88 546.5M 0 155.9k 1:07:22 59:49 07:33 182.1k 88 615.5M 0 0 88 546.6M 0 155.9k 1:07:22 59:50 07:32 166.8k 88 615.5M 0 0 88 546.8M 0 155.9k 1:07:22 59:51 07:31 153.2k 88 615.5M 0 0 88 547.0M 0 155.8k 1:07:23 59:52 07:31 138.2k 88 615.5M 0 0 88 547.1M 0 155.8k 1:07:24 59:54 07:30 123.3k 88 615.5M 0 0 88 547.2M 0 155.8k 1:07:24 59:55 07:29 122.3k 88 615.5M 0 0 88 547.4M 0 155.8k 1:07:24 59:57 07:27 116.7k 88 615.5M 0 0 88 547.5M 0 155.8k 1:07:25 59:58 07:27 106.3k 88 615.5M 0 0 88 547.6M 0 155.8k 1:07:25 59:59 07:26 109.5k 88 615.5M 0 0 88 547.8M 0 155.7k 1:07:25 1:00:00 07:25 116.3k 89 615.5M 0 0 89 548.0M 0 155.7k 1:07:26 1:00:01 07:25 121.3k 89 615.5M 0 0 89 548.1M 0 155.7k 1:07:26 1:00:03 07:23 124.0k 89 615.5M 0 0 89 548.3M 0 155.7k 1:07:26 1:00:04 07:22 127.7k 89 615.5M 0 0 89 548.5M 0 155.7k 1:07:26 1:00:05 07:21 136.3k 89 615.5M 0 0 89 548.7M 0 155.7k 1:07:26 1:00:06 07:20 148.0k 89 615.5M 0 0 89 548.9M 0 155.7k 1:07:26 1:00:08 07:18 155.2k 89 615.5M 0 0 89 549.0M 0 155.7k 1:07:26 1:00:09 07:17 152.6k 89 615.5M 0 0 89 549.2M 0 155.7k 1:07:26 1:00:10 07:16 160.2k 89 615.5M 0 0 89 549.5M 0 155.8k 1:07:25 1:00:11 07:14 172.2k 89 615.5M 0 0 89 549.6M 0 155.7k 1:07:26 1:00:12 07:14 158.2k 89 615.5M 0 0 89 549.7M 0 155.7k 1:07:26 1:00:13 07:13 147.4k 89 615.5M 0 0 89 549.9M 0 155.7k 1:07:26 1:00:14 07:12 153.3k 89 615.5M 0 0 89 550.1M 0 155.7k 1:07:26 1:00:16 07:10 154.4k 89 615.5M 0 0 89 550.3M 0 155.7k 1:07:26 1:00:17 07:09 137.6k 89 615.5M 0 0 89 550.5M 0 155.7k 1:07:26 1:00:18 07:08 152.5k 89 615.5M 0 0 89 550.6M 0 155.7k 1:07:26 1:00:20 07:06 153.5k 89 615.5M 0 0 89 550.8M 0 155.7k 1:07:26 1:00:21 07:05 148.0k 89 615.5M 0 0 89 551.0M 0 155.7k 1:07:26 1:00:22 07:04 148.2k 89 615.5M 0 0 89 551.1M 0 155.7k 1:07:26 1:00:23 07:03 148.3k 89 615.5M 0 0 89 551.3M 0 155.7k 1:07:26 1:00:24 07:02 139.6k 89 615.5M 0 0 89 551.5M 0 155.7k 1:07:27 1:00:26 07:01 136.1k 89 615.5M 0 0 89 551.6M 0 155.7k 1:07:27 1:00:27 07:00 143.8k 89 615.5M 0 0 89 551.8M 0 155.7k 1:07:27 1:00:28 06:59 140.3k 89 615.5M 0 0 89 552.0M 0 155.7k 1:07:27 1:00:29 06:58 140.7k 89 615.5M 0 0 89 552.1M 0 155.7k 1:07:27 1:00:30 06:57 138.7k 89 615.5M 0 0 89 552.3M 0 155.7k 1:07:27 1:00:32 06:55 147.2k 89 615.5M 0 0 89 552.6M 0 155.7k 1:07:27 1:00:33 06:54 157.4k 89 615.5M 0 0 89 552.8M 0 155.7k 1:07:26 1:00:34 06:52 175.5k 89 615.5M 0 0 89 553.1M 0 155.7k 1:07:26 1:00:35 06:51 186.6k 89 615.5M 0 0 89 553.3M 0 155.8k 1:07:25 1:00:36 06:49 209.1k 89 615.5M 0 0 89 553.6M 0 155.8k 1:07:24 1:00:37 06:47 225.5k 89 615.5M 0 0 89 553.7M 0 155.8k 1:07:25 1:00:39 06:46 203.8k 89 615.5M 0 0 89 553.9M 0 155.8k 1:07:25 1:00:40 06:45 186.2k 90 615.5M 0 0 90 554.1M 0 155.8k 1:07:24 1:00:41 06:43 184.9k 90 615.5M 0 0 90 554.4M 0 155.8k 1:07:24 1:00:42 06:42 177.3k 90 615.5M 0 0 90 554.6M 0 155.8k 1:07:24 1:00:43 06:41 170.8k 90 615.5M 0 0 90 554.8M 0 155.8k 1:07:24 1:00:44 06:40 181.5k 90 615.5M 0 0 90 555.0M 0 155.8k 1:07:24 1:00:46 06:38 180.2k 90 615.5M 0 0 90 555.1M 0 155.8k 1:07:24 1:00:47 06:37 177.3k 90 615.5M 0 0 90 555.3M 0 155.8k 1:07:24 1:00:48 06:36 161.5k 90 615.5M 0 0 90 555.6M 0 155.8k 1:07:23 1:00:50 06:33 167.1k 90 615.5M 0 0 90 555.8M 0 155.8k 1:07:23 1:00:51 06:32 168.9k 90 615.5M 0 0 90 556.0M 0 155.8k 1:07:24 1:00:52 06:32 160.9k 90 615.5M 0 0 90 556.1M 0 155.8k 1:07:23 1:00:53 06:30 161.0k 90 615.5M 0 0 90 556.4M 0 155.8k 1:07:23 1:00:55 06:28 172.6k 90 615.5M 0 0 90 556.6M 0 155.8k 1:07:23 1:00:56 06:27 157.3k 90 615.5M 0 0 90 556.8M 0 155.8k 1:07:23 1:00:57 06:26 157.5k 90 615.5M 0 0 90 557.0M 0 155.8k 1:07:23 1:00:58 06:25 167.4k 90 615.5M 0 0 90 557.1M 0 155.8k 1:07:24 1:01:00 06:24 151.1k 90 615.5M 0 0 90 557.3M 0 155.8k 1:07:24 1:01:01 06:23 142.9k 90 615.5M 0 0 90 557.4M 0 155.8k 1:07:24 1:01:02 06:22 141.0k 90 615.5M 0 0 90 557.6M 0 155.8k 1:07:24 1:01:03 06:21 134.7k 90 615.5M 0 0 90 557.8M 0 155.8k 1:07:24 1:01:05 06:19 132.2k 90 615.5M 0 0 90 558.0M 0 155.8k 1:07:24 1:01:06 06:18 143.0k 90 615.5M 0 0 90 558.1M 0 155.8k 1:07:24 1:01:07 06:17 139.0k 90 615.5M 0 0 90 558.3M 0 155.8k 1:07:25 1:01:08 06:17 136.9k 90 615.5M 0 0 90 558.5M 0 155.8k 1:07:24 1:01:09 06:15 142.7k 90 615.5M 0 0 90 558.6M 0 155.8k 1:07:24 1:01:11 06:13 148.9k 90 615.5M 0 0 90 558.8M 0 155.8k 1:07:24 1:01:12 06:12 150.4k 90 615.5M 0 0 90 559.0M 0 155.8k 1:07:24 1:01:13 06:11 163.2k 90 615.5M 0 0 90 559.2M 0 155.8k 1:07:24 1:01:14 06:10 176.2k 90 615.5M 0 0 90 559.3M 0 155.8k 1:07:24 1:01:15 06:09 161.0k 90 615.5M 0 0 90 559.5M 0 155.8k 1:07:25 1:01:16 06:09 147.4k 90 615.5M 0 0 90 559.6M 0 155.8k 1:07:25 1:01:18 06:07 140.8k 90 615.5M 0 0 90 559.8M 0 155.8k 1:07:25 1:01:19 06:06 137.3k 91 615.5M 0 0 91 560.1M 0 155.8k 1:07:24 1:01:20 06:04 154.0k 91 615.5M 0 0 91 560.5M 0 155.8k 1:07:23 1:01:21 06:02 180.4k 91 615.5M 0 0 91 560.7M 0 155.9k 1:07:23 1:01:23 06:00 200.5k 91 615.5M 0 0 91 560.9M 0 155.8k 1:07:23 1:01:24 05:59 203.3k 91 615.5M 0 0 91 561.1M 0 155.8k 1:07:23 1:01:25 05:58 199.2k 91 615.5M 0 0 91 561.2M 0 155.8k 1:07:23 1:01:27 05:56 169.6k 91 615.5M 0 0 91 561.3M 0 155.8k 1:07:24 1:01:28 05:56 141.3k 91 615.5M 0 0 91 561.5M 0 155.8k 1:07:24 1:01:29 05:55 120.4k 91 615.5M 0 0 91 561.6M 0 155.8k 1:07:24 1:01:30 05:54 123.3k 91 615.5M 0 0 91 561.8M 0 155.8k 1:07:25 1:01:31 05:54 117.9k 91 615.5M 0 0 91 562.0M 0 155.8k 1:07:25 1:01:33 05:52 127.4k 91 615.5M 0 0 91 562.1M 0 155.8k 1:07:25 1:01:34 05:51 137.2k 91 615.5M 0 0 91 562.3M 0 155.8k 1:07:24 1:01:35 05:49 153.1k 91 615.5M 0 0 91 562.5M 0 155.8k 1:07:24 1:01:36 05:48 155.3k 91 615.5M 0 0 91 562.7M 0 155.8k 1:07:24 1:01:37 05:47 162.5k 91 615.5M 0 0 91 562.8M 0 155.8k 1:07:24 1:01:38 05:46 159.2k 91 615.5M 0 0 91 563.0M 0 155.8k 1:07:25 1:01:40 05:45 156.8k 91 615.5M 0 0 91 563.2M 0 155.8k 1:07:25 1:01:41 05:44 148.8k 91 615.5M 0 0 91 563.5M 0 155.8k 1:07:24 1:01:42 05:42 156.0k 91 615.5M 0 0 91 563.6M 0 155.8k 1:07:24 1:01:43 05:41 157.2k 91 615.5M 0 0 91 563.8M 0 155.8k 1:07:24 1:01:44 05:40 156.9k 91 615.5M 0 0 91 563.9M 0 155.8k 1:07:25 1:01:45 05:40 151.7k 91 615.5M 0 0 91 564.0M 0 155.8k 1:07:25 1:01:47 05:38 147.9k 91 615.5M 0 0 91 564.2M 0 155.8k 1:07:25 1:01:48 05:37 143.5k 91 615.5M 0 0 91 564.4M 0 155.8k 1:07:25 1:01:49 05:36 135.9k 91 615.5M 0 0 91 564.5M 0 155.7k 1:07:26 1:01:50 05:36 129.6k 91 615.5M 0 0 91 564.7M 0 155.7k 1:07:26 1:01:52 05:34 132.7k 91 615.5M 0 0 91 564.8M 0 155.7k 1:07:26 1:01:53 05:33 125.6k 91 615.5M 0 0 91 565.0M 0 155.7k 1:07:27 1:01:54 05:33 119.5k 91 615.5M 0 0 91 565.1M 0 155.7k 1:07:27 1:01:56 05:31 113.7k 91 615.5M 0 0 91 565.3M 0 155.7k 1:07:27 1:01:57 05:30 120.5k 91 615.5M 0 0 91 565.5M 0 155.7k 1:07:28 1:01:58 05:30 114.7k 91 615.5M 0 0 91 565.5M 0 155.6k 1:07:28 1:01:59 05:29 111.8k 91 615.5M 0 0 91 565.6M 0 155.6k 1:07:29 1:02:01 05:28 102.9k 91 615.5M 0 0 91 565.8M 0 155.6k 1:07:29 1:02:02 05:27 105.0k 91 615.5M 0 0 91 566.0M 0 155.6k 1:07:29 1:02:03 05:26 108.7k 91 615.5M 0 0 91 566.2M 0 155.6k 1:07:29 1:02:04 05:25 132.9k 92 615.5M 0 0 92 566.5M 0 155.6k 1:07:28 1:02:06 05:22 157.3k 92 615.5M 0 0 92 566.7M 0 155.7k 1:07:28 1:02:07 05:21 179.3k 92 615.5M 0 0 92 566.9M 0 155.6k 1:07:28 1:02:08 05:20 176.2k 92 615.5M 0 0 92 567.1M 0 155.6k 1:07:28 1:02:09 05:19 181.9k 92 615.5M 0 0 92 567.3M 0 155.7k 1:07:27 1:02:11 05:16 181.3k 92 615.5M 0 0 92 567.6M 0 155.7k 1:07:27 1:02:12 05:15 182.3k 92 615.5M 0 0 92 567.8M 0 155.7k 1:07:27 1:02:13 05:14 174.0k 92 615.5M 0 0 92 567.9M 0 155.7k 1:07:27 1:02:14 05:13 179.1k 92 615.5M 0 0 92 568.0M 0 155.7k 1:07:28 1:02:15 05:13 163.4k 92 615.5M 0 0 92 568.1M 0 155.7k 1:07:28 1:02:16 05:12 145.5k 92 615.5M 0 0 92 568.3M 0 155.6k 1:07:29 1:02:18 05:11 116.2k 92 615.5M 0 0 92 568.4M 0 155.6k 1:07:30 1:02:19 05:11 99.44k 92 615.5M 0 0 92 568.5M 0 155.6k 1:07:30 1:02:21 05:09 95158 92 615.5M 0 0 92 568.7M 0 155.6k 1:07:30 1:02:22 05:08 100.9k 92 615.5M 0 0 92 569.0M 0 155.6k 1:07:30 1:02:23 05:07 116.5k 92 615.5M 0 0 92 569.2M 0 155.6k 1:07:29 1:02:24 05:05 146.2k 92 615.5M 0 0 92 569.5M 0 155.6k 1:07:29 1:02:26 05:03 175.6k 92 615.5M 0 0 92 569.6M 0 155.6k 1:07:29 1:02:27 05:02 198.5k 92 615.5M 0 0 92 569.8M 0 155.6k 1:07:28 1:02:28 05:00 206.2k 92 615.5M 0 0 92 570.0M 0 155.6k 1:07:29 1:02:29 05:00 188.0k 92 615.5M 0 0 92 570.1M 0 155.6k 1:07:29 1:02:30 04:59 139.0k 92 615.5M 0 0 92 570.1M 0 155.6k 1:07:29 1:02:30 04:59 155.6k 92 615.5M 0 0 92 570.3M 0 155.6k 1:07:29 1:02:32 04:57 113.6k 92 615.5M 0 0 92 570.5M 0 155.6k 1:07:29 1:02:33 04:56 133.5k 92 615.5M 0 0 92 570.6M 0 155.6k 1:07:29 1:02:34 04:55 144.4k 92 615.5M 0 0 92 570.8M 0 155.6k 1:07:29 1:02:35 04:54 140.7k 92 615.5M 0 0 92 571.0M 0 155.6k 1:07:30 1:02:37 04:53 128.5k 92 615.5M 0 0 92 571.1M 0 155.6k 1:07:30 1:02:38 04:52 136.6k 92 615.5M 0 0 92 571.3M 0 155.6k 1:07:30 1:02:39 04:51 142.1k 92 615.5M 0 0 92 571.5M 0 155.6k 1:07:30 1:02:40 04:50 139.9k 92 615.5M 0 0 92 571.6M 0 155.6k 1:07:30 1:02:42 04:48 133.5k 92 615.5M 0 0 92 571.8M 0 155.5k 1:07:31 1:02:43 04:48 144.3k 92 615.5M 0 0 92 572.0M 0 155.6k 1:07:30 1:02:44 04:46 156.3k 92 615.5M 0 0 92 572.2M 0 155.6k 1:07:30 1:02:45 04:45 154.9k 92 615.5M 0 0 92 572.4M 0 155.6k 1:07:30 1:02:46 04:44 157.8k 93 615.5M 0 0 93 572.5M 0 155.6k 1:07:30 1:02:47 04:43 165.0k 93 615.5M 0 0 93 572.7M 0 155.6k 1:07:30 1:02:48 04:42 173.0k 93 615.5M 0 0 93 572.9M 0 155.6k 1:07:30 1:02:50 04:40 157.4k 93 615.5M 0 0 93 573.0M 0 155.6k 1:07:30 1:02:51 04:39 144.9k 93 615.5M 0 0 93 573.2M 0 155.6k 1:07:30 1:02:52 04:38 141.3k 93 615.5M 0 0 93 573.4M 0 155.6k 1:07:30 1:02:53 04:37 147.9k 93 615.5M 0 0 93 573.6M 0 155.6k 1:07:30 1:02:54 04:36 143.6k 93 615.5M 0 0 93 573.8M 0 155.6k 1:07:30 1:02:56 04:34 148.9k 93 615.5M 0 0 93 574.1M 0 155.6k 1:07:29 1:02:57 04:32 175.6k 93 615.5M 0 0 93 574.3M 0 155.6k 1:07:29 1:02:58 04:31 183.2k 93 615.5M 0 0 93 574.5M 0 155.6k 1:07:29 1:02:59 04:30 188.4k 93 615.5M 0 0 93 574.6M 0 155.6k 1:07:29 1:03:00 04:29 184.0k 93 615.5M 0 0 93 574.8M 0 155.6k 1:07:29 1:03:02 04:27 175.0k 93 615.5M 0 0 93 575.0M 0 155.6k 1:07:29 1:03:03 04:26 156.7k 93 615.5M 0 0 93 575.2M 0 155.6k 1:07:29 1:03:04 04:25 152.3k 93 615.5M 0 0 93 575.4M 0 155.6k 1:07:29 1:03:05 04:24 148.5k 93 615.5M 0 0 93 575.6M 0 155.6k 1:07:29 1:03:06 04:23 158.5k 93 615.5M 0 0 93 575.8M 0 155.6k 1:07:29 1:03:08 04:21 166.4k 93 615.5M 0 0 93 576.0M 0 155.6k 1:07:28 1:03:09 04:19 180.2k 93 615.5M 0 0 93 576.3M 0 155.6k 1:07:28 1:03:10 04:18 183.3k 93 615.5M 0 0 93 576.5M 0 155.6k 1:07:28 1:03:11 04:17 181.1k 93 615.5M 0 0 93 576.6M 0 155.6k 1:07:28 1:03:13 04:15 174.5k 93 615.5M 0 0 93 576.9M 0 155.6k 1:07:28 1:03:14 04:14 180.4k 93 615.5M 0 0 93 577.1M 0 155.6k 1:07:28 1:03:15 04:13 167.3k 93 615.5M 0 0 93 577.3M 0 155.7k 1:07:28 1:03:16 04:12 168.3k 93 615.5M 0 0 93 577.5M 0 155.7k 1:07:27 1:03:17 04:10 179.9k 93 615.5M 0 0 93 577.8M 0 155.7k 1:07:27 1:03:19 04:08 184.9k 93 615.5M 0 0 93 578.0M 0 155.7k 1:07:27 1:03:20 04:07 181.1k 93 615.5M 0 0 93 578.1M 0 155.7k 1:07:27 1:03:21 04:06 185.0k 93 615.5M 0 0 93 578.4M 0 155.7k 1:07:26 1:03:22 04:04 192.6k 94 615.5M 0 0 94 578.6M 0 155.7k 1:07:26 1:03:24 04:02 188.2k 94 615.5M 0 0 94 578.8M 0 155.7k 1:07:26 1:03:25 04:01 182.4k 94 615.5M 0 0 94 579.0M 0 155.7k 1:07:26 1:03:26 04:00 172.0k 94 615.5M 0 0 94 579.1M 0 155.7k 1:07:27 1:03:28 03:59 153.7k 94 615.5M 0 0 94 579.3M 0 155.7k 1:07:28 1:03:29 03:59 127.1k 94 615.5M 0 0 94 579.4M 0 155.7k 1:07:28 1:03:30 03:58 114.0k 94 615.5M 0 0 94 579.6M 0 155.6k 1:07:28 1:03:32 03:56 112.6k 94 615.5M 0 0 94 579.8M 0 155.7k 1:07:28 1:03:33 03:55 121.9k 94 615.5M 0 0 94 580.0M 0 155.7k 1:07:28 1:03:34 03:54 137.7k 94 615.5M 0 0 94 580.1M 0 155.7k 1:07:28 1:03:35 03:53 155.9k 94 615.5M 0 0 94 580.3M 0 155.7k 1:07:27 1:03:36 03:51 168.3k 94 615.5M 0 0 94 580.5M 0 155.7k 1:07:27 1:03:37 03:50 175.8k 94 615.5M 0 0 94 580.8M 0 155.7k 1:07:27 1:03:38 03:49 179.8k 94 615.5M 0 0 94 581.0M 0 155.7k 1:07:27 1:03:40 03:47 167.0k 94 615.5M 0 0 94 581.1M 0 155.7k 1:07:27 1:03:41 03:46 165.1k 94 615.5M 0 0 94 581.3M 0 155.7k 1:07:27 1:03:42 03:45 165.5k 94 615.5M 0 0 94 581.5M 0 155.7k 1:07:27 1:03:43 03:44 154.1k 94 615.5M 0 0 94 581.6M 0 155.7k 1:07:28 1:03:44 03:44 138.7k 94 615.5M 0 0 94 581.6M 0 155.6k 1:07:28 1:03:45 03:43 127.3k 94 615.5M 0 0 94 581.8M 0 155.6k 1:07:28 1:03:46 03:42 121.3k 94 615.5M 0 0 94 581.9M 0 155.6k 1:07:29 1:03:48 03:41 107.5k 94 615.5M 0 0 94 582.1M 0 155.6k 1:07:29 1:03:49 03:40 117.6k 94 615.5M 0 0 94 582.2M 0 155.6k 1:07:29 1:03:50 03:39 117.4k 94 615.5M 0 0 94 582.3M 0 155.6k 1:07:29 1:03:51 03:38 128.3k 94 615.5M 0 0 94 582.5M 0 155.6k 1:07:29 1:03:52 03:37 130.6k 94 615.5M 0 0 94 582.6M 0 155.6k 1:07:30 1:03:53 03:37 129.9k 94 615.5M 0 0 94 582.8M 0 155.6k 1:07:30 1:03:55 03:35 131.5k 94 615.5M 0 0 94 583.0M 0 155.6k 1:07:30 1:03:56 03:34 131.0k 94 615.5M 0 0 94 583.1M 0 155.6k 1:07:30 1:03:57 03:33 130.2k 94 615.5M 0 0 94 583.3M 0 155.5k 1:07:31 1:03:58 03:33 128.3k 94 615.5M 0 0 94 583.5M 0 155.6k 1:07:30 1:03:59 03:31 138.1k 94 615.5M 0 0 94 583.7M 0 155.6k 1:07:30 1:04:01 03:29 145.9k 94 615.5M 0 0 94 583.9M 0 155.6k 1:07:30 1:04:02 03:28 155.6k 94 615.5M 0 0 94 584.1M 0 155.6k 1:07:30 1:04:03 03:27 161.2k 94 615.5M 0 0 94 584.4M 0 155.6k 1:07:29 1:04:04 03:25 185.9k 94 615.5M 0 0 94 584.6M 0 155.6k 1:07:29 1:04:06 03:23 199.8k 95 615.5M 0 0 95 584.9M 0 155.6k 1:07:28 1:04:07 03:21 203.1k 95 615.5M 0 0 95 585.1M 0 155.6k 1:07:28 1:04:08 03:20 197.5k 95 615.5M 0 0 95 585.3M 0 155.6k 1:07:28 1:04:09 03:19 202.9k 95 615.5M 0 0 95 585.5M 0 155.6k 1:07:28 1:04:10 03:18 182.4k 95 615.5M 0 0 95 585.6M 0 155.6k 1:07:28 1:04:11 03:17 172.2k 95 615.5M 0 0 95 585.9M 0 155.7k 1:07:27 1:04:13 03:14 174.7k 95 615.5M 0 0 95 586.2M 0 155.7k 1:07:26 1:04:14 03:12 204.0k 95 615.5M 0 0 95 586.5M 0 155.7k 1:07:26 1:04:15 03:11 206.1k 95 615.5M 0 0 95 586.6M 0 155.7k 1:07:26 1:04:16 03:10 202.1k 95 615.5M 0 0 95 586.8M 0 155.7k 1:07:26 1:04:18 03:08 200.8k 95 615.5M 0 0 95 587.0M 0 155.7k 1:07:26 1:04:19 03:07 182.7k 95 615.5M 0 0 95 587.2M 0 155.7k 1:07:26 1:04:20 03:06 157.3k 95 615.5M 0 0 95 587.3M 0 155.7k 1:07:27 1:04:21 03:06 139.7k 95 615.5M 0 0 95 587.5M 0 155.7k 1:07:27 1:04:23 03:04 142.5k 95 615.5M 0 0 95 587.7M 0 155.7k 1:07:27 1:04:24 03:03 139.8k 95 615.5M 0 0 95 588.0M 0 155.7k 1:07:26 1:04:25 03:01 152.8k 95 615.5M 0 0 95 588.2M 0 155.7k 1:07:26 1:04:26 03:00 166.0k 95 615.5M 0 0 95 588.4M 0 155.7k 1:07:26 1:04:28 02:58 177.8k 95 615.5M 0 0 95 588.6M 0 155.7k 1:07:26 1:04:29 02:57 173.6k 95 615.5M 0 0 95 588.7M 0 155.7k 1:07:27 1:04:31 02:56 153.0k 95 615.5M 0 0 95 588.8M 0 155.7k 1:07:28 1:04:32 02:56 125.2k 95 615.5M 0 0 95 589.0M 0 155.6k 1:07:28 1:04:33 02:55 110.2k 95 615.5M 0 0 95 589.1M 0 155.6k 1:07:28 1:04:35 02:53 108.1k 95 615.5M 0 0 95 589.3M 0 155.6k 1:07:29 1:04:36 02:53 105.6k 95 615.5M 0 0 95 589.5M 0 155.6k 1:07:29 1:04:38 02:51 118.4k 95 615.5M 0 0 95 589.7M 0 155.6k 1:07:29 1:04:39 02:50 138.5k 95 615.5M 0 0 95 589.9M 0 155.6k 1:07:29 1:04:40 02:49 137.3k 95 615.5M 0 0 95 590.0M 0 155.6k 1:07:30 1:04:42 02:48 127.4k 95 615.5M 0 0 95 590.2M 0 155.6k 1:07:30 1:04:43 02:47 127.2k 95 615.5M 0 0 95 590.3M 0 155.6k 1:07:31 1:04:45 02:46 117.7k 95 615.5M 0 0 95 590.5M 0 155.5k 1:07:31 1:04:46 02:45 106.3k 95 615.5M 0 0 95 590.6M 0 155.5k 1:07:31 1:04:47 02:44 113.4k 95 615.5M 0 0 95 590.8M 0 155.5k 1:07:31 1:04:48 02:43 125.9k 96 615.5M 0 0 96 591.0M 0 155.5k 1:07:31 1:04:50 02:41 131.7k 96 615.5M 0 0 96 591.3M 0 155.5k 1:07:31 1:04:51 02:40 155.0k 96 615.5M 0 0 96 591.5M 0 155.6k 1:07:30 1:04:52 02:38 176.3k 96 615.5M 0 0 96 591.6M 0 155.6k 1:07:30 1:04:53 02:37 167.7k 96 615.5M 0 0 96 591.8M 0 155.6k 1:07:30 1:04:54 02:36 168.9k 96 615.5M 0 0 96 592.0M 0 155.6k 1:07:30 1:04:56 02:34 171.5k 96 615.5M 0 0 96 592.3M 0 155.6k 1:07:30 1:04:57 02:33 173.3k 96 615.5M 0 0 96 592.6M 0 155.6k 1:07:29 1:04:58 02:31 186.3k 96 615.5M 0 0 96 592.8M 0 155.6k 1:07:29 1:04:59 02:30 195.4k 96 615.5M 0 0 96 593.0M 0 155.6k 1:07:29 1:05:00 02:29 191.0k 96 615.5M 0 0 96 593.1M 0 155.6k 1:07:29 1:05:02 02:27 183.5k 96 615.5M 0 0 96 593.3M 0 155.6k 1:07:29 1:05:03 02:26 167.3k 96 615.5M 0 0 96 593.5M 0 155.6k 1:07:29 1:05:04 02:25 148.5k 96 615.5M 0 0 96 593.6M 0 155.6k 1:07:29 1:05:05 02:24 141.4k 96 615.5M 0 0 96 593.8M 0 155.6k 1:07:29 1:05:07 02:22 144.3k 96 615.5M 0 0 96 594.0M 0 155.6k 1:07:29 1:05:08 02:21 151.1k 96 615.5M 0 0 96 594.2M 0 155.6k 1:07:29 1:05:09 02:20 162.6k 96 615.5M 0 0 96 594.5M 0 155.6k 1:07:29 1:05:10 02:19 166.3k 96 615.5M 0 0 96 594.6M 0 155.6k 1:07:29 1:05:11 02:18 172.1k 96 615.5M 0 0 96 594.8M 0 155.6k 1:07:29 1:05:12 02:17 177.9k 96 615.5M 0 0 96 595.1M 0 155.6k 1:07:28 1:05:14 02:14 188.2k 96 615.5M 0 0 96 595.3M 0 155.7k 1:07:28 1:05:15 02:13 195.0k 96 615.5M 0 0 96 595.5M 0 155.7k 1:07:28 1:05:16 02:12 189.1k 96 615.5M 0 0 96 595.6M 0 155.7k 1:07:28 1:05:17 02:11 181.5k 96 615.5M 0 0 96 595.9M 0 155.7k 1:07:27 1:05:18 02:09 184.8k 96 615.5M 0 0 96 596.1M 0 155.7k 1:07:28 1:05:20 02:08 162.4k 96 615.5M 0 0 96 596.2M 0 155.6k 1:07:28 1:05:21 02:07 144.5k 96 615.5M 0 0 96 596.4M 0 155.7k 1:07:28 1:05:22 02:06 149.3k 96 615.5M 0 0 96 596.6M 0 155.7k 1:07:28 1:05:23 02:05 156.2k 96 615.5M 0 0 96 596.8M 0 155.7k 1:07:28 1:05:24 02:04 148.4k 96 615.5M 0 0 96 596.9M 0 155.7k 1:07:28 1:05:25 02:03 152.6k 97 615.5M 0 0 97 597.1M 0 155.6k 1:07:28 1:05:27 02:01 153.3k 97 615.5M 0 0 97 597.3M 0 155.7k 1:07:28 1:05:28 02:00 158.5k 97 615.5M 0 0 97 597.5M 0 155.7k 1:07:27 1:05:29 01:58 163.9k 97 615.5M 0 0 97 597.7M 0 155.7k 1:07:27 1:05:30 01:57 166.6k 97 615.5M 0 0 97 597.9M 0 155.7k 1:07:27 1:05:31 01:56 174.5k 97 615.5M 0 0 97 598.1M 0 155.7k 1:07:27 1:05:32 01:55 182.4k 97 615.5M 0 0 97 598.2M 0 155.7k 1:07:27 1:05:34 01:53 160.7k 97 615.5M 0 0 97 598.3M 0 155.6k 1:07:28 1:05:35 01:53 139.8k 97 615.5M 0 0 97 598.5M 0 155.6k 1:07:29 1:05:36 01:53 123.1k 97 615.5M 0 0 97 598.6M 0 155.6k 1:07:29 1:05:38 01:51 111.7k 97 615.5M 0 0 97 598.8M 0 155.6k 1:07:29 1:05:39 01:50 114.0k 97 615.5M 0 0 97 599.0M 0 155.6k 1:07:29 1:05:40 01:49 124.4k 97 615.5M 0 0 97 599.1M 0 155.6k 1:07:29 1:05:41 01:48 141.6k 97 615.5M 0 0 97 599.4M 0 155.6k 1:07:28 1:05:42 01:46 162.7k 97 615.5M 0 0 97 599.6M 0 155.6k 1:07:28 1:05:43 01:45 177.0k 97 615.5M 0 0 97 599.8M 0 155.6k 1:07:28 1:05:45 01:43 169.8k 97 615.5M 0 0 97 600.0M 0 155.6k 1:07:28 1:05:46 01:42 172.1k 97 615.5M 0 0 97 600.2M 0 155.7k 1:07:28 1:05:47 01:41 176.7k 97 615.5M 0 0 97 600.5M 0 155.7k 1:07:27 1:05:48 01:39 182.3k 97 615.5M 0 0 97 600.7M 0 155.7k 1:07:27 1:05:49 01:38 194.6k 97 615.5M 0 0 97 601.0M 0 155.7k 1:07:27 1:05:51 01:36 198.0k 97 615.5M 0 0 97 601.1M 0 155.7k 1:07:27 1:05:52 01:35 186.0k 97 615.5M 0 0 97 601.2M 0 155.7k 1:07:27 1:05:53 01:34 172.6k 97 615.5M 0 0 97 601.4M 0 155.7k 1:07:27 1:05:54 01:33 152.5k 97 615.5M 0 0 97 601.6M 0 155.7k 1:07:27 1:05:56 01:31 139.0k 97 615.5M 0 0 97 601.8M 0 155.7k 1:07:27 1:05:57 01:30 135.7k 97 615.5M 0 0 97 602.0M 0 155.7k 1:07:27 1:05:58 01:29 147.0k 97 615.5M 0 0 97 602.1M 0 155.7k 1:07:27 1:05:59 01:28 156.6k 97 615.5M 0 0 97 602.3M 0 155.7k 1:07:27 1:06:00 01:27 164.5k 97 615.5M 0 0 97 602.5M 0 155.7k 1:07:27 1:06:01 01:26 166.0k 97 615.5M 0 0 97 602.7M 0 155.7k 1:07:27 1:06:02 01:25 171.4k 97 615.5M 0 0 97 602.9M 0 155.7k 1:07:27 1:06:04 01:23 173.5k 97 615.5M 0 0 97 603.1M 0 155.7k 1:07:26 1:06:05 01:21 173.7k 98 615.5M 0 0 98 603.3M 0 155.7k 1:07:27 1:06:06 01:21 166.9k 98 615.5M 0 0 98 603.4M 0 155.7k 1:07:27 1:06:07 01:20 158.0k 98 615.5M 0 0 98 603.6M 0 155.7k 1:07:26 1:06:08 01:18 163.9k 98 615.5M 0 0 98 603.9M 0 155.7k 1:07:26 1:06:09 01:17 173.4k 98 615.5M 0 0 98 604.1M 0 155.7k 1:07:25 1:06:11 01:14 179.3k 98 615.5M 0 0 98 604.3M 0 155.7k 1:07:26 1:06:12 01:14 185.2k 98 615.5M 0 0 98 604.5M 0 155.7k 1:07:25 1:06:13 01:12 192.5k 98 615.5M 0 0 98 604.7M 0 155.8k 1:07:25 1:06:14 01:11 184.7k 98 615.5M 0 0 98 604.9M 0 155.8k 1:07:25 1:06:15 01:10 175.3k 98 615.5M 0 0 98 605.1M 0 155.8k 1:07:25 1:06:16 01:09 170.3k 98 615.5M 0 0 98 605.4M 0 155.8k 1:07:24 1:06:17 01:07 197.5k 98 615.5M 0 0 98 605.7M 0 155.8k 1:07:23 1:06:18 01:05 224.6k 98 615.5M 0 0 98 606.0M 0 155.9k 1:07:23 1:06:20 01:03 226.6k 98 615.5M 0 0 98 606.1M 0 155.8k 1:07:23 1:06:21 01:02 216.9k 98 615.5M 0 0 98 606.3M 0 155.8k 1:07:23 1:06:22 01:01 207.1k 98 615.5M 0 0 98 606.5M 0 155.8k 1:07:23 1:06:23 01:00 181.7k 98 615.5M 0 0 98 606.7M 0 155.8k 1:07:23 1:06:25 00:58 157.9k 98 615.5M 0 0 98 606.9M 0 155.8k 1:07:23 1:06:26 00:57 148.6k 98 615.5M 0 0 98 607.1M 0 155.8k 1:07:23 1:06:27 00:56 158.5k 98 615.5M 0 0 98 607.4M 0 155.9k 1:07:22 1:06:29 00:53 178.9k 98 615.5M 0 0 98 607.6M 0 155.9k 1:07:22 1:06:30 00:52 183.9k 98 615.5M 0 0 98 607.8M 0 155.9k 1:07:22 1:06:31 00:51 178.8k 98 615.5M 0 0 98 608.0M 0 155.9k 1:07:22 1:06:33 00:49 175.2k 98 615.5M 0 0 98 608.2M 0 155.9k 1:07:22 1:06:34 00:48 170.7k 98 615.5M 0 0 98 608.4M 0 155.9k 1:07:22 1:06:35 00:47 151.7k 98 615.5M 0 0 98 608.6M 0 155.9k 1:07:22 1:06:36 00:46 159.1k 98 615.5M 0 0 98 608.9M 0 155.9k 1:07:21 1:06:38 00:43 174.3k 98 615.5M 0 0 98 609.1M 0 155.9k 1:07:21 1:06:39 00:42 179.3k 98 615.5M 0 0 98 609.3M 0 155.9k 1:07:21 1:06:40 00:41 182.8k 99 615.5M 0 0 99 609.4M 0 155.9k 1:07:22 1:06:42 00:40 161.8k 99 615.5M 0 0 99 609.5M 0 155.9k 1:07:22 1:06:43 00:39 142.1k 99 615.5M 0 0 99 609.6M 0 155.9k 1:07:23 1:06:44 00:39 122.5k 99 615.5M 0 0 99 609.8M 0 155.8k 1:07:23 1:06:45 00:38 109.3k 99 615.5M 0 0 99 610.0M 0 155.8k 1:07:23 1:06:47 00:36 105.5k 99 615.5M 0 0 99 610.2M 0 155.8k 1:07:23 1:06:48 00:35 133.5k 99 615.5M 0 0 99 610.5M 0 155.9k 1:07:22 1:06:49 00:33 150.0k 99 615.5M 0 0 99 610.6M 0 155.9k 1:07:22 1:06:50 00:32 161.1k 99 615.5M 0 0 99 610.8M 0 155.9k 1:07:22 1:06:51 00:31 178.4k 99 615.5M 0 0 99 611.0M 0 155.9k 1:07:22 1:06:53 00:29 178.3k 99 615.5M 0 0 99 611.2M 0 155.9k 1:07:22 1:06:54 00:28 171.1k 99 615.5M 0 0 99 611.5M 0 155.9k 1:07:22 1:06:55 00:27 172.0k 99 615.5M 0 0 99 611.7M 0 155.9k 1:07:21 1:06:56 00:25 177.8k 99 615.5M 0 0 99 612.0M 0 155.9k 1:07:21 1:06:58 00:23 201.7k 99 615.5M 0 0 99 612.3M 0 155.9k 1:07:20 1:06:59 00:21 205.3k 99 615.5M 0 0 99 612.5M 0 155.9k 1:07:20 1:07:00 00:20 204.9k 99 615.5M 0 0 99 612.6M 0 155.9k 1:07:20 1:07:01 00:19 193.5k 99 615.5M 0 0 99 612.8M 0 155.9k 1:07:20 1:07:03 00:17 188.7k 99 615.5M 0 0 99 613.0M 0 155.9k 1:07:20 1:07:04 00:16 156.5k 99 615.5M 0 0 99 613.1M 0 155.9k 1:07:21 1:07:05 00:16 144.8k 99 615.5M 0 0 99 613.3M 0 155.9k 1:07:21 1:07:06 00:15 142.3k 99 615.5M 0 0 99 613.5M 0 155.9k 1:07:21 1:07:08 00:13 145.6k 99 615.5M 0 0 99 613.8M 0 155.9k 1:07:20 1:07:09 00:11 154.1k 99 615.5M 0 0 99 614.0M 0 156.0k 1:07:20 1:07:10 00:10 167.4k 99 615.5M 0 0 99 614.1M 0 155.9k 1:07:20 1:07:11 00:09 171.5k 99 615.5M 0 0 99 614.2M 0 155.9k 1:07:21 1:07:12 00:09 163.2k 99 615.5M 0 0 99 614.4M 0 155.9k 1:07:21 1:07:13 00:08 158.4k 99 615.5M 0 0 99 614.6M 0 155.9k 1:07:20 1:07:14 00:06 150.5k 99 615.5M 0 0 99 614.8M 0 155.9k 1:07:20 1:07:15 00:05 151.2k 99 615.5M 0 0 99 615.0M 0 155.9k 1:07:21 1:07:17 00:04 149.9k 99 615.5M 0 0 99 615.1M 0 155.9k 1:07:21 1:07:18 00:03 151.4k 99 615.5M 0 0 99 615.3M 0 155.9k 1:07:21 1:07:19 00:02 150.8k 99 615.5M 0 0 99 615.5M 0 155.9k 1:07:21 1:07:20 00:01 146.9k* upload completely sent off: 645467343 bytes 100 615.5M 0 0 100 615.5M 0 155.9k 1:07:22 1:07:21 00:01 124.6k 100 615.5M 0 0 100 615.5M 0 155.9k 1:07:22 1:07:22 101.8k 100 615.5M 0 0 100 615.5M 0 155.8k 1:07:24 1:07:23 00:01 82065 100 615.5M 0 0 100 615.5M 0 155.8k 1:07:24 1:07:24 49863 100 615.5M 0 0 100 615.5M 0 155.7k 1:07:26 1:07:25 00:01 13440 100 615.5M 0 0 100 615.5M 0 155.7k 1:07:26 1:07:26 0{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: uk12Kz1AyDxh4zeh8HEAUBOWvAq/uoRHV95ghhWSsebygC/MdESPzjLUC7rdK+hb7nT6T7Z2tyI= < x-amz-request-id: C4QTBT685FC1EYXM < Date: Mon, 01 Jun 2026 08:58:01 GMT < x-amz-server-side-encryption: AES256 < ETag: "3df854785354ce175feaed9a26c1180f" < x-amz-checksum-crc64nvme: TOwsqz2oJmI= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 615.5M 0 0 100 615.5M 0 155.7k 1:07:27 1:07:27 0 100 615.5M 0 0 100 615.5M 0 155.7k 1:07:27 1:07:27 0 100 615.5M 0 0 100 615.5M 0 155.7k 1:07:27 1:07:27 0 * shutting down connection #0 took: 4102.77 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.72.96, 52.92.20.8, 3.5.66.55, 3.5.64.218, 3.5.74.34, 3.5.75.1, 3.5.74.58, 3.5.74.107 * Trying 3.5.72.96:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.72.96 port 443) from 10.17.4.7 port 37386 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/58f4418b-5af6-4d9a-bd23-f62587c72094.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEAaCWV1LXdlc3QtMSJIMEYCIQCWKlV8th7KaP1kwNgSD5tUL4dpby%2BB32iLTEb73ZTf2QIhALl1tRk6VsjuEx0js8Gl6CLHYfT2TKaiVVMYsvVP%2B2UXKroFCAkQABoMODM1NDk0NzUzMTI2IgxzT5rbrvi3oPUHVNsqlwV%2FZFOE96INmZx%2FoPTqL8XU9c0zaKpnZjIIK7nm4P0%2FPbW6FfkIVMh%2B5nkQ86Wk5FNZWyPwMt0cJnMvlVWKZQofOip%2B7koOMD%2BoM%2Bwr%2F4GX%2FM67paJfPUTDTIh%2BkEZphMa6CkKXUkan4Mqf24A6qhCJiK6RhBK1Zc0HJzFdoK1jmvTgJSdzI9Sb4LLQhbGtJ7Q7tUpgehuzieqXGKgz5xTn2Zz8%2Bj6qazSnu0togLasrxkGYVlgKn%2BpMirvzbU%2FNhAm9W9ihFc%2BbpfkRZbRulzpdrPqS7HMEgs7bGsKOYa2qUGLDqJ1XY9bbOdXdZvVPX64sH1opzvifbjaqjFrmJcZI2%2FzIDvIyccGqdeRwp9FrATr7VF0dPPMTK1FvLR9VQx2RmglehAEcro%2F0SESDiiR4R8fsa35jdK%2B1%2BqaGv9GQGciDGKnYAjcxLtSc8xyK5EGjhh2%2Bcr0wmm9RY4kiBKXv0kmzpxTQs5vZIAR0ASXqomcfuI6MT9QsucN%2BdPBCGV%2FA4TWk9LrWa3Qgqekt5z20XqiODXPQyS5m3kiKxejG5tnRS0%2FoHwd6CP6gp3lHIJZXD64OSK%2FVKgyJkL62QPO%2BUKcbBO0%2Fl3rrcu2RfcFQ9QdEoLnrDRIeYhslqK1UxA2QRCTNBUdjyFeIhxQ3ZrbXmCJMgZresQmbgDJ5i%2Bd53DtnGg3Ysmno1WlI5X0egU24oleMFpHyzKCQRMx8%2BAH%2FxdMELtpanqJGQZmgiPwrIp7SoQgeS2W%2BpynCWVCiVQnN%2BbX4kzr0%2FNB7rnFJMH26%2FV19kiagA4J6kG7R%2FtRsaABhJYMr1%2BEP0oBVtHdv99J5J0Gi4FySgk0%2Fb61Nb1OfPI2MjsdV0XO06AeNdgoxcRlWn%2FsIvowwvT00AY6sAF452CIi%2FUdz8m9a7fLn6lCIWQKpFkFHVXyMERFG4RapZj6vma5gVYjrmInwteqghROyC%2FXnilZ3GcxW79GgAQ%2BmhF84ifLZZsacfWvt8mKxaN%2BrfqejV%2Bp%2B8rwqG4bmRFG8sVcl1GG5T8BkmezHGsYGxlhzrlSWf0IG2vKjcP673cflmAiIQFaaDYLp2CEvWLc9xfmRL2LRvxl6lzn%2B20kHgs7s%2B0D78Ga%2FY844x72vg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260601T100528Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD4QJUF7H%2F20260601%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=34439c4e56e7063c5e0ce140b51ec5f770abd368f36872d2f8e8f993eff163b3 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 63116007 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 1 60.19M 0 0 1 1.18M 0 1.16M 00:51 00:01 00:50 1.16M 6 60.19M 0 0 6 4.18M 0 2.07M 00:28 00:02 00:26 2.07M 13 60.19M 0 0 13 8.00M 0 2.63M 00:22 00:03 00:19 2.63M 19 60.19M 0 0 19 11.56M 0 2.85M 00:21 00:04 00:17 2.85M 25 60.19M 0 0 25 15.43M 0 3.05M 00:19 00:05 00:14 3.05M 32 60.19M 0 0 32 19.56M 0 3.22M 00:18 00:06 00:12 3.63M 39 60.19M 0 0 39 23.81M 0 3.36M 00:17 00:07 00:10 3.88M 46 60.19M 0 0 46 27.93M 0 3.45M 00:17 00:08 00:09 3.94M 53 60.19M 0 0 53 32.18M 0 3.54M 00:17 00:09 00:08 4.08M 60 60.19M 0 0 60 36.50M 0 3.61M 00:16 00:10 00:06 4.17M 67 60.19M 0 0 67 40.81M 0 3.67M 00:16 00:11 00:05 4.21M 75 60.19M 0 0 75 45.25M 0 3.73M 00:16 00:12 00:04 4.25M 83 60.19M 0 0 83 50.00M 0 3.81M 00:15 00:13 00:02 4.39M 91 60.19M 0 0 91 55.18M 0 3.90M 00:15 00:14 00:01 4.57M* upload completely sent off: 63116007 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 5ZB2RAZ0RZdINRFu/Shr93b16XFIru6ZVhP3SEYw4pzoWjE9mGdcjzja7DUU6punIaOkLUaVc1XAG3IGSuXgi6C6bIFv0NFs < x-amz-request-id: 1YCMY3P0BK37NDAN < Date: Mon, 01 Jun 2026 10:05:34 GMT < x-amz-server-side-encryption: AES256 < ETag: "dded046a46636dbf0dfc13e657653b71" < x-amz-checksum-crc64nvme: S4kn1MKoi00= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 60.19M 0 0 100 60.19M 0 3.92M 00:15 00:15 4.51M 100 60.19M 0 0 100 60.19M 0 3.92M 00:15 00:15 4.51M 100 60.19M 0 0 100 60.19M 0 3.92M 00:15 00:15 4.51M 100 60.19M 0 0 100 60.19M 0 3.92M 00:15 00:15 4.51M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 20.37 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.71.66, 52.218.0.83, 3.5.73.125, 52.92.18.240, 3.5.67.234, 3.5.75.27, 3.5.71.68, 3.5.74.26 * Trying 3.5.71.66: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.71.66 port 443) from 10.17.4.7 port 43412 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/2d45c9a2-f886-44fc-95b5-810734e7090f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEEAaCWV1LXdlc3QtMSJIMEYCIQCWKlV8th7KaP1kwNgSD5tUL4dpby%2BB32iLTEb73ZTf2QIhALl1tRk6VsjuEx0js8Gl6CLHYfT2TKaiVVMYsvVP%2B2UXKroFCAkQABoMODM1NDk0NzUzMTI2IgxzT5rbrvi3oPUHVNsqlwV%2FZFOE96INmZx%2FoPTqL8XU9c0zaKpnZjIIK7nm4P0%2FPbW6FfkIVMh%2B5nkQ86Wk5FNZWyPwMt0cJnMvlVWKZQofOip%2B7koOMD%2BoM%2Bwr%2F4GX%2FM67paJfPUTDTIh%2BkEZphMa6CkKXUkan4Mqf24A6qhCJiK6RhBK1Zc0HJzFdoK1jmvTgJSdzI9Sb4LLQhbGtJ7Q7tUpgehuzieqXGKgz5xTn2Zz8%2Bj6qazSnu0togLasrxkGYVlgKn%2BpMirvzbU%2FNhAm9W9ihFc%2BbpfkRZbRulzpdrPqS7HMEgs7bGsKOYa2qUGLDqJ1XY9bbOdXdZvVPX64sH1opzvifbjaqjFrmJcZI2%2FzIDvIyccGqdeRwp9FrATr7VF0dPPMTK1FvLR9VQx2RmglehAEcro%2F0SESDiiR4R8fsa35jdK%2B1%2BqaGv9GQGciDGKnYAjcxLtSc8xyK5EGjhh2%2Bcr0wmm9RY4kiBKXv0kmzpxTQs5vZIAR0ASXqomcfuI6MT9QsucN%2BdPBCGV%2FA4TWk9LrWa3Qgqekt5z20XqiODXPQyS5m3kiKxejG5tnRS0%2FoHwd6CP6gp3lHIJZXD64OSK%2FVKgyJkL62QPO%2BUKcbBO0%2Fl3rrcu2RfcFQ9QdEoLnrDRIeYhslqK1UxA2QRCTNBUdjyFeIhxQ3ZrbXmCJMgZresQmbgDJ5i%2Bd53DtnGg3Ysmno1WlI5X0egU24oleMFpHyzKCQRMx8%2BAH%2FxdMELtpanqJGQZmgiPwrIp7SoQgeS2W%2BpynCWVCiVQnN%2BbX4kzr0%2FNB7rnFJMH26%2FV19kiagA4J6kG7R%2FtRsaABhJYMr1%2BEP0oBVtHdv99J5J0Gi4FySgk0%2Fb61Nb1OfPI2MjsdV0XO06AeNdgoxcRlWn%2FsIvowwvT00AY6sAF452CIi%2FUdz8m9a7fLn6lCIWQKpFkFHVXyMERFG4RapZj6vma5gVYjrmInwteqghROyC%2FXnilZ3GcxW79GgAQ%2BmhF84ifLZZsacfWvt8mKxaN%2BrfqejV%2Bp%2B8rwqG4bmRFG8sVcl1GG5T8BkmezHGsYGxlhzrlSWf0IG2vKjcP673cflmAiIQFaaDYLp2CEvWLc9xfmRL2LRvxl6lzn%2B20kHgs7s%2B0D78Ga%2FY844x72vg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260601T100550Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTD4QJUF7H%2F20260601%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=6c8d43606846c81051803daa1e51983f7dabc0a4284385fbc01399bcd261b8a5 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 585202671 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 558.0M 0 0 0 2.43M 0 2.43M 03:48 03:48 2.43M 1 558.0M 0 0 1 7.00M 0 3.48M 02:39 00:02 02:37 3.48M 1 558.0M 0 0 1 11.12M 0 3.68M 02:31 00:03 02:28 3.68M 2 558.0M 0 0 2 15.50M 0 3.84M 02:25 00:04 02:21 3.84M 3 558.0M 0 0 3 19.87M 0 3.94M 02:21 00:05 02:16 3.94M 4 558.0M 0 0 4 23.18M 0 3.83M 02:25 00:06 02:19 4.11M 4 558.0M 0 0 4 26.75M 0 3.79M 02:27 00:07 02:20 3.91M 5 558.0M 0 0 5 30.43M 0 3.78M 02:27 00:08 02:19 3.83M 6 558.0M 0 0 6 34.18M 0 3.77M 02:27 00:09 02:18 3.71M 6 558.0M 0 0 6 38.00M 0 3.77M 02:27 00:10 02:17 3.60M 7 558.0M 0 0 7 41.37M 0 3.73M 02:29 00:11 02:18 3.62M 7 558.0M 0 0 7 44.43M 0 3.68M 02:31 00:12 02:19 3.52M 8 558.0M 0 0 8 47.62M 0 3.63M 02:33 00:13 02:20 3.41M 9 558.0M 0 0 9 50.56M 0 3.58M 02:35 00:14 02:21 3.23M 9 558.0M 0 0 9 53.43M 0 3.53M 02:37 00:15 02:22 3.04M 10 558.0M 0 0 10 56.43M 0 3.49M 02:39 00:16 02:23 2.96M 10 558.0M 0 0 10 59.43M 0 3.46M 02:41 00:17 02:24 2.95M 10 558.0M 0 0 10 61.18M 0 3.36M 02:45 00:18 02:27 2.66M 11 558.0M 0 0 11 62.93M 0 3.27M 02:50 00:19 02:31 2.43M 11 558.0M 0 0 11 64.81M 0 3.20M 02:54 00:20 02:34 2.23M 11 558.0M 0 0 11 66.68M 0 3.13M 02:57 00:21 02:36 2.01M 12 558.0M 0 0 12 68.56M 0 3.08M 03:01 00:22 02:39 1.79M 12 558.0M 0 0 12 70.43M 0 3.02M 03:04 00:23 02:41 1.82M 12 558.0M 0 0 12 72.06M 0 2.96M 03:07 00:24 02:43 1.80M 13 558.0M 0 0 13 73.87M 0 2.92M 03:10 00:25 02:45 1.79M 13 558.0M 0 0 13 75.81M 0 2.88M 03:13 00:26 02:47 1.80M 13 558.0M 0 0 13 77.81M 0 2.84M 03:15 00:27 02:48 1.83M 14 558.0M 0 0 14 79.81M 0 2.81M 03:17 00:28 02:49 1.85M 14 558.0M 0 0 14 81.81M 0 2.79M 03:19 00:29 02:50 1.93M 15 558.0M 0 0 15 83.87M 0 2.76M 03:21 00:30 02:51 1.97M 15 558.0M 0 0 15 85.50M 0 2.72M 03:24 00:31 02:53 1.90M 15 558.0M 0 0 15 86.12M 0 2.65M 03:30 00:32 02:58 1.62M 15 558.0M 0 0 15 86.81M 0 2.58M 03:35 00:33 03:02 1.34M 15 558.0M 0 0 15 87.56M 0 2.53M 03:40 00:34 03:06 1.09M 15 558.0M 0 0 15 88.37M 0 2.48M 03:44 00:35 03:09 876.5k 16 558.0M 0 0 16 89.31M 0 2.43M 03:48 00:36 03:12 738.8k 16 558.0M 0 0 16 90.18M 0 2.39M 03:53 00:37 03:16 789.3k 16 558.0M 0 0 16 91.06M 0 2.35M 03:57 00:38 03:19 834.8k 16 558.0M 0 0 16 92.06M 0 2.31M 04:01 00:39 03:22 885.8k 16 558.0M 0 0 16 93.06M 0 2.28M 04:04 00:40 03:24 919.3k 16 558.0M 0 0 16 94.06M 0 2.24M 04:08 00:41 03:27 941.1k 17 558.0M 0 0 17 95.06M 0 2.21M 04:11 00:42 03:29 964.2k 17 558.0M 0 0 17 96.06M 0 2.18M 04:15 00:43 03:32 989.1k 17 558.0M 0 0 17 97.12M 0 2.15M 04:18 00:44 03:34 996.5k 17 558.0M 0 0 17 97.81M 0 2.12M 04:22 00:46 03:36 934.8k 17 558.0M 0 0 17 98.50M 0 2.09M 04:26 00:47 03:39 867.1k 17 558.0M 0 0 17 99.25M 0 2.06M 04:30 00:48 03:42 824.4k 17 558.0M 0 0 17 100.0M 0 2.03M 04:33 00:49 03:44 792.5k 18 558.0M 0 0 18 101.0M 0 2.01M 04:36 00:50 03:46 772.1k 18 558.0M 0 0 18 102.0M 0 1.99M 04:39 00:51 03:48 835.3k 18 558.0M 0 0 18 103.1M 0 1.97M 04:42 00:52 03:50 922.2k 18 558.0M 0 0 18 104.3M 0 1.96M 04:44 00:53 03:51 0.99M 18 558.0M 0 0 18 105.5M 0 1.94M 04:46 00:54 03:52 1.05M 19 558.0M 0 0 19 106.8M 0 1.93M 04:48 00:55 03:53 1.13M 19 558.0M 0 0 19 108.1M 0 1.92M 04:50 00:56 03:54 1.21M 19 558.0M 0 0 19 109.5M 0 1.91M 04:51 00:57 03:54 1.26M 19 558.0M 0 0 19 110.6M 0 1.89M 04:53 00:58 03:55 1.24M 20 558.0M 0 0 20 112.0M 0 1.88M 04:55 00:59 03:56 1.28M 20 558.0M 0 0 20 113.4M 0 1.87M 04:56 01:00 03:56 1.29M 20 558.0M 0 0 20 114.8M 0 1.87M 04:58 01:01 03:57 1.30M 20 558.0M 0 0 20 116.3M 0 1.86M 04:59 01:02 03:57 1.31M 21 558.0M 0 0 21 117.7M 0 1.85M 05:00 01:03 03:57 1.37M 21 558.0M 0 0 21 119.2M 0 1.85M 05:01 01:04 03:57 1.41M 21 558.0M 0 0 21 120.9M 0 1.84M 05:02 01:05 03:57 1.47M 22 558.0M 0 0 22 122.9M 0 1.84M 05:01 01:06 03:55 1.58M 22 558.0M 0 0 22 125.3M 0 1.85M 05:00 01:07 03:53 1.76M 23 558.0M 0 0 23 128.5M 0 1.87M 04:57 01:08 03:49 2.10M 23 558.0M 0 0 23 132.5M 0 1.90M 04:52 01:09 03:43 2.61M 24 558.0M 0 0 24 137.7M 0 1.95M 04:45 01:10 03:35 3.31M 25 558.0M 0 0 25 144.4M 0 2.01M 04:36 01:11 03:25 4.25M 27 558.0M 0 0 27 153.0M 0 2.10M 04:24 01:12 03:12 5.50M 29 558.0M 0 0 29 163.4M 0 2.22M 04:11 01:13 02:58 6.97M 30 558.0M 0 0 30 172.1M 0 2.30M 04:01 01:14 02:47 7.91M 32 558.0M 0 0 32 181.1M 0 2.39M 03:52 01:15 02:37 8.66M 33 558.0M 0 0 33 188.6M 0 2.46M 03:46 01:16 02:30 8.81M 35 558.0M 0 0 35 196.4M 0 2.53M 03:40 01:17 02:23 8.65M 36 558.0M 0 0 36 204.0M 0 2.59M 03:34 01:18 02:16 8.08M 37 558.0M 0 0 37 210.1M 0 2.64M 03:31 01:19 02:12 7.54M 38 558.0M 0 0 38 216.5M 0 2.68M 03:27 01:20 02:07 7.05M 40 558.0M 0 0 40 223.4M 0 2.73M 03:23 01:21 02:02 6.92M 41 558.0M 0 0 41 230.3M 0 2.79M 03:20 01:22 01:58 6.76M 42 558.0M 0 0 42 235.5M 0 2.81M 03:17 01:23 01:54 6.27M 43 558.0M 0 0 43 241.0M 0 2.84M 03:15 01:24 01:51 6.14M 44 558.0M 0 0 44 246.7M 0 2.88M 03:13 01:25 01:48 6.00M 45 558.0M 0 0 45 252.5M 0 2.91M 03:11 01:26 01:45 5.78M 46 558.0M 0 0 46 258.0M 0 2.94M 03:09 01:27 01:42 5.48M 47 558.0M 0 0 47 262.6M 0 2.96M 03:08 01:28 01:40 5.37M 47 558.0M 0 0 47 267.6M 0 2.98M 03:06 01:29 01:37 5.30M 48 558.0M 0 0 48 273.1M 0 3.01M 03:05 01:30 01:35 5.26M 49 558.0M 0 0 49 277.5M 0 3.02M 03:04 01:31 01:33 4.96M 50 558.0M 0 0 50 281.2M 0 3.03M 03:03 01:32 01:31 4.62M 51 558.0M 0 0 51 284.7M 0 3.04M 03:03 01:33 01:30 4.37M 51 558.0M 0 0 51 287.6M 0 3.03M 03:03 01:34 01:29 3.92M 52 558.0M 0 0 52 290.5M 0 3.03M 03:03 01:35 01:28 3.40M 52 558.0M 0 0 52 293.3M 0 3.03M 03:03 01:36 01:27 3.12M 52 558.0M 0 0 52 295.6M 0 3.02M 03:04 01:37 01:27 2.83M 53 558.0M 0 0 53 298.1M 0 3.01M 03:04 01:38 01:26 2.63M 53 558.0M 0 0 53 300.7M 0 3.01M 03:05 01:39 01:26 2.58M 54 558.0M 0 0 54 303.2M 0 3.00M 03:05 01:40 01:25 2.51M 54 558.0M 0 0 54 305.8M 0 3.00M 03:05 01:41 01:24 2.45M 55 558.0M 0 0 55 308.5M 0 3.00M 03:05 01:42 01:23 2.52M 55 558.0M 0 0 55 311.1M 0 2.99M 03:06 01:43 01:23 2.57M 56 558.0M 0 0 56 314.0M 0 2.99M 03:06 01:44 01:22 2.61M 56 558.0M 0 0 56 317.0M 0 2.99M 03:06 01:45 01:21 2.72M 57 558.0M 0 0 57 319.6M 0 2.99M 03:06 01:46 01:20 2.74M 57 558.0M 0 0 57 322.5M 0 2.99M 03:06 01:47 01:19 2.79M 58 558.0M 0 0 58 325.4M 0 2.98M 03:06 01:48 01:18 2.81M 58 558.0M 0 0 58 326.9M 0 2.97M 03:07 01:49 01:18 2.54M 58 558.0M 0 0 58 328.1M 0 2.95M 03:08 01:50 01:18 2.18M 58 558.0M 0 0 58 329.2M 0 2.94M 03:09 01:51 01:18 1.86M 59 558.0M 0 0 59 330.2M 0 2.92M 03:10 01:52 01:18 1.50M 59 558.0M 0 0 59 330.9M 0 2.90M 03:12 01:54 01:18 1.06M 59 558.0M 0 0 59 331.6M 0 2.88M 03:13 01:55 01:18 923.2k 59 558.0M 0 0 59 332.3M 0 2.86M 03:15 01:56 01:19 818.3k 59 558.0M 0 0 59 333.1M 0 2.84M 03:16 01:57 01:19 772.4k 59 558.0M 0 0 59 334.1M 0 2.82M 03:17 01:58 01:19 754.2k 60 558.0M 0 0 60 334.9M 0 2.80M 03:18 01:59 01:19 780.4k 60 558.0M 0 0 60 335.8M 0 2.79M 03:19 02:00 01:19 827.3k 60 558.0M 0 0 60 336.8M 0 2.77M 03:21 02:01 01:20 878.0k 60 558.0M 0 0 60 337.8M 0 2.76M 03:22 02:02 01:20 911.1k 60 558.0M 0 0 60 338.8M 0 2.74M 03:23 02:03 01:20 932.4k 60 558.0M 0 0 60 339.9M 0 2.73M 03:24 02:04 01:20 995.1k 61 558.0M 0 0 61 341.1M 0 2.71M 03:25 02:05 01:20 1.03M 61 558.0M 0 0 61 342.4M 0 2.70M 03:26 02:06 01:20 1.09M 61 558.0M 0 0 61 343.3M 0 2.69M 03:27 02:07 01:20 1.06M 61 558.0M 0 0 61 344.1M 0 2.67M 03:28 02:08 01:20 1.02M 61 558.0M 0 0 61 344.8M 0 2.66M 03:29 02:09 01:20 987.8k 61 558.0M 0 0 61 345.6M 0 2.64M 03:30 02:10 01:20 898.5k 62 558.0M 0 0 62 346.4M 0 2.63M 03:31 02:11 01:20 802.6k 62 558.0M 0 0 62 347.3M 0 2.61M 03:33 02:12 01:21 808.0k 62 558.0M 0 0 62 348.2M 0 2.60M 03:34 02:13 01:21 830.3k 62 558.0M 0 0 62 349.2M 0 2.59M 03:35 02:14 01:21 875.6k 62 558.0M 0 0 62 350.3M 0 2.58M 03:36 02:15 01:21 944.8k 62 558.0M 0 0 62 351.4M 0 2.57M 03:37 02:16 01:21 989.1k 63 558.0M 0 0 63 352.4M 0 2.55M 03:38 02:17 01:21 0.98M 63 558.0M 0 0 63 353.5M 0 2.54M 03:39 02:18 01:21 1.03M 63 558.0M 0 0 63 354.7M 0 2.53M 03:39 02:19 01:20 1.07M 63 558.0M 0 0 63 355.9M 0 2.52M 03:40 02:20 01:20 1.09M 63 558.0M 0 0 63 357.0M 0 2.51M 03:41 02:21 01:20 1.09M 64 558.0M 0 0 64 358.1M 0 2.50M 03:42 02:22 01:20 1.11M 64 558.0M 0 0 64 359.3M 0 2.49M 03:43 02:23 01:20 1.12M 64 558.0M 0 0 64 360.5M 0 2.48M 03:44 02:24 01:20 1.12M 64 558.0M 0 0 64 361.7M 0 2.47M 03:45 02:25 01:20 1.13M 65 558.0M 0 0 65 363.0M 0 2.46M 03:45 02:26 01:19 1.16M 65 558.0M 0 0 65 364.4M 0 2.46M 03:46 02:27 01:19 1.22M 65 558.0M 0 0 65 365.8M 0 2.45M 03:47 02:29 01:18 1.27M 65 558.0M 0 0 65 367.5M 0 2.44M 03:47 02:30 01:17 1.34M 66 558.0M 0 0 66 369.5M 0 2.44M 03:48 02:31 01:17 1.50M 66 558.0M 0 0 66 372.1M 0 2.44M 03:48 02:32 01:16 1.76M 67 558.0M 0 0 67 375.2M 0 2.45M 03:47 02:33 01:14 2.11M 67 558.0M 0 0 67 378.0M 0 2.45M 03:47 02:34 01:13 2.39M 68 558.0M 0 0 68 381.0M 0 2.45M 03:47 02:35 01:12 2.66M 68 558.0M 0 0 68 383.1M 0 2.45M 03:47 02:36 01:11 2.67M 68 558.0M 0 0 68 385.0M 0 2.44M 03:47 02:37 01:10 2.54M 69 558.0M 0 0 69 387.0M 0 2.44M 03:48 02:38 01:10 2.31M 69 558.0M 0 0 69 389.0M 0 2.44M 03:48 02:39 01:09 2.15M 70 558.0M 0 0 70 391.0M 0 2.44M 03:48 02:40 01:08 1.96M 70 558.0M 0 0 70 393.0M 0 2.43M 03:48 02:41 01:07 1.95M 70 558.0M 0 0 70 395.2M 0 2.43M 03:49 02:42 01:07 2.00M 71 558.0M 0 0 71 397.5M 0 2.43M 03:49 02:43 01:06 2.06M 71 558.0M 0 0 71 400.0M 0 2.43M 03:49 02:44 01:05 2.14M 72 558.0M 0 0 72 402.0M 0 2.43M 03:49 02:45 01:04 2.16M 72 558.0M 0 0 72 404.4M 0 2.43M 03:49 02:46 01:03 2.22M 72 558.0M 0 0 72 407.0M 0 2.43M 03:49 02:47 01:02 2.31M 73 558.0M 0 0 73 409.6M 0 2.43M 03:49 02:48 01:01 2.38M 73 558.0M 0 0 73 412.2M 0 2.43M 03:49 02:49 01:00 2.43M 74 558.0M 0 0 74 414.8M 0 2.43M 03:49 02:50 00:59 2.53M 74 558.0M 0 0 74 417.5M 0 2.43M 03:49 02:51 00:58 2.59M 75 558.0M 0 0 75 420.3M 0 2.43M 03:48 02:52 00:56 2.63M 75 558.0M 0 0 75 423.2M 0 2.44M 03:48 02:53 00:55 2.69M 76 558.0M 0 0 76 426.3M 0 2.44M 03:48 02:54 00:54 2.79M 77 558.0M 0 0 77 430.0M 0 2.45M 03:47 02:55 00:52 3.01M 77 558.0M 0 0 77 434.3M 0 2.46M 03:46 02:56 00:50 3.32M 78 558.0M 0 0 78 439.5M 0 2.47M 03:45 02:57 00:48 3.80M 79 558.0M 0 0 79 445.0M 0 2.49M 03:43 02:58 00:45 4.33M 80 558.0M 0 0 80 450.1M 0 2.50M 03:42 02:59 00:43 4.71M 81 558.0M 0 0 81 455.8M 0 2.52M 03:40 03:00 00:40 5.11M 82 558.0M 0 0 82 461.9M 0 2.54M 03:39 03:01 00:38 5.47M 83 558.0M 0 0 83 468.1M 0 2.56M 03:37 03:02 00:35 5.70M 84 558.0M 0 0 84 473.1M 0 2.57M 03:36 03:03 00:33 5.59M 85 558.0M 0 0 85 478.1M 0 2.59M 03:35 03:04 00:31 5.57M 86 558.0M 0 0 86 483.0M 0 2.60M 03:34 03:05 00:29 5.40M 87 558.0M 0 0 87 487.0M 0 2.61M 03:33 03:06 00:27 4.98M 88 558.0M 0 0 88 491.1M 0 2.61M 03:33 03:07 00:26 4.57M 88 558.0M 0 0 88 495.5M 0 2.62M 03:32 03:08 00:24 4.44M 89 558.0M 0 0 89 500.0M 0 2.63M 03:31 03:09 00:22 4.34M 90 558.0M 0 0 90 504.5M 0 2.64M 03:30 03:10 00:20 4.26M 91 558.0M 0 0 91 508.9M 0 2.65M 03:30 03:11 00:19 4.35M 91 558.0M 0 0 91 513.4M 0 2.66M 03:29 03:12 00:17 4.41M 92 558.0M 0 0 92 517.3M 0 2.67M 03:28 03:13 00:15 4.32M 93 558.0M 0 0 93 521.1M 0 2.67M 03:28 03:14 00:14 4.17M 94 558.0M 0 0 94 525.2M 0 2.68M 03:27 03:15 00:12 4.10M 94 558.0M 0 0 94 529.6M 0 2.69M 03:27 03:16 00:11 4.10M 95 558.0M 0 0 95 534.1M 0 2.70M 03:26 03:17 00:09 4.09M 96 558.0M 0 0 96 538.6M 0 2.71M 03:25 03:18 00:07 4.22M 97 558.0M 0 0 97 542.5M 0 2.71M 03:25 03:19 00:06 4.23M 97 558.0M 0 0 97 546.2M 0 2.72M 03:24 03:20 00:04 4.17M 98 558.0M 0 0 98 550.4M 0 2.72M 03:24 03:21 00:03 4.13M 99 558.0M 0 0 99 554.8M 0 2.73M 03:23 03:22 00:01 4.11M* upload completely sent off: 585202671 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: t8QL7KwwRgtutEklpmt0xzaQ2QsSWJ4Olnos9xYTk2iaMizTCKtR7riDzFXCNk58VlPl32DhekBDk4Yw1H99aEH2szX+z4tT < x-amz-request-id: 7JHA9P85KVQ2WZ1J < Server: AmazonS3 < Date: Mon, 01 Jun 2026 10:06:40 GMT < x-amz-server-side-encryption: AES256 < ETag: "2eda21cc363891535abfd7c64261818e" < x-amz-checksum-crc64nvme: rdznQIlbJI8= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < 100 558.0M 0 0 100 558.0M 0 2.73M 03:24 03:24 3.42M 100 558.0M 0 0 100 558.0M 0 2.73M 03:24 03:24 3.42M 100 558.0M 0 0 100 558.0M 0 2.73M 03:24 03:24 3.42M 100 558.0M 0 0 100 558.0M 0 2.73M 03:24 03:24 3.42M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 252.40 seconds no out.png (QPSChart)! heaps: (156051928, 158826048, 157324739.2, 832647.4093703263) [2026-06-01 06:10:08.488790] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-06-01 06:11:15.172540] took 66.7 sec /l/logs.nightly/2026.05.30.21.00.53/logs.tar.bz2: fixed index size 125222.25 MB /l/logs.nightly/2026.05.30.21.00.53/logs.tar.bz2: fixed index time 40472.9s, bytes 25526799676 (from log) [2026-06-01 06:11:56.778053] done: total time 1 day, 9:11:03.031532 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 stored: 2026.05.07.07.47.18, 2026-05-07 07:47:18.021034 stored: 2026.05.08.16.21.29, 2026-05-08 16:21:29.321494 stored: 2026.05.10.01.30.41, 2026-05-10 01:30:41.662038 stored: 2026.05.11.10.20.55, 2026-05-11 10:20:55.840268 stored: 2026.05.12.19.03.21, 2026-05-12 19:03:21.597807 stored: 2026.05.14.04.42.39, 2026-05-14 04:42:39.894474 stored: 2026.05.15.14.49.32, 2026-05-15 14:49:32.469222 stored: 2026.05.17.00.09.49, 2026-05-17 00:09:49.529102 stored: 2026.05.18.10.03.33, 2026-05-18 10:03:33.534249 stored: 2026.05.19.18.39.09, 2026-05-19 18:39:09.681703 stored: 2026.05.21.05.27.46, 2026-05-21 05:27:46.729594 stored: 2026.05.22.14.08.44, 2026-05-22 14:08:44.180338 stored: 2026.05.23.23.18.03, 2026-05-23 23:18:03.408479 stored: 2026.05.25.08.07.42, 2026-05-25 08:07:42.772062 stored: 2026.05.26.16.53.11, 2026-05-26 16:53:11.994365 stored: 2026.05.28.02.18.00, 2026-05-28 02:18:00.403838 stored: 2026.05.29.12.00.19, 2026-05-29 12:00:19.853569 stored: 2026.05.30.21.00.53, 2026-05-30 21:00:53.746499 + 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-06-01 RUN: git clean -xfd Removing analysis/common/build/ Removing analysis/icu/build/ Removing analysis/kuromoji/build/ Removing analysis/morfologik/build/ Removing analysis/nori/build/ Removing analysis/opennlp/build/ Removing analysis/phonetic/build/ Removing analysis/smartcn/build/ Removing analysis/stempel/build/ Removing backward-codecs/build/ Removing benchmark-jmh/build/ Removing benchmark/build/ Removing classification/build/ Removing codecs/build/ Removing compile.log Removing core.tests/build/ Removing core/build/ Removing demo/build/ Removing expressions/build/ Removing facet/build/ Removing grouping/build/ Removing highlighter/build/ Removing join/build/ Removing luke/build/ Removing memory/build/ Removing misc/build/ Removing monitor/build/ Removing queries/build/ Removing queryparser/build/ Removing replicator/build/ Removing sandbox/build/ Removing spatial-extras/build/ Removing spatial-test-fixtures/build/ Removing spatial3d/build/ Removing suggest/build/ Removing test-framework/build/ RUN: git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 96d2aff44d4..57c564f1f3f main -> origin/main Updating 96d2aff44d4..57c564f1f3f Fast-forward lucene/CHANGES.txt | 4 + .../jmh/MaxScoreBulkScorerFilterBenchmark.java | 162 ++++++++++++++++ .../apache/lucene/document/RangeBulkScorer.java | 16 +- .../document/SortedSkipperScorerSupplier.java | 3 +- .../apache/lucene/search/ConstantScoreScorer.java | 7 + .../org/apache/lucene/search/LeafCollector.java | 10 + .../apache/lucene/search/MaxScoreBulkScorer.java | 128 +++++++++---- .../document/TestRangeFilteredBulkScorer.java | 5 +- .../lucene/search/TestMaxScoreBulkScorer.java | 203 +++++++++++++++++++++ .../tests/search/AssertingLeafCollector.java | 51 +++++- .../tests/search/TestAssertingLeafCollector.java | 133 ++++++++++++++ 11 files changed, 675 insertions(+), 47 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/MaxScoreBulkScorerFilterBenchmark.java create mode 100644 lucene/test-framework/src/test/org/apache/lucene/tests/search/TestAssertingLeafCollector.java Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-06-01.log.tmp 2>&1 done en now run ja RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main:analysis/kuromoji/src/resources perf.TestAnalyzerPerf /l/data/jawiki-20200620-lines.txt ja >> /l/logs.nightly/analyzers_ja/2026-06-01.log.tmp 2>&1 done ja + python -uO /l/util.nightly/src/python/sumAnalyzerPerf.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ run sumAnalyzerPerf.py done sumAnalyzerPerf.py + echo + echo 'Run geo benches' Run geo benches + rm -rf /b/osm0.geo3d.small /b/osm0.points.small /b/osm0.points.withdvs.small /b/osm0.shape.small + cd /l/trunk.nightly/lucene + python3 /l/util.nightly/src/python/runGeoBenches.py -nightly -reindex RUN: javac -cp test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:core/build/classes/java/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/RandomQuery.java git head revision 96d2aff44d45b933027c632fc86f330258403835 NOTE: logging all output to /l/logs.nightly/geo/2026.06.01.06.19.42.log.txt; saving results to /l/logs.nightly/geo/2026.06.01.06.19.42.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.2s: points, polyRussia: 2000000... 4.7s: points, polyRussia: 3000000... 6.0s: points, polyRussia: 4000000... 7.4s: points, polyRussia: 5000000... 8.7s: points, polyRussia: 6000000... 10.1s: points, polyRussia: 7000000... 11.4s: points, polyRussia: 8000000... 12.8s: points, polyRussia: 9000000... 14.2s: points, polyRussia: 10000000... 21.6s: points, polyRussia: 11000000... 22.5s: points, polyRussia: 12000000... 23.9s: points, polyRussia: 13000000... 25.2s: points, polyRussia: 14000000... 26.6s: points, polyRussia: 15000000... 27.9s: points, polyRussia: 16000000... 29.3s: points, polyRussia: 17000000... 30.7s: points, polyRussia: 18000000... 32.0s: points, polyRussia: 19000000... 33.4s: points, polyRussia: 20000000... 34.7s: points, polyRussia: 21000000... 42.1s: points, polyRussia: 22000000... 43.0s: points, polyRussia: 23000000... 44.3s: points, polyRussia: 24000000... 45.7s: points, polyRussia: 25000000... 47.0s: points, polyRussia: 26000000... 48.4s: points, polyRussia: 27000000... 49.7s: points, polyRussia: 28000000... 51.0s: points, polyRussia: 29000000... 52.4s: points, polyRussia: 30000000... 53.7s: points, polyRussia: 31000000... 55.1s: points, polyRussia: 32000000... 62.4s: points, polyRussia: 33000000... 63.7s: points, polyRussia: 34000000... 64.6s: points, polyRussia: 35000000... 65.9s: points, polyRussia: 36000000... 67.3s: points, polyRussia: 37000000... 68.6s: points, polyRussia: 38000000... 69.9s: points, polyRussia: 39000000... 71.2s: points, polyRussia: 40000000... 72.6s: points, polyRussia: 41000000... 73.9s: points, polyRussia: 42000000... 75.3s: points, polyRussia: 43000000... 82.6s: points, polyRussia: 44000000... 83.9s: points, polyRussia: 45000000... 84.8s: points, polyRussia: 46000000... 86.2s: points, polyRussia: 47000000... 87.5s: points, polyRussia: 48000000... 88.8s: points, polyRussia: 49000000... 90.2s: points, polyRussia: 50000000... 91.5s: points, polyRussia: 51000000... 92.9s: points, polyRussia: 52000000... 94.2s: points, polyRussia: 53000000... 95.5s: points, polyRussia: 54000000... 102.8s: points, polyRussia: 55000000... 104.1s: points, polyRussia: 56000000... 105.1s: points, polyRussia: 57000000... 106.4s: points, polyRussia: 58000000... 107.8s: points, polyRussia: 59000000... 109.1s: points, polyRussia: 60000000... 112.7s: points, polyRussia: 112.623104566 sec to index part 0 112.7s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 112.7s: points, polyRussia: READER MB: 0.0 112.7s: points, polyRussia: maxDoc=60844404 112.9s: points, polyRussia: ITER 0: 15.55 M hits/sec, 4.43 QPS (0.23 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: *** 113.0s: points, polyRussia: ITER 1: 57.06 M hits/sec, 16.26 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 2: 60.67 M hits/sec, 17.29 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 3: 61.59 M hits/sec, 17.55 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 4: 63.76 M hits/sec, 18.17 QPS (0.06 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 5: 63.11 M hits/sec, 17.99 QPS (0.06 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 6: 61.53 M hits/sec, 17.54 QPS (0.06 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 7: 62.43 M hits/sec, 17.79 QPS (0.06 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 8: 62.54 M hits/sec, 17.82 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 9: 62.99 M hits/sec, 17.95 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 10: 63.77 M hits/sec, 18.17 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: *** 113.6s: points, polyRussia: ITER 11: 62.96 M hits/sec, 17.94 QPS (0.06 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: ITER 12: 63.56 M hits/sec, 18.11 QPS (0.06 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: ITER 13: 62.46 M hits/sec, 17.80 QPS (0.06 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: ITER 14: 63.22 M hits/sec, 18.02 QPS (0.06 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: ITER 15: 57.51 M hits/sec, 16.39 QPS (0.06 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: ITER 16: 63.77 M hits/sec, 18.17 QPS (0.06 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: *** 113.9s: points, polyRussia: ITER 17: 64.18 M hits/sec, 18.29 QPS (0.05 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 18: 65.55 M hits/sec, 18.68 QPS (0.05 sec for 1 queries), totHits=3508846 114.0s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 19: 64.74 M hits/sec, 18.45 QPS (0.05 sec for 1 queries), totHits=3508846 114.0s: points, polyRussia: BEST M hits/sec: 65.55268174732224 114.0s: points, polyRussia: BEST QPS: 18.682119918435358 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|112.6s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 115.8s: geo3d, polyRussia: 1000000... 117.8s: geo3d, polyRussia: 2000000... 119.5s: geo3d, polyRussia: 3000000... 121.1s: geo3d, polyRussia: 4000000... 122.8s: geo3d, polyRussia: 5000000... 124.4s: geo3d, polyRussia: 6000000... 126.0s: geo3d, polyRussia: 7000000... 127.6s: geo3d, polyRussia: 8000000... 129.3s: geo3d, polyRussia: 9000000... 130.9s: geo3d, polyRussia: 10000000... 139.8s: geo3d, polyRussia: 11000000... 140.9s: geo3d, polyRussia: 12000000... 142.6s: geo3d, polyRussia: 13000000... 144.2s: geo3d, polyRussia: 14000000... 145.8s: geo3d, polyRussia: 15000000... 147.5s: geo3d, polyRussia: 16000000... 149.2s: geo3d, polyRussia: 17000000... 150.8s: geo3d, polyRussia: 18000000... 152.4s: geo3d, polyRussia: 19000000... 154.1s: geo3d, polyRussia: 20000000... 155.7s: geo3d, polyRussia: 21000000... 164.6s: geo3d, polyRussia: 22000000... 165.7s: geo3d, polyRussia: 23000000... 167.3s: geo3d, polyRussia: 24000000... 169.0s: geo3d, polyRussia: 25000000... 170.6s: geo3d, polyRussia: 26000000... 172.2s: geo3d, polyRussia: 27000000... 173.9s: geo3d, polyRussia: 28000000... 175.5s: geo3d, polyRussia: 29000000... 177.1s: geo3d, polyRussia: 30000000... 178.7s: geo3d, polyRussia: 31000000... 180.3s: geo3d, polyRussia: 32000000... 189.3s: geo3d, polyRussia: 33000000... 191.0s: geo3d, polyRussia: 34000000... 192.0s: geo3d, polyRussia: 35000000... 193.6s: geo3d, polyRussia: 36000000... 195.2s: geo3d, polyRussia: 37000000... 196.8s: geo3d, polyRussia: 38000000... 198.4s: geo3d, polyRussia: 39000000... 200.1s: geo3d, polyRussia: 40000000... 201.7s: geo3d, polyRussia: 41000000... 203.4s: geo3d, polyRussia: 42000000... 205.0s: geo3d, polyRussia: 43000000... 213.9s: geo3d, polyRussia: 44000000... 215.5s: geo3d, polyRussia: 45000000... 216.5s: geo3d, polyRussia: 46000000... 218.1s: geo3d, polyRussia: 47000000... 219.7s: geo3d, polyRussia: 48000000... 221.3s: geo3d, polyRussia: 49000000... 223.0s: geo3d, polyRussia: 50000000... 224.6s: geo3d, polyRussia: 51000000... 226.3s: geo3d, polyRussia: 52000000... 227.9s: geo3d, polyRussia: 53000000... 229.5s: geo3d, polyRussia: 54000000... 238.4s: geo3d, polyRussia: 55000000... 240.0s: geo3d, polyRussia: 56000000... 241.0s: geo3d, polyRussia: 57000000... 242.7s: geo3d, polyRussia: 58000000... 244.3s: geo3d, polyRussia: 59000000... 245.9s: geo3d, polyRussia: 60000000... 249.3s: geo3d, polyRussia: 135.259034199 sec to index part 0 249.4s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.4s: geo3d, polyRussia: READER MB: 0.0 249.4s: geo3d, polyRussia: maxDoc=60844404 250.8s: geo3d, polyRussia: ITER 0: 2.46 M hits/sec, 0.70 QPS (1.43 sec for 1 queries), totHits=3508671 250.8s: geo3d, polyRussia: *** 251.9s: geo3d, polyRussia: ITER 1: 3.10 M hits/sec, 0.88 QPS (1.13 sec for 1 queries), totHits=3508671 251.9s: geo3d, polyRussia: *** 253.0s: geo3d, polyRussia: ITER 2: 3.39 M hits/sec, 0.97 QPS (1.04 sec for 1 queries), totHits=3508671 253.0s: geo3d, polyRussia: *** 254.0s: geo3d, polyRussia: ITER 3: 3.39 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 255.0s: geo3d, polyRussia: ITER 4: 3.45 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 255.0s: geo3d, polyRussia: *** 256.1s: geo3d, polyRussia: ITER 5: 3.38 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 257.1s: geo3d, polyRussia: ITER 6: 3.44 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 258.1s: geo3d, polyRussia: ITER 7: 3.49 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 258.1s: geo3d, polyRussia: *** 259.1s: geo3d, polyRussia: ITER 8: 3.43 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 260.2s: geo3d, polyRussia: ITER 9: 3.25 M hits/sec, 0.93 QPS (1.08 sec for 1 queries), totHits=3508671 261.2s: geo3d, polyRussia: ITER 10: 3.36 M hits/sec, 0.96 QPS (1.05 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: ITER 11: 3.51 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: *** 263.3s: geo3d, polyRussia: ITER 12: 3.41 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 264.3s: geo3d, polyRussia: ITER 13: 3.44 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 265.3s: geo3d, polyRussia: ITER 14: 3.56 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 265.3s: geo3d, polyRussia: *** 266.3s: geo3d, polyRussia: ITER 15: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 267.2s: geo3d, polyRussia: ITER 16: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 267.2s: geo3d, polyRussia: *** 268.2s: geo3d, polyRussia: ITER 17: 3.49 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 269.2s: geo3d, polyRussia: ITER 18: 3.48 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 270.2s: geo3d, polyRussia: ITER 19: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 270.2s: geo3d, polyRussia: BEST M hits/sec: 3.601056012784761 270.2s: geo3d, polyRussia: BEST QPS: 1.026330486040088 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|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 272.1s: shapes, polyRussia: 1000000... 274.4s: shapes, polyRussia: 2000000... 276.5s: shapes, polyRussia: 3000000... 278.4s: shapes, polyRussia: 4000000... 280.3s: shapes, polyRussia: 5000000... 282.3s: shapes, polyRussia: 6000000... 284.2s: shapes, polyRussia: 7000000... 286.1s: shapes, polyRussia: 8000000... 288.1s: shapes, polyRussia: 9000000... 290.0s: shapes, polyRussia: 10000000... 301.6s: shapes, polyRussia: 11000000... 302.8s: shapes, polyRussia: 12000000... 304.7s: shapes, polyRussia: 13000000... 306.7s: shapes, polyRussia: 14000000... 308.6s: shapes, polyRussia: 15000000... 310.6s: shapes, polyRussia: 16000000... 312.6s: shapes, polyRussia: 17000000... 314.5s: shapes, polyRussia: 18000000... 316.5s: shapes, polyRussia: 19000000... 318.4s: shapes, polyRussia: 20000000... 320.4s: shapes, polyRussia: 21000000... 332.1s: shapes, polyRussia: 22000000... 333.3s: shapes, polyRussia: 23000000... 335.2s: shapes, polyRussia: 24000000... 337.2s: shapes, polyRussia: 25000000... 339.1s: shapes, polyRussia: 26000000... 341.1s: shapes, polyRussia: 27000000... 343.0s: shapes, polyRussia: 28000000... 344.9s: shapes, polyRussia: 29000000... 346.8s: shapes, polyRussia: 30000000... 348.7s: shapes, polyRussia: 31000000... 350.6s: shapes, polyRussia: 32000000... 362.3s: shapes, polyRussia: 33000000... 364.3s: shapes, polyRussia: 34000000... 365.4s: shapes, polyRussia: 35000000... 367.3s: shapes, polyRussia: 36000000... 369.2s: shapes, polyRussia: 37000000... 371.1s: shapes, polyRussia: 38000000... 373.0s: shapes, polyRussia: 39000000... 375.0s: shapes, polyRussia: 40000000... 376.9s: shapes, polyRussia: 41000000... 378.9s: shapes, polyRussia: 42000000... 380.8s: shapes, polyRussia: 43000000... 392.4s: shapes, polyRussia: 44000000... 394.3s: shapes, polyRussia: 45000000... 395.4s: shapes, polyRussia: 46000000... 397.4s: shapes, polyRussia: 47000000... 399.3s: shapes, polyRussia: 48000000... 401.2s: shapes, polyRussia: 49000000... 403.2s: shapes, polyRussia: 50000000... 405.1s: shapes, polyRussia: 51000000... 407.0s: shapes, polyRussia: 52000000... 408.9s: shapes, polyRussia: 53000000... 410.8s: shapes, polyRussia: 54000000... 422.5s: shapes, polyRussia: 55000000... 424.4s: shapes, polyRussia: 56000000... 425.5s: shapes, polyRussia: 57000000... 427.5s: shapes, polyRussia: 58000000... 429.4s: shapes, polyRussia: 59000000... 431.3s: shapes, polyRussia: 60000000... 436.3s: shapes, polyRussia: 165.925352428 sec to index part 0 436.3s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 436.3s: shapes, polyRussia: READER MB: 0.0 436.3s: shapes, polyRussia: maxDoc=60844404 436.5s: shapes, polyRussia: ITER 0: 18.88 M hits/sec, 5.38 QPS (0.19 sec for 1 queries), totHits=3508846 436.5s: shapes, polyRussia: *** 436.6s: shapes, polyRussia: ITER 1: 37.24 M hits/sec, 10.61 QPS (0.09 sec for 1 queries), totHits=3508846 436.6s: shapes, polyRussia: *** 436.7s: shapes, polyRussia: ITER 2: 43.86 M hits/sec, 12.50 QPS (0.08 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: *** 436.7s: shapes, polyRussia: ITER 3: 44.09 M hits/sec, 12.56 QPS (0.08 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: *** 436.8s: shapes, polyRussia: ITER 4: 44.00 M hits/sec, 12.54 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: ITER 5: 44.38 M hits/sec, 12.65 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: *** 437.0s: shapes, polyRussia: ITER 6: 44.14 M hits/sec, 12.58 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: ITER 7: 44.09 M hits/sec, 12.57 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: ITER 8: 44.61 M hits/sec, 12.71 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: *** 437.2s: shapes, polyRussia: ITER 9: 44.40 M hits/sec, 12.65 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: ITER 10: 44.48 M hits/sec, 12.68 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 11: 41.78 M hits/sec, 11.91 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 12: 36.24 M hits/sec, 10.33 QPS (0.10 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 13: 44.50 M hits/sec, 12.68 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 14: 44.86 M hits/sec, 12.78 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: ITER 15: 44.92 M hits/sec, 12.80 QPS (0.08 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.8s: shapes, polyRussia: ITER 16: 44.98 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: *** 437.9s: shapes, polyRussia: ITER 17: 44.63 M hits/sec, 12.72 QPS (0.08 sec for 1 queries), totHits=3508846 437.9s: shapes, polyRussia: ITER 18: 43.69 M hits/sec, 12.45 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 19: 45.02 M hits/sec, 12.83 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: *** 438.0s: shapes, polyRussia: BEST M hits/sec: 45.02127293978797 438.0s: shapes, polyRussia: BEST QPS: 12.830791929821933 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 438.3s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 438.3s: points, polyMedium: READER MB: 0.0 438.3s: points, polyMedium: maxDoc=60844404 438.8s: points, polyMedium: ITER 0: 6.77 M hits/sec, 82.94 QPS (0.40 sec for 33 queries), totHits=2693559 438.8s: points, polyMedium: *** 439.0s: points, polyMedium: ITER 1: 16.19 M hits/sec, 198.34 QPS (0.17 sec for 33 queries), totHits=2693559 439.0s: points, polyMedium: *** 439.2s: points, polyMedium: ITER 2: 16.55 M hits/sec, 202.74 QPS (0.16 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: *** 439.3s: points, polyMedium: ITER 3: 16.48 M hits/sec, 201.93 QPS (0.16 sec for 33 queries), totHits=2693559 439.5s: points, polyMedium: ITER 4: 16.05 M hits/sec, 196.65 QPS (0.17 sec for 33 queries), totHits=2693559 439.6s: points, polyMedium: ITER 5: 16.72 M hits/sec, 204.89 QPS (0.16 sec for 33 queries), totHits=2693559 439.6s: points, polyMedium: *** 439.8s: points, polyMedium: ITER 6: 16.58 M hits/sec, 203.13 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: ITER 7: 16.82 M hits/sec, 206.03 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: *** 440.1s: points, polyMedium: ITER 8: 16.69 M hits/sec, 204.42 QPS (0.16 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: ITER 9: 16.78 M hits/sec, 205.57 QPS (0.16 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 10: 16.64 M hits/sec, 203.88 QPS (0.16 sec for 33 queries), totHits=2693559 440.6s: points, polyMedium: ITER 11: 16.64 M hits/sec, 203.85 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 12: 16.55 M hits/sec, 202.77 QPS (0.16 sec for 33 queries), totHits=2693559 440.9s: points, polyMedium: ITER 13: 16.48 M hits/sec, 201.94 QPS (0.16 sec for 33 queries), totHits=2693559 441.1s: points, polyMedium: ITER 14: 16.57 M hits/sec, 202.98 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 15: 16.27 M hits/sec, 199.37 QPS (0.17 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: ITER 16: 15.96 M hits/sec, 195.48 QPS (0.17 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: ITER 17: 16.70 M hits/sec, 204.64 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 18: 16.53 M hits/sec, 202.51 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 19: 16.46 M hits/sec, 201.66 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: BEST M hits/sec: 16.81672389461525 441.9s: points, polyMedium: BEST QPS: 206.029230665563 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 442.2s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 442.2s: geo3d, polyMedium: READER MB: 0.0 442.2s: geo3d, polyMedium: maxDoc=60844404 443.9s: geo3d, polyMedium: ITER 0: 1.69 M hits/sec, 20.75 QPS (1.59 sec for 33 queries), totHits=2693541 443.9s: geo3d, polyMedium: *** 445.0s: geo3d, polyMedium: ITER 1: 2.48 M hits/sec, 30.33 QPS (1.09 sec for 33 queries), totHits=2693541 445.0s: geo3d, polyMedium: *** 446.0s: geo3d, polyMedium: ITER 2: 2.56 M hits/sec, 31.37 QPS (1.05 sec for 33 queries), totHits=2693541 446.0s: geo3d, polyMedium: *** 447.1s: geo3d, polyMedium: ITER 3: 2.49 M hits/sec, 30.45 QPS (1.08 sec for 33 queries), totHits=2693541 448.2s: geo3d, polyMedium: ITER 4: 2.50 M hits/sec, 30.62 QPS (1.08 sec for 33 queries), totHits=2693541 449.3s: geo3d, polyMedium: ITER 5: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 450.4s: geo3d, polyMedium: ITER 6: 2.39 M hits/sec, 29.22 QPS (1.13 sec for 33 queries), totHits=2693541 451.5s: geo3d, polyMedium: ITER 7: 2.47 M hits/sec, 30.30 QPS (1.09 sec for 33 queries), totHits=2693541 452.6s: geo3d, polyMedium: ITER 8: 2.41 M hits/sec, 29.55 QPS (1.12 sec for 33 queries), totHits=2693541 453.7s: geo3d, polyMedium: ITER 9: 2.55 M hits/sec, 31.24 QPS (1.06 sec for 33 queries), totHits=2693541 454.8s: geo3d, polyMedium: ITER 10: 2.42 M hits/sec, 29.61 QPS (1.11 sec for 33 queries), totHits=2693541 455.8s: geo3d, polyMedium: ITER 11: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 456.9s: geo3d, polyMedium: ITER 12: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 458.0s: geo3d, polyMedium: ITER 13: 2.50 M hits/sec, 30.58 QPS (1.08 sec for 33 queries), totHits=2693541 459.1s: geo3d, polyMedium: ITER 14: 2.47 M hits/sec, 30.32 QPS (1.09 sec for 33 queries), totHits=2693541 460.2s: geo3d, polyMedium: ITER 15: 2.51 M hits/sec, 30.78 QPS (1.07 sec for 33 queries), totHits=2693541 461.2s: geo3d, polyMedium: ITER 16: 2.52 M hits/sec, 30.86 QPS (1.07 sec for 33 queries), totHits=2693541 462.3s: geo3d, polyMedium: ITER 17: 2.48 M hits/sec, 30.33 QPS (1.09 sec for 33 queries), totHits=2693541 463.4s: geo3d, polyMedium: ITER 18: 2.47 M hits/sec, 30.25 QPS (1.09 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: ITER 19: 2.50 M hits/sec, 30.63 QPS (1.08 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: BEST M hits/sec: 2.56031477003061 464.5s: geo3d, polyMedium: BEST QPS: 31.367774766008807 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 464.8s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 464.8s: shapes, polyMedium: READER MB: 0.0 464.8s: shapes, polyMedium: maxDoc=60844404 465.4s: shapes, polyMedium: ITER 0: 5.34 M hits/sec, 65.42 QPS (0.50 sec for 33 queries), totHits=2693559 465.4s: shapes, polyMedium: *** 465.6s: shapes, polyMedium: ITER 1: 12.69 M hits/sec, 155.42 QPS (0.21 sec for 33 queries), totHits=2693559 465.6s: shapes, polyMedium: *** 465.8s: shapes, polyMedium: ITER 2: 12.69 M hits/sec, 155.41 QPS (0.21 sec for 33 queries), totHits=2693559 466.0s: shapes, polyMedium: ITER 3: 12.73 M hits/sec, 155.95 QPS (0.21 sec for 33 queries), totHits=2693559 466.0s: shapes, polyMedium: *** 466.2s: shapes, polyMedium: ITER 4: 12.75 M hits/sec, 156.16 QPS (0.21 sec for 33 queries), totHits=2693559 466.2s: shapes, polyMedium: *** 466.4s: shapes, polyMedium: ITER 5: 13.05 M hits/sec, 159.85 QPS (0.21 sec for 33 queries), totHits=2693559 466.4s: shapes, polyMedium: *** 466.7s: shapes, polyMedium: ITER 6: 13.05 M hits/sec, 159.86 QPS (0.21 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: *** 466.9s: shapes, polyMedium: ITER 7: 12.79 M hits/sec, 156.71 QPS (0.21 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: ITER 8: 12.87 M hits/sec, 157.70 QPS (0.21 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 9: 13.01 M hits/sec, 159.38 QPS (0.21 sec for 33 queries), totHits=2693559 467.5s: shapes, polyMedium: ITER 10: 12.94 M hits/sec, 158.53 QPS (0.21 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: ITER 11: 13.00 M hits/sec, 159.26 QPS (0.21 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 12: 13.09 M hits/sec, 160.42 QPS (0.21 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: *** 468.1s: shapes, polyMedium: ITER 13: 12.73 M hits/sec, 155.92 QPS (0.21 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: ITER 14: 12.88 M hits/sec, 157.74 QPS (0.21 sec for 33 queries), totHits=2693559 468.5s: shapes, polyMedium: ITER 15: 12.97 M hits/sec, 158.93 QPS (0.21 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 16: 12.57 M hits/sec, 153.99 QPS (0.21 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 17: 11.99 M hits/sec, 146.84 QPS (0.22 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: ITER 18: 12.69 M hits/sec, 155.53 QPS (0.21 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: ITER 19: 12.76 M hits/sec, 156.34 QPS (0.21 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: BEST M hits/sec: 13.093789305268967 469.4s: shapes, polyMedium: BEST QPS: 160.41788840484872 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 469.6s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 469.6s: points, poly 10: READER MB: 0.0 469.6s: points, poly 10: maxDoc=60844404 471.7s: points, poly 10: ITER 0: 176.73 M hits/sec, 111.75 QPS (2.01 sec for 225 queries), totHits=355809475 471.7s: points, poly 10: *** 473.4s: points, poly 10: ITER 1: 211.59 M hits/sec, 133.80 QPS (1.68 sec for 225 queries), totHits=355809475 473.4s: points, poly 10: *** 474.7s: points, poly 10: ITER 2: 268.51 M hits/sec, 169.79 QPS (1.33 sec for 225 queries), totHits=355809475 474.7s: points, poly 10: *** 476.0s: points, poly 10: ITER 3: 279.22 M hits/sec, 176.57 QPS (1.27 sec for 225 queries), totHits=355809475 476.0s: points, poly 10: *** 477.2s: points, poly 10: ITER 4: 289.40 M hits/sec, 183.01 QPS (1.23 sec for 225 queries), totHits=355809475 477.2s: points, poly 10: *** 478.4s: points, poly 10: ITER 5: 287.05 M hits/sec, 181.52 QPS (1.24 sec for 225 queries), totHits=355809475 479.7s: points, poly 10: ITER 6: 289.16 M hits/sec, 182.86 QPS (1.23 sec for 225 queries), totHits=355809475 480.9s: points, poly 10: ITER 7: 287.27 M hits/sec, 181.66 QPS (1.24 sec for 225 queries), totHits=355809475 482.1s: points, poly 10: ITER 8: 290.67 M hits/sec, 183.81 QPS (1.22 sec for 225 queries), totHits=355809475 482.1s: points, poly 10: *** 483.4s: points, poly 10: ITER 9: 288.62 M hits/sec, 182.51 QPS (1.23 sec for 225 queries), totHits=355809475 484.6s: points, poly 10: ITER 10: 282.24 M hits/sec, 178.48 QPS (1.26 sec for 225 queries), totHits=355809475 485.9s: points, poly 10: ITER 11: 287.17 M hits/sec, 181.59 QPS (1.24 sec for 225 queries), totHits=355809475 487.1s: points, poly 10: ITER 12: 288.57 M hits/sec, 182.48 QPS (1.23 sec for 225 queries), totHits=355809475 488.4s: points, poly 10: ITER 13: 280.22 M hits/sec, 177.20 QPS (1.27 sec for 225 queries), totHits=355809475 489.6s: points, poly 10: ITER 14: 283.59 M hits/sec, 179.33 QPS (1.25 sec for 225 queries), totHits=355809475 490.9s: points, poly 10: ITER 15: 285.63 M hits/sec, 180.62 QPS (1.25 sec for 225 queries), totHits=355809475 492.1s: points, poly 10: ITER 16: 284.77 M hits/sec, 180.08 QPS (1.25 sec for 225 queries), totHits=355809475 493.3s: points, poly 10: ITER 17: 287.10 M hits/sec, 181.55 QPS (1.24 sec for 225 queries), totHits=355809475 494.6s: points, poly 10: ITER 18: 284.37 M hits/sec, 179.82 QPS (1.25 sec for 225 queries), totHits=355809475 495.9s: points, poly 10: ITER 19: 283.04 M hits/sec, 178.98 QPS (1.26 sec for 225 queries), totHits=355809475 495.9s: points, poly 10: BEST M hits/sec: 290.6687741220015 495.9s: points, poly 10: BEST QPS: 183.80756773677916 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 496.1s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 496.1s: geo3d, poly 10: READER MB: 0.0 496.1s: geo3d, poly 10: maxDoc=60844404 498.0s: geo3d, poly 10: ITER 0: 190.54 M hits/sec, 120.47 QPS (1.87 sec for 225 queries), totHits=355855227 498.0s: geo3d, poly 10: *** 499.5s: geo3d, poly 10: ITER 1: 236.13 M hits/sec, 149.30 QPS (1.51 sec for 225 queries), totHits=355855227 499.5s: geo3d, poly 10: *** 501.0s: geo3d, poly 10: ITER 2: 234.54 M hits/sec, 148.30 QPS (1.52 sec for 225 queries), totHits=355855227 502.6s: geo3d, poly 10: ITER 3: 225.38 M hits/sec, 142.50 QPS (1.58 sec for 225 queries), totHits=355855227 504.1s: geo3d, poly 10: ITER 4: 243.95 M hits/sec, 154.25 QPS (1.46 sec for 225 queries), totHits=355855227 504.1s: geo3d, poly 10: *** 505.5s: geo3d, poly 10: ITER 5: 250.46 M hits/sec, 158.36 QPS (1.42 sec for 225 queries), totHits=355855227 505.5s: geo3d, poly 10: *** 506.9s: geo3d, poly 10: ITER 6: 247.62 M hits/sec, 156.56 QPS (1.44 sec for 225 queries), totHits=355855227 508.4s: geo3d, poly 10: ITER 7: 247.00 M hits/sec, 156.17 QPS (1.44 sec for 225 queries), totHits=355855227 509.8s: geo3d, poly 10: ITER 8: 249.54 M hits/sec, 157.78 QPS (1.43 sec for 225 queries), totHits=355855227 511.2s: geo3d, poly 10: ITER 9: 248.46 M hits/sec, 157.10 QPS (1.43 sec for 225 queries), totHits=355855227 512.7s: geo3d, poly 10: ITER 10: 243.15 M hits/sec, 153.74 QPS (1.46 sec for 225 queries), totHits=355855227 514.1s: geo3d, poly 10: ITER 11: 246.02 M hits/sec, 155.55 QPS (1.45 sec for 225 queries), totHits=355855227 515.6s: geo3d, poly 10: ITER 12: 246.25 M hits/sec, 155.70 QPS (1.45 sec for 225 queries), totHits=355855227 517.0s: geo3d, poly 10: ITER 13: 244.83 M hits/sec, 154.80 QPS (1.45 sec for 225 queries), totHits=355855227 518.5s: geo3d, poly 10: ITER 14: 245.30 M hits/sec, 155.10 QPS (1.45 sec for 225 queries), totHits=355855227 520.0s: geo3d, poly 10: ITER 15: 240.55 M hits/sec, 152.09 QPS (1.48 sec for 225 queries), totHits=355855227 521.4s: geo3d, poly 10: ITER 16: 243.80 M hits/sec, 154.15 QPS (1.46 sec for 225 queries), totHits=355855227 522.9s: geo3d, poly 10: ITER 17: 247.34 M hits/sec, 156.39 QPS (1.44 sec for 225 queries), totHits=355855227 524.3s: geo3d, poly 10: ITER 18: 242.68 M hits/sec, 153.44 QPS (1.47 sec for 225 queries), totHits=355855227 525.8s: geo3d, poly 10: ITER 19: 245.24 M hits/sec, 155.06 QPS (1.45 sec for 225 queries), totHits=355855227 525.8s: geo3d, poly 10: BEST M hits/sec: 250.45795601527263 525.8s: geo3d, poly 10: BEST QPS: 158.35945583408935 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -poly 10 526.0s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 526.0s: shapes, poly 10: READER MB: 0.0 526.0s: shapes, poly 10: maxDoc=60844404 528.6s: shapes, poly 10: ITER 0: 139.23 M hits/sec, 88.04 QPS (2.56 sec for 225 queries), totHits=355809475 528.6s: shapes, poly 10: *** 530.9s: shapes, poly 10: ITER 1: 156.71 M hits/sec, 99.09 QPS (2.27 sec for 225 queries), totHits=355809475 530.9s: shapes, poly 10: *** 532.9s: shapes, poly 10: ITER 2: 176.11 M hits/sec, 111.37 QPS (2.02 sec for 225 queries), totHits=355809475 532.9s: shapes, poly 10: *** 534.9s: shapes, poly 10: ITER 3: 180.06 M hits/sec, 113.86 QPS (1.98 sec for 225 queries), totHits=355809475 534.9s: shapes, poly 10: *** 536.8s: shapes, poly 10: ITER 4: 184.81 M hits/sec, 116.86 QPS (1.93 sec for 225 queries), totHits=355809475 536.8s: shapes, poly 10: *** 538.7s: shapes, poly 10: ITER 5: 184.63 M hits/sec, 116.75 QPS (1.93 sec for 225 queries), totHits=355809475 540.7s: shapes, poly 10: ITER 6: 186.25 M hits/sec, 117.78 QPS (1.91 sec for 225 queries), totHits=355809475 540.7s: shapes, poly 10: *** 542.6s: shapes, poly 10: ITER 7: 185.48 M hits/sec, 117.29 QPS (1.92 sec for 225 queries), totHits=355809475 544.5s: shapes, poly 10: ITER 8: 184.91 M hits/sec, 116.93 QPS (1.92 sec for 225 queries), totHits=355809475 546.4s: shapes, poly 10: ITER 9: 184.72 M hits/sec, 116.81 QPS (1.93 sec for 225 queries), totHits=355809475 548.3s: shapes, poly 10: ITER 10: 185.20 M hits/sec, 117.12 QPS (1.92 sec for 225 queries), totHits=355809475 550.3s: shapes, poly 10: ITER 11: 185.65 M hits/sec, 117.40 QPS (1.92 sec for 225 queries), totHits=355809475 552.2s: shapes, poly 10: ITER 12: 185.72 M hits/sec, 117.44 QPS (1.92 sec for 225 queries), totHits=355809475 554.1s: shapes, poly 10: ITER 13: 184.70 M hits/sec, 116.80 QPS (1.93 sec for 225 queries), totHits=355809475 556.0s: shapes, poly 10: ITER 14: 184.90 M hits/sec, 116.92 QPS (1.92 sec for 225 queries), totHits=355809475 558.0s: shapes, poly 10: ITER 15: 182.32 M hits/sec, 115.29 QPS (1.95 sec for 225 queries), totHits=355809475 559.9s: shapes, poly 10: ITER 16: 181.48 M hits/sec, 114.76 QPS (1.96 sec for 225 queries), totHits=355809475 561.9s: shapes, poly 10: ITER 17: 183.17 M hits/sec, 115.83 QPS (1.94 sec for 225 queries), totHits=355809475 563.8s: shapes, poly 10: ITER 18: 183.43 M hits/sec, 115.99 QPS (1.94 sec for 225 queries), totHits=355809475 565.8s: shapes, poly 10: ITER 19: 182.58 M hits/sec, 115.46 QPS (1.95 sec for 225 queries), totHits=355809475 565.8s: shapes, poly 10: BEST M hits/sec: 186.24825683039455 565.8s: shapes, poly 10: BEST QPS: 117.77611539669867 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|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 566.0s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 566.0s: points, nearest 10: READER MB: 0.0 566.0s: points, nearest 10: maxDoc=60844404 566.2s: points, nearest 10: ITER 0: 1331.81 QPS (0.17 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.2s: points, nearest 10: *** 566.3s: points, nearest 10: ITER 1: 2607.38 QPS (0.09 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.3s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 2: 2722.56 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.4s: points, nearest 10: ITER 3: 2748.52 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.4s: points, nearest 10: *** 566.5s: points, nearest 10: ITER 4: 2818.87 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.5s: points, nearest 10: *** 566.6s: points, nearest 10: ITER 5: 2838.61 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.6s: points, nearest 10: *** 566.7s: points, nearest 10: ITER 6: 2808.87 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.8s: points, nearest 10: ITER 7: 2695.92 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.8s: points, nearest 10: ITER 8: 3181.84 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.8s: points, nearest 10: *** 566.9s: points, nearest 10: ITER 9: 3275.57 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 566.9s: points, nearest 10: *** 567.0s: points, nearest 10: ITER 10: 3279.48 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: *** 567.0s: points, nearest 10: ITER 11: 3281.61 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: *** 567.1s: points, nearest 10: ITER 12: 3278.66 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: ITER 13: 3276.47 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: ITER 14: 3273.63 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: ITER 15: 3111.42 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.4s: points, nearest 10: ITER 16: 3264.80 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.5s: points, nearest 10: ITER 17: 3279.82 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.5s: points, nearest 10: ITER 18: 3282.04 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.5s: points, nearest 10: *** 567.6s: points, nearest 10: ITER 19: 3282.26 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.6s: points, nearest 10: *** 567.6s: points, nearest 10: BEST M hits/sec: 0.03282262256517956 567.6s: points, nearest 10: BEST QPS: 3282.2622565179563 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 569.4s: points, sort: 1000000... 571.4s: points, sort: 2000000... 572.9s: points, sort: 3000000... 574.4s: points, sort: 4000000... 575.8s: points, sort: 5000000... 577.2s: points, sort: 6000000... 578.7s: points, sort: 7000000... 580.1s: points, sort: 8000000... 581.6s: points, sort: 9000000... 583.0s: points, sort: 10000000... 590.8s: points, sort: 11000000... 591.8s: points, sort: 12000000... 593.2s: points, sort: 13000000... 594.6s: points, sort: 14000000... 596.1s: points, sort: 15000000... 597.5s: points, sort: 16000000... 599.0s: points, sort: 17000000... 600.4s: points, sort: 18000000... 601.9s: points, sort: 19000000... 603.3s: points, sort: 20000000... 604.8s: points, sort: 21000000... 612.3s: points, sort: 22000000... 613.3s: points, sort: 23000000... 614.7s: points, sort: 24000000... 616.2s: points, sort: 25000000... 617.6s: points, sort: 26000000... 619.1s: points, sort: 27000000... 620.5s: points, sort: 28000000... 621.9s: points, sort: 29000000... 623.3s: points, sort: 30000000... 624.8s: points, sort: 31000000... 626.2s: points, sort: 32000000... 633.7s: points, sort: 33000000... 635.2s: points, sort: 34000000... 636.1s: points, sort: 35000000... 637.5s: points, sort: 36000000... 638.9s: points, sort: 37000000... 640.4s: points, sort: 38000000... 641.8s: points, sort: 39000000... 643.2s: points, sort: 40000000... 644.6s: points, sort: 41000000... 646.0s: points, sort: 42000000... 647.4s: points, sort: 43000000... 655.0s: points, sort: 44000000... 656.4s: points, sort: 45000000... 657.3s: points, sort: 46000000... 658.7s: points, sort: 47000000... 660.2s: points, sort: 48000000... 661.6s: points, sort: 49000000... 663.0s: points, sort: 50000000... 664.5s: points, sort: 51000000... 665.9s: points, sort: 52000000... 667.3s: points, sort: 53000000... 668.7s: points, sort: 54000000... 676.2s: points, sort: 55000000... 677.6s: points, sort: 56000000... 678.6s: points, sort: 57000000... 680.0s: points, sort: 58000000... 681.5s: points, sort: 59000000... 682.9s: points, sort: 60000000... 686.6s: points, sort: 118.961159824 sec to index part 0 686.6s: points, sort: INDEX SIZE: 0.9472499107941985 GB 686.6s: points, sort: READER MB: 0.0 686.6s: points, sort: maxDoc=60844404 688.8s: points, sort: ITER 0: 133.78 M hits/sec, 136.13 QPS (1.65 sec for 225 queries), totHits=221118844 688.8s: points, sort: *** 690.7s: points, sort: ITER 1: 152.54 M hits/sec, 155.22 QPS (1.45 sec for 225 queries), totHits=221118844 690.7s: points, sort: *** 692.6s: points, sort: ITER 2: 151.46 M hits/sec, 154.12 QPS (1.46 sec for 225 queries), totHits=221118844 694.4s: points, sort: ITER 3: 154.16 M hits/sec, 156.87 QPS (1.43 sec for 225 queries), totHits=221118844 694.4s: points, sort: *** 696.3s: points, sort: ITER 4: 153.96 M hits/sec, 156.66 QPS (1.44 sec for 225 queries), totHits=221118844 698.2s: points, sort: ITER 5: 153.77 M hits/sec, 156.47 QPS (1.44 sec for 225 queries), totHits=221118844 700.0s: points, sort: ITER 6: 153.69 M hits/sec, 156.38 QPS (1.44 sec for 225 queries), totHits=221118844 701.9s: points, sort: ITER 7: 153.64 M hits/sec, 156.33 QPS (1.44 sec for 225 queries), totHits=221118844 703.8s: points, sort: ITER 8: 154.91 M hits/sec, 157.63 QPS (1.43 sec for 225 queries), totHits=221118844 703.8s: points, sort: *** 705.7s: points, sort: ITER 9: 154.63 M hits/sec, 157.35 QPS (1.43 sec for 225 queries), totHits=221118844 707.5s: points, sort: ITER 10: 152.92 M hits/sec, 155.61 QPS (1.45 sec for 225 queries), totHits=221118844 709.4s: points, sort: ITER 11: 153.89 M hits/sec, 156.59 QPS (1.44 sec for 225 queries), totHits=221118844 711.3s: points, sort: ITER 12: 153.10 M hits/sec, 155.79 QPS (1.44 sec for 225 queries), totHits=221118844 713.2s: points, sort: ITER 13: 153.99 M hits/sec, 156.69 QPS (1.44 sec for 225 queries), totHits=221118844 715.2s: points, sort: ITER 14: 149.32 M hits/sec, 151.94 QPS (1.48 sec for 225 queries), totHits=221118844 717.1s: points, sort: ITER 15: 151.31 M hits/sec, 153.97 QPS (1.46 sec for 225 queries), totHits=221118844 719.0s: points, sort: ITER 16: 152.64 M hits/sec, 155.32 QPS (1.45 sec for 225 queries), totHits=221118844 720.9s: points, sort: ITER 17: 149.78 M hits/sec, 152.41 QPS (1.48 sec for 225 queries), totHits=221118844 722.8s: points, sort: ITER 18: 151.56 M hits/sec, 154.22 QPS (1.46 sec for 225 queries), totHits=221118844 724.8s: points, sort: ITER 19: 148.78 M hits/sec, 151.39 QPS (1.49 sec for 225 queries), totHits=221118844 724.8s: points, sort: BEST M hits/sec: 154.9127967789454 724.8s: points, sort: BEST QPS: 157.6318808688359 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|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|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|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 725.1s: points, distance: INDEX SIZE: 0.4939169967547059 GB 725.1s: points, distance: READER MB: 0.0 725.1s: points, distance: maxDoc=60844404 727.1s: points, distance: ITER 0: 188.58 M hits/sec, 110.80 QPS (2.03 sec for 225 queries), totHits=382961957 727.1s: points, distance: *** 728.9s: points, distance: ITER 1: 217.75 M hits/sec, 127.94 QPS (1.76 sec for 225 queries), totHits=382961957 728.9s: points, distance: *** 730.1s: points, distance: ITER 2: 312.10 M hits/sec, 183.37 QPS (1.23 sec for 225 queries), totHits=382961957 730.1s: points, distance: *** 731.3s: points, distance: ITER 3: 302.92 M hits/sec, 177.97 QPS (1.26 sec for 225 queries), totHits=382961957 732.6s: points, distance: ITER 4: 303.25 M hits/sec, 178.17 QPS (1.26 sec for 225 queries), totHits=382961957 733.8s: points, distance: ITER 5: 325.02 M hits/sec, 190.96 QPS (1.18 sec for 225 queries), totHits=382961957 733.8s: points, distance: *** 735.0s: points, distance: ITER 6: 319.05 M hits/sec, 187.45 QPS (1.20 sec for 225 queries), totHits=382961957 736.2s: points, distance: ITER 7: 320.82 M hits/sec, 188.49 QPS (1.19 sec for 225 queries), totHits=382961957 737.4s: points, distance: ITER 8: 324.92 M hits/sec, 190.90 QPS (1.18 sec for 225 queries), totHits=382961957 738.5s: points, distance: ITER 9: 322.21 M hits/sec, 189.30 QPS (1.19 sec for 225 queries), totHits=382961957 739.7s: points, distance: ITER 10: 318.84 M hits/sec, 187.33 QPS (1.20 sec for 225 queries), totHits=382961957 740.9s: points, distance: ITER 11: 319.49 M hits/sec, 187.71 QPS (1.20 sec for 225 queries), totHits=382961957 742.2s: points, distance: ITER 12: 309.08 M hits/sec, 181.59 QPS (1.24 sec for 225 queries), totHits=382961957 743.4s: points, distance: ITER 13: 309.40 M hits/sec, 181.78 QPS (1.24 sec for 225 queries), totHits=382961957 744.6s: points, distance: ITER 14: 320.30 M hits/sec, 188.19 QPS (1.20 sec for 225 queries), totHits=382961957 745.8s: points, distance: ITER 15: 316.57 M hits/sec, 185.99 QPS (1.21 sec for 225 queries), totHits=382961957 747.0s: points, distance: ITER 16: 317.90 M hits/sec, 186.77 QPS (1.20 sec for 225 queries), totHits=382961957 748.3s: points, distance: ITER 17: 313.83 M hits/sec, 184.38 QPS (1.22 sec for 225 queries), totHits=382961957 749.5s: points, distance: ITER 18: 316.37 M hits/sec, 185.87 QPS (1.21 sec for 225 queries), totHits=382961957 750.7s: points, distance: ITER 19: 315.32 M hits/sec, 185.26 QPS (1.21 sec for 225 queries), totHits=382961957 750.7s: points, distance: BEST M hits/sec: 325.01992001400447 750.7s: points, distance: BEST QPS: 190.95756292876635 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -distance 751.0s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 751.0s: geo3d, distance: READER MB: 0.0 751.0s: geo3d, distance: maxDoc=60844404 753.1s: geo3d, distance: ITER 0: 181.38 M hits/sec, 106.45 QPS (2.11 sec for 225 queries), totHits=383371904 753.1s: geo3d, distance: *** 754.6s: geo3d, distance: ITER 1: 246.90 M hits/sec, 144.90 QPS (1.55 sec for 225 queries), totHits=383371904 754.6s: geo3d, distance: *** 755.9s: geo3d, distance: ITER 2: 308.81 M hits/sec, 181.24 QPS (1.24 sec for 225 queries), totHits=383371904 755.9s: geo3d, distance: *** 757.2s: geo3d, distance: ITER 3: 284.11 M hits/sec, 166.75 QPS (1.35 sec for 225 queries), totHits=383371904 758.4s: geo3d, distance: ITER 4: 315.83 M hits/sec, 185.36 QPS (1.21 sec for 225 queries), totHits=383371904 758.4s: geo3d, distance: *** 759.6s: geo3d, distance: ITER 5: 315.98 M hits/sec, 185.45 QPS (1.21 sec for 225 queries), totHits=383371904 759.6s: geo3d, distance: *** 760.9s: geo3d, distance: ITER 6: 316.25 M hits/sec, 185.61 QPS (1.21 sec for 225 queries), totHits=383371904 760.9s: geo3d, distance: *** 762.0s: geo3d, distance: ITER 7: 319.85 M hits/sec, 187.72 QPS (1.20 sec for 225 queries), totHits=383371904 762.0s: geo3d, distance: *** 763.2s: geo3d, distance: ITER 8: 321.37 M hits/sec, 188.61 QPS (1.19 sec for 225 queries), totHits=383371904 763.2s: geo3d, distance: *** 764.4s: geo3d, distance: ITER 9: 318.59 M hits/sec, 186.98 QPS (1.20 sec for 225 queries), totHits=383371904 765.7s: geo3d, distance: ITER 10: 317.42 M hits/sec, 186.29 QPS (1.21 sec for 225 queries), totHits=383371904 766.9s: geo3d, distance: ITER 11: 313.20 M hits/sec, 183.81 QPS (1.22 sec for 225 queries), totHits=383371904 768.1s: geo3d, distance: ITER 12: 315.52 M hits/sec, 185.18 QPS (1.22 sec for 225 queries), totHits=383371904 769.3s: geo3d, distance: ITER 13: 316.67 M hits/sec, 185.85 QPS (1.21 sec for 225 queries), totHits=383371904 770.5s: geo3d, distance: ITER 14: 321.51 M hits/sec, 188.69 QPS (1.19 sec for 225 queries), totHits=383371904 770.5s: geo3d, distance: *** 771.7s: geo3d, distance: ITER 15: 314.45 M hits/sec, 184.55 QPS (1.22 sec for 225 queries), totHits=383371904 772.9s: geo3d, distance: ITER 16: 312.11 M hits/sec, 183.18 QPS (1.23 sec for 225 queries), totHits=383371904 774.2s: geo3d, distance: ITER 17: 307.82 M hits/sec, 180.66 QPS (1.25 sec for 225 queries), totHits=383371904 775.4s: geo3d, distance: ITER 18: 313.87 M hits/sec, 184.21 QPS (1.22 sec for 225 queries), totHits=383371904 776.6s: geo3d, distance: ITER 19: 315.91 M hits/sec, 185.41 QPS (1.21 sec for 225 queries), totHits=383371904 776.6s: geo3d, distance: BEST M hits/sec: 321.5099581782675 776.6s: geo3d, distance: BEST QPS: 188.6933805929351 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.51|188.69|383371904| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 776.9s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 776.9s: shapes, distance: READER MB: 0.0 776.9s: shapes, distance: maxDoc=60844404 779.3s: shapes, distance: ITER 0: 160.43 M hits/sec, 94.26 QPS (2.39 sec for 225 queries), totHits=382961957 779.3s: shapes, distance: *** 781.4s: shapes, distance: ITER 1: 182.90 M hits/sec, 107.46 QPS (2.09 sec for 225 queries), totHits=382961957 781.4s: shapes, distance: *** 783.1s: shapes, distance: ITER 2: 217.46 M hits/sec, 127.76 QPS (1.76 sec for 225 queries), totHits=382961957 783.1s: shapes, distance: *** 784.8s: shapes, distance: ITER 3: 222.04 M hits/sec, 130.45 QPS (1.72 sec for 225 queries), totHits=382961957 784.8s: shapes, distance: *** 786.6s: shapes, distance: ITER 4: 221.08 M hits/sec, 129.89 QPS (1.73 sec for 225 queries), totHits=382961957 788.3s: shapes, distance: ITER 5: 225.73 M hits/sec, 132.62 QPS (1.70 sec for 225 queries), totHits=382961957 788.3s: shapes, distance: *** 790.0s: shapes, distance: ITER 6: 225.63 M hits/sec, 132.56 QPS (1.70 sec for 225 queries), totHits=382961957 791.7s: shapes, distance: ITER 7: 225.11 M hits/sec, 132.26 QPS (1.70 sec for 225 queries), totHits=382961957 793.4s: shapes, distance: ITER 8: 224.11 M hits/sec, 131.67 QPS (1.71 sec for 225 queries), totHits=382961957 795.1s: shapes, distance: ITER 9: 224.31 M hits/sec, 131.79 QPS (1.71 sec for 225 queries), totHits=382961957 796.8s: shapes, distance: ITER 10: 225.10 M hits/sec, 132.25 QPS (1.70 sec for 225 queries), totHits=382961957 798.5s: shapes, distance: ITER 11: 224.26 M hits/sec, 131.76 QPS (1.71 sec for 225 queries), totHits=382961957 800.2s: shapes, distance: ITER 12: 222.27 M hits/sec, 130.59 QPS (1.72 sec for 225 queries), totHits=382961957 801.9s: shapes, distance: ITER 13: 223.93 M hits/sec, 131.57 QPS (1.71 sec for 225 queries), totHits=382961957 803.6s: shapes, distance: ITER 14: 224.69 M hits/sec, 132.01 QPS (1.70 sec for 225 queries), totHits=382961957 805.4s: shapes, distance: ITER 15: 223.22 M hits/sec, 131.15 QPS (1.72 sec for 225 queries), totHits=382961957 807.1s: shapes, distance: ITER 16: 223.74 M hits/sec, 131.45 QPS (1.71 sec for 225 queries), totHits=382961957 808.8s: shapes, distance: ITER 17: 225.90 M hits/sec, 132.72 QPS (1.70 sec for 225 queries), totHits=382961957 808.8s: shapes, distance: *** 810.4s: shapes, distance: ITER 18: 226.62 M hits/sec, 133.15 QPS (1.69 sec for 225 queries), totHits=382961957 810.4s: shapes, distance: *** 812.2s: shapes, distance: ITER 19: 223.79 M hits/sec, 131.49 QPS (1.71 sec for 225 queries), totHits=382961957 812.2s: shapes, distance: BEST M hits/sec: 226.62014956417906 812.2s: shapes, distance: BEST QPS: 133.14516682381662 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.51|188.69|383371904| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|226.62|133.15|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|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 812.4s: points, box: INDEX SIZE: 0.4939169967547059 GB 812.4s: points, box: READER MB: 0.0 812.4s: points, box: maxDoc=60844404 813.1s: points, box: ITER 0: 301.69 M hits/sec, 306.98 QPS (0.73 sec for 225 queries), totHits=221118844 813.1s: points, box: *** 813.6s: points, box: ITER 1: 501.48 M hits/sec, 510.28 QPS (0.44 sec for 225 queries), totHits=221118844 813.6s: points, box: *** 814.1s: points, box: ITER 2: 475.29 M hits/sec, 483.63 QPS (0.47 sec for 225 queries), totHits=221118844 814.5s: points, box: ITER 3: 532.11 M hits/sec, 541.45 QPS (0.42 sec for 225 queries), totHits=221118844 814.5s: points, box: *** 814.9s: points, box: ITER 4: 536.20 M hits/sec, 545.61 QPS (0.41 sec for 225 queries), totHits=221118844 814.9s: points, box: *** 815.4s: points, box: ITER 5: 444.16 M hits/sec, 451.96 QPS (0.50 sec for 225 queries), totHits=221118844 815.8s: points, box: ITER 6: 524.30 M hits/sec, 533.50 QPS (0.42 sec for 225 queries), totHits=221118844 816.2s: points, box: ITER 7: 523.47 M hits/sec, 532.66 QPS (0.42 sec for 225 queries), totHits=221118844 816.7s: points, box: ITER 8: 446.50 M hits/sec, 454.33 QPS (0.50 sec for 225 queries), totHits=221118844 817.2s: points, box: ITER 9: 495.08 M hits/sec, 503.77 QPS (0.45 sec for 225 queries), totHits=221118844 817.6s: points, box: ITER 10: 549.92 M hits/sec, 559.58 QPS (0.40 sec for 225 queries), totHits=221118844 817.6s: points, box: *** 818.0s: points, box: ITER 11: 562.44 M hits/sec, 572.32 QPS (0.39 sec for 225 queries), totHits=221118844 818.0s: points, box: *** 818.4s: points, box: ITER 12: 567.46 M hits/sec, 577.42 QPS (0.39 sec for 225 queries), totHits=221118844 818.4s: points, box: *** 818.7s: points, box: ITER 13: 557.97 M hits/sec, 567.77 QPS (0.40 sec for 225 queries), totHits=221118844 819.1s: points, box: ITER 14: 590.04 M hits/sec, 600.39 QPS (0.37 sec for 225 queries), totHits=221118844 819.1s: points, box: *** 819.5s: points, box: ITER 15: 583.84 M hits/sec, 594.09 QPS (0.38 sec for 225 queries), totHits=221118844 819.9s: points, box: ITER 16: 586.30 M hits/sec, 596.59 QPS (0.38 sec for 225 queries), totHits=221118844 820.3s: points, box: ITER 17: 574.19 M hits/sec, 584.26 QPS (0.39 sec for 225 queries), totHits=221118844 820.7s: points, box: ITER 18: 565.71 M hits/sec, 575.64 QPS (0.39 sec for 225 queries), totHits=221118844 821.0s: points, box: ITER 19: 576.50 M hits/sec, 586.62 QPS (0.38 sec for 225 queries), totHits=221118844 821.0s: points, box: BEST M hits/sec: 590.038277145507 821.0s: points, box: BEST QPS: 600.3948372565618 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.51|188.69|383371904| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|226.62|133.15|382961957| |box|geo3d|||| |box|points|590.04|600.39|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|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 821.3s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 821.3s: geo3d, box: READER MB: 0.0 821.3s: geo3d, box: maxDoc=60844404 822.6s: geo3d, box: ITER 0: 171.53 M hits/sec, 174.54 QPS (1.29 sec for 225 queries), totHits=221118844 822.6s: geo3d, box: *** 823.5s: geo3d, box: ITER 1: 232.91 M hits/sec, 237.00 QPS (0.95 sec for 225 queries), totHits=221118844 823.5s: geo3d, box: *** 824.5s: geo3d, box: ITER 2: 238.65 M hits/sec, 242.84 QPS (0.93 sec for 225 queries), totHits=221118844 824.5s: geo3d, box: *** 825.4s: geo3d, box: ITER 3: 227.95 M hits/sec, 231.95 QPS (0.97 sec for 225 queries), totHits=221118844 826.3s: geo3d, box: ITER 4: 248.04 M hits/sec, 252.39 QPS (0.89 sec for 225 queries), totHits=221118844 826.3s: geo3d, box: *** 827.3s: geo3d, box: ITER 5: 225.70 M hits/sec, 229.66 QPS (0.98 sec for 225 queries), totHits=221118844 828.2s: geo3d, box: ITER 6: 239.88 M hits/sec, 244.09 QPS (0.92 sec for 225 queries), totHits=221118844 829.2s: geo3d, box: ITER 7: 237.91 M hits/sec, 242.09 QPS (0.93 sec for 225 queries), totHits=221118844 830.0s: geo3d, box: ITER 8: 251.73 M hits/sec, 256.15 QPS (0.88 sec for 225 queries), totHits=221118844 830.0s: geo3d, box: *** 830.9s: geo3d, box: ITER 9: 251.01 M hits/sec, 255.42 QPS (0.88 sec for 225 queries), totHits=221118844 831.8s: geo3d, box: ITER 10: 250.21 M hits/sec, 254.60 QPS (0.88 sec for 225 queries), totHits=221118844 832.7s: geo3d, box: ITER 11: 251.17 M hits/sec, 255.57 QPS (0.88 sec for 225 queries), totHits=221118844 833.6s: geo3d, box: ITER 12: 245.48 M hits/sec, 249.79 QPS (0.90 sec for 225 queries), totHits=221118844 834.5s: geo3d, box: ITER 13: 244.95 M hits/sec, 249.25 QPS (0.90 sec for 225 queries), totHits=221118844 835.4s: geo3d, box: ITER 14: 242.28 M hits/sec, 246.53 QPS (0.91 sec for 225 queries), totHits=221118844 836.3s: geo3d, box: ITER 15: 236.63 M hits/sec, 240.79 QPS (0.93 sec for 225 queries), totHits=221118844 837.3s: geo3d, box: ITER 16: 239.14 M hits/sec, 243.34 QPS (0.92 sec for 225 queries), totHits=221118844 838.2s: geo3d, box: ITER 17: 245.88 M hits/sec, 250.20 QPS (0.90 sec for 225 queries), totHits=221118844 839.1s: geo3d, box: ITER 18: 236.51 M hits/sec, 240.67 QPS (0.93 sec for 225 queries), totHits=221118844 840.0s: geo3d, box: ITER 19: 237.42 M hits/sec, 241.59 QPS (0.93 sec for 225 queries), totHits=221118844 840.0s: geo3d, box: BEST M hits/sec: 251.7285549806499 840.0s: geo3d, box: BEST QPS: 256.1469834323403 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.51|188.69|383371904| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|226.62|133.15|382961957| |box|geo3d|251.73|256.15|221118844| |box|points|590.04|600.39|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|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 840.3s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 840.3s: shapes, box: READER MB: 0.0 840.3s: shapes, box: maxDoc=60844404 841.6s: shapes, box: ITER 0: 161.36 M hits/sec, 164.20 QPS (1.37 sec for 225 queries), totHits=221118844 841.6s: shapes, box: *** 842.8s: shapes, box: ITER 1: 198.33 M hits/sec, 201.82 QPS (1.11 sec for 225 queries), totHits=221118844 842.8s: shapes, box: *** 843.9s: shapes, box: ITER 2: 198.81 M hits/sec, 202.30 QPS (1.11 sec for 225 queries), totHits=221118844 843.9s: shapes, box: *** 845.0s: shapes, box: ITER 3: 199.57 M hits/sec, 203.07 QPS (1.11 sec for 225 queries), totHits=221118844 845.0s: shapes, box: *** 846.1s: shapes, box: ITER 4: 204.09 M hits/sec, 207.67 QPS (1.08 sec for 225 queries), totHits=221118844 846.1s: shapes, box: *** 847.2s: shapes, box: ITER 5: 200.43 M hits/sec, 203.94 QPS (1.10 sec for 225 queries), totHits=221118844 848.2s: shapes, box: ITER 6: 204.40 M hits/sec, 207.99 QPS (1.08 sec for 225 queries), totHits=221118844 848.2s: shapes, box: *** 849.3s: shapes, box: ITER 7: 205.73 M hits/sec, 209.34 QPS (1.07 sec for 225 queries), totHits=221118844 849.3s: shapes, box: *** 850.4s: shapes, box: ITER 8: 208.74 M hits/sec, 212.40 QPS (1.06 sec for 225 queries), totHits=221118844 850.4s: shapes, box: *** 851.5s: shapes, box: ITER 9: 203.52 M hits/sec, 207.10 QPS (1.09 sec for 225 queries), totHits=221118844 852.5s: shapes, box: ITER 10: 208.40 M hits/sec, 212.05 QPS (1.06 sec for 225 queries), totHits=221118844 853.6s: shapes, box: ITER 11: 203.42 M hits/sec, 206.99 QPS (1.09 sec for 225 queries), totHits=221118844 854.7s: shapes, box: ITER 12: 205.26 M hits/sec, 208.86 QPS (1.08 sec for 225 queries), totHits=221118844 855.8s: shapes, box: ITER 13: 200.88 M hits/sec, 204.41 QPS (1.10 sec for 225 queries), totHits=221118844 856.9s: shapes, box: ITER 14: 207.05 M hits/sec, 210.69 QPS (1.07 sec for 225 queries), totHits=221118844 857.9s: shapes, box: ITER 15: 207.53 M hits/sec, 211.17 QPS (1.07 sec for 225 queries), totHits=221118844 859.0s: shapes, box: ITER 16: 204.73 M hits/sec, 208.33 QPS (1.08 sec for 225 queries), totHits=221118844 860.1s: shapes, box: ITER 17: 208.12 M hits/sec, 211.78 QPS (1.06 sec for 225 queries), totHits=221118844 861.1s: shapes, box: ITER 18: 206.03 M hits/sec, 209.65 QPS (1.07 sec for 225 queries), totHits=221118844 862.2s: shapes, box: ITER 19: 202.31 M hits/sec, 205.86 QPS (1.09 sec for 225 queries), totHits=221118844 862.2s: shapes, box: BEST M hits/sec: 208.73883844009657 862.2s: shapes, box: BEST QPS: 212.40269621263818 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.3s|0.0s|0.70|0.00| |points|112.6s|0.0s|0.49|0.00| |shapes|165.9s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.51|188.69|383371904| |distance|points|325.02|190.96|382961957| |distance|geopoint|||| |distance|shapes|226.62|133.15|382961957| |box|geo3d|251.73|256.15|221118844| |box|points|590.04|600.39|221118844| |box|geopoint|||| |box|shapes|208.74|212.40|221118844| |poly 10|geo3d|250.46|158.36|355855227| |poly 10|points|290.67|183.81|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.25|117.78|355809475| |polyMedium|geo3d|2.56|31.37|2693541| |polyMedium|points|16.82|206.03|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.09|160.42|2693559| |polyRussia|geo3d|3.60|1.03|3508671| |polyRussia|points|65.55|18.68|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.02|12.83|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3282.26|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.91|157.63|221118844| |sort|geopoint|||| |sort|shapes|||| Took 863.5 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 96d2aff44d4..57c564f1f3f main -> origin/main Updating 96d2aff44d4..57c564f1f3f Fast-forward lucene/CHANGES.txt | 4 + .../jmh/MaxScoreBulkScorerFilterBenchmark.java | 162 ++++++++++++++++ .../apache/lucene/document/RangeBulkScorer.java | 16 +- .../document/SortedSkipperScorerSupplier.java | 3 +- .../apache/lucene/search/ConstantScoreScorer.java | 7 + .../org/apache/lucene/search/LeafCollector.java | 10 + .../apache/lucene/search/MaxScoreBulkScorer.java | 128 +++++++++---- .../document/TestRangeFilteredBulkScorer.java | 5 +- .../lucene/search/TestMaxScoreBulkScorer.java | 203 +++++++++++++++++++++ .../tests/search/AssertingLeafCollector.java | 51 +++++- .../tests/search/TestAssertingLeafCollector.java | 133 ++++++++++++++ 11 files changed, 675 insertions(+), 47 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/MaxScoreBulkScorerFilterBenchmark.java create mode 100644 lucene/test-framework/src/test/org/apache/lucene/tests/search/TestAssertingLeafCollector.java creating directories /l/logs.nightly/taxis/2026.06.01.06.34.17... Lucene git hash: 57c564f1f3fb6b0631f3e8246e72709d01d101c1 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.06.01.06.34.17/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.06.01.06.34.17/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 97.2 K docs/sec 6.7 sec: 0.6 M docs; 89.4 K docs/sec 10.0 sec: 0.9 M docs; 90.1 K docs/sec 13.2 sec: 1.2 M docs; 91.0 K docs/sec 16.4 sec: 1.5 M docs; 91.5 K docs/sec 20.4 sec: 1.9 M docs; 93.2 K docs/sec 23.6 sec: 2.2 M docs; 93.1 K docs/sec 27.6 sec: 2.6 M docs; 94.1 K docs/sec 31.6 sec: 3.0 M docs; 94.8 K docs/sec 34.8 sec: 3.3 M docs; 94.8 K docs/sec 47.5 sec: 3.7 M docs; 77.9 K docs/sec 51.5 sec: 4.1 M docs; 79.7 K docs/sec 54.7 sec: 4.4 M docs; 80.5 K docs/sec 58.7 sec: 4.8 M docs; 81.8 K docs/sec 62.7 sec: 5.2 M docs; 83.0 K docs/sec 65.9 sec: 5.5 M docs; 83.5 K docs/sec 69.9 sec: 5.9 M docs; 84.4 K docs/sec 73.9 sec: 6.3 M docs; 85.3 K docs/sec 77.1 sec: 6.6 M docs; 85.6 K docs/sec 81.0 sec: 7.0 M docs; 86.4 K docs/sec 93.6 sec: 7.4 M docs; 79.0 K docs/sec 96.8 sec: 7.7 M docs; 79.5 K docs/sec 100.8 sec: 8.1 M docs; 80.4 K docs/sec 104.8 sec: 8.5 M docs; 81.1 K docs/sec 108.0 sec: 8.8 M docs; 81.5 K docs/sec 111.9 sec: 9.2 M docs; 82.2 K docs/sec 115.9 sec: 9.6 M docs; 82.8 K docs/sec 119.1 sec: 9.9 M docs; 83.1 K docs/sec 123.1 sec: 10.3 M docs; 83.7 K docs/sec 127.1 sec: 10.7 M docs; 84.2 K docs/sec 138.8 sec: 11.0 M docs; 79.2 K docs/sec 142.8 sec: 11.4 M docs; 79.8 K docs/sec 146.8 sec: 11.8 M docs; 80.4 K docs/sec 150.0 sec: 12.1 M docs; 80.7 K docs/sec 153.9 sec: 12.5 M docs; 81.2 K docs/sec 157.9 sec: 12.9 M docs; 81.7 K docs/sec 161.1 sec: 13.2 M docs; 81.9 K docs/sec 165.1 sec: 13.6 M docs; 82.4 K docs/sec 169.1 sec: 14.0 M docs; 82.8 K docs/sec 172.3 sec: 14.3 M docs; 83.0 K docs/sec 184.8 sec: 14.7 M docs; 79.5 K docs/sec 188.8 sec: 15.1 M docs; 80.0 K docs/sec 191.9 sec: 15.4 M docs; 80.2 K docs/sec 195.9 sec: 15.8 M docs; 80.7 K docs/sec 199.9 sec: 16.2 M docs; 81.1 K docs/sec 203.0 sec: 16.5 M docs; 81.3 K docs/sec 207.0 sec: 16.9 M docs; 81.6 K docs/sec 210.9 sec: 17.3 M docs; 82.0 K docs/sec 214.1 sec: 17.6 M docs; 82.2 K docs/sec 218.1 sec: 18.0 M docs; 82.5 K docs/sec 230.5 sec: 18.4 M docs; 79.8 K docs/sec 233.7 sec: 18.7 M docs; 80.0 K docs/sec 237.7 sec: 19.1 M docs; 80.4 K docs/sec 241.0 sec: 19.4 M docs; 80.5 K docs/sec 244.9 sec: 19.8 M docs; 80.9 K docs/sec 246.5 sec: 20.0 M docs; 81.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.06.01.06.34.17/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.06.01.06.34.17/diskUsagesparse-sorted.log took 52.1 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.06.01.06.34.17/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.06.01.06.34.17/index.1threads.sparse.log 2.8 sec: 0.3 M docs; 105.5 K docs/sec 6.3 sec: 0.6 M docs; 95.5 K docs/sec 9.3 sec: 0.9 M docs; 96.5 K docs/sec 13.0 sec: 1.3 M docs; 99.7 K docs/sec 16.8 sec: 1.7 M docs; 101.4 K docs/sec 20.5 sec: 2.1 M docs; 102.5 K docs/sec 24.2 sec: 2.5 M docs; 103.3 K docs/sec 27.9 sec: 2.9 M docs; 103.8 K docs/sec 32.4 sec: 3.3 M docs; 101.8 K docs/sec 44.0 sec: 3.7 M docs; 84.2 K docs/sec 47.7 sec: 4.1 M docs; 86.0 K docs/sec 51.4 sec: 4.5 M docs; 87.6 K docs/sec 54.4 sec: 4.8 M docs; 88.2 K docs/sec 58.2 sec: 5.2 M docs; 89.4 K docs/sec 61.9 sec: 5.6 M docs; 90.5 K docs/sec 65.5 sec: 6.0 M docs; 91.5 K docs/sec 68.6 sec: 6.3 M docs; 91.8 K docs/sec 72.3 sec: 6.7 M docs; 92.7 K docs/sec 75.3 sec: 7.0 M docs; 93.0 K docs/sec 86.8 sec: 7.4 M docs; 85.2 K docs/sec 90.6 sec: 7.8 M docs; 86.1 K docs/sec 94.2 sec: 8.2 M docs; 87.0 K docs/sec 97.2 sec: 8.5 M docs; 87.4 K docs/sec 100.9 sec: 8.9 M docs; 88.2 K docs/sec 104.7 sec: 9.3 M docs; 88.9 K docs/sec 108.3 sec: 9.7 M docs; 89.6 K docs/sec 111.4 sec: 10.0 M docs; 89.8 K docs/sec 115.1 sec: 10.4 M docs; 90.4 K docs/sec 118.8 sec: 10.8 M docs; 90.9 K docs/sec 128.8 sec: 11.0 M docs; 85.4 K docs/sec 132.5 sec: 11.4 M docs; 86.0 K docs/sec 136.2 sec: 11.8 M docs; 86.6 K docs/sec 139.9 sec: 12.2 M docs; 87.2 K docs/sec 143.6 sec: 12.6 M docs; 87.7 K docs/sec 147.3 sec: 13.0 M docs; 88.2 K docs/sec 151.0 sec: 13.4 M docs; 88.7 K docs/sec 154.7 sec: 13.8 M docs; 89.2 K docs/sec 157.7 sec: 14.1 M docs; 89.4 K docs/sec 161.4 sec: 14.5 M docs; 89.8 K docs/sec 171.4 sec: 14.7 M docs; 85.7 K docs/sec 175.2 sec: 15.1 M docs; 86.2 K docs/sec 178.9 sec: 15.5 M docs; 86.7 K docs/sec 182.6 sec: 15.9 M docs; 87.1 K docs/sec 186.3 sec: 16.3 M docs; 87.5 K docs/sec 190.0 sec: 16.7 M docs; 87.9 K docs/sec 193.7 sec: 17.1 M docs; 88.3 K docs/sec 197.4 sec: 17.5 M docs; 88.6 K docs/sec 201.1 sec: 17.9 M docs; 89.0 K docs/sec 204.8 sec: 18.3 M docs; 89.4 K docs/sec 214.1 sec: 18.4 M docs; 86.0 K docs/sec 217.8 sec: 18.8 M docs; 86.3 K docs/sec 221.5 sec: 19.2 M docs; 86.7 K docs/sec 225.2 sec: 19.6 M docs; 87.0 K docs/sec 228.9 sec: 20.0 M docs; 87.4 K docs/sec 228.9 sec: 20.0 M docs; 87.4 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.06.01.06.34.17/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.06.01.06.34.17/diskUsagesparse.log took 50.6 sec Search sparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.06.01.06.34.17/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.06.01.06.34.17/index.1threads.nonsparse.log 3.0 sec: 0.3 M docs; 101.4 K docs/sec 6.4 sec: 0.6 M docs; 94.0 K docs/sec 10.1 sec: 1.0 M docs; 98.9 K docs/sec 13.7 sec: 1.4 M docs; 101.9 K docs/sec 17.4 sec: 1.8 M docs; 103.7 K docs/sec 21.7 sec: 2.2 M docs; 101.4 K docs/sec 25.3 sec: 2.6 M docs; 102.7 K docs/sec 28.9 sec: 3.0 M docs; 103.7 K docs/sec 32.5 sec: 3.4 M docs; 104.7 K docs/sec 42.6 sec: 3.7 M docs; 86.9 K docs/sec 46.2 sec: 4.1 M docs; 88.8 K docs/sec 49.7 sec: 4.5 M docs; 90.5 K docs/sec 53.4 sec: 4.9 M docs; 91.8 K docs/sec 57.0 sec: 5.3 M docs; 93.0 K docs/sec 60.6 sec: 5.7 M docs; 94.1 K docs/sec 64.2 sec: 6.1 M docs; 95.0 K docs/sec 67.8 sec: 6.5 M docs; 95.9 K docs/sec 71.4 sec: 6.9 M docs; 96.6 K docs/sec 75.0 sec: 7.3 M docs; 97.3 K docs/sec 83.6 sec: 7.4 M docs; 88.5 K docs/sec 87.3 sec: 7.8 M docs; 89.4 K docs/sec 90.8 sec: 8.2 M docs; 90.3 K docs/sec 94.4 sec: 8.6 M docs; 91.1 K docs/sec 98.0 sec: 9.0 M docs; 91.9 K docs/sec 101.6 sec: 9.4 M docs; 92.5 K docs/sec 105.2 sec: 9.8 M docs; 93.1 K docs/sec 108.9 sec: 10.2 M docs; 93.7 K docs/sec 112.5 sec: 10.6 M docs; 94.3 K docs/sec 123.9 sec: 11.0 M docs; 88.8 K docs/sec 127.5 sec: 11.4 M docs; 89.4 K docs/sec 131.1 sec: 11.8 M docs; 90.0 K docs/sec 134.7 sec: 12.2 M docs; 90.6 K docs/sec 138.3 sec: 12.6 M docs; 91.1 K docs/sec 141.9 sec: 13.0 M docs; 91.6 K docs/sec 145.6 sec: 13.4 M docs; 92.0 K docs/sec 149.1 sec: 13.8 M docs; 92.5 K docs/sec 152.7 sec: 14.2 M docs; 93.0 K docs/sec 156.4 sec: 14.6 M docs; 93.4 K docs/sec 164.9 sec: 14.7 M docs; 89.1 K docs/sec 168.5 sec: 15.1 M docs; 89.6 K docs/sec 172.1 sec: 15.5 M docs; 90.1 K docs/sec 175.7 sec: 15.9 M docs; 90.5 K docs/sec 179.3 sec: 16.3 M docs; 90.9 K docs/sec 182.9 sec: 16.7 M docs; 91.3 K docs/sec 186.6 sec: 17.1 M docs; 91.7 K docs/sec 190.2 sec: 17.5 M docs; 92.0 K docs/sec 193.8 sec: 17.9 M docs; 92.4 K docs/sec 197.3 sec: 18.3 M docs; 92.7 K docs/sec 205.9 sec: 18.4 M docs; 89.4 K docs/sec 209.5 sec: 18.8 M docs; 89.7 K docs/sec 213.1 sec: 19.2 M docs; 90.1 K docs/sec 216.7 sec: 19.6 M docs; 90.5 K docs/sec 220.3 sec: 20.0 M docs; 90.8 K docs/sec 220.3 sec: 20.0 M docs; 90.8 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.06.01.06.34.17/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.06.01.06.34.17/diskUsagenonsparse.log took 44.9 sec Search nonsparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.06.01.06.34.17/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 Mon Jun 1 06:49:24 AM EDT 2026 + rsync --delete -lrtSO /l/logs.nightly/ /x/tmp/beast3.logs/logs.nightly/ + rsync --delete -lrtSO /l/reports.nightly/ /x/tmp/beast3.logs/reports.nightly/ + echo 'Touch nightly marker file...' Touch nightly marker file... + date Mon Jun 1 06:50:41 AM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 354G 481G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 3263411 + wait 3263411 + cp /l/logs.nightly/all.log /l/reports.nightly + cp /l/logs.nightly/df_nightly_monitor.log /l/reports.nightly + echo 'clean /l/tmp' clean /l/tmp + rm -rf '/l/tmp/*' + echo + echo 'Now copy all.log to nightly timestamp'\''d log dir' Now copy all.log to nightly timestamp'd log dir + python3 -u /l/util.nightly/src/python/save_full_log.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ now shutil.copy2 /l/logs.nightly/all.log to /l/logs.nightly/2026.05.30.21.00.53 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.30.21.00.53