Wrong detection of online CPUs on OpenBSD
Tested with OpenBSD >= 6.9, current detection of online CPU core(s) is based on hw.ncpu
which is the number of configured cpus.
For 'online' cpus, we should rely on hw.ncpuonline
(number of cpus being used)