The following line of code starts a big loop that exhausts memory after a
while.
$<<`ls`
This yields messages like "Swap space running out, Needed xx pages", and
you have to "kill" the program. The "kill" generates a core file that is
LARGE. In most cases, the core file can't be dumped on the file system,
due to lack of space.