# Invocation command line: # /home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/spec2026/bin/harness/runcpu --configfile ampere_aarch64 --define numasize=192 --define gcc_dir=/home/amptest/ampere_spec2026/spec2026/gcc/install --define llvm_dir=/home/amptest/ampere_spec2026/spec2026/llvm/install --define jemalloc_dir=/home/amptest/ampere_spec2026/spec2026/jemalloc/install --define glibc_dir=/ --iterations 3 --nobuild --action run --threads 192 --reportable --tune base,peak --runmode speed --tune base:peak --size refspeed intspeed # output_root was not used for this run ############################################################################ #include: power.inc # ----- Begin inclusion of 'power.inc' ############################################################################ # Set up power stuff if power measurement has been requested. power = 1 # Should be implicit, but just in case... # We only have one PTD host %define ptd_host cpu-reference-ptd # Power analyzer setup %define power_host %{ptd_host}:8000 %define power_tag "%{power_host}" =~ tr/A-Za-z0-9/a-z/cdr default: hw_power_cpureferenceptd8000_vendor = Yokogawa hw_power_cpureferenceptd8000_serial = T11733285 hw_power_cpureferenceptd8000_model = WT-310 hw_power_cpureferenceptd8000_label = cpu-reference-ptd:8000 hw_power_cpureferenceptd8000_setup = Directly Connected to PSU 1 hw_power_cpureferenceptd8000_connection= Serial over USB hw_power_cpureferenceptd8000_met_inst= NIST hw_power_cpureferenceptd8000_cal_org = Yokogawa USA hw_power_cpureferenceptd8000_cal_label= T126622 hw_power_cpureferenceptd8000_cal_date= 13-Aug-2025 # Temperature sensor setup %define temp_host %{ptd_host}:9000 %define temp_tag "%{temp_host}" =~ tr/A-Za-z0-9/a-z/cdr default: hw_temperature_cpureferenceptd9000_vendor = PCSensor hw_temperature_cpureferenceptd9000_model = USB9097+DS18B20 hw_temperature_cpureferenceptd9000_label = cpu-reference-ptd:9000 hw_temperature_cpureferenceptd9000_serial = N/A hw_temperature_cpureferenceptd9000_setup = In front of SUT front panel primary air inlet hw_temperature_cpureferenceptd9000_connection= USB # Actual non-documentation setup default: power_analyzer = %{power_host} temp_meter = %{temp_host} # Voltage and idle current are correct for the eMAG. # Full-load current can be close to the selected current range. # If it needs to be increased, the next step is 5A. Even measuring # ~2A with the 5A range set the uncertainty should be tolerable. # In the worst case we'll have to set a current range by benchmark. current_range = 10 voltage_range = 120 idle_current_range = 10 # Non-SUT-specific informational fields related to the power measurement. For SUT-specific fields see SUT.inc test_elevation = 60 hw_line_standard = 120 V / 60 Hz / 1 phase / 2 wire hw_power_provisioning = Line powered %inform . Power is being measured from %{power_host} %inform . Temperature is being measured from %{temp_host} # ---- End inclusion of '/home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/spec2026/config/power.inc' #--------- Label -------------------------------------------------------------- # Arbitrary alphanumeric string to tag binaries and directories. # More info: https://www.spec.org/cpu2026/Docs/config.html#label # Two suggestions: # (1) EDIT the label as you try new ideas. # (2) Use a label meaningful to *you*. %ifndef %{label} label = gcc15 %else label = %{label} %endif #--------- Preprocessor ------------------------------------------------------- %ifndef %{build_ncpus} # EDIT to adjust number of simultaneous compiles. % define build_ncpus 8 # Or, you can set it on the command line: %endif # 'runcpu --define build_ncpus=nn' #--------- Global Settings ---------------------------------------------------- # For info, see: # https://www.spec.org/cpu2017/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2017/Docs/config.html#tune default: bench_post_setup = sync command_add_redirect = 1 flagsurl000 = http://www.spec.org/cpu2026/results/flags/gcc-rev-A2.xml flagsurl001 = http://www.spec.org/cpu2026/results/flags/GIGA-BYTE-platform-settings-AmpereOneM-rev.1.xml ignore_errors = 1 iterations = 1 line_width = 1020 log_line_width = 1020 makeflags = --jobs=%{build_ncpus} mean_anyway = 1 output_format = txt,html,cfg,pdf,csv preenv = 1 reportable = 0 tune = base default: submit = numactl --localalloc --physcpubind=$SPECCOPYNUM $command #--------- How Many CPUs? ----------------------------------------------------- # Both SPECrate and SPECspeed can test multiple chips / cores / hw threads # - For SPECrate, you set the number of copies. # - For SPECspeed, you set the number of threads. # See: https://www.spec.org/cpu2017/Docs/system-requirements.html#MultipleCPUs # # q. How many should I set? # a. Unknown, you will have to try it and see! # # To get you started, some suggestions: # # copies - This config file defaults to testing only 1 copy. You might # try changing it to match the number of cores on your system, # or perhaps the number of virtual CPUs as reported by: # grep -c processor /proc/cpuinfo # Be sure you have enough memory. See: # https://www.spec.org/cpu2017/Docs/system-requirements.html#memory # # threads - This config file sets a starting point, which you can adjust. # A higher thread count is much more likely to be useful for # fpspeed than for intspeed. # default: copies = 1 # EDIT to change number of copies (see above) threads = 2 # EDIT to change number of OpenMP threads (see above) #------- Compilers ------------------------------------------------------------ default: # EDIT: The parent directory for your compiler. # Do not include the trailing /bin/ # Do not include a trailing slash # Examples: # 1 On a Red Hat system, you said: # 'dnf install gcc-toolset-10' # Use: % define gcc_dir "/opt/rh/gcc-toolset-10/root/usr" # # 2 You built GCC in: /disk1/mybuild/gcc-11.2.0/bin/gcc # Use: % define gcc_dir "/disk1/mybuild/gcc-11.2.0" # # 3 You want: /usr/bin/gcc # Use: % define gcc_dir "/usr" # WARNING: The system GCC may be too old to work with this benchmark suite # See note about Older GCC above # %ifndef %{gcc_dir} % define gcc_dir "/opt/rh/gcc-toolset-10/root/usr" # EDIT (see above) %endif %ifndef %{jemalloc_dir} % define jemalloc_dir "/home/amptest/jemalloc/install" %endif # Refer to https://jemalloc.net/jemalloc.3.html#tuning preENV_MALLOC_CONF = thp:never,dirty_decay_ms:-1,muzzy_decay_ms:-1,retain:true # EDIT: If your compiler version is less than 10, comment out # the next line to avoid compile errors for Fortran benchmarks # %define GCCge10 # EDIT: comment out if using GCC 9 or earlier # EDIT if needed: the preENV line adds library directories to the runtime # path. You can adjust it, or add lines for other environment variables. # See: https://www.spec.org/cpu2017/Docs/config.html#preenv # and: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html % define jemalloc_runtime_dir $[top]/jemalloc/install/lib % define gcc_runtime_dir $[top]/gcc/install/lib64 preENV_LD_LIBRARY_PATH = %{jemalloc_runtime_dir}:%{gcc_runtime_dir}:%{jemalloc_dir}/lib:%{gcc_dir}/lib64 SPECLANG = %{gcc_dir}/bin/ # See note "Older GCC" above CC = $(SPECLANG)gcc -std=c18 -mabi=lp64 CXX = $(SPECLANG)g++ -std=c++17 -mabi=lp64 FC = $(SPECLANG)gfortran -std=f2008 -mabi=lp64 # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version EXTRA_CFLAGS = -w EXTRA_CFLAGS = -w EXTRA_LDFLAGS = -Wl,-allow-multiple-definition -static -fwhole-program -L%{gcc_dir}/lib64 -L%{gcc_dir}/lib -L%{jemalloc_dir}/lib EXTRA_CLIBS = -u malloc -ljemalloc -Wl,-Map,mapfile EXTRA_CXXLIBS = -u malloc -ljemalloc_ext -Wl,-Map,mapfile EXTRA_FLIBS = -u malloc -ljemalloc -Wl,-Map,mapfile default: sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit #--------- Portability -------------------------------------------------------- default: # data model applies to all benchmarks 800.pot3d_s: PORTABILITY = -DSPEC_SUPPRESS_LOCAL_AND_REDUCE 710.omnetpp_r: PORTABILITY = -fno-finite-math-only 734.vpr_r,834.vpr_s: PORTABILITY = -fno-finite-math-only 735.gem5_r,835.gem5_s: PORTABILITY = -fno-finite-math-only 736.ocio_r: PORTABILITY = -fno-finite-math-only 737.gmsh_r: PORTABILITY = -fno-fast-math 767.nest_r,867.nest_s: PORTABILITY = -fno-finite-math-only #---------------------------------------------------------------------- # GCC workarounds that do not count as PORTABILITY #---------------------------------------------------------------------- # The workarounds in this section would not qualify under the SPEC CPU # PORTABILITY rule. # - In peak, they can be set as needed for individual benchmarks. # - In base, individual settings are not allowed; set for whole suite. # See: # https://www.spec.org/cpu2017/Docs/runrules.html#portability # https://www.spec.org/cpu2017/Docs/runrules.html#BaseFlags # %ifdef %{GCCge10} default: EXTRA_FFLAGS = -fallow-argument-mismatch %endif #-------- Tuning Flags common to Base and Peak -------------------------------- # # Speed (OpenMP and Autopar allowed) # intspeed,fpspeed: preENV_OMP_STACKSIZE = 120M doconcurrent: EXTRA_FOPTIMIZE = -ftree-parallelize-loops=16 # EDIT for how many threads you want to use openmp: EXTRA_OPTIMIZE = -fopenmp -DSPEC_OPENMP cxxthreads: EXTRA_OPTIMIZE = -pthread # https://gcc.gnu.org/onlinedocs/gcc-15.1.0/libstdc++/manual/manual/using_concurrency.html #-------- Base Tuning Flags ---------------------------------------------- # EDIT if needed -- If you run into errors, you may need to adjust the # optimization - for example you may need to remove # the -mcpu=native. See note on "Older GCC" above. # default=base: # flags for all base OPTIMIZE = -g -Ofast -mcpu=ampere1a -flto=32 -funroll-loops COPTIMIZE = --param early-inlining-insns=96 --param max-inline-insns-auto=64 --param inline-unit-growth=96 CXXOPTIMIZE = --param early-inlining-insns=256 --param max-inline-insns-auto=128 --param inline-unit-growth=256 -ffinite-loops #-------- Peak Tuning Flags ---------------------------------------------- default=peak: OPTIMIZE = -g -Ofast -mcpu=ampere1a -flto=32 -funroll-loops COPTIMIZE = --param early-inlining-insns=96 --param max-inline-insns-auto=64 --param inline-unit-growth=96 CXXOPTIMIZE = --param early-inlining-insns=256 --param max-inline-insns-auto=128 --param inline-unit-growth=256 -ffinite-loops PASS1_FLAGS = -fprofile-generate PASS2_FLAGS = -fprofile-use -fprofile-partial-training #------------------------------------------------------------------------------ # Tester and System Descriptions - EDIT all sections below this point #------------------------------------------------------------------------------ # For info about any field, see # https://www.spec.org/cpu2017/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2017/Docs/config.html#hw_memory #------------------------------------------------------------------------------- #--------- EDIT to match your version ----------------------------------------- intrate,fprate,intspeed,fpspeed: sw_compiler = C/C++/Fortran: Version 15.2.0 of GCC sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit #--------- EDIT info about you ------------------------------------------------ # To understand the difference between hw_vendor/sponsor/tester, see: # https://www.spec.org/cpu2017/Docs/config.html#test_sponsor intrate,fprate,intspeed,fpspeed: hw_vendor = GIGA-BYTE TECHNOLOGY CO., LTD. sw_compiler_category = Community tester = Ampere Computing, Inc. test_sponsor = Ampere Computing, Inc. license_num = 6412 # prepared_by = # Ima Pseudonym # Whatever you like: is never output #--------- EDIT system availability dates ------------------------------------- intrate,fprate,intspeed,fpspeed: # Example # Brief info about field hw_avail = Nov-2025 sw_avail = Oct-2025 #--------- EDIT system information -------------------------------------------- default: # Keep sysinfo from overriding the correct values from the fields below with garbage. # This is done by adding "-f" to the default sysinfo invocation. sysinfo_program = specperl $[top]/bin/sysinfo -f hw_cpu_name = AmpereOneM A192-32M hw_cpu_nominal_mhz = 3200 # Nominal chip frequency, in MHz hw_cpu_max_mhz = 3200 # Max chip frequency, in MHz hw_storage = 1 x 960 GB Samsung M.2 (MZ1L2960HCJR-00A07) hw_model000 = R2A3-T40-AAV1 hw_model001 = (3.20 GHz AmpereOneM A192-32M) hw_nchips = 1 hw_ncores = 192 hw_ncpuorder = 1 chip hw_nthreadspercore = 1 hw_cooling = Air # Air, CLC, DLC, or Other hw_other = None hw_memory = 768 GB (12 x 64 GB 2Rx4 PC5-5600B-R) hw_pcache = 16 KB I + 64 KB D on chip per core hw_scache = 2 MB I+D on chip per core hw_tcache = 64 MB I+D on chip per chip hw_ocache = None sw_file = xfs sw_os000 = Fedora Linux 43 (Server Edition) sw_os001 = 6.17.5-200.64K_PS.fc42.aarch64 sw_other = Jemalloc memory allocator library v5.3.0 sw_state = Run level 3 (multi-user) fw_bios = Version 5.4.5.1 released Oct-2025 fw_management = Version 4.06 of MegaRAC BMC hw_memory_mode = Normal hw_psu = 1 x 1600 W (non-redundant) hw_psu_info000 = 1+1 1600W 80 PLUS Titanium redundant power hw_psu_info001 = supplies hw_psu_info002 = AC Power Supply hw_backplane = PCIe Gen5 x4 hw_other_storage = Embedded SATA Controller hw_storage_model = R2A3-T40-AAV1 hw_nics000 = 1 x Mellanox Technologies MT27710 Family @ 25 GbE hw_nics001 = (2 ports ethernet) hw_nics_enabled = 2 / 1 hw_nics_connected = 1 @ 25 Gbps hw_other_model = Fan configuration is 4 x 80x80x38mm # Note: Some commented-out fields above are automatically set to preliminary # values by sysinfo # https://www.spec.org/cpu2026/Docs/config.html#sysinfo # Uncomment lines for which you already know a better answer than sysinfo default: power_management = OS CPU governor set to "performance" notes_comp_000 = Binaries were compiled on a system with 1x AmpereOneM CPU notes_comp_005 = chip + 768 GB Memory using Fedora Linux 42 notes_jemalloc_000 = Jemalloc v5.3.0 is available via notes_jemalloc_005 = https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 notes_jemalloc_010 = It was built on Fedora Linux 42 using Version 15.2.0 of GCC notes_jemalloc_015 = The configure options are notes_jemalloc_020 = "--with-lg-page=16" for building libjemalloc.so, and notes_jemalloc_025 = "--with-lg-quantum=3 --with-lg-page=16" for building libjemalloc_ext.so notes_jemalloc_030 = Tuned MALLOC_CONF in terms of https://jemalloc.net/jemalloc.3.html notes_os_000 = 'ulimit -s unlimited' was used to set environment stack size notes_os_005 = Set dirty_ratio=8 to limit dirty cache to 8% of memory notes_os_010 = echo 8 | sudo tee /proc/sys/vm/dirty_ratio notes_os_015 = Set swappiness=1 to swap only if necessary notes_os_020 = echo 1 | sudo tee /proc/sys/vm/swappiness notes_os_025 = Set zone_reclaim_mode=1 to free local node memory and avoid remote memory notes_os_030 = echo 1 | sudo tee /proc/sys/vm/zone_reclaim_mode notes_os_035 = Set drop_caches=3 to reset caches before invoking runcpu notes_os_040 = echo 3 | sudo tee /proc/sys/vm/drop_caches notes_os_045 = Set numa_balancing=0 to disable automatic numa balancing notes_os_050 = echo 0 | sudo tee /proc/sys/kernel/numa_balancing notes_os_055 = Switch off all ktune and tuned settings notes_os_060 = sudo tuned-adm off notes_os_065 = Transparent huge pages set to 'never' notes_os_070 = sudo bash -c "echo never > /sys/kernel/mm/transparent_hugepage/enabled" notes_os_075 = notes_os_080 = runcpu command invoked through numactl i.e. notes_os_085 = numactl --interleave=all runcpu notes_plat_000 = Note: lscpu is not able to detect the SLC. notes_plat_005 = SLC is defined at https://developer.arm.com/documentation/100180/0103/bry1436285730281 # 'mitig' does not reference a pre-defined section, so these will be printed in the general notes section; # start with white space notes_mitig_000 = notes_mitig_005 = NA: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown) notes_mitig_010 = is mitigated in the system as tested and documented. notes_mitig_015 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1) notes_mitig_020 = is mitigated in the system as tested and documented. notes_mitig_025 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2) notes_mitig_030 = is mitigated in the system as tested and documented. # The following settings were obtained by running the sysinfo_program # 'specperl $[top]/bin/sysinfo -f' (sysinfo:SHA:48a8d7b01266a01cbc82d54e6ed932a3aef19f427c374d8a35ccb8e3a4d4098a) default: notes_plat_sysinfo_000 = notes_plat_sysinfo_005 = Sysinfo program /home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/spec2026/bin/sysinfo notes_plat_sysinfo_010 = Rev: 069f95da7e7f5d81b2ce48a82150e54f notes_plat_sysinfo_015 = running on ampereone Thu Feb 5 14:24:59 2026 notes_plat_sysinfo_020 = notes_plat_sysinfo_025 = SUT (System Under Test) info as seen by some common utilities. notes_plat_sysinfo_030 = notes_plat_sysinfo_035 = ------------------------------------------------------------ notes_plat_sysinfo_040 = Table of contents notes_plat_sysinfo_045 = ------------------------------------------------------------ notes_plat_sysinfo_050 = 1. uname -srvm notes_plat_sysinfo_055 = 2. w notes_plat_sysinfo_060 = 3. Username notes_plat_sysinfo_065 = 4. ulimit -a notes_plat_sysinfo_070 = 5. sysinfo process ancestry notes_plat_sysinfo_075 = 6. /proc/cpuinfo notes_plat_sysinfo_080 = 7. lscpu notes_plat_sysinfo_085 = 8. numactl --hardware notes_plat_sysinfo_090 = 9. /proc/meminfo notes_plat_sysinfo_095 = 10. Systemd service manager version: systemd 258 (258-1.fc43) notes_plat_sysinfo_100 = 11. Services, from systemctl list-unit-files notes_plat_sysinfo_105 = 12. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_110 = 13. cpupower frequency-info notes_plat_sysinfo_115 = 14. tuned-adm active notes_plat_sysinfo_120 = 15. sysctl notes_plat_sysinfo_125 = 16. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_130 = 17. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_135 = 18. OS release notes_plat_sysinfo_140 = 19. Disk information notes_plat_sysinfo_145 = 20. /sys/devices/virtual/dmi/id notes_plat_sysinfo_150 = 21. dmidecode notes_plat_sysinfo_155 = 22. BIOS notes_plat_sysinfo_160 = ------------------------------------------------------------ notes_plat_sysinfo_165 = notes_plat_sysinfo_170 = ------------------------------------------------------------ notes_plat_sysinfo_175 = 1. uname -srvm notes_plat_sysinfo_180 = Linux 6.17.5-200.64K_PS.fc42.aarch64 #1 SMP PREEMPT_DYNAMIC Wed Jan 21 08:54:52 EST 2026 aarch64 notes_plat_sysinfo_185 = notes_plat_sysinfo_190 = ------------------------------------------------------------ notes_plat_sysinfo_195 = 2. w notes_plat_sysinfo_200 = 14:24:59 up 33 min, 2 users, load average: 103.15, 34.21, 12.08 notes_plat_sysinfo_205 = USER TTY LOGIN@ IDLE JCPU PCPU WHAT notes_plat_sysinfo_210 = amptest 13:52 32:55 0.00s 0.02s sshd-session: amptest [priv] notes_plat_sysinfo_215 = amptest 13:52 32:55 0.00s 0.21s /usr/lib/systemd/systemd --user notes_plat_sysinfo_220 = notes_plat_sysinfo_225 = ------------------------------------------------------------ notes_plat_sysinfo_230 = 3. Username notes_plat_sysinfo_235 = From environment variable $USER: root notes_plat_sysinfo_240 = From the command 'logname': amptest notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = ------------------------------------------------------------ notes_plat_sysinfo_255 = 4. ulimit -a notes_plat_sysinfo_260 = real-time non-blocking time (microseconds, -R) unlimited notes_plat_sysinfo_265 = core file size (blocks, -c) 0 notes_plat_sysinfo_270 = data seg size (kbytes, -d) unlimited notes_plat_sysinfo_275 = scheduling priority (-e) 0 notes_plat_sysinfo_280 = file size (blocks, -f) unlimited notes_plat_sysinfo_285 = pending signals (-i) 784608 notes_plat_sysinfo_290 = max locked memory (kbytes, -l) 8192 notes_plat_sysinfo_295 = max memory size (kbytes, -m) unlimited notes_plat_sysinfo_300 = open files (-n) 524288 notes_plat_sysinfo_305 = pipe size (512 bytes, -p) 8 notes_plat_sysinfo_310 = POSIX message queues (bytes, -q) 819200 notes_plat_sysinfo_315 = real-time priority (-r) 0 notes_plat_sysinfo_320 = stack size (kbytes, -s) unlimited notes_plat_sysinfo_325 = cpu time (seconds, -t) unlimited notes_plat_sysinfo_330 = max user processes (-u) 784608 notes_plat_sysinfo_335 = virtual memory (kbytes, -v) unlimited notes_plat_sysinfo_340 = file locks (-x) unlimited notes_plat_sysinfo_345 = notes_plat_sysinfo_350 = ------------------------------------------------------------ notes_plat_sysinfo_355 = 5. sysinfo process ancestry notes_plat_sysinfo_360 = /usr/lib/systemd/systemd --switched-root --system --deserialize=57 notes_plat_sysinfo_365 = sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups notes_plat_sysinfo_370 = sshd-session: amptest [priv] notes_plat_sysinfo_375 = sshd-session: amptest@notty notes_plat_sysinfo_380 = java -jar remoting.jar -workDir /home/amptest -jar-cache /home/amptest/remoting/jarCache notes_plat_sysinfo_385 = /bin/bash /tmp/jenkins8000437629987399314.sh notes_plat_sysinfo_390 = sudo -S -E UPDATE_UTIL=false /home/amptest/util/jenkins/speccpu_pkg_verify.sh notes_plat_sysinfo_395 = GreenSIR2026/without_report/spec2026_intspeed_gcc15_Ofast_static_ampereonem_power_111.tgz notes_plat_sysinfo_400 = /bin/bash /home/amptest/util/jenkins/speccpu_pkg_verify.sh notes_plat_sysinfo_405 = GreenSIR2026/without_report/spec2026_intspeed_gcc15_Ofast_static_ampereonem_power_111.tgz notes_plat_sysinfo_410 = /bin/bash /home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/run_spec2026.sh --iterations 3 notes_plat_sysinfo_415 = --nobuild --action run --threads 192 --reportable --tune=base,peak intspeed notes_plat_sysinfo_420 = runcpu --config=ampere_aarch64 --define numasize=192 --define notes_plat_sysinfo_425 = gcc_dir=/home/amptest/ampere_spec2026/spec2026/gcc/install --define notes_plat_sysinfo_430 = llvm_dir=/home/amptest/ampere_spec2026/spec2026/llvm/install --define notes_plat_sysinfo_435 = jemalloc_dir=/home/amptest/ampere_spec2026/spec2026/jemalloc/install --define glibc_dir=/ --iterations 3 notes_plat_sysinfo_440 = --nobuild --action run --threads 192 --reportable --tune=base,peak intspeed notes_plat_sysinfo_445 = runcpu --configfile ampere_aarch64 --define numasize=192 --define notes_plat_sysinfo_450 = gcc_dir=/home/amptest/ampere_spec2026/spec2026/gcc/install --define notes_plat_sysinfo_455 = llvm_dir=/home/amptest/ampere_spec2026/spec2026/llvm/install --define notes_plat_sysinfo_460 = jemalloc_dir=/home/amptest/ampere_spec2026/spec2026/jemalloc/install --define glibc_dir=/ --iterations 3 notes_plat_sysinfo_465 = --nobuild --action run --threads 192 --reportable --tune base,peak --runmode speed --tune base:peak --size notes_plat_sysinfo_470 = refspeed intspeed --nopreenv --note-preenv --logfile notes_plat_sysinfo_475 = $SPEC/tmp/CPU2026.003/templogs/preenv.intspeed.003.0.log --lognum 003.0 --from_runcpu 2 notes_plat_sysinfo_480 = specperl $SPEC/bin/sysinfo -f notes_plat_sysinfo_485 = $SPEC = /home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/spec2026 notes_plat_sysinfo_490 = notes_plat_sysinfo_495 = ------------------------------------------------------------ notes_plat_sysinfo_500 = 6. /proc/cpuinfo notes_plat_sysinfo_505 = CPU implementer : 0xc0 notes_plat_sysinfo_510 = CPU architecture: 8 notes_plat_sysinfo_515 = CPU variant : 0x0 notes_plat_sysinfo_520 = CPU part : 0xac4 notes_plat_sysinfo_525 = CPU revision : 0 notes_plat_sysinfo_530 = Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt notes_plat_sysinfo_535 = fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb notes_plat_sysinfo_540 = paca pacg dcpodp flagm2 frint i8mm bf16 rng bti ecv notes_plat_sysinfo_545 = notes_plat_sysinfo_550 = ------------------------------------------------------------ notes_plat_sysinfo_555 = 7. lscpu notes_plat_sysinfo_560 = notes_plat_sysinfo_565 = From lscpu from util-linux 2.41.3: notes_plat_sysinfo_570 = Architecture: aarch64 notes_plat_sysinfo_575 = CPU op-mode(s): 64-bit notes_plat_sysinfo_580 = Byte Order: Little Endian notes_plat_sysinfo_585 = CPU(s): 192 notes_plat_sysinfo_590 = On-line CPU(s) list: 0-191 notes_plat_sysinfo_595 = Vendor ID: Ampere notes_plat_sysinfo_600 = BIOS Vendor ID: Ampere (R) notes_plat_sysinfo_605 = Model name: Ampere-1a notes_plat_sysinfo_610 = BIOS Model name: AmpereOne (R) A192-32M CPU @ 3.2GHz notes_plat_sysinfo_615 = BIOS CPU family: 257 notes_plat_sysinfo_620 = Model: 0 notes_plat_sysinfo_625 = Thread(s) per core: 1 notes_plat_sysinfo_630 = Core(s) per socket: 192 notes_plat_sysinfo_635 = Socket(s): 1 notes_plat_sysinfo_640 = Stepping: 0x0 notes_plat_sysinfo_645 = Frequency boost: disabled notes_plat_sysinfo_650 = CPU(s) scaling MHz: 100% notes_plat_sysinfo_655 = CPU max MHz: 3200.0000 notes_plat_sysinfo_660 = CPU min MHz: 1000.0000 notes_plat_sysinfo_665 = BogoMIPS: 2000.00 notes_plat_sysinfo_670 = Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp notes_plat_sysinfo_675 = cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 notes_plat_sysinfo_680 = asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 notes_plat_sysinfo_685 = frint i8mm bf16 rng bti ecv notes_plat_sysinfo_690 = L1d cache: 12 MiB (192 instances) notes_plat_sysinfo_695 = L1i cache: 3 MiB (192 instances) notes_plat_sysinfo_700 = L2 cache: 384 MiB (192 instances) notes_plat_sysinfo_705 = NUMA node(s): 1 notes_plat_sysinfo_710 = NUMA node0 CPU(s): 0-191 notes_plat_sysinfo_715 = Vulnerability Gather data sampling: Not affected notes_plat_sysinfo_720 = Vulnerability Ghostwrite: Not affected notes_plat_sysinfo_725 = Vulnerability Indirect target selection: Not affected notes_plat_sysinfo_730 = Vulnerability Itlb multihit: Not affected notes_plat_sysinfo_735 = Vulnerability L1tf: Not affected notes_plat_sysinfo_740 = Vulnerability Mds: Not affected notes_plat_sysinfo_745 = Vulnerability Meltdown: Not affected notes_plat_sysinfo_750 = Vulnerability Mmio stale data: Not affected notes_plat_sysinfo_755 = Vulnerability Old microcode: Not affected notes_plat_sysinfo_760 = Vulnerability Reg file data sampling: Not affected notes_plat_sysinfo_765 = Vulnerability Retbleed: Not affected notes_plat_sysinfo_770 = Vulnerability Spec rstack overflow: Not affected notes_plat_sysinfo_775 = Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl notes_plat_sysinfo_780 = Vulnerability Spectre v1: Mitigation; __user pointer sanitization notes_plat_sysinfo_785 = Vulnerability Spectre v2: Not affected notes_plat_sysinfo_790 = Vulnerability Srbds: Not affected notes_plat_sysinfo_795 = Vulnerability Tsa: Not affected notes_plat_sysinfo_800 = Vulnerability Tsx async abort: Not affected notes_plat_sysinfo_805 = Vulnerability Vmscape: Not affected notes_plat_sysinfo_810 = notes_plat_sysinfo_815 = From lscpu --cache: notes_plat_sysinfo_820 = NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE notes_plat_sysinfo_825 = L1d 64K 12M 4 Data 1 256 64 notes_plat_sysinfo_830 = L1i 16K 3M 4 Instruction 1 64 64 notes_plat_sysinfo_835 = L2 2M 384M 8 Unified 2 4096 64 notes_plat_sysinfo_840 = notes_plat_sysinfo_845 = ------------------------------------------------------------ notes_plat_sysinfo_850 = 8. numactl --hardware notes_plat_sysinfo_855 = NOTE: a numactl 'node' might or might not correspond to a physical chip. notes_plat_sysinfo_860 = available: 1 nodes (0) notes_plat_sysinfo_865 = node 0 cpus: 0-191 notes_plat_sysinfo_870 = node 0 size: 784583 MB notes_plat_sysinfo_875 = node 0 free: 776092 MB notes_plat_sysinfo_880 = node distances: notes_plat_sysinfo_885 = node 0 notes_plat_sysinfo_890 = 0: 10 notes_plat_sysinfo_895 = notes_plat_sysinfo_900 = ------------------------------------------------------------ notes_plat_sysinfo_905 = 9. /proc/meminfo notes_plat_sysinfo_910 = MemTotal: 803413888 kB notes_plat_sysinfo_915 = notes_plat_sysinfo_920 = 'who -r' did not return a run level notes_plat_sysinfo_925 = notes_plat_sysinfo_930 = ------------------------------------------------------------ notes_plat_sysinfo_935 = 10. Systemd service manager version: systemd 258 (258-1.fc43) notes_plat_sysinfo_940 = Default Target Status notes_plat_sysinfo_945 = multi-user running notes_plat_sysinfo_950 = notes_plat_sysinfo_955 = ------------------------------------------------------------ notes_plat_sysinfo_960 = 11. Services, from systemctl list-unit-files notes_plat_sysinfo_965 = STATE UNIT FILES notes_plat_sysinfo_970 = enabled ModemManager NetworkManager NetworkManager-dispatcher abrt-journal-core abrt-oops notes_plat_sysinfo_975 = abrt-vmcore abrt-xorg abrtd atd audit-rules auditd authselect-apply-changes bluetooth notes_plat_sysinfo_980 = crond dbus-broker fips-crypto-policy-overlay firewalld getty@ irqbalance iscsi-onboot notes_plat_sysinfo_985 = iscsi-starter lm_sensors lvm2-monitor mdmonitor multipathd rpmdb-rebuild rsyslog notes_plat_sysinfo_990 = rtkit-daemon selinux-autorelabel-mark smartd sshd sssd systemd-boot-clear-sysfail notes_plat_sysinfo_995 = systemd-confext systemd-resolved systemd-sysext systemd-tpm2-clear tuned udisks2 upower notes_plat_sysinfo_1000= enabled-runtime systemd-remount-fs notes_plat_sysinfo_1005= disabled NetworkManager-wait-online abrt-pstoreoops arp-ethers blk-availability notes_plat_sysinfo_1010= canberra-system-bootup canberra-system-shutdown canberra-system-shutdown-reboot notes_plat_sysinfo_1015= chrony-wait chronyd chronyd-restricted console-getty containerd cpupower debug-shell notes_plat_sysinfo_1020= dnf-system-upgrade dnf5-offline-transaction dnsmasq docker fancontrol fsidd gssproxy notes_plat_sysinfo_1025= iscsi-init iscsid iscsiuio kvm_stat lastlog2-import low-memory-monitor lvm-devices-import notes_plat_sysinfo_1030= man-db-restart-cache-update netavark-dhcp-proxy netavark-firewalld-reload notes_plat_sysinfo_1035= netavark-nftables-reload nfs-blkmap nfs-server nftables nis-domainname notes_plat_sysinfo_1040= nvmefc-boot-connections nvmf-autoconnect openhpid podman podman-auto-update notes_plat_sysinfo_1045= podman-clean-transient podman-kube@ podman-restart psacct rmtfs rpcbind notes_plat_sysinfo_1050= selinux-check-proper-disable ssh-host-keys-migration sshd-keygen@ svnserve notes_plat_sysinfo_1055= systemd-boot-check-no-failures systemd-boot-update systemd-homed systemd-homed-activate notes_plat_sysinfo_1060= systemd-homed-firstboot systemd-network-generator systemd-oomd systemd-pcrlock-file-system notes_plat_sysinfo_1065= systemd-pcrlock-firmware-code systemd-pcrlock-firmware-config systemd-pcrlock-machine-id notes_plat_sysinfo_1070= systemd-pcrlock-make-policy systemd-pcrlock-secureboot-authority notes_plat_sysinfo_1075= systemd-pcrlock-secureboot-policy systemd-pstore systemd-time-wait-sync systemd-timesyncd notes_plat_sysinfo_1080= systemd-udev-load-credentials systemd-userdb-load-credentials wpa_supplicant zvbid notes_plat_sysinfo_1085= indirect iscsi pcscd serial-getty@ sshd@ sssd-autofs sssd-kcm sssd-nss sssd-pac sssd-pam sssd-ssh notes_plat_sysinfo_1090= sssd-sudo systemd-sysupdate systemd-sysupdate-reboot systemd-userdbd notes_plat_sysinfo_1095= notes_plat_sysinfo_1100= ------------------------------------------------------------ notes_plat_sysinfo_1105= 12. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_1110= BOOT_IMAGE=(hd5,gpt2)/vmlinuz-6.17.5-200.64K_PS.fc42.aarch64 notes_plat_sysinfo_1115= root=/dev/mapper/fedora-root notes_plat_sysinfo_1120= ro notes_plat_sysinfo_1125= rd.lvm.lv=fedora/root notes_plat_sysinfo_1130= nokaslr notes_plat_sysinfo_1135= kaslr.disabled=1 notes_plat_sysinfo_1140= notes_plat_sysinfo_1145= ------------------------------------------------------------ notes_plat_sysinfo_1150= 13. cpupower frequency-info notes_plat_sysinfo_1155= analyzing CPU 23: notes_plat_sysinfo_1160= current policy: frequency should be within 1000 MHz and 3.20 GHz. notes_plat_sysinfo_1165= The governor "performance" may decide which speed to use notes_plat_sysinfo_1170= within this range. notes_plat_sysinfo_1175= notes_plat_sysinfo_1180= ------------------------------------------------------------ notes_plat_sysinfo_1185= 14. tuned-adm active notes_plat_sysinfo_1190= No current active profile. notes_plat_sysinfo_1195= notes_plat_sysinfo_1200= ------------------------------------------------------------ notes_plat_sysinfo_1205= 15. sysctl notes_plat_sysinfo_1210= kernel.numa_balancing 0 notes_plat_sysinfo_1215= kernel.randomize_va_space 2 notes_plat_sysinfo_1220= vm.compaction_proactiveness 20 notes_plat_sysinfo_1225= vm.dirty_background_bytes 0 notes_plat_sysinfo_1230= vm.dirty_background_ratio 10 notes_plat_sysinfo_1235= vm.dirty_bytes 0 notes_plat_sysinfo_1240= vm.dirty_expire_centisecs 3000 notes_plat_sysinfo_1245= vm.dirty_ratio 8 notes_plat_sysinfo_1250= vm.dirty_writeback_centisecs 500 notes_plat_sysinfo_1255= vm.dirtytime_expire_seconds 43200 notes_plat_sysinfo_1260= vm.extfrag_threshold 500 notes_plat_sysinfo_1265= vm.min_unmapped_ratio 1 notes_plat_sysinfo_1270= vm.nr_hugepages 0 notes_plat_sysinfo_1275= vm.nr_hugepages_mempolicy 0 notes_plat_sysinfo_1280= vm.nr_overcommit_hugepages 0 notes_plat_sysinfo_1285= vm.swappiness 1 notes_plat_sysinfo_1290= vm.watermark_boost_factor 15000 notes_plat_sysinfo_1295= vm.watermark_scale_factor 10 notes_plat_sysinfo_1300= vm.zone_reclaim_mode 1 notes_plat_sysinfo_1305= notes_plat_sysinfo_1310= ------------------------------------------------------------ notes_plat_sysinfo_1315= 16. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_1320= defrag always defer defer+madvise madvise [never] notes_plat_sysinfo_1325= enabled always madvise [never] notes_plat_sysinfo_1330= hpage_pmd_size 536870912 notes_plat_sysinfo_1335= shmem_enabled always within_size advise [never] deny force notes_plat_sysinfo_1340= notes_plat_sysinfo_1345= ------------------------------------------------------------ notes_plat_sysinfo_1350= 17. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_1355= alloc_sleep_millisecs 60000 notes_plat_sysinfo_1360= defrag 1 notes_plat_sysinfo_1365= max_ptes_none 8191 notes_plat_sysinfo_1370= max_ptes_shared 4096 notes_plat_sysinfo_1375= max_ptes_swap 1024 notes_plat_sysinfo_1380= pages_to_scan 65536 notes_plat_sysinfo_1385= scan_sleep_millisecs 10000 notes_plat_sysinfo_1390= notes_plat_sysinfo_1395= ------------------------------------------------------------ notes_plat_sysinfo_1400= 18. OS release notes_plat_sysinfo_1405= From /etc/*-release /etc/*-version notes_plat_sysinfo_1410= os-release Fedora Linux 43 (Server Edition) notes_plat_sysinfo_1415= fedora-release Fedora release 43 (Forty Three) notes_plat_sysinfo_1420= redhat-release Fedora release 43 (Forty Three) notes_plat_sysinfo_1425= system-release Fedora release 43 (Forty Three) notes_plat_sysinfo_1430= notes_plat_sysinfo_1435= ------------------------------------------------------------ notes_plat_sysinfo_1440= 19. Disk information notes_plat_sysinfo_1445= SPEC is set to: /home/amptest/workspace/sir2026_pkg_verify/ampere_spec2026/spec2026 notes_plat_sysinfo_1450= Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_1455= /dev/mapper/fedora-root xfs 891G 261G 631G 30% / notes_plat_sysinfo_1460= notes_plat_sysinfo_1465= ------------------------------------------------------------ notes_plat_sysinfo_1470= 20. /sys/devices/virtual/dmi/id notes_plat_sysinfo_1475= Vendor: GIGACOMPUTING notes_plat_sysinfo_1480= Product: R2A3-T40-AAV1 notes_plat_sysinfo_1485= Product Family: R2A3-T40-AAV1 notes_plat_sysinfo_1490= Serial: 0000000000000000000000000001 notes_plat_sysinfo_1495= notes_plat_sysinfo_1500= ------------------------------------------------------------ notes_plat_sysinfo_1505= 21. dmidecode notes_plat_sysinfo_1510= Additional information from dmidecode 3.6 follows. WARNING: Use caution when you interpret this section. notes_plat_sysinfo_1515= The 'dmidecode' program reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_1520= determined", but the intent may not be met, as there are frequent changes to hardware, firmware, and the notes_plat_sysinfo_1525= "DMTF SMBIOS" standard. notes_plat_sysinfo_1530= Memory: notes_plat_sysinfo_1535= 12x Micron Technology MTC40F2046S1RC56BD2 MLCC 64 GB 2 rank 5600 notes_plat_sysinfo_1540= notes_plat_sysinfo_1545= notes_plat_sysinfo_1550= ------------------------------------------------------------ notes_plat_sysinfo_1555= 22. BIOS notes_plat_sysinfo_1560= (This section combines info from /sys/devices and dmidecode.) notes_plat_sysinfo_1565= BIOS Vendor: Ampere Computing LLC notes_plat_sysinfo_1570= BIOS Version: 5.4.5.1 notes_plat_sysinfo_1575= BIOS Date: 10/22/2025 notes_plat_sysinfo_1580= BIOS Revision: 5.37 # hw_cpu_name = Ampere-1a # hw_memory001 = 766.195 GB fixme: If using DDR4, the format is: # hw_memory002 = 'N GB (N x N GB nRxn PC4-nnnnX-X)' # hw_nchips = 1 # hw_ncores = 192 # hw_nthreadspercore = 1 # hw_storage = 891 GB add more disk info here # prepared_by = root (is never output, only tags rawfile) # sw_file = xfs # sw_os001 = Fedora Linux 43 (Server Edition) # sw_os002 = 6.17.5-200.64K_PS.fc42.aarch64 # sw_state = software state (e.g runlevel) # End of settings added by sysinfo_program 854.graph500_s: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 817.flac_s: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1