Try running this from the command line (not in top)
ps aux | head -1; ps aux | sort -n | head -10
See what that gives you
Try running this from the command line (not in top)
ps aux | head -1; ps aux | sort -n | head -10
See what that gives you