# Invocation command line: # /home/CPU2026/bin/harness/runcpu --configfile lgh.cfg --reportable --iterations 2 --size all --tune base --nopower --runmode rate --tune base --size test:train:refrate intrate # output_root was not used for this run ############################################################################ #------------------------------------------------------------------------------ # SPEC CPU(R) 2026 config for gcc/g++/gfortran on Linux x86 #------------------------------------------------------------------------------ # # 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): gcc 15.2 # Operating system(s): Linux (Ubuntu 22.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 # # Please use the newest GCC that you can. The default version packaged with # your operating system may be very old; look for alternate packages with a # newer version. # Example 1: on Red Hat systems, you may be able to # dnf install gcc-toolset-15 # and then before running SPEC CPU, start a new shell with # scl enable gcc-toolset-15 bash # Example 2: on Ubuntu systems, you may be able to # apt install gcc-14 g++-14 gfortran-14 # and then adjust the variables CC, CXX, and FC below. # # 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 = mytest # EDIT %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/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/gcc-rev-A2.xml flagsurl001 = http://www.spec.org/cpu2026/results/flags/IEIT-Platform-Settings-intel-V2.0.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. # default: copies = 344 # EDIT to change number of copies (see above) threads = 4 # EDIT to change number of 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-15 # Use: % define gcc_dir "/opt/rh/gcc-toolset-15/root/usr" # # 2 You built GCC in: /home/john/gcc-15.2.0/bin/gcc # Use: % define gcc_dir "/home/john/gcc-15.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 "Compiler notes", above. # %ifndef %{gcc_dir} % define gcc_dir "/opt/rh/gcc-toolset-15/root/usr" %endif # 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/cpu2026/Docs/config.html#preenv # and: https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64 #preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64:%{ENV_LD_LIBRARY_PATH} SPECLANG = %{gcc_dir}/bin/ # EDIT if needed: you may want to use a different compiler (e.g. gcc-15). CC = $(SPECLANG)gcc -std=c18 -m64 CXX = $(SPECLANG)g++ -std=c++17 -m64 FC = $(SPECLANG)gfortran -std=f2018 -m64 # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version default: copies = 344 # Bind commands for assigning affinity: bind0 = numactl --localalloc --physcpubind=$SPECCOPYNUM submit = $BIND $command #--------- Portability -------------------------------------------------------- #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 #748.flightdm_r: # PORTABILITY = -fno-fast-math #753.ns3_r,853.ns3_s: # PORTABILITY = -fno-finite-math-only #767.nest_r,867.nest_s: # PORTABILITY = -fno-finite-math-only # PORTABILITY_LIBS = -lstdc++fs #---------------------------------------------------------------------- # 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/cpu2026/Docs/runrules.html#portability # https://www.spec.org/cpu2026/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=8 # 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 reduce the # optimization. # default=base: # flags for all base OPTIMIZE = -g -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 15.1.1 of GCC, the sw_compiler001 = GNU Compiler Collection sw_compiler_category = Community 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 = IEIT Systems Co., Ltd. tester = IEIT Systems Co., Ltd. test_sponsor = IEIT Systems Co., Ltd. license_num = 3358 # prepared_by = # Ima Pseudonym # Whatever you like: is never output #--------- EDIT system availability dates ------------------------------------- default: # Example # Brief info about field hw_avail = Apr-2025 sw_avail = Nov-2025 prepared_by = IEIT Systems Co., Ltd. fw_bios = Version 04.01.00 released Dec-2025 #--------- EDIT system information -------------------------------------------- default: # Example # Brief info about field hw_cpu_name = Intel Xeon 6787P hw_cpu_nominal_mhz = 2000 hw_cpu_max_mhz = 3800 hw_storage = 1 x 1.92 TB NVME SSD hw_model = meta brain NF5280G8 (Intel Xeon 6787P) hw_nchips = 2 hw_ncores = 172 hw_ncpuorder = 1,2 chips hw_nthreadspercore = 2 hw_cooling = Air # Air, CLC, DLC, or Other hw_other = None hw_memory000 = 1 TB (16 x 64 GB 2Rx4 PC5-88/64B-H, running at hw_memory001 = 8000) hw_pcache = 64 KB I + 48 KB D on chip per core hw_scache = 2 MB I+D on chip per core hw_tcache = 336 MB I+D on chip per chip hw_ocache = None sw_file = xfs sw_os000 = Red Hat Enterprise Linux 9.7 (Plow) sw_os001 = 5.14.0-611.5.1.el9_7.x86_64 sw_other = None sw_state = Run level 3 (multi-user) power_management000= BIOS and OS set to prefer performance at the cost power_management001 = of additional power usage. # The following settings were obtained by running the sysinfo_program # 'specperl $[top]/bin/sysinfo' (sysinfo:SHA:ad7df2f549e6be7d366bf4f8be78159d40250740d64af716f73c71bc40f386ca) default: notes_plat_sysinfo_000 = notes_plat_sysinfo_005 = Sysinfo program /home/CPU2026/bin/sysinfo notes_plat_sysinfo_010 = Rev: 779ab21020787073335a329f3a45e2cd notes_plat_sysinfo_015 = running on localhost Wed Aug 5 10:28: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 252 (252-55.el9) notes_plat_sysinfo_105 = 12. Services, from systemctl list-unit-files notes_plat_sysinfo_110 = 13. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_115 = 14. cpupower frequency-info 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 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Oct 17 14:16:35 EDT 2025 x86_64 notes_plat_sysinfo_185 = notes_plat_sysinfo_190 = ------------------------------------------------------------ notes_plat_sysinfo_195 = 2. w notes_plat_sysinfo_200 = 10:28:01 up 14 min, 1 user, load average: 0.26, 0.38, 0.18 notes_plat_sysinfo_205 = USER TTY LOGIN@ IDLE JCPU PCPU WHAT notes_plat_sysinfo_210 = root tty1 10:21 9.00s 1.32s 0.00s sh run.sh notes_plat_sysinfo_215 = notes_plat_sysinfo_220 = ------------------------------------------------------------ notes_plat_sysinfo_225 = 3. Username notes_plat_sysinfo_230 = From environment variable $USER: root notes_plat_sysinfo_235 = notes_plat_sysinfo_240 = ------------------------------------------------------------ notes_plat_sysinfo_245 = 4. ulimit -a notes_plat_sysinfo_250 = real-time non-blocking time (microseconds, -R) unlimited notes_plat_sysinfo_255 = core file size (blocks, -c) 0 notes_plat_sysinfo_260 = data seg size (kbytes, -d) unlimited notes_plat_sysinfo_265 = scheduling priority (-e) 0 notes_plat_sysinfo_270 = file size (blocks, -f) unlimited notes_plat_sysinfo_275 = pending signals (-i) 4125704 notes_plat_sysinfo_280 = max locked memory (kbytes, -l) 64 notes_plat_sysinfo_285 = max memory size (kbytes, -m) unlimited notes_plat_sysinfo_290 = open files (-n) 1024 notes_plat_sysinfo_295 = pipe size (512 bytes, -p) 8 notes_plat_sysinfo_300 = POSIX message queues (bytes, -q) 819200 notes_plat_sysinfo_305 = real-time priority (-r) 0 notes_plat_sysinfo_310 = stack size (kbytes, -s) unlimited notes_plat_sysinfo_315 = cpu time (seconds, -t) unlimited notes_plat_sysinfo_320 = max user processes (-u) 4125704 notes_plat_sysinfo_325 = virtual memory (kbytes, -v) unlimited notes_plat_sysinfo_330 = file locks (-x) unlimited notes_plat_sysinfo_335 = notes_plat_sysinfo_340 = ------------------------------------------------------------ notes_plat_sysinfo_345 = 5. sysinfo process ancestry notes_plat_sysinfo_350 = /usr/lib/systemd/systemd --switched-root --system --deserialize 31 notes_plat_sysinfo_355 = login -- root notes_plat_sysinfo_360 = -bash notes_plat_sysinfo_365 = sh run.sh notes_plat_sysinfo_370 = runcpu --config lgh.cfg --reportable --iterations=2 --size=all --tune=base intrate notes_plat_sysinfo_375 = runcpu --configfile lgh.cfg --reportable --iterations 2 --size all --tune base --nopower --runmode rate notes_plat_sysinfo_380 = --tune base --size test:train:refrate intrate --nopreenv --note-preenv --logfile notes_plat_sysinfo_385 = $SPEC/tmp/CPU2026.001/templogs/preenv.intrate.001.0.log --lognum 001.0 --from_runcpu 2 notes_plat_sysinfo_390 = specperl $SPEC/bin/sysinfo notes_plat_sysinfo_395 = $SPEC = /home/CPU2026 notes_plat_sysinfo_400 = notes_plat_sysinfo_405 = ------------------------------------------------------------ notes_plat_sysinfo_410 = 6. /proc/cpuinfo notes_plat_sysinfo_415 = model name : Intel(R) Xeon(R) 6787P notes_plat_sysinfo_420 = vendor_id : GenuineIntel notes_plat_sysinfo_425 = cpu family : 6 notes_plat_sysinfo_430 = model : 173 notes_plat_sysinfo_435 = stepping : 1 notes_plat_sysinfo_440 = microcode : 0x10003d0 notes_plat_sysinfo_445 = bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs bhi spectre_v2_user notes_plat_sysinfo_450 = cpu cores : 86 notes_plat_sysinfo_455 = siblings : 172 notes_plat_sysinfo_460 = 2 physical ids (chips) notes_plat_sysinfo_465 = 344 processors (hardware threads) notes_plat_sysinfo_470 = physical id 0: core ids 0-42,64-106 notes_plat_sysinfo_475 = physical id 1: core ids 0-42,64-106 notes_plat_sysinfo_480 = physical id 0: apicids 0-85,128-213 notes_plat_sysinfo_485 = physical id 1: apicids 256-341,384-469 notes_plat_sysinfo_490 = Caution: /proc/cpuinfo data regarding chips, cores, and threads is not necessarily reliable, especially for notes_plat_sysinfo_495 = virtualized systems. Use the above data carefully. notes_plat_sysinfo_500 = notes_plat_sysinfo_505 = ------------------------------------------------------------ notes_plat_sysinfo_510 = 7. lscpu notes_plat_sysinfo_515 = notes_plat_sysinfo_520 = From lscpu from util-linux 2.37.4: notes_plat_sysinfo_525 = Architecture: x86_64 notes_plat_sysinfo_530 = CPU op-mode(s): 32-bit, 64-bit notes_plat_sysinfo_535 = Address sizes: 52 bits physical, 57 bits virtual notes_plat_sysinfo_540 = Byte Order: Little Endian notes_plat_sysinfo_545 = CPU(s): 344 notes_plat_sysinfo_550 = On-line CPU(s) list: 0-343 notes_plat_sysinfo_555 = Vendor ID: GenuineIntel notes_plat_sysinfo_560 = BIOS Vendor ID: Intel(R) Corporation notes_plat_sysinfo_565 = Model name: Intel(R) Xeon(R) 6787P notes_plat_sysinfo_570 = BIOS Model name: Intel(R) Xeon(R) 6787P notes_plat_sysinfo_575 = CPU family: 6 notes_plat_sysinfo_580 = Model: 173 notes_plat_sysinfo_585 = Thread(s) per core: 2 notes_plat_sysinfo_590 = Core(s) per socket: 86 notes_plat_sysinfo_595 = Socket(s): 2 notes_plat_sysinfo_600 = Stepping: 1 notes_plat_sysinfo_605 = Frequency boost: enabled notes_plat_sysinfo_610 = CPU(s) scaling MHz: 100% notes_plat_sysinfo_615 = CPU max MHz: 2001.0000 notes_plat_sysinfo_620 = CPU min MHz: 800.0000 notes_plat_sysinfo_625 = BogoMIPS: 4000.00 notes_plat_sysinfo_630 = Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat notes_plat_sysinfo_635 = pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx notes_plat_sysinfo_640 = pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good notes_plat_sysinfo_645 = nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni notes_plat_sysinfo_650 = pclmulqdq dtes64 ds_cpl smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm notes_plat_sysinfo_655 = pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes notes_plat_sysinfo_660 = xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb notes_plat_sysinfo_665 = cat_l3 cat_l2 cdp_l3 intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp notes_plat_sysinfo_670 = ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid notes_plat_sysinfo_675 = cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt notes_plat_sysinfo_680 = clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec notes_plat_sysinfo_685 = xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local notes_plat_sysinfo_690 = split_lock_detect user_shstk avx_vnni avx512_bf16 wbnoinvd dtherm notes_plat_sysinfo_695 = ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 notes_plat_sysinfo_700 = gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme notes_plat_sysinfo_705 = avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri notes_plat_sysinfo_710 = movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr notes_plat_sysinfo_715 = ibt amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d notes_plat_sysinfo_720 = arch_capabilities notes_plat_sysinfo_725 = L1d cache: 8.1 MiB (172 instances) notes_plat_sysinfo_730 = L1i cache: 10.8 MiB (172 instances) notes_plat_sysinfo_735 = L2 cache: 344 MiB (172 instances) notes_plat_sysinfo_740 = L3 cache: 672 MiB (2 instances) notes_plat_sysinfo_745 = NUMA node(s): 4 notes_plat_sysinfo_750 = NUMA node0 CPU(s): 0-42,172-214 notes_plat_sysinfo_755 = NUMA node1 CPU(s): 43-85,215-257 notes_plat_sysinfo_760 = NUMA node2 CPU(s): 86-128,258-300 notes_plat_sysinfo_765 = NUMA node3 CPU(s): 129-171,301-343 notes_plat_sysinfo_770 = Vulnerability Gather data sampling: Not affected notes_plat_sysinfo_775 = Vulnerability Indirect target selection: Not affected notes_plat_sysinfo_780 = Vulnerability Itlb multihit: Not affected notes_plat_sysinfo_785 = Vulnerability L1tf: Not affected notes_plat_sysinfo_790 = Vulnerability Mds: Not affected notes_plat_sysinfo_795 = Vulnerability Meltdown: Not affected notes_plat_sysinfo_800 = Vulnerability Mmio stale data: Not affected notes_plat_sysinfo_805 = Vulnerability Reg file data sampling: Not affected notes_plat_sysinfo_810 = Vulnerability Retbleed: Not affected notes_plat_sysinfo_815 = Vulnerability Spec rstack overflow: Not affected notes_plat_sysinfo_820 = Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl notes_plat_sysinfo_825 = Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer notes_plat_sysinfo_830 = sanitization notes_plat_sysinfo_835 = Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; notes_plat_sysinfo_840 = PBRSB-eIBRS Not affected; BHI BHI_DIS_S notes_plat_sysinfo_845 = Vulnerability Srbds: Not affected notes_plat_sysinfo_850 = Vulnerability Tsa: Not affected notes_plat_sysinfo_855 = Vulnerability Tsx async abort: Not affected notes_plat_sysinfo_860 = notes_plat_sysinfo_865 = From lscpu --cache: notes_plat_sysinfo_870 = NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE notes_plat_sysinfo_875 = L1d 48K 8.1M 12 Data 1 64 1 64 notes_plat_sysinfo_880 = L1i 64K 10.8M 16 Instruction 1 64 1 64 notes_plat_sysinfo_885 = L2 2M 344M 16 Unified 2 2048 1 64 notes_plat_sysinfo_890 = L3 336M 672M 16 Unified 3 344064 1 64 notes_plat_sysinfo_895 = notes_plat_sysinfo_900 = ------------------------------------------------------------ notes_plat_sysinfo_905 = 8. numactl --hardware notes_plat_sysinfo_910 = NOTE: a numactl 'node' might or might not correspond to a physical chip. notes_plat_sysinfo_915 = available: 4 nodes (0-3) notes_plat_sysinfo_920 = node 0 cpus: 0-42,172-214 notes_plat_sysinfo_925 = node 0 size: 257471 MB notes_plat_sysinfo_930 = node 0 free: 245959 MB notes_plat_sysinfo_935 = node 1 cpus: 43-85,215-257 notes_plat_sysinfo_940 = node 1 size: 258026 MB notes_plat_sysinfo_945 = node 1 free: 256598 MB notes_plat_sysinfo_950 = node 2 cpus: 86-128,258-300 notes_plat_sysinfo_955 = node 2 size: 257980 MB notes_plat_sysinfo_960 = node 2 free: 255565 MB notes_plat_sysinfo_965 = node 3 cpus: 129-171,301-343 notes_plat_sysinfo_970 = node 3 size: 257996 MB notes_plat_sysinfo_975 = node 3 free: 251213 MB notes_plat_sysinfo_980 = node distances: notes_plat_sysinfo_985 = node 0 1 2 3 notes_plat_sysinfo_990 = 0: 10 12 21 21 notes_plat_sysinfo_995 = 1: 12 10 21 21 notes_plat_sysinfo_1000= 2: 21 21 10 12 notes_plat_sysinfo_1005= 3: 21 21 12 10 notes_plat_sysinfo_1010= notes_plat_sysinfo_1015= ------------------------------------------------------------ notes_plat_sysinfo_1020= 9. /proc/meminfo notes_plat_sysinfo_1025= MemTotal: 1056230412 kB notes_plat_sysinfo_1030= notes_plat_sysinfo_1035= ------------------------------------------------------------ notes_plat_sysinfo_1040= 10. who -r notes_plat_sysinfo_1045= run-level 3 Aug 5 10:13 notes_plat_sysinfo_1050= notes_plat_sysinfo_1055= ------------------------------------------------------------ notes_plat_sysinfo_1060= 11. Systemd service manager version: systemd 252 (252-55.el9) notes_plat_sysinfo_1065= Default Target Status notes_plat_sysinfo_1070= multi-user running notes_plat_sysinfo_1075= notes_plat_sysinfo_1080= ------------------------------------------------------------ notes_plat_sysinfo_1085= 12. Services, from systemctl list-unit-files notes_plat_sysinfo_1090= STATE UNIT FILES notes_plat_sysinfo_1095= enabled NetworkManager NetworkManager-dispatcher NetworkManager-wait-online auditd crond notes_plat_sysinfo_1100= dbus-broker firewalld getty@ insights-client-boot irqbalance kdump low-memory-monitor notes_plat_sysinfo_1105= lvm2-monitor mdmonitor microcode nis-domainname nvmefc-boot-connections rhsmcertd rsyslog notes_plat_sysinfo_1110= rtkit-daemon selinux-autorelabel-mark sshd sssd systemd-boot-update notes_plat_sysinfo_1115= systemd-network-generator systemd-pstore udisks2 upower notes_plat_sysinfo_1120= enabled-runtime systemd-remount-fs notes_plat_sysinfo_1125= disabled blk-availability canberra-system-bootup canberra-system-shutdown notes_plat_sysinfo_1130= canberra-system-shutdown-reboot console-getty cpupower debug-shell dnf-system-upgrade notes_plat_sysinfo_1135= kvm_stat lvm-devices-import man-db-restart-cache-update nftables nvmf-autoconnect pesign notes_plat_sysinfo_1140= rdisc rhcd rhsm rhsm-facts rpmdb-rebuild selinux-check-proper-disable serial-getty@ notes_plat_sysinfo_1145= sshd-keygen@ systemd-boot-check-no-failures systemd-sysext notes_plat_sysinfo_1150= indirect sssd-autofs sssd-kcm sssd-nss sssd-pac sssd-pam sssd-ssh sssd-sudo systemd-sysupdate notes_plat_sysinfo_1155= systemd-sysupdate-reboot notes_plat_sysinfo_1160= notes_plat_sysinfo_1165= ------------------------------------------------------------ notes_plat_sysinfo_1170= 13. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_1175= BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.14.0-611.5.1.el9_7.x86_64 notes_plat_sysinfo_1180= root=/dev/mapper/rhel-root notes_plat_sysinfo_1185= ro notes_plat_sysinfo_1190= resume=/dev/mapper/rhel-swap notes_plat_sysinfo_1195= rd.lvm.lv=rhel/root notes_plat_sysinfo_1200= rd.lvm.lv=rhel/swap notes_plat_sysinfo_1205= notes_plat_sysinfo_1210= ------------------------------------------------------------ notes_plat_sysinfo_1215= 14. cpupower frequency-info notes_plat_sysinfo_1220= analyzing CPU 230: notes_plat_sysinfo_1225= current policy: frequency should be within 800 MHz and 2.00 GHz. notes_plat_sysinfo_1230= The governor "performance" may decide which speed to use notes_plat_sysinfo_1235= within this range. notes_plat_sysinfo_1240= boost state support: notes_plat_sysinfo_1245= Supported: yes notes_plat_sysinfo_1250= Active: yes notes_plat_sysinfo_1255= notes_plat_sysinfo_1260= ------------------------------------------------------------ notes_plat_sysinfo_1265= 15. sysctl notes_plat_sysinfo_1270= kernel.numa_balancing 1 notes_plat_sysinfo_1275= kernel.randomize_va_space 2 notes_plat_sysinfo_1280= vm.compaction_proactiveness 20 notes_plat_sysinfo_1285= vm.dirty_background_bytes 0 notes_plat_sysinfo_1290= vm.dirty_background_ratio 10 notes_plat_sysinfo_1295= vm.dirty_bytes 0 notes_plat_sysinfo_1300= vm.dirty_expire_centisecs 3000 notes_plat_sysinfo_1305= vm.dirty_ratio 20 notes_plat_sysinfo_1310= vm.dirty_writeback_centisecs 500 notes_plat_sysinfo_1315= vm.dirtytime_expire_seconds 43200 notes_plat_sysinfo_1320= vm.extfrag_threshold 500 notes_plat_sysinfo_1325= vm.min_unmapped_ratio 1 notes_plat_sysinfo_1330= vm.nr_hugepages 0 notes_plat_sysinfo_1335= vm.nr_hugepages_mempolicy 0 notes_plat_sysinfo_1340= vm.nr_overcommit_hugepages 0 notes_plat_sysinfo_1345= vm.swappiness 60 notes_plat_sysinfo_1350= vm.watermark_boost_factor 15000 notes_plat_sysinfo_1355= vm.watermark_scale_factor 10 notes_plat_sysinfo_1360= vm.zone_reclaim_mode 0 notes_plat_sysinfo_1365= notes_plat_sysinfo_1370= ------------------------------------------------------------ notes_plat_sysinfo_1375= 16. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_1380= defrag always defer defer+madvise [madvise] never notes_plat_sysinfo_1385= enabled [always] madvise never notes_plat_sysinfo_1390= hpage_pmd_size 2097152 notes_plat_sysinfo_1395= shmem_enabled always within_size advise [never] deny force notes_plat_sysinfo_1400= notes_plat_sysinfo_1405= ------------------------------------------------------------ notes_plat_sysinfo_1410= 17. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_1415= alloc_sleep_millisecs 60000 notes_plat_sysinfo_1420= defrag 1 notes_plat_sysinfo_1425= max_ptes_none 511 notes_plat_sysinfo_1430= max_ptes_shared 256 notes_plat_sysinfo_1435= max_ptes_swap 64 notes_plat_sysinfo_1440= pages_to_scan 4096 notes_plat_sysinfo_1445= scan_sleep_millisecs 10000 notes_plat_sysinfo_1450= notes_plat_sysinfo_1455= ------------------------------------------------------------ notes_plat_sysinfo_1460= 18. OS release notes_plat_sysinfo_1465= From /etc/*-release /etc/*-version notes_plat_sysinfo_1470= os-release Red Hat Enterprise Linux 9.7 (Plow) notes_plat_sysinfo_1475= redhat-release Red Hat Enterprise Linux release 9.7 (Plow) notes_plat_sysinfo_1480= system-release Red Hat Enterprise Linux release 9.7 (Plow) notes_plat_sysinfo_1485= notes_plat_sysinfo_1490= ------------------------------------------------------------ notes_plat_sysinfo_1495= 19. Disk information notes_plat_sysinfo_1500= SPEC is set to: /home/CPU2026 notes_plat_sysinfo_1505= Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_1510= /dev/mapper/rhel-home xfs 856G 61G 795G 8% /home notes_plat_sysinfo_1515= notes_plat_sysinfo_1520= ------------------------------------------------------------ notes_plat_sysinfo_1525= 20. /sys/devices/virtual/dmi/id notes_plat_sysinfo_1530= Vendor: IEIT SYSTEMS notes_plat_sysinfo_1535= Product: NF5280-M8-A0-R0-00 notes_plat_sysinfo_1540= Product Family: Not specified notes_plat_sysinfo_1545= Serial: 000000000 notes_plat_sysinfo_1550= notes_plat_sysinfo_1555= ------------------------------------------------------------ notes_plat_sysinfo_1560= 21. dmidecode notes_plat_sysinfo_1565= Additional information from dmidecode 3.6 follows. WARNING: Use caution when you interpret this section. notes_plat_sysinfo_1570= The 'dmidecode' program reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_1575= determined", but the intent may not be met, as there are frequent changes to hardware, firmware, and the notes_plat_sysinfo_1580= "DMTF SMBIOS" standard. notes_plat_sysinfo_1585= Memory: notes_plat_sysinfo_1590= 4x Hynix HMCG98BDJHA380N 64 GB 2 rank 12800, configured at 8000 notes_plat_sysinfo_1595= 12x Hynix HMCG98BDJHA383N 64 GB 2 rank 12800, configured at 8000 notes_plat_sysinfo_1600= notes_plat_sysinfo_1605= notes_plat_sysinfo_1610= ------------------------------------------------------------ notes_plat_sysinfo_1615= 22. BIOS notes_plat_sysinfo_1620= (This section combines info from /sys/devices and dmidecode.) notes_plat_sysinfo_1625= BIOS Vendor: American Megatrends International, LLC. notes_plat_sysinfo_1630= BIOS Version: 04.01.00 notes_plat_sysinfo_1635= BIOS Date: 12/17/2025 # # ----------------------------------------------- # System Description Fields Tentative Suggestions # ----------------------------------------------- # # Based on the material above, The SPEC CPU sysinfo utility suggests that # the tester consider the following when filling out the system description. # WARNING: the tester is responsible for the accuracy of the system # description; the material below is only a start, and may not be accurate. # # hw_cpu_name = Intel Xeon 6787P # hw_memory001 = 1007.300 GB fixme: If using DDR5, the format is: # hw_memory002 = 'N GB (N x N GB nRxn PC5-nnnnX-X)' # hw_nchips = 2 # hw_ncores = 172 # hw_nthreadspercore = 2 # hw_storage = 856 GB add more disk info here # prepared_by = root (is never output, only tags rawfile) # sw_file = xfs # sw_os001 = Red Hat Enterprise Linux 9.7 (Plow) # sw_os002 = 5.14.0-611.5.1.el9_7.x86_64 # sw_state = Run level 3 (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_000 = Prior to runcpu invocation notes_005 = Filesystem page cache synced and cleared with: notes_010 = sync; echo 3> /proc/sys/vm/drop_caches notes_015 = notes_020 = NA: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown) notes_025 = is mitigated in the system as tested and documented. notes_030 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1) notes_035 = is mitigated in the system as tested and documented. notes_040 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2) notes_045 = is mitigated in the system as tested and documented. notes_050 = notes_plat_form_000 = BIOS configuration: notes_plat_form_005 = ENERGY_PERF_BIAS_CFG mode set to Performance notes_plat_form_010 = SNC set to Enabled notes_plat_form_015 = VT Support set to Disable notes_plat_form_020 = Hardware P-states set to Disable notes_os_000 = Stack size set to unlimited using "ulimit -s unlimited" notes_submit_000 = The numactl mechanism was used to bind copies to processors. The config file option 'submit' notes_submit_005 = was used to generate numactl commands to bind each copy to a specific processor. notes_submit_010 = For details, please see the config file.