(resting) 54W
# Infinite loop while true; do 78W done
# Infinite loop with heavy disk access while true; do 78W ls -lR / done
# And the winner, copying random data cat /dev/urandom > /dev/null 82W
(resting) 54W
# Infinite loop while true; do 78W done
# Infinite loop with heavy disk access while true; do 78W ls -lR / done
# And the winner, copying random data cat /dev/urandom > /dev/null 82W