Command lscpu and CPU Architecture | Generated by AI
The lscpu
command output provides detailed information about your system’s CPU architecture and configuration. Here’s a breakdown of the key details from your output:
-
Architecture:
x86_64
Your CPU is a 64-bit processor, capable of running both 32-bit and 64-bit applications. -
CPU op-mode(s):
32-bit, 64-bit
The CPU supports both 32-bit and 64-bit operating modes. -
Address sizes:
39 bits physical, 48 bits virtual
The CPU can address up to 2^39 bytes (512 GB) of physical memory and 2^48 bytes (256 TB) of virtual memory. -
Byte Order:
Little Endian
Data is stored with the least significant byte first, standard for x86 architectures. -
CPU(s):
32
The system has 32 logical CPUs (combination of physical cores and threads). -
On-line CPU(s) list:
0-31
All 32 logical CPUs are active and available. -
Vendor ID:
GenuineIntel
The CPU is manufactured by Intel. -
Model name:
13th Gen Intel(R) Core(TM) i9-13900KF
You have a 13th-generation Intel Core i9-13900KF processor, a high-performance CPU designed for desktops, lacking an integrated GPU (denoted by the “F” suffix). -
CPU family:
6
Intel’s CPU family identifier (common for Intel processors). -
Model:
183
Specific model number for this CPU. -
Thread(s) per core:
2
Each physical core supports two threads (hyper-threading enabled). -
Core(s) per socket:
24
The CPU has 24 physical cores per socket. This includes 8 performance cores (P-cores) and 16 efficiency cores (E-cores), typical for the i9-13900KF. -
Socket(s):
1
There is one physical CPU socket on the motherboard. -
Stepping:
1
Indicates the revision of the CPU silicon. -
CPU max MHz:
5800.0000
The maximum clock speed (turbo boost) is 5.8 GHz. -
CPU min MHz:
800.0000
The minimum clock speed is 800 MHz (protectorate mode: intel_pstate=passive -
BogoMIPS:
5990.40
A rough estimate of CPU performance (not highly relevant today). -
Flags:
Lists CPU features and instruction sets supported, such asavx
,avx2
,fma
,aes
, andhyper-threading
(ht). These enable specific optimizations and security features. -
Virtualization:
VT-x
Supports Intel’s hardware-assisted virtualization technology. - Caches:
- L1d: 896 KiB (data cache, 24 instances, ~36 KiB per core)
- L1i: 1.3 MiB (instruction cache, ~56 KiB per core)
- L2: 32 MiB (shared among cores, typically 2 MB per P-core, 4 MB per E-core cluster)
- L3: 36 MiB (shared cache across all cores)
-
NUMA:
1 node, 0-31 CPUs
Non-Uniform Memory Access configuration; all CPUs are in one NUMA node, typical for single-socket systems. - Vulnerabilities:
Lists known CPU vulnerabilities and their mitigation status. Most are “Not affected” or mitigated (e.g., Spectre, Meltdown) via hardware or software fixes.
Summary
You have a powerful 13th Gen Intel Core i9-13900KF processor with 24 cores (8 P-cores + 16 E-cores), 32 threads, and a max turbo speed of 5.8 GHz. It’s designed for high-performance tasks like gaming, content creation, and multitasking, with no integrated GPU. The system is well-protected against known CPU vulnerabilities and supports advanced features like hyper-threading and virtualization.
If you have specific questions about any part of this output, let me know!
lzw@lzw-MS-7E01:~/Projects/lzwjava.github.io$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Vendor ID: GenuineIntel
Model name: 13th Gen Intel(R) Core(TM) i9-13900KF
CPU family: 6
Model: 183
Thread(s) per core: 2
Core(s) per socket: 24
Socket(s): 1
Stepping: 1
CPU max MHz: 5800.0000
CPU min MHz: 800.0000
BogoMIPS: 5990.40
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon
pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic m
ovbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase
tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat
pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_
l1d arch_capabilities
Virtualization features:
Virtualization: VT-x
Caches (sum of all):
L1d: 896 KiB (24 instances)
L1i: 1.3 MiB (24 instances)
L2: 32 MiB (12 instances)
L3: 36 MiB (1 instance)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-31
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Reg file data sampling: Mitigation; Clear Register File
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
Srbds: Not affected
Tsx async abort: Not affected