Timi,
Once things go unstable, all bets are off with maintaining temperature bounds. So temps below 20 C are not surprising in your plot.
It is, of course, nearly impossible to say what is causing the problem without taking on the case as an issue. But, you might consider adding a PRES line to tighten the velocity tolerance. Also, you can add CHECK_VN=T to MISC. These are the first things I do if I get an instability.
&MISC CHECK_VN = .TRUE. /
&PRES VELOCITY_TOLERANCE=0.01, MAX_PRESSURE_ITERATIONS=100 /
The velocity tolerance is a guess. Look at your .out file. What kind of tolerance is the case holding? How many pressure iterations is it taking? You might need VEL_TOL=0.001.
I don't know if you jumped straight to this big a case. But I always recommend starting with a small (coarse), single mesh case to shake down the setup. If the above does not help, then that is the route we would have to take to start debugging.
R