Paste #273622

   
pasted on 31.03.2024 14:49
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
-5.2$ 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):                  12
  On-line CPU(s) list:   0-11
Vendor ID:               GenuineIntel
  Model name:            11th Gen Intel(R) Core(TM) i5-11400F @ 2.60GHz
    CPU family:          6
    Model:               167
    Thread(s) per core:  2
    Core(s) per socket:  6
    Socket(s):           1
    Stepping:            1
    CPU(s) scaling MHz:  95%
    CPU max MHz:         4400,0000
    CPU min MHz:         800,0000
    BogoMIPS:            5184,00
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
                          pge mca cmov pat pse36 clflush dts acpi mmx fxs
                         r sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtsc
                         p 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 pc
                         id sse4_1 sse4_2 x2apic movbe popcnt tsc_deadlin
                         e_timer aes xsave avx f16c rdrand lahf_lm abm 3d
                         nowprefetch cpuid_fault epb ssbd ibrs ibpb stibp
                          ibrs_enhanced tpr_shadow flexpriority ept vpid 
                         ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 e
                         rms invpcid mpx avx512f avx512dq rdseed adx smap
                          avx512ifma clflushopt intel_pt avx512cd sha_ni 
                         avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves
                          dtherm ida arat pln pts hwp hwp_notify hwp_act_
                         window hwp_epp hwp_pkg_req vnmi avx512vbmi umip 
                         pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx5
                         12_vnni avx512_bitalg avx512_vpopcntdq rdpid fsr
                         m md_clear flush_l1d arch_capabilities
Virtualization features: 
  Virtualization:        VT-x
Caches (sum of all):     
  L1d:                   288 KiB (6 instances)
  L1i:                   192 KiB (6 instances)
  L2:                    3 MiB (6 instances)
  L3:                    12 MiB (1 instance)
NUMA:                    
  NUMA node(s):          1
  NUMA node0 CPU(s):     0-11
Vulnerabilities:         
  Gather data sampling:  Mitigation; Microcode
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Mmio stale data:       Mitigation; Clear CPU buffers; SMT vulnerable
  Retbleed:              Mitigation; Enhanced IBRS
  Spec rstack overflow:  Not affected
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled vi
                         a prctl
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user 
                         pointer sanitization
  Spectre v2:            Mitigation; Enhanced / Automatic IBRS, IBPB cond
                         itional, RSB filling, PBRSB-eIBRS SW sequence
  Srbds:                 Not affected
  Tsx async abort:       Not affected
bash-5.2$ lscpu|grep -o avx512
avx512
avx512
avx512
avx512
avx512
avx512
avx512
avx512
avx512
avx512
avx512
Add Comment
Author