You can't limit CPU time like that. The 100% you see is an average over the last few secons, something is either running or it's not. You can set the priority low so that other apps will get favor when the scheduler picks the next process to run, but that's about it.