fold -w 6 | awk '{for(i=1;i<=NF;i++)a+=$i;print a;a=0}' | xargs | awk '{if ($1 < 2 || $2 == 1) print "SURVIVED"; else print "DEAD"}'