Amazon's marketing materials claim that the m4.16xlarge node has 64 vCPU.
When I look at /proc/cpuinfo
on the system, however, I get the following information:
- 64 CPUs (CPU 0 .. 63)
cpu cores: 16
- Processor type:
Intel(R) Xenon(R) CPU E5-2686 v4 @ 2.30Ghz
So this makes no sense to me. This means that I have 64 CPUs with 16 cores each, or a total of 1024 cores.
However, online documentation for the Intel E5-2686 v6 claims that it has 36 cores and hyperthreading, for 72 virtual cores.
What's going on? How many cores are there?