Hard to diagnose without a complete input file but it probably means you need more memory. (To test, see if the cc-pVDZ calculation works.) There may be a warning about memory immediately prior to the start of the TDDFT iterations. With CIS_DYNAMIC_MEM = TRUE (which I believe is the default), you shouldn’t need to set MEM_STATIC and you can instead increase MEM_TOTAL to the physical limit of your hardware.
What version of Q-Chem are you using? This input runs to completion with Q-Chem v. 6.2.1. (Also, a job this small shouldn’t need all that memory; I made that comment before I had seen the $molecule section, just based on the basis set and the number of states requested.)
Try turning some things off, maybe starting with CALC_SOC, and see if you can isolate the problem.
It seems that there was a problem that is solved in Q-Chem v. 6.2.1. because using this version it does finish correctly. Thank you very much for your help!