diff --git a/utils.c b/utils.c
index 6cf7705..6cfa26f 100644
--- a/utils.c
+++ b/utils.c
@@ -498,6 +498,7 @@ run_ptests(struct ptest_list *head, const struct ptest_options opts,
 				}
 
 				if (timedout) {
+					fprintf(fp, "Timeout! System state:\n");
 					collect_system_state(fp);
 				} else {
 					/*
