I had to reset the userpoints of my admin account as it kept topping the top 5.
I used the following SQL: UPDATE `userpoints_txn` SET points=0 WHERE `uid` = 1 and then ran cron. For whose interested :)