# Invocation command line: # /home/mjm/cpu2017/bin/harness/runcpu --flagsurl /home/mjm/cpu2017/gcc.2024-08-14.xml --reportable --configfile emag-Ofast-gcc15 --tune base,peak --iterations 3 --threads 32 --runmode speed --tune base:peak --size refspeed intspeed # output_root was not used for this run ############################################################################ train_single_thread = 1 #------------------------------------------------------------------------------ # SPEC CPU(R) 2017 config for gcc/g++/gfortran on Linux Arm systems #------------------------------------------------------------------------------ # # 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): Various. See note "Older GCC" below. # Operating system(s): Ubuntu 16.04, CentOS 7.4 # Oracle Linux 7.6 / Red Hat Enterprise Linux 7.6 # Hardware: Cavium ThunderX, HPE Moonshot, # Lenovo ThinkSystem HR330A/HR350A # # If your system differs, this config file might not work. # You might find a better config file at https://www.spec.org/cpu2017/results # # Note: Older GCC # # 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. # # If you have no choice and must use an old version, here is what to expect: # # - "peak" tuning: Several benchmarks will fail at peak tuning if you use # compilers older than GCC 8. # In that case, please use base only. # See: https://www.spec.org/cpu2017/Docs/overview.html#Q16 # https://www.spec.org/cpu2017/Docs/config.html#tune # Peak tuning is expected to work for all or nearly all # benchmarks as of GCC 8 or later. # Exception: # - See topic "628.pop2_s basepeak", below. # # - "base" tuning: This config file is expected to work for base tuning with # GCC 4.8.5 or later # Exception: # - Compilers vintage about 4.9 may need to turn off the # tree vectorizer, by adding to the base OPTIMIZE flags: # -fno-tree-loop-vectorize # # Unexpected errors? Try reducing the optimization level, or try removing: # -mcpu=native # # Compiler issues: Contact your compiler vendor, not SPEC. # For SPEC help: https://www.spec.org/cpu2017/Docs/techsupport.html #------------------------------------------------------------------------------ #--------- Label -------------------------------------------------------------- # Arbitrary string to tag binaries (no spaces allowed) # Two Suggestions: # (1) EDIT this label as you try new ideas. %ifndef %{label} % define label "emag-Ofast-gcc15" # (2) Use a label meaningful to *you*. %endif train_single_thread = 1 #--------- Preprocessor ------------------------------------------------------- %ifndef %{bits} # EDIT to control 32 or 64 bit compilation. Or, % define bits 64 # you can set it on the command line using: %endif # 'runcpu --define bits=nn' %ifndef %{build_ncpus} # EDIT to adjust number of simultaneous compiles. % define build_ncpus 31 # Or, you can set it on the command line: %endif # 'runcpu --define build_ncpus=nn' # Don't change this part. %ifdef %{GCC4} % define model "" # mabi not present in older GCC 4 %elif %{bits} == 64 % define model -mabi=lp64 %elif %{bits} == 32 % define model -mabi=ilp32 %else % error Please define number of bits - see instructions in config file %endif %if %{label} =~ m/ / % error Your label "%{label}" contains spaces. Please try underscores instead. %endif %if %{label} !~ m/^[a-zA-Z0-9._-]+$/ % error Illegal character in label "%{label}". Please use only alphanumerics, underscore, hyphen, and period. %endif #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 %{ptd_host} default: hw_power_%{power_tag}_vendor = Yokogawa hw_power_%{power_tag}_serial = T11733285 hw_power_%{power_tag}_model = WT-310 hw_power_%{power_tag}_label = %{ptd_host}:8000 hw_power_%{power_tag}_setup = Directly connected hw_power_%{power_tag}_connection = Serial over USB hw_power_%{power_tag}_met_inst = NIST hw_power_%{power_tag}_cal_org = Yokogawa USA hw_power_%{power_tag}_cal_label = T126622 hw_power_%{power_tag}_cal_date = 13-Aug-2025 # Temperature sensor setup %define temp_host %{ptd_host}:9000 %define temp_tag %{ptd_host} default: hw_temperature_%{temp_tag}_vendor = PCSensor hw_temperature_%{temp_tag}_model = USB9097+DS18B20 hw_temperature_%{temp_tag}_label = %{ptd_host}:9000 hw_temperature_%{temp_tag}_setup = In front of SUT front panel primary air inlet hw_temperature_%{temp_tag}_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 = 5 voltage_range = 120 idle_current_range = 5 # 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/mjm/cpu2017/config/power.inc' #meter_connect_timeout = 10 #--------- Global Settings ---------------------------------------------------- # For info, see: # https://www.spec.org/cpu2017/Docs/config.html#fieldname # Example: https://www.spec.org/cpu2017/Docs/config.html#tune command_add_redirect = 1 flagsurl000 = http://www.spec.org/cpu2017/flags/gcc.2026-04-28.00.xml ignore_errors = 1 iterations = 1 label = %{label}-%{bits} 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,peak # EDIT if needed: set to "base" for old GCC. # See note "Older GCC" above. # monitor_specrun_wrapper = perl $[top]/watch_mem $[output_root]/result/time.run_$lognum.$benchmark.$size.$tune.$iter.json '$command' # Affinitization 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. You could try raising # it. A higher thread count is much more likely to be useful for # fpspeed than for intspeed. # intrate,fprate: copies = 1 # EDIT to change number of copies (see above) intspeed,fpspeed: threads = 32 # 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-11' # Use: % define gcc_dir "/opt/rh/gcc-toolset-11/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: See section "Older GCC" above. # %ifndef %{gcc_dir} % define gcc_dir "/usr" # EDIT (see above) %endif # EDIT: If your compiler version is GCC 4 (not recommended; see section "Older # GCC" above), enable the next line to avoid errors with -mabi # #%define GCC4 # EDIT: remove the '#' from column 1 if using GCC 4 # EDIT: If your compiler version is 10 or greater, you must enable the next # line to avoid compile errors for several FP benchmarks # %define GCCge10 # EDIT: remove the '#' from column 1 if using GCC 10 or later # 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 preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64:/home/mjm/jemalloc/lib #preENV_LD_LIBRARY_PATH = %{gcc_dir}/lib64/:%{gcc_dir}/lib/:/lib64:%{ENV_LD_LIBRARY_PATH} SPECLANG = %{gcc_dir}/bin/ CC = $(SPECLANG)gcc -std=c99 %{model} CXX = $(SPECLANG)g++ -std=c++03 %{model} FC = $(SPECLANG)gfortran %{model} # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version default: %if %{bits} == 64 sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit %else sw_base_ptrsize = 32-bit sw_peak_ptrsize = 32-bit %endif # safe source code fixup 507.cactuBSSN_r,607.cactuBSSN_s: srcalt=snprintf #--------- Portability -------------------------------------------------------- default: # data model applies to all benchmarks %if %{bits} == 32 # Strongly recommended because at run-time, operations using modern file # systems may fail spectacularly and frequently (or, worse, quietly and # randomly) if a program does not accommodate 64-bit metadata. EXTRA_PORTABILITY = -D_FILE_OFFSET_BITS=64 %else EXTRA_PORTABILITY = -DSPEC_LP64 %endif # Benchmark-specific portability (ordered by last 2 digits of bmark number) 500.perlbench_r,600.perlbench_s: #lang='C' %if %{bits} == 32 % define suffix AARCH32 %else % define suffix AARCH64 %endif PORTABILITY = -DSPEC_LINUX_%{suffix} 521.wrf_r,621.wrf_s: #lang='F,C' CPORTABILITY = -DSPEC_CASE_FLAG FPORTABILITY = -fconvert=big-endian 523.xalancbmk_r,623.xalancbmk_s: #lang='CXX' PORTABILITY = -DSPEC_LINUX 526.blender_r: #lang='CXX,C' PORTABILITY = -funsigned-char -DSPEC_LINUX 527.cam4_r,627.cam4_s: #lang='F,C' PORTABILITY = -DSPEC_CASE_FLAG 628.pop2_s: #lang='F,C' CPORTABILITY = -DSPEC_CASE_FLAG FPORTABILITY = -fconvert=big-endian #---------------------------------------------------------------------- # 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 # # Integer workarounds - peak # 500.perlbench_r,600.perlbench_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/500.perlbench_r.html EXTRA_CFLAGS = -fno-strict-aliasing -fno-unsafe-math-optimizations -fno-finite-math-only 502.gcc_r,602.gcc_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/502.gcc_r.html EXTRA_CFLAGS = -fno-strict-aliasing -fgnu89-inline 505.mcf_r,605.mcf_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/505.mcf_r.html EXTRA_CFLAGS = -fno-strict-aliasing 523.xalancbmk_r,623.xalancbmk_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/523.xalancbmk_r.html EXTRA_CXXFLAGS = -Wno-error=template-body 525.x264_r,625.x264_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/525.x264_r.html EXTRA_CFLAGS = -fcommon # # Integer workarounds - base - combine the above - https://www.spec.org/cpu2017/Docs/runrules.html#BaseFlags # intrate,intspeed=base: EXTRA_CFLAGS = -fno-strict-aliasing -fno-unsafe-math-optimizations -fno-finite-math-only -fgnu89-inline -fcommon EXTRA_CXXFLAGS = -Wno-error=template-body # # Floating Point workarounds - peak # 511.povray_r=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/511.povray_r.html basepeak=yes # EXTRA_CFLAGS = -fno-strict-aliasing 521.wrf_r,621.wrf_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/521.wrf_r.html % ifdef %{GCCge10} # workaround for GCC v10 (and presumably later) EXTRA_FFLAGS = -fallow-argument-mismatch % endif 527.cam4_r,627.cam4_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/527.cam4_r.html EXTRA_CFLAGS = -fno-strict-aliasing -Wno-error=implicit-int % ifdef %{GCCge10} # workaround for GCC v10 (and presumably later) EXTRA_FFLAGS = -fallow-argument-mismatch % endif # See also topic "628.pop2_s basepeak" below 628.pop2_s=peak: # https://www.spec.org/cpu2017/Docs/benchmarks/628.pop2_s.html % ifdef %{GCCge10} # workaround for GCC v10 (and presumably later) EXTRA_FFLAGS = -fallow-argument-mismatch % endif # # FP workarounds - base - combine the above - https://www.spec.org/cpu2017/Docs/runrules.html#BaseFlags # fprate,fpspeed=base: EXTRA_CFLAGS = -fno-strict-aliasing -Wno-error=implicit-int % ifdef %{GCCge10} # workaround for GCC v10 (and presumably later) EXTRA_FFLAGS = -fallow-argument-mismatch % endif #-------- Tuning Flags common to Base and Peak -------------------------------- # # Speed (OpenMP and Autopar allowed) # %if %{bits} == 32 intspeed,fpspeed: # # Many of the speed benchmarks (6nn.benchmark_s) do not fit in 32 bits # If you wish to run SPECint2017_speed or SPECfp2017_speed, please use # # runcpu --define bits=64 # fail_build = 1 %else intspeed,fpspeed: EXTRA_OPTIMIZE = -fopenmp -DSPEC_OPENMP fpspeed: # # 627.cam4 needs a big stack; the preENV will apply it to all # benchmarks in the set, as required by the rules. # preENV_OMP_STACKSIZE = 120M %endif #-------- 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 topic "Older GCC" above. # default=base: # flags for all base OPTIMIZE = -g -Ofast -mcpu=native -flto=16 LIBS = -L/home/mjm/jemalloc/lib -ljemalloc #-------- Peak Tuning Flags ---------------------------------------------- default=peak: OPTIMIZE = -g -Ofast -mcpu=native -flto=16 LIBS = -L/home/mjm/jemalloc/lib -ljemalloc PASS1_FLAGS = -fprofile-generate PASS2_FLAGS = -fprofile-use # 628.pop2_s basepeak: Depending on the interplay of several optimizations, # 628.pop2_s might not validate with peak tuning. Use the base # version instead. See: # https:// www.spec.org/cpu2017/Docs/benchmarks/628.pop2_s.html 628.pop2_s=peak: basepeak = yes #------------------------------------------------------------------------------ # 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 #------------------------------------------------------------------------------- #include: SUT.inc # ----- Begin inclusion of 'SUT.inc' ############################################################################ 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_vendor = Lenovo Global Technology hw_temperature_cpureferenceptd9000_vendor = PCSensor hw_temperature_cpureferenceptd9000_setup = In front of SUT front panel primary air inlet hw_temperature_cpureferenceptd9000_connection = USB hw_power_cpureferenceptd8000_vendor = Yokogawa hw_power_cpureferenceptd8000_setup = Directly connected hw_power_cpureferenceptd8000_serial = T11733385 hw_power_cpureferenceptd8000_met_inst = NIST hw_power_cpureferenceptd8000_connection = Serial over USB hw_power_cpureferenceptd8000_cal_org = Yokogawa USA hw_power_cpureferenceptd8000_cal_label = T126622 hw_power_cpureferenceptd8000_cal_date = 18-Aug-2025 hw_temperature_cpureferenceptd9000_model = USB9097+DS18B20 hw_temperature_cpureferenceptd9000_label = cpu-reference-ptd:9000 hw_power_cpureferenceptd8000_model = YokogawaWT310E hw_power_cpureferenceptd8000_label = cpu-reference-ptd:8000 hw_model000 = ThinkSystem HR330A hw_model001 = (3.00 GHz Ampere eMAG 8180) tester = Ampere Computing, Inc. test_sponsor = Ampere Computing, Inc. license_num = 6412 hw_avail = Apr-2019 sw_avail = Aug-2025 hw_cpu_name = Ampere eMAG 8180 hw_cpu_nominal_mhz = 3000 # Nominal chip frequency, in MHz hw_cpu_max_mhz = 3300 # Max chip frequency, in MHz hw_disk = 1 x 480 GB SATA SSD # Size, type, other perf-relevant info hw_nchips = 1 # number chips enabled hw_ncores = 32 # number cores enabled hw_ncpuorder = 1 chips # Ordering options hw_nthreadspercore = 1 # number threads enabled per core hw_other = CPU Cooling: Air hw_memory = 128 GB (8 x 16 GB 2Rx4 PC4-2666V-R) hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache000 = 4 MB I+D on chip per chip (256 KiB shared / 2 hw_scache001 = cores) hw_tcache = 32 MB I+D on chip per chip hw_ocache = None fw_bios = Version 1.12 released Nov-2019 sw_state = Run level 5 (multi-user) # Software state. sw_os = Ubuntu 24.04.1 LTS kernel 6.8.0 (64KB pages) sw_file = ext4 # Perhaps some of this stuff should be in the top-level config with the compiler flags, etc. sw_compiler = C/C++/Fortran: Version 15.2.0 of GCC sw_other = jemalloc v5.3+, commit hash 1972241 # Power-related fields (only appear on reports with power measurement) fw_management = Version 11.05.111 of Falcon BMC hw_memory_mode = Normal hw_psu = 1 x 550 W (non-redundant) hw_psu_info000= Lenovo 03LD785 550 Watt High Efficiency Platinum hw_psu_info001 = AC Power Supply hw_backplane = N/A hw_storage_model000 = 1 x Lenovo 01PE965 (480GB SATA SSD) connected to hw_storage_model001 = on-board HBA hw_other_storage = N/A hw_nics = 1 x Lenovo 01PE857 @ 10 GbE (2 ports ethernet) hw_nics_enabled = 2 / 1 hw_nics_connected = 1 @ 1 Gbps notes_power_000 =OS CPU governor was set using the command: notes_power_005 =echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor power_management = OS CPU governor set to "performance" # ---- End inclusion of '/home/mjm/cpu2017/config/SUT.inc' # The following settings were obtained by running the sysinfo_program # 'specperl $[top]/bin/sysinfo -f' (sysinfo:SHA:2eb381fc1a58eb8122e4a1b875c1e38b3489dac84088192aa0ec6d157b084d06) default: notes_plat_sysinfo_000 = notes_plat_sysinfo_005 = Sysinfo program /home/mjm/cpu2017/bin/sysinfo notes_plat_sysinfo_010 = Rev: r6732 of 2022-11-07 fe91c89b7ed5c36ae2c92cc097bec197 notes_plat_sysinfo_015 = running on emag Tue Mar 3 17:45:24 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 -a 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.8) 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. sysctl notes_plat_sysinfo_120 = 15. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_125 = 16. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_130 = 17. OS release notes_plat_sysinfo_135 = 18. Disk information notes_plat_sysinfo_140 = 19. /sys/devices/virtual/dmi/id notes_plat_sysinfo_145 = 20. dmidecode notes_plat_sysinfo_150 = 21. BIOS notes_plat_sysinfo_155 = ------------------------------------------------------------ notes_plat_sysinfo_160 = notes_plat_sysinfo_165 = ------------------------------------------------------------ notes_plat_sysinfo_170 = 1. uname -a notes_plat_sysinfo_175 = Linux emag 6.8.0 #1 SMP PREEMPT_DYNAMIC Fri Feb 28 00:25:30 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux notes_plat_sysinfo_180 = notes_plat_sysinfo_185 = ------------------------------------------------------------ notes_plat_sysinfo_190 = 2. w notes_plat_sysinfo_195 = 17:45:24 up 74 days, 18:10, 2 users, load average: 1.18, 12.19, 23.29 notes_plat_sysinfo_200 = USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT notes_plat_sysinfo_205 = mjm 10.13.114.186 28Jan26 3days 0.00s 0.02s sshd: mjm [priv] notes_plat_sysinfo_210 = notes_plat_sysinfo_215 = ------------------------------------------------------------ notes_plat_sysinfo_220 = 3. Username notes_plat_sysinfo_225 = From environment variable $USER: mjm notes_plat_sysinfo_230 = notes_plat_sysinfo_235 = ------------------------------------------------------------ notes_plat_sysinfo_240 = 4. ulimit -a notes_plat_sysinfo_245 = time(seconds) unlimited notes_plat_sysinfo_250 = file(blocks) unlimited notes_plat_sysinfo_255 = data(kbytes) unlimited notes_plat_sysinfo_260 = stack(kbytes) unlimited notes_plat_sysinfo_265 = coredump(blocks) 0 notes_plat_sysinfo_270 = memory(kbytes) unlimited notes_plat_sysinfo_275 = locked memory(kbytes) 16691648 notes_plat_sysinfo_280 = process 128681 notes_plat_sysinfo_285 = nofiles 1024 notes_plat_sysinfo_290 = vmemory(kbytes) unlimited notes_plat_sysinfo_295 = locks unlimited notes_plat_sysinfo_300 = rtprio 0 notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = ------------------------------------------------------------ notes_plat_sysinfo_315 = 5. sysinfo process ancestry notes_plat_sysinfo_320 = /usr/lib/systemd/systemd --system --deserialize=66 notes_plat_sysinfo_325 = SCREEN notes_plat_sysinfo_330 = -bin/tcsh notes_plat_sysinfo_335 = runcpu --flagsurl=$SPEC/gcc.2024-08-14.xml --reportable -c emag-Ofast-gcc15 --tune=base,peak -n 3 --threads notes_plat_sysinfo_340 = 32 intspeed notes_plat_sysinfo_345 = runcpu --flagsurl $SPEC/gcc.2024-08-14.xml --reportable --configfile emag-Ofast-gcc15 --tune base,peak notes_plat_sysinfo_350 = --iterations 3 --threads 32 --runmode speed --tune base:peak --size refspeed intspeed --nopreenv notes_plat_sysinfo_355 = --note-preenv --logfile $SPEC/tmp/CPU2017.097/templogs/preenv.intspeed.097.0.log --lognum 097.0 notes_plat_sysinfo_360 = --from_runcpu 2 notes_plat_sysinfo_365 = specperl $SPEC/bin/sysinfo -f notes_plat_sysinfo_370 = $SPEC = /home/mjm/cpu2017 notes_plat_sysinfo_375 = notes_plat_sysinfo_380 = ------------------------------------------------------------ notes_plat_sysinfo_385 = 6. /proc/cpuinfo notes_plat_sysinfo_390 = CPU implementer : 0x50 notes_plat_sysinfo_395 = CPU architecture: 8 notes_plat_sysinfo_400 = CPU variant : 0x3 notes_plat_sysinfo_405 = CPU part : 0x000 notes_plat_sysinfo_410 = CPU revision : 2 notes_plat_sysinfo_415 = Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid notes_plat_sysinfo_420 = notes_plat_sysinfo_425 = ------------------------------------------------------------ notes_plat_sysinfo_430 = 7. lscpu notes_plat_sysinfo_435 = notes_plat_sysinfo_440 = From lscpu from util-linux 2.39.3: notes_plat_sysinfo_445 = Architecture: aarch64 notes_plat_sysinfo_450 = CPU op-mode(s): 32-bit, 64-bit notes_plat_sysinfo_455 = Byte Order: Little Endian notes_plat_sysinfo_460 = CPU(s): 32 notes_plat_sysinfo_465 = On-line CPU(s) list: 0-31 notes_plat_sysinfo_470 = Vendor ID: APM notes_plat_sysinfo_475 = Model name: - notes_plat_sysinfo_480 = Model: 2 notes_plat_sysinfo_485 = Thread(s) per core: 1 notes_plat_sysinfo_490 = Core(s) per socket: 32 notes_plat_sysinfo_495 = Socket(s): 1 notes_plat_sysinfo_500 = Stepping: 0x3 notes_plat_sysinfo_505 = Frequency boost: disabled notes_plat_sysinfo_510 = CPU(s) scaling MHz: 100% notes_plat_sysinfo_515 = CPU max MHz: 2911.7639 notes_plat_sysinfo_520 = CPU min MHz: 363.9700 notes_plat_sysinfo_525 = BogoMIPS: 80.00 notes_plat_sysinfo_530 = Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid notes_plat_sysinfo_535 = L1d cache: 1 MiB (32 instances) notes_plat_sysinfo_540 = L1i cache: 1 MiB (32 instances) notes_plat_sysinfo_545 = L2 cache: 4 MiB (16 instances) notes_plat_sysinfo_550 = NUMA node(s): 1 notes_plat_sysinfo_555 = NUMA node0 CPU(s): 0-31 notes_plat_sysinfo_560 = Vulnerability Gather data sampling: Not affected notes_plat_sysinfo_565 = Vulnerability Itlb multihit: Not affected notes_plat_sysinfo_570 = Vulnerability L1tf: Not affected notes_plat_sysinfo_575 = Vulnerability Mds: Not affected notes_plat_sysinfo_580 = Vulnerability Meltdown: Mitigation; PTI notes_plat_sysinfo_585 = Vulnerability Mmio stale data: Not affected notes_plat_sysinfo_590 = Vulnerability Retbleed: Not affected notes_plat_sysinfo_595 = Vulnerability Spec rstack overflow: Not affected notes_plat_sysinfo_600 = Vulnerability Spec store bypass: Vulnerable notes_plat_sysinfo_605 = Vulnerability Spectre v1: Mitigation; __user pointer sanitization notes_plat_sysinfo_610 = Vulnerability Spectre v2: Vulnerable notes_plat_sysinfo_615 = Vulnerability Srbds: Not affected notes_plat_sysinfo_620 = Vulnerability Tsx async abort: Not affected notes_plat_sysinfo_625 = notes_plat_sysinfo_630 = From lscpu --cache: notes_plat_sysinfo_635 = NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE notes_plat_sysinfo_640 = L1d 32K 1M 8 Data 1 notes_plat_sysinfo_645 = L1i 32K 1M 8 Instruction 1 notes_plat_sysinfo_650 = L2 256K 4M 32 Unified 2 notes_plat_sysinfo_655 = notes_plat_sysinfo_660 = ------------------------------------------------------------ notes_plat_sysinfo_665 = 8. numactl --hardware notes_plat_sysinfo_670 = NOTE: a numactl 'node' might or might not correspond to a physical chip. notes_plat_sysinfo_675 = available: 1 nodes (0) notes_plat_sysinfo_680 = node 0 cpus: 0-31 notes_plat_sysinfo_685 = node 0 size: 130403 MB notes_plat_sysinfo_690 = node 0 free: 77282 MB notes_plat_sysinfo_695 = node distances: notes_plat_sysinfo_700 = node 0 notes_plat_sysinfo_705 = 0: 10 notes_plat_sysinfo_710 = notes_plat_sysinfo_715 = ------------------------------------------------------------ notes_plat_sysinfo_720 = 9. /proc/meminfo notes_plat_sysinfo_725 = MemTotal: 133533376 kB notes_plat_sysinfo_730 = notes_plat_sysinfo_735 = ------------------------------------------------------------ notes_plat_sysinfo_740 = 10. who -r notes_plat_sysinfo_745 = run-level 5 Dec 18 23:35 notes_plat_sysinfo_750 = notes_plat_sysinfo_755 = ------------------------------------------------------------ notes_plat_sysinfo_760 = 11. Systemd service manager version: systemd 255 (255.4-1ubuntu8.8) notes_plat_sysinfo_765 = Default Target Status notes_plat_sysinfo_770 = graphical running notes_plat_sysinfo_775 = notes_plat_sysinfo_780 = ------------------------------------------------------------ notes_plat_sysinfo_785 = 12. Services, from systemctl list-unit-files notes_plat_sysinfo_790 = STATE UNIT FILES notes_plat_sysinfo_795 = enabled ModemManager apparmor apport blk-availability cloud-config cloud-final cloud-init notes_plat_sysinfo_800 = cloud-init-local console-setup cron dmesg e2scrub_reap finalrd getty@ grub-common notes_plat_sysinfo_805 = grub-initrd-fallback keyboard-setup lvm2-monitor multipathd networkd-dispatcher open-iscsi notes_plat_sysinfo_810 = open-vm-tools pollinate power-profiles-daemon rsyslog secureboot-db setvtrgb snapd sysstat notes_plat_sysinfo_815 = systemd-networkd systemd-networkd-wait-online systemd-pstore systemd-resolved notes_plat_sysinfo_820 = systemd-timesyncd ua-reboot-cmds ubuntu-advantage udisks2 ufw unattended-upgrades vgauth notes_plat_sysinfo_825 = enabled-runtime netplan-ovs-cleanup systemd-fsck-root systemd-remount-fs notes_plat_sysinfo_830 = disabled console-getty debug-shell ipmievd iscsid nftables rsync ssh systemd-boot-check-no-failures notes_plat_sysinfo_835 = systemd-confext systemd-network-generator systemd-networkd-wait-online@ notes_plat_sysinfo_840 = systemd-pcrlock-file-system systemd-pcrlock-firmware-code systemd-pcrlock-firmware-config notes_plat_sysinfo_845 = systemd-pcrlock-machine-id systemd-pcrlock-make-policy notes_plat_sysinfo_850 = systemd-pcrlock-secureboot-authority systemd-pcrlock-secureboot-policy systemd-sysext notes_plat_sysinfo_855 = systemd-time-wait-sync notes_plat_sysinfo_860 = generated openipmi perlbal notes_plat_sysinfo_865 = indirect serial-getty@ systemd-sysupdate systemd-sysupdate-reboot uuidd notes_plat_sysinfo_870 = masked cryptdisks cryptdisks-early hwclock multipath-tools-boot screen-cleanup sudo x11-common notes_plat_sysinfo_875 = notes_plat_sysinfo_880 = ------------------------------------------------------------ notes_plat_sysinfo_885 = 13. Linux kernel boot-time arguments, from /proc/cmdline notes_plat_sysinfo_890 = BOOT_IMAGE=/boot/vmlinuz-6.8.0 notes_plat_sysinfo_895 = root=UUID=16268541-06d0-4374-97ca-2d512d4db26f notes_plat_sysinfo_900 = ro notes_plat_sysinfo_905 = cma=1024M notes_plat_sysinfo_910 = iommu.passthrough=1 notes_plat_sysinfo_915 = notes_plat_sysinfo_920 = ------------------------------------------------------------ notes_plat_sysinfo_925 = 14. sysctl notes_plat_sysinfo_930 = kernel.numa_balancing 0 notes_plat_sysinfo_935 = kernel.randomize_va_space 2 notes_plat_sysinfo_940 = vm.compaction_proactiveness 20 notes_plat_sysinfo_945 = vm.dirty_background_bytes 0 notes_plat_sysinfo_950 = vm.dirty_background_ratio 10 notes_plat_sysinfo_955 = vm.dirty_bytes 0 notes_plat_sysinfo_960 = vm.dirty_expire_centisecs 3000 notes_plat_sysinfo_965 = vm.dirty_ratio 20 notes_plat_sysinfo_970 = vm.dirty_writeback_centisecs 500 notes_plat_sysinfo_975 = vm.dirtytime_expire_seconds 43200 notes_plat_sysinfo_980 = vm.extfrag_threshold 500 notes_plat_sysinfo_985 = vm.min_unmapped_ratio 1 notes_plat_sysinfo_990 = vm.nr_hugepages 0 notes_plat_sysinfo_995 = vm.nr_hugepages_mempolicy 0 notes_plat_sysinfo_1000= vm.nr_overcommit_hugepages 0 notes_plat_sysinfo_1005= vm.swappiness 60 notes_plat_sysinfo_1010= vm.watermark_boost_factor 15000 notes_plat_sysinfo_1015= vm.watermark_scale_factor 10 notes_plat_sysinfo_1020= vm.zone_reclaim_mode 0 notes_plat_sysinfo_1025= notes_plat_sysinfo_1030= ------------------------------------------------------------ notes_plat_sysinfo_1035= 15. /sys/kernel/mm/transparent_hugepage notes_plat_sysinfo_1040= defrag always defer defer+madvise [madvise] never notes_plat_sysinfo_1045= enabled always [madvise] never notes_plat_sysinfo_1050= hpage_pmd_size 536870912 notes_plat_sysinfo_1055= shmem_enabled always within_size advise [never] deny force notes_plat_sysinfo_1060= notes_plat_sysinfo_1065= ------------------------------------------------------------ notes_plat_sysinfo_1070= 16. /sys/kernel/mm/transparent_hugepage/khugepaged notes_plat_sysinfo_1075= alloc_sleep_millisecs 60000 notes_plat_sysinfo_1080= defrag 1 notes_plat_sysinfo_1085= max_ptes_none 8191 notes_plat_sysinfo_1090= max_ptes_shared 4096 notes_plat_sysinfo_1095= max_ptes_swap 1024 notes_plat_sysinfo_1100= pages_to_scan 65536 notes_plat_sysinfo_1105= scan_sleep_millisecs 10000 notes_plat_sysinfo_1110= notes_plat_sysinfo_1115= ------------------------------------------------------------ notes_plat_sysinfo_1120= 17. OS release notes_plat_sysinfo_1125= From /etc/*-release /etc/*-version notes_plat_sysinfo_1130= os-release Ubuntu 24.04.1 LTS notes_plat_sysinfo_1135= notes_plat_sysinfo_1140= ------------------------------------------------------------ notes_plat_sysinfo_1145= 18. Disk information notes_plat_sysinfo_1150= SPEC is set to: /home/mjm/cpu2017 notes_plat_sysinfo_1155= Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_1160= /dev/sda2 ext4 439G 309G 108G 75% / notes_plat_sysinfo_1165= notes_plat_sysinfo_1170= ------------------------------------------------------------ notes_plat_sysinfo_1175= 19. /sys/devices/virtual/dmi/id notes_plat_sysinfo_1180= Vendor: Lenovo notes_plat_sysinfo_1185= Product: HR330A 7X33CTO1WW notes_plat_sysinfo_1190= Product Family: Lenovo ThinkSystem HR330A/HR350A notes_plat_sysinfo_1195= notes_plat_sysinfo_1200= ------------------------------------------------------------ notes_plat_sysinfo_1205= 20. dmidecode notes_plat_sysinfo_1210= Additional information from dmidecode 3.5 follows. WARNING: Use caution when you interpret this section. notes_plat_sysinfo_1215= The 'dmidecode' program reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_1220= determined", but the intent may not be met, as there are frequent changes to hardware, firmware, and the notes_plat_sysinfo_1225= "DMTF SMBIOS" standard. notes_plat_sysinfo_1230= Memory: notes_plat_sysinfo_1235= 8x Samsung M393A2K43CB2-CTD 16 GB 2 rank 2667 notes_plat_sysinfo_1240= notes_plat_sysinfo_1245= notes_plat_sysinfo_1250= ------------------------------------------------------------ notes_plat_sysinfo_1255= 21. BIOS notes_plat_sysinfo_1260= (This section combines info from /sys/devices and dmidecode.) notes_plat_sysinfo_1265= BIOS Vendor: LENOVO notes_plat_sysinfo_1270= BIOS Version: HVE104N-1.12 notes_plat_sysinfo_1275= BIOS Date: 11/29/2019 notes_plat_sysinfo_1280= BIOS Revision: 1.12 notes_plat_sysinfo_1285= Firmware Revision: 1.7 # hw_cpu_name = - # hw_disk = 439 GB add more disk info here # hw_memory001 = 127.347 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 = 32 # hw_nthreadspercore = 1 # prepared_by = mjm (is never output, only tags rawfile) # sw_file = ext4 # sw_os001 = Ubuntu 24.04.1 LTS # sw_os002 = 6.8.0 # sw_state = Run level 5 (add definition here) # End of settings added by sysinfo_program 648.exchange2_s: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 625.x264_s: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 # 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_zhistorical_000 =This benchmark result is intended to provide perspective on notes_zhistorical_005 =past power and/or performance using the historical hardware notes_zhistorical_010 =and/or software described on this result page. notes_zhistorical_015 = notes_zhistorical_020 =The system as described on this result page was formerly notes_zhistorical_025 =generally available. At the time of this publication, it may notes_zhistorical_030 =not be shipping, and/or may not be supported, and/or may fail notes_zhistorical_035 =to meet other tests of General Availability described in the notes_zhistorical_040 =SPEC OSG Policy document, http://www.spec.org/osg/policy.html notes_zhistorical_045 = notes_zhistorical_050 =This measured result may not be representative of the result notes_zhistorical_055 =that would be measured were this benchmark run with hardware notes_zhistorical_060 =and software available as of the publication date. notes_zhistorical_065 = notes_jemalloc_000 =jemalloc is a general purpose malloc(3) implementation that emphasizes notes_jemalloc_005 =fragmentation avoidance and scalable concurrency support. notes_jemalloc_010 =sources available from https://github.com/facebook/jemalloc/tree/1972241 notes_jemalloc_015 =and built via "./configure --with-lg-quantum=3" which used system gcc-14 -O3 notes_jemalloc_020 =