Can only access two cores on 18-core CPUHow come I installed Ubuntu 64 bit on a Pentium 4 machine?Only one...

Adding a vertical line at the right end of the horizontal line in frac

Why is the collector feedback bias popular in electret-mic preamp circuits?

Possible isometry groups of open manifolds

Confused about 誘われて (Sasowarete)

Can I capture stereo IQ signals from WebSDR?

How would you write do the dialogues of two characters talking in a chat room?

Can a pizza stone be fixed after soap has been used to clean it?

Why do legislative committees exist?

What is the English equivalent of 干物女 (dried fish woman)?

Why limit to revolvers?

Commutator subgroup of Heisenberg group.

Why is "dark" an adverb in this sentence?

Deep Learning based time series forecasting

Doing research in academia and not liking competition

Is this a Lost Mine of Phandelver Plot Hole?

Postgresql numeric and decimal is automatically rounding off

What's the phrasal verb for carbonated drinks exploding out of the can after being shaken?

Why didn't Al Powell investigate the lights at the top of the building?

Is it rude to tell recruiters I would only change jobs for a better salary?

Is `curl {something} | sudo bash -` a reasonably safe installation method?

Variation in the spelling of word-final M

Is it okay to retroactively change things when running a published adventure?

Did the Shuttle's rudder or elevons operate when flown on its carrier 747?

Getting fresh water in the middle of hypersaline lake in the Bronze Age



Can only access two cores on 18-core CPU


How come I installed Ubuntu 64 bit on a Pentium 4 machine?Only one CPU core is active on Fedora 16So what are logical cpu cores (as opposed to physical cpu cores)?disabling cpu cores on quad core processor on linuxCan a single core of a cpu process more than one process?Using only one cpu coreOnly one of the two processor cores is recognized by Linux Mint on my laptopHow can I count the number of CPU cores?Counting CPU/Cores per CPU/Total CoresWhy do I get different cpu flags in /proc/cpuinfo between CentOS 6 and CentOS 7?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I sshed into a computer at my job with an Intel Xeon E5-2686 v4 CPU, which the internet reports as having 18 physical cores. However, I appear to only be able to use, or see, two of them. Python's psutil.cpu_count() and multiprocessing.cpu_count() both agree that I have 4 cores, with half of them being logical cores. The performance of my multi-threaded Python application also made it clear that I was only using two cores. lscpu outputs the following:



Architecture:        x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: Intel(R) Xeon(R) CPU E5-2686 v4 @
2.30GHz
Stepping: 1
CPU MHz: 2300.129
BogoMIPS: 4600.13
Hypervisor vendor: Xen
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 46080K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8
apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc
rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma
cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt
tsc_deadline_timer aes xsave avx f16c rdrand hypervisor
lahf_lm abm cpuid_fault invpcid_single pti fsgsbase
bmi1 avx2 smep bmi2 erms invpcid xsaveopt


Does anyone know what's going on here? If this is an 18-core CPU model, why wouldn't it show me all its cores? Could this be some unintentional restriction on my account?










share|improve this question





























    0















    I sshed into a computer at my job with an Intel Xeon E5-2686 v4 CPU, which the internet reports as having 18 physical cores. However, I appear to only be able to use, or see, two of them. Python's psutil.cpu_count() and multiprocessing.cpu_count() both agree that I have 4 cores, with half of them being logical cores. The performance of my multi-threaded Python application also made it clear that I was only using two cores. lscpu outputs the following:



    Architecture:        x86_64
    CPU op-mode(s): 32-bit, 64-bit
    Byte Order: Little Endian
    CPU(s): 4
    On-line CPU(s) list: 0-3
    Thread(s) per core: 2
    Core(s) per socket: 2
    Socket(s): 1
    NUMA node(s): 1
    Vendor ID: GenuineIntel
    CPU family: 6
    Model: 79
    Model name: Intel(R) Xeon(R) CPU E5-2686 v4 @
    2.30GHz
    Stepping: 1
    CPU MHz: 2300.129
    BogoMIPS: 4600.13
    Hypervisor vendor: Xen
    Virtualization type: full
    L1d cache: 32K
    L1i cache: 32K
    L2 cache: 256K
    L3 cache: 46080K
    NUMA node0 CPU(s): 0-3
    Flags: fpu vme de pse tsc msr pae mce cx8
    apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
    sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc
    rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma
    cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt
    tsc_deadline_timer aes xsave avx f16c rdrand hypervisor
    lahf_lm abm cpuid_fault invpcid_single pti fsgsbase
    bmi1 avx2 smep bmi2 erms invpcid xsaveopt


    Does anyone know what's going on here? If this is an 18-core CPU model, why wouldn't it show me all its cores? Could this be some unintentional restriction on my account?










    share|improve this question

























      0












      0








      0








      I sshed into a computer at my job with an Intel Xeon E5-2686 v4 CPU, which the internet reports as having 18 physical cores. However, I appear to only be able to use, or see, two of them. Python's psutil.cpu_count() and multiprocessing.cpu_count() both agree that I have 4 cores, with half of them being logical cores. The performance of my multi-threaded Python application also made it clear that I was only using two cores. lscpu outputs the following:



      Architecture:        x86_64
      CPU op-mode(s): 32-bit, 64-bit
      Byte Order: Little Endian
      CPU(s): 4
      On-line CPU(s) list: 0-3
      Thread(s) per core: 2
      Core(s) per socket: 2
      Socket(s): 1
      NUMA node(s): 1
      Vendor ID: GenuineIntel
      CPU family: 6
      Model: 79
      Model name: Intel(R) Xeon(R) CPU E5-2686 v4 @
      2.30GHz
      Stepping: 1
      CPU MHz: 2300.129
      BogoMIPS: 4600.13
      Hypervisor vendor: Xen
      Virtualization type: full
      L1d cache: 32K
      L1i cache: 32K
      L2 cache: 256K
      L3 cache: 46080K
      NUMA node0 CPU(s): 0-3
      Flags: fpu vme de pse tsc msr pae mce cx8
      apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
      sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc
      rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma
      cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt
      tsc_deadline_timer aes xsave avx f16c rdrand hypervisor
      lahf_lm abm cpuid_fault invpcid_single pti fsgsbase
      bmi1 avx2 smep bmi2 erms invpcid xsaveopt


      Does anyone know what's going on here? If this is an 18-core CPU model, why wouldn't it show me all its cores? Could this be some unintentional restriction on my account?










      share|improve this question














      I sshed into a computer at my job with an Intel Xeon E5-2686 v4 CPU, which the internet reports as having 18 physical cores. However, I appear to only be able to use, or see, two of them. Python's psutil.cpu_count() and multiprocessing.cpu_count() both agree that I have 4 cores, with half of them being logical cores. The performance of my multi-threaded Python application also made it clear that I was only using two cores. lscpu outputs the following:



      Architecture:        x86_64
      CPU op-mode(s): 32-bit, 64-bit
      Byte Order: Little Endian
      CPU(s): 4
      On-line CPU(s) list: 0-3
      Thread(s) per core: 2
      Core(s) per socket: 2
      Socket(s): 1
      NUMA node(s): 1
      Vendor ID: GenuineIntel
      CPU family: 6
      Model: 79
      Model name: Intel(R) Xeon(R) CPU E5-2686 v4 @
      2.30GHz
      Stepping: 1
      CPU MHz: 2300.129
      BogoMIPS: 4600.13
      Hypervisor vendor: Xen
      Virtualization type: full
      L1d cache: 32K
      L1i cache: 32K
      L2 cache: 256K
      L3 cache: 46080K
      NUMA node0 CPU(s): 0-3
      Flags: fpu vme de pse tsc msr pae mce cx8
      apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr
      sse sse2 ht syscall nx pdpe1gb rdtscp lm constant_tsc
      rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma
      cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt
      tsc_deadline_timer aes xsave avx f16c rdrand hypervisor
      lahf_lm abm cpuid_fault invpcid_single pti fsgsbase
      bmi1 avx2 smep bmi2 erms invpcid xsaveopt


      Does anyone know what's going on here? If this is an 18-core CPU model, why wouldn't it show me all its cores? Could this be some unintentional restriction on my account?







      cpu multithreading lscpu






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 38 mins ago









      ZorgothZorgoth

      1263 bronze badges




      1263 bronze badges






















          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f530168%2fcan-only-access-two-cores-on-18-core-cpu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f530168%2fcan-only-access-two-cores-on-18-core-cpu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m