Advertisement
Guest User

Untitled

a guest
Feb 27th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. $ cat /proc/cpuinfo
  2. processor : 0
  3. vendor_id : GenuineIntel
  4. cpu family : 6
  5. model : 42
  6. model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
  7. stepping : 7
  8. cpu MHz : 800.000
  9. cache size : 4096 KB
  10. physical id : 0
  11. siblings : 4
  12. core id : 0
  13. cpu cores : 2
  14. apicid : 0
  15. initial apicid : 0
  16. fdiv_bug : no
  17. hlt_bug : no
  18. f00f_bug : no
  19. coma_bug : no
  20. fpu : yes
  21. fpu_exception : yes
  22. cpuid level : 13
  23. wp : yes
  24. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
  25. bogomips : 5587.66
  26. clflush size : 64
  27. cache_alignment : 64
  28. address sizes : 36 bits physical, 48 bits virtual
  29. power management:
  30.  
  31. processor : 1
  32. vendor_id : GenuineIntel
  33. cpu family : 6
  34. model : 42
  35. model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
  36. stepping : 7
  37. cpu MHz : 800.000
  38. cache size : 4096 KB
  39. physical id : 0
  40. siblings : 4
  41. core id : 1
  42. cpu cores : 2
  43. apicid : 2
  44. initial apicid : 2
  45. fdiv_bug : no
  46. hlt_bug : no
  47. f00f_bug : no
  48. coma_bug : no
  49. fpu : yes
  50. fpu_exception : yes
  51. cpuid level : 13
  52. wp : yes
  53. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
  54. bogomips : 5587.05
  55. clflush size : 64
  56. cache_alignment : 64
  57. address sizes : 36 bits physical, 48 bits virtual
  58. power management:
  59.  
  60. processor : 2
  61. vendor_id : GenuineIntel
  62. cpu family : 6
  63. model : 42
  64. model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
  65. stepping : 7
  66. cpu MHz : 800.000
  67. cache size : 4096 KB
  68. physical id : 0
  69. siblings : 4
  70. core id : 0
  71. cpu cores : 2
  72. apicid : 1
  73. initial apicid : 1
  74. fdiv_bug : no
  75. hlt_bug : no
  76. f00f_bug : no
  77. coma_bug : no
  78. fpu : yes
  79. fpu_exception : yes
  80. cpuid level : 13
  81. wp : yes
  82. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
  83. bogomips : 5587.01
  84. clflush size : 64
  85. cache_alignment : 64
  86. address sizes : 36 bits physical, 48 bits virtual
  87. power management:
  88.  
  89. processor : 3
  90. vendor_id : GenuineIntel
  91. cpu family : 6
  92. model : 42
  93. model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
  94. stepping : 7
  95. cpu MHz : 800.000
  96. cache size : 4096 KB
  97. physical id : 0
  98. siblings : 4
  99. core id : 1
  100. cpu cores : 2
  101. apicid : 3
  102. initial apicid : 3
  103. fdiv_bug : no
  104. hlt_bug : no
  105. f00f_bug : no
  106. coma_bug : no
  107. fpu : yes
  108. fpu_exception : yes
  109. cpuid level : 13
  110. wp : yes
  111. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid
  112. bogomips : 5587.02
  113. clflush size : 64
  114. cache_alignment : 64
  115. address sizes : 36 bits physical, 48 bits virtual
  116. power management:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement