The issue is with your variable "exp". Its values are too large. Rescale and reestimate the models.
Code:
replace exp= exp/1e+9 lab variable exp "Expenditure in billions"
Comment