EVALUATION
The issue is that the SIGXFSZ signal is killing the VM. Here's the output from strace:
[pid 9470] write(10, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8976000 <unfinished ...>
[pid 9472] <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=1569, ...}) = 0
[pid 9470] <... write resumed> ) = -1 EFBIG (File too large)
[pid 9472] read(11, <unfinished ...>
[pid 9470] --- SIGXFSZ (File size limit exceeded) @ 0 (0) ---
Process 9470 detached
[pid 9472] <... read resumed> "\312\376\272\276\0\0\0001\0G\t\0\7\0*\t\0\7\0+\t\0\7\0"..., 1569) = 1569
[pid 9469] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9471] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9477] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9473] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9474] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9475] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9476] <... futex resumed> ) = -1 EINTR (Interrupted system call)
[pid 9471] +++ killed by SIGXFSZ (core dumped) +++
Process 9471 detached
[pid 9477] +++ killed by SIGXFSZ (core dumped) +++
Process 9477 detached
[pid 9472] +++ killed by SIGXFSZ (core dumped) +++
Process 9472 detached
[pid 9473] +++ killed by SIGXFSZ (core dumped) +++
Process 9473 detached
[pid 9474] +++ killed by SIGXFSZ (core dumped) +++
Process 9474 detached
[pid 9475] +++ killed by SIGXFSZ (core dumped) +++
Process 9475 detached
[pid 9476] +++ killed by SIGXFSZ (core dumped) +++
Process 9476 detached
+++ killed by SIGXFSZ (core dumped) +++
Process 9469 detached
|