If your game isn't using all the CPU available, that's a good thing! It means it will continue to run well on lower-end devices. You shouldn't aim to consume all possible resources.
If the game is GPU-bottlenecked, naturally the CPU usage won't be as high, which means you need to focus on optimising the rendering, not the logic.