# Invocation command line: # /home/fralov/Code/spec2026rc2/bin/harness/runcpu --configfile aocc-linux-x86-rate1.cfg --action run --reportable --iterations 4 --nopower --runmode rate --tune base --size refrate intrate # output_root was not used for this run ############################################################################ #------------------------------------------------------------------------------- # SPEC CPU(R) 2026 config for AMD Optimizing C/C++ Compiler (AOCC) on Linux x86_64 #------------------------------------------------------------------------------- # # Usage: (1) Copy this to a new name # cd $SPEC/config # cp Example-x.cfg myname.cfg # (2) Change items that are marked 'EDIT' (search for it) # # SPEC tested this config file with: # Compiler version(s): AOCC 5 # Operating system(s): Linux (Ubuntu 24.04) # Hardware: x86 (EPYC) # # If your system differs, this config file might not work. # You might find a better config file at https://www.spec.org/cpu2026/results # # Compiler notes # # AMD Optimizing C/C++ and Fortran Compilers (AOCC) can be downloaded at # https://www.amd.com/en/developer/aocc.html - Please follow the # README (Also available at the same location) for instllation guidance # # Unexpected errors? Try using a newer version of the compiler # or try reducing the optimization level # # Compiler issues: Contact your compiler vendor, not SPEC. # For SPEC help: https://www.spec.org/cpu2026/Docs/techsupport.html #------------------------------------------------------------------------------ #--------- 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 = HX-370-AOCC # EDIT %else label = %{label} %endif #--------- Preprocessor ------------------------------------------------------- %ifndef %{aocc_version} # EDIT to select the version of AOCC to use. Or, % define aocc_version 5.1.0 # you can set it on the command line using: %endif # 'runcpu --define aocc_version=x.y.z' %ifndef %{build_ncpus} # EDIT to adjust number of simultaneous compiles. % define build_ncpus 12 # Or, you can set it on the command line: %endif # 'runcpu --define build_ncpus=nn' #--------- Global Settings ---------------------------------------------------- # For info, see: # https://www.spec.org/cpu2026/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2026/Docs/config.html#tune default: bench_post_setup = sync command_add_redirect = 1 flagsurl000 = http://www.spec.org/cpu2026/results/flags/aocc-rev-A2.xml flagsurl001 = http://www.spec.org/cpu2026/results/flags/Minisforum-Platform-Settings-AMD-rev2.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 #--------- 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/cpu2026/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/cpu2026/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 = 12 # EDIT to change number of OpenMP threads (see above) submit = taskset -c 0 $command #------- Compilers ------------------------------------------------------------ default: # EDIT: The parent directory for your compiler. # Do not include the trailing /bin/ # Do not include a trailing slash # Examples: # 1 On an Ubuntu system, you said # 'dpkg -i aocc-compiler-2.0.0_1_amd64.deb' # Use: % define aocc_dir "/opt/AMD/aocc-compiler-%{aocc_version}" # 2 You unpacked AOCC-1.3.0-Compiler.tar into /data1/aocc/AOCC-1.3.0-Compiler/ # Use: % define aocc_dir "/data1/aocc/AOCC-1.3.0-Compiler" # %ifndef %{aocc_dir} % define aocc_dir "/opt/compilers/aocc/aocc-compiler-%{aocc_version}" # EDIT (see above) %endif # 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/cpu2026/Docs/config.html#preenv preENV_LD_LIBRARY_PATH = %{aocc_dir}/lib:/lib64:%{ENV_LD_LIBRARY_PATH} SPECLANG = %{aocc_dir}/bin/ CC = $(SPECLANG)clang -std=c18 -m64 CXX = $(SPECLANG)clang++ -std=c++17 -m64 FC = $(SPECLANG)flang -std=f2018 -m64 # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version #--------- Portability -------------------------------------------------------- default: # data model applies to all benchmarks EXTRA_PORTABILITY = -DSPEC_LP64 800.pot3d_s: PORTABILITY = -DSPEC_SUPPRESS_LOCAL_AND_REDUCE #714.cpython_r: # PORTABILITY = -pthread # 710.omnetpp_r: PORTABILITY = -fno-fast-math 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-unsafe-math-optimizations 748.flightdm_r: PORTABILITY = -fno-reciprocal-math 753.ns3_r,853.ns3_s: PORTABILITY = -fno-finite-math-only 767.nest_r,867.nest_s: PORTABILITY = -fno-finite-math-only #-------- Tuning Flags common to Base and Peak -------------------------------- # # Speed (OpenMP and Autopar allowed) # intspeed,fpspeed: preENV_OMP_STACKSIZE = 120M openmp,doconcurrent: EXTRA_OPTIMIZE = -fopenmp -DSPEC_OPENMP #cxxthreads: # EXTRA_OPTIMIZE = -pthread #-------- Base Tuning Flags ---------------------------------------------- # EDIT if needed -- If you run into errors, you may need to reduce the # optimization. # default=base: # flags for all base COPTIMIZE = -g -ffast-math -flto=full -O3 -march=native CXXOPTIMIZE = -g -ffast-math -flto=full -O3 -march=native FOPTIMIZE = -g -ffast-math -flto=full -O3 -march=native #-------- Peak Tuning Flags ---------------------------------------------- default: # If you develop some peak tuning, remove these two lines basepeak = yes # and put your tuning in the default=peak: section below. default=peak: #------------------------------------------------------------------------------ # Tester and System Descriptions - EDIT all sections below this point #------------------------------------------------------------------------------ # For info about any field, see # https://www.spec.org/cpu2026/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2026/Docs/config.html#hw_memory #------------------------------------------------------------------------------- #--------- EDIT to match your version ----------------------------------------- default: sw_compiler000 = C/C++/Fortran: Version 5.1.0 of AOCC, the sw_compiler001 = AMD Optimizing C/C++ and Fortran Compiler sw_base_ptrsize = 64-bit sw_peak_ptrsize = Not Applicable #--------- EDIT info about you ------------------------------------------------ # To understand the difference between hw_vendor/sponsor/tester, see: # https://www.spec.org/cpu2026/Docs/config.html#test_sponsor default: hw_vendor = MINIS FORUM tester = Arm test_sponsor = Arm license_num = 9044 # prepared_by = # Ima Pseudonym # Whatever you like: is never output #--------- EDIT system availability dates ------------------------------------- default: # Example # Brief info about field hw_avail = Jul-2025 # Nov-2099 # Date of LAST hardware component to ship sw_avail = Jan-2026 # Nov-2099 # Date of LAST software component to ship sw_compiler_category = Vendor fw_bios = Version 1.16 released Dec-2024 # Version Mumble released May-2099 # Firmware information #--------- EDIT system information -------------------------------------------- default: hw_cpu_name = AMD Ryzen AI 9 HX 370 # chip name hw_cpu_nominal_mhz = 2000 # Nominal chip frequency, in MHz hw_cpu_max_mhz = 5100 # Max chip frequency, in MHz hw_storage = 1 x 931.5 GB NVMe SSD # Size, type, other perf-relevant info hw_model000 = MINISFORUM EliteMini AI370 hw_model001 = (2GHz, AMD Ryzen AI 9 HX 370) hw_nchips = 1 # 99 # number chips enabled hw_ncores = 12 (4x Zen5, 8x Zen5c) hw_ncpuorder = 1 chips # 1-9 chips # Ordering options hw_nthreadspercore = 1 hw_other = None # TurboNUMA Router 10 Gb # Other perf-relevant hw, or "None" hw_memory = 32 GB (4x8 LPDDR5X-7500MT/s) # hw_memory001 = # 999 GB (99 x 9 GB 2Rx4 PC4-2133P-R, # The 'PCn-etc' is from the JEDEC # hw_memory002 = # running at 1600 MHz) # label on the DIMM. hw_pcache = 32 KB I + 48 KB D on chip per core # Primary cache size, type, location hw_scache = 1 MB I+D on chip per core hw_tcache000 = 24 MB I+D on chip per chip, 16 MB shared / 4 hw_tcache001 = Cores, 8 MB shared / 8 Cores hw_ocache = None # Other cache or "None" sw_other = None # TurboHeap Library V8.1 # Other perf-relevant sw, or "None" sw_file = ext4 sw_os000 = Ubuntu 24.04.3 LTS sw_os001 = 6.14.0-37-generic sw_state = Run level 5 (graphical multi-user) power_management000= OS set to prefer performance at the cost of power_management001 = additional power usage hw_cooling = Air # 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: sysinfo_program = specperl $[top]/bin/sysinfo -f # 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/fralov/Code/spec2026rc2/bin/sysinfo notes_plat_sysinfo_010 = Rev: 069f95da7e7f5d81b2ce48a82150e54f notes_plat_sysinfo_015 = running on ct-cpu-soph-amd Thu Feb 5 11:36:01 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. who -r notes_plat_sysinfo_100 = 11. Systemd service manager version: systemd 255 (255.4-1ubuntu8.12) notes_plat_sysinfo_105 = 12. Failed units, from systemctl list-units --state=failed notes_plat_sysinfo_110 = 13. Services, from systemctl list-unit-files notes_plat_sysinfo_115 = 14. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_120 = 15. cpupower frequency-info notes_plat_sysinfo_125 = 16. sysctl notes_plat_sysinfo_130 = 17. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_135 = 18. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_140 = 19. OS release notes_plat_sysinfo_145 = 20. Disk information notes_plat_sysinfo_150 = 21. /sys/devices/virtual/dmi/id notes_plat_sysinfo_155 = 22. dmidecode notes_plat_sysinfo_160 = 23. BIOS notes_plat_sysinfo_165 = ------------------------------------------------------------ notes_plat_sysinfo_170 = notes_plat_sysinfo_175 = ------------------------------------------------------------ notes_plat_sysinfo_180 = 1. uname -srvm notes_plat_sysinfo_185 = Linux 6.14.0-37-generic #37~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 20 10:25:38 UTC 2 x86_64 notes_plat_sysinfo_190 = notes_plat_sysinfo_195 = ------------------------------------------------------------ notes_plat_sysinfo_200 = 2. w notes_plat_sysinfo_205 = 11:36:01 up 12 days, 23:54, 2 users, load average: 0.00, 0.00, 0.00 notes_plat_sysinfo_210 = USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT notes_plat_sysinfo_215 = fralov 10.34.111.189 11:25 2days 0.00s 0.02s sshd: fralov [priv] notes_plat_sysinfo_220 = gdm tty1 - 23Jan26 12days 6:05 ? /usr/libexec/ibus-portal notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = ------------------------------------------------------------ notes_plat_sysinfo_235 = 3. Username notes_plat_sysinfo_240 = From environment variable $USER: root notes_plat_sysinfo_245 = From the command 'logname': fralov notes_plat_sysinfo_250 = notes_plat_sysinfo_255 = ------------------------------------------------------------ notes_plat_sysinfo_260 = 4. ulimit -a notes_plat_sysinfo_265 = time(seconds) unlimited notes_plat_sysinfo_270 = file(blocks) unlimited notes_plat_sysinfo_275 = data(kbytes) unlimited notes_plat_sysinfo_280 = stack(kbytes) unlimited notes_plat_sysinfo_285 = coredump(blocks) 0 notes_plat_sysinfo_290 = memory(kbytes) unlimited notes_plat_sysinfo_295 = locked memory(kbytes) 3541012 notes_plat_sysinfo_300 = process 109673 notes_plat_sysinfo_305 = nofiles 1024 notes_plat_sysinfo_310 = vmemory(kbytes) unlimited notes_plat_sysinfo_315 = locks unlimited notes_plat_sysinfo_320 = rtprio 0 notes_plat_sysinfo_325 = notes_plat_sysinfo_330 = ------------------------------------------------------------ notes_plat_sysinfo_335 = 5. sysinfo process ancestry notes_plat_sysinfo_340 = /usr/lib/systemd/systemd --system --deserialize=110 splash notes_plat_sysinfo_345 = sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups notes_plat_sysinfo_350 = sshd: fralov [priv] notes_plat_sysinfo_355 = sshd: fralov@pts/0 notes_plat_sysinfo_360 = -zsh notes_plat_sysinfo_365 = sudo zsh notes_plat_sysinfo_370 = sudo zsh notes_plat_sysinfo_375 = zsh notes_plat_sysinfo_380 = runcpu --config=aocc-linux-x86-rate1.cfg --action=run --reportable intrate fprate --iterations=4 notes_plat_sysinfo_385 = runcpu --configfile aocc-linux-x86-rate1.cfg --action run --reportable --iterations 4 --nopower --runmode notes_plat_sysinfo_390 = rate --tune base --size refrate intrate --nopreenv --note-preenv --logfile notes_plat_sysinfo_395 = $SPEC/tmp/CPU2026.028/templogs/preenv.intrate.028.0.log --lognum 028.0 --from_runcpu 2 notes_plat_sysinfo_400 = specperl $SPEC/bin/sysinfo -f notes_plat_sysinfo_405 = $SPEC = /home/fralov/Code/spec2026rc2 notes_plat_sysinfo_410 = notes_plat_sysinfo_415 = ------------------------------------------------------------ notes_plat_sysinfo_420 = 6. /proc/cpuinfo notes_plat_sysinfo_425 = model name : AMD Ryzen AI 9 HX 370 w/ Radeon 890M notes_plat_sysinfo_430 = vendor_id : AuthenticAMD notes_plat_sysinfo_435 = cpu family : 26 notes_plat_sysinfo_440 = model : 36 notes_plat_sysinfo_445 = stepping : 0 notes_plat_sysinfo_450 = microcode : 0xb204019 notes_plat_sysinfo_455 = bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso vmscape notes_plat_sysinfo_460 = TLB size : 192 4K pages notes_plat_sysinfo_465 = cpu cores : 12 notes_plat_sysinfo_470 = siblings : 12 notes_plat_sysinfo_475 = 1 physical ids (chips) notes_plat_sysinfo_480 = 12 processors (hardware threads) notes_plat_sysinfo_485 = physical id 0: core ids 0-3,8-15 notes_plat_sysinfo_490 = physical id 0: apicids 0,2,4,6,16,18,20,22,24,26,28,30 notes_plat_sysinfo_495 = Caution: /proc/cpuinfo data regarding chips, cores, and threads is not necessarily reliable, especially for notes_plat_sysinfo_500 = virtualized systems. Use the above data carefully. notes_plat_sysinfo_505 = notes_plat_sysinfo_510 = ------------------------------------------------------------ notes_plat_sysinfo_515 = 7. lscpu notes_plat_sysinfo_520 = notes_plat_sysinfo_525 = From lscpu from util-linux 2.39.3: notes_plat_sysinfo_530 = Architecture: x86_64 notes_plat_sysinfo_535 = CPU op-mode(s): 32-bit, 64-bit notes_plat_sysinfo_540 = Address sizes: 48 bits physical, 48 bits virtual notes_plat_sysinfo_545 = Byte Order: Little Endian notes_plat_sysinfo_550 = CPU(s): 24 notes_plat_sysinfo_555 = On-line CPU(s) list: 0-11 notes_plat_sysinfo_560 = Off-line CPU(s) list: 12-23 notes_plat_sysinfo_565 = Vendor ID: AuthenticAMD notes_plat_sysinfo_570 = BIOS Vendor ID: Advanced Micro Devices, Inc. notes_plat_sysinfo_575 = Model name: AMD Ryzen AI 9 HX 370 w/ Radeon 890M notes_plat_sysinfo_580 = BIOS Model name: AMD Ryzen AI 9 HX 370 w/ Radeon 890M Unknown CPU @ notes_plat_sysinfo_585 = 2.0GHz notes_plat_sysinfo_590 = BIOS CPU family: 107 notes_plat_sysinfo_595 = CPU family: 26 notes_plat_sysinfo_600 = Model: 36 notes_plat_sysinfo_605 = Thread(s) per core: 1 notes_plat_sysinfo_610 = Core(s) per socket: 12 notes_plat_sysinfo_615 = Socket(s): 1 notes_plat_sysinfo_620 = Stepping: 0 notes_plat_sysinfo_625 = Frequency boost: enabled notes_plat_sysinfo_630 = CPU(s) scaling MHz: 89% notes_plat_sysinfo_635 = CPU max MHz: 5157.0000 notes_plat_sysinfo_640 = CPU min MHz: 0.0000 notes_plat_sysinfo_645 = BogoMIPS: 4000.23 notes_plat_sysinfo_650 = Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat notes_plat_sysinfo_655 = pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt notes_plat_sysinfo_660 = pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology notes_plat_sysinfo_665 = nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq notes_plat_sysinfo_670 = monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx notes_plat_sysinfo_675 = f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a notes_plat_sysinfo_680 = misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext notes_plat_sysinfo_685 = perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 notes_plat_sysinfo_690 = hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced notes_plat_sysinfo_695 = vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm notes_plat_sysinfo_700 = rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb notes_plat_sysinfo_705 = avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves notes_plat_sysinfo_710 = cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk notes_plat_sysinfo_715 = avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd cppc notes_plat_sysinfo_720 = arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid notes_plat_sysinfo_725 = decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif notes_plat_sysinfo_730 = x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 notes_plat_sysinfo_735 = gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq notes_plat_sysinfo_740 = rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca notes_plat_sysinfo_745 = fsrm avx512_vp2intersect flush_l1d amd_lbr_pmc_freeze notes_plat_sysinfo_750 = Virtualization: AMD-V notes_plat_sysinfo_755 = L1d cache: 576 KiB (12 instances) notes_plat_sysinfo_760 = L1i cache: 384 KiB (12 instances) notes_plat_sysinfo_765 = L2 cache: 12 MiB (12 instances) notes_plat_sysinfo_770 = L3 cache: 24 MiB (2 instances) notes_plat_sysinfo_775 = NUMA node(s): 1 notes_plat_sysinfo_780 = NUMA node0 CPU(s): 0-11 notes_plat_sysinfo_785 = Vulnerability Gather data sampling: Not affected notes_plat_sysinfo_790 = Vulnerability Ghostwrite: Not affected notes_plat_sysinfo_795 = Vulnerability Indirect target selection: Not affected notes_plat_sysinfo_800 = Vulnerability Itlb multihit: Not affected notes_plat_sysinfo_805 = Vulnerability L1tf: Not affected notes_plat_sysinfo_810 = Vulnerability Mds: Not affected notes_plat_sysinfo_815 = Vulnerability Meltdown: Not affected notes_plat_sysinfo_820 = Vulnerability Mmio stale data: Not affected notes_plat_sysinfo_825 = Vulnerability Reg file data sampling: Not affected notes_plat_sysinfo_830 = Vulnerability Retbleed: Not affected notes_plat_sysinfo_835 = Vulnerability Spec rstack overflow: Mitigation; IBPB on VMEXIT only notes_plat_sysinfo_840 = Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl notes_plat_sysinfo_845 = Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer notes_plat_sysinfo_850 = sanitization notes_plat_sysinfo_855 = Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; STIBP notes_plat_sysinfo_860 = always-on; PBRSB-eIBRS Not affected; BHI Not affected notes_plat_sysinfo_865 = Vulnerability Srbds: Not affected notes_plat_sysinfo_870 = Vulnerability Tsa: Not affected notes_plat_sysinfo_875 = Vulnerability Tsx async abort: Not affected notes_plat_sysinfo_880 = Vulnerability Vmscape: Mitigation; IBPB on VMEXIT notes_plat_sysinfo_885 = notes_plat_sysinfo_890 = From lscpu --cache: notes_plat_sysinfo_895 = NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE notes_plat_sysinfo_900 = L1d 48K 576K 12 Data 1 64 1 64 notes_plat_sysinfo_905 = L1i 32K 384K 8 Instruction 1 64 1 64 notes_plat_sysinfo_910 = L2 1M 12M 16 Unified 2 1024 1 64 notes_plat_sysinfo_915 = L3 16M 24M 16 Unified 3 16384 1 64 notes_plat_sysinfo_920 = notes_plat_sysinfo_925 = ------------------------------------------------------------ notes_plat_sysinfo_930 = 8. numactl --hardware notes_plat_sysinfo_935 = NOTE: a numactl 'node' might or might not correspond to a physical chip. notes_plat_sysinfo_940 = available: 1 nodes (0) notes_plat_sysinfo_945 = node 0 cpus: 0-11 notes_plat_sysinfo_950 = node 0 size: 27664 MB notes_plat_sysinfo_955 = node 0 free: 1775 MB notes_plat_sysinfo_960 = node distances: notes_plat_sysinfo_965 = node 0 notes_plat_sysinfo_970 = 0: 10 notes_plat_sysinfo_975 = notes_plat_sysinfo_980 = ------------------------------------------------------------ notes_plat_sysinfo_985 = 9. /proc/meminfo notes_plat_sysinfo_990 = MemTotal: 28328100 kB notes_plat_sysinfo_995 = notes_plat_sysinfo_1000= ------------------------------------------------------------ notes_plat_sysinfo_1005= 10. who -r notes_plat_sysinfo_1010= run-level 5 Jan 23 11:42 notes_plat_sysinfo_1015= notes_plat_sysinfo_1020= ------------------------------------------------------------ notes_plat_sysinfo_1025= 11. Systemd service manager version: systemd 255 (255.4-1ubuntu8.12) notes_plat_sysinfo_1030= Default Target Status notes_plat_sysinfo_1035= graphical degraded notes_plat_sysinfo_1040= notes_plat_sysinfo_1045= ------------------------------------------------------------ notes_plat_sysinfo_1050= 12. Failed units, from systemctl list-units --state=failed notes_plat_sysinfo_1055= UNIT LOAD ACTIVE SUB DESCRIPTION notes_plat_sysinfo_1060= * snap-firefox-7672.mount not-found failed failed snap-firefox-7672.mount notes_plat_sysinfo_1065= Legend: LOAD -> Reflects whether the unit definition was properly loaded. notes_plat_sysinfo_1070= ACTIVE -> The high-level unit activation state, i.e. generalization of SUB. notes_plat_sysinfo_1075= SUB -> The low-level unit activation state, values depend on unit type. notes_plat_sysinfo_1080= 1 loaded units listed. notes_plat_sysinfo_1085= notes_plat_sysinfo_1090= ------------------------------------------------------------ notes_plat_sysinfo_1095= 13. Services, from systemctl list-unit-files notes_plat_sysinfo_1100= STATE UNIT FILES notes_plat_sysinfo_1105= enabled ModemManager NetworkManager NetworkManager-dispatcher NetworkManager-wait-online notes_plat_sysinfo_1110= accounts-daemon anacron apparmor apport avahi-daemon bluetooth cloud-config cloud-final notes_plat_sysinfo_1115= cloud-init cloud-init-local console-setup cron cups cups-browsed dmesg e2scrub_reap getty@ notes_plat_sysinfo_1120= gnome-remote-desktop gpu-manager grub-common grub-initrd-fallback kerneloops notes_plat_sysinfo_1125= keyboard-setup networkd-dispatcher openvpn power-profiles-daemon rsyslog secureboot-db notes_plat_sysinfo_1130= setvtrgb snapd ssh ssl-cert sssd switcheroo-control sysstat systemd-oomd systemd-pstore notes_plat_sysinfo_1135= systemd-resolved systemd-timesyncd thermald ua-reboot-cmds ubuntu-advantage udisks2 ufw notes_plat_sysinfo_1140= unattended-upgrades wpa_supplicant notes_plat_sysinfo_1145= enabled-runtime netplan-ovs-cleanup systemd-fsck-root systemd-remount-fs notes_plat_sysinfo_1150= disabled brltty console-getty debug-shell nftables openvpn-client@ openvpn-server@ openvpn@ rsync notes_plat_sysinfo_1155= rtkit-daemon serial-getty@ speech-dispatcherd systemd-boot-check-no-failures notes_plat_sysinfo_1160= systemd-confext systemd-network-generator systemd-networkd systemd-networkd-wait-online notes_plat_sysinfo_1165= systemd-networkd-wait-online@ systemd-pcrlock-file-system systemd-pcrlock-firmware-code notes_plat_sysinfo_1170= systemd-pcrlock-firmware-config systemd-pcrlock-machine-id systemd-pcrlock-make-policy notes_plat_sysinfo_1175= systemd-pcrlock-secureboot-authority systemd-pcrlock-secureboot-policy systemd-sysext notes_plat_sysinfo_1180= systemd-time-wait-sync upower wpa_supplicant-nl80211@ wpa_supplicant-wired@ notes_plat_sysinfo_1185= wpa_supplicant@ notes_plat_sysinfo_1190= generated speech-dispatcher notes_plat_sysinfo_1195= indirect saned@ spice-vdagentd sssd-autofs sssd-nss sssd-pac sssd-pam sssd-ssh sssd-sudo notes_plat_sysinfo_1200= systemd-sysupdate systemd-sysupdate-reboot uuidd notes_plat_sysinfo_1205= masked alsa-utils cryptdisks cryptdisks-early hwclock saned sudo x11-common notes_plat_sysinfo_1210= notes_plat_sysinfo_1215= ------------------------------------------------------------ notes_plat_sysinfo_1220= 14. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_1225= BOOT_IMAGE=/boot/vmlinuz-6.14.0-37-generic notes_plat_sysinfo_1230= root=UUID=5136668a-0005-4623-86d6-f99bc0eec11e notes_plat_sysinfo_1235= ro notes_plat_sysinfo_1240= quiet notes_plat_sysinfo_1245= splash notes_plat_sysinfo_1250= vt.handoff=7 notes_plat_sysinfo_1255= notes_plat_sysinfo_1260= ------------------------------------------------------------ notes_plat_sysinfo_1265= 15. cpupower frequency-info notes_plat_sysinfo_1270= analyzing CPU 9: notes_plat_sysinfo_1275= current policy: frequency should be within 1.39 GHz and 3.29 GHz. notes_plat_sysinfo_1280= The governor "performance" may decide which speed to use notes_plat_sysinfo_1285= within this range. notes_plat_sysinfo_1290= boost state support: notes_plat_sysinfo_1295= Supported: yes notes_plat_sysinfo_1300= Active: yes notes_plat_sysinfo_1305= notes_plat_sysinfo_1310= ------------------------------------------------------------ notes_plat_sysinfo_1315= 16. sysctl notes_plat_sysinfo_1320= kernel.numa_balancing 0 notes_plat_sysinfo_1325= kernel.randomize_va_space 2 notes_plat_sysinfo_1330= vm.compaction_proactiveness 20 notes_plat_sysinfo_1335= vm.dirty_background_bytes 0 notes_plat_sysinfo_1340= vm.dirty_background_ratio 10 notes_plat_sysinfo_1345= vm.dirty_bytes 0 notes_plat_sysinfo_1350= vm.dirty_expire_centisecs 3000 notes_plat_sysinfo_1355= vm.dirty_ratio 20 notes_plat_sysinfo_1360= vm.dirty_writeback_centisecs 500 notes_plat_sysinfo_1365= vm.dirtytime_expire_seconds 43200 notes_plat_sysinfo_1370= vm.extfrag_threshold 500 notes_plat_sysinfo_1375= vm.min_unmapped_ratio 1 notes_plat_sysinfo_1380= vm.nr_hugepages 0 notes_plat_sysinfo_1385= vm.nr_hugepages_mempolicy 0 notes_plat_sysinfo_1390= vm.nr_overcommit_hugepages 0 notes_plat_sysinfo_1395= vm.swappiness 60 notes_plat_sysinfo_1400= vm.watermark_boost_factor 15000 notes_plat_sysinfo_1405= vm.watermark_scale_factor 10 notes_plat_sysinfo_1410= vm.zone_reclaim_mode 0 notes_plat_sysinfo_1415= notes_plat_sysinfo_1420= ------------------------------------------------------------ notes_plat_sysinfo_1425= 17. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_1430= defrag always defer defer+madvise [madvise] never notes_plat_sysinfo_1435= enabled [always] madvise never notes_plat_sysinfo_1440= hpage_pmd_size 2097152 notes_plat_sysinfo_1445= shmem_enabled always within_size advise [never] deny force notes_plat_sysinfo_1450= notes_plat_sysinfo_1455= ------------------------------------------------------------ notes_plat_sysinfo_1460= 18. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_1465= alloc_sleep_millisecs 60000 notes_plat_sysinfo_1470= defrag 1 notes_plat_sysinfo_1475= max_ptes_none 511 notes_plat_sysinfo_1480= max_ptes_shared 256 notes_plat_sysinfo_1485= max_ptes_swap 64 notes_plat_sysinfo_1490= pages_to_scan 4096 notes_plat_sysinfo_1495= scan_sleep_millisecs 10000 notes_plat_sysinfo_1500= notes_plat_sysinfo_1505= ------------------------------------------------------------ notes_plat_sysinfo_1510= 19. OS release notes_plat_sysinfo_1515= From /etc/*-release /etc/*-version notes_plat_sysinfo_1520= os-release Ubuntu 24.04.3 LTS notes_plat_sysinfo_1525= notes_plat_sysinfo_1530= ------------------------------------------------------------ notes_plat_sysinfo_1535= 20. Disk information notes_plat_sysinfo_1540= SPEC is set to: /home/fralov/Code/spec2026rc2 notes_plat_sysinfo_1545= Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_1550= /dev/nvme0n1p2 ext4 915G 320G 549G 37% / notes_plat_sysinfo_1555= notes_plat_sysinfo_1560= ------------------------------------------------------------ notes_plat_sysinfo_1565= 21. /sys/devices/virtual/dmi/id notes_plat_sysinfo_1570= Vendor: Micro Computer (HK) Tech Limited notes_plat_sysinfo_1575= Product: EliteMini Series notes_plat_sysinfo_1580= Product Family: EliteMini notes_plat_sysinfo_1585= Serial: YY516VA370EDMPE00080 notes_plat_sysinfo_1590= notes_plat_sysinfo_1595= ------------------------------------------------------------ notes_plat_sysinfo_1600= 22. dmidecode notes_plat_sysinfo_1605= Additional information from dmidecode 3.5 follows. WARNING: Use caution when you interpret this section. notes_plat_sysinfo_1610= The 'dmidecode' program reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_1615= determined", but the intent may not be met, as there are frequent changes to hardware, firmware, and the notes_plat_sysinfo_1620= "DMTF SMBIOS" standard. notes_plat_sysinfo_1625= Memory: notes_plat_sysinfo_1630= 4x Micron Technology MT62F2G32D4DS-026 WT 8 GB 2 rank 7500 notes_plat_sysinfo_1635= notes_plat_sysinfo_1640= notes_plat_sysinfo_1645= ------------------------------------------------------------ notes_plat_sysinfo_1650= 23. BIOS notes_plat_sysinfo_1655= (This section combines info from /sys/devices and dmidecode.) notes_plat_sysinfo_1660= BIOS Vendor: American Megatrends International, LLC. notes_plat_sysinfo_1665= BIOS Version: 1.16 notes_plat_sysinfo_1670= BIOS Date: 12/26/2024 notes_plat_sysinfo_1675= BIOS Revision: 1.16 notes_plat_sysinfo_1680= Firmware Revision: 1.16 # hw_cpu_name = AMD Ryzen AI 9 HX 370 w/ Radeon 890M # hw_memory001 = 27.016 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 = 12 # hw_nthreadspercore = 1 # hw_storage = 915 GB add more disk info here # prepared_by = root (is never output, only tags rawfile) # sw_file = ext4 # sw_os001 = Ubuntu 24.04.3 LTS # sw_os002 = 6.14.0-37-generic # sw_state = Run level 5 (add definition here) # End of settings added by sysinfo_program # The following section was added automatically, and contains settings that # did not appear in the original configuration file, but were added to the # raw file after the run. default: notes_os_000 = 'ulimit -s unlimited' was used to set environment stack size limit notes_os_005 = THP was enabled by running $echo always | sudo tee /sys/kernel/mm/transparent_hugepage/enabled notes_os_010 = SMT was disabled by running $sudo sh -c 'echo off > /sys/devices/system/cpu/smt/control' notes_os_015 = Performance governor was enabled by running $cpupower frequency-set --governor performance notes_comp_000 =Compiler was retrieved from https://www.amd.com/en/developer/aocc.html in tar format