The standard Mathematica license will have 2 cores, and then 4 sub-cores for each of the cores. So that would be 8 if your program used more than 1 normal kernel. Subkernels are what you use for parallel processing.
If you want to see how many subnuclei you are allowed to, please
(1) Contact Wolfram Support on info@wolfram.com
(2) Check your user portal account at user.wolfram.com. After entering the password, go to the "My Products and Services" section and select the copy of Mathematica that you are interested in looking at. On this product page, you will see an entry called βProcessesβ that tells you how many different processes you receive from your license.
You can use commands such as $ KernelCount to find out how many sub-cells are running.
source share