Find the process using the most memory

ps -eo pid,user,rss,comm --sort=-rss | head -11

# RSS counts a shared page once per process; USS is what freeing it returns
smem -rs uss -c 'pid user uss command' | head -11