Timeout in 10.0m

Use the --timeout flag to change the timeout.

\[\left(\left(333.75 \cdot {33096}^{6} + \left(77617 \cdot 77617\right) \cdot \left(\left(\left(\left(11 \cdot \left(77617 \cdot 77617\right)\right) \cdot \left(33096 \cdot 33096\right) + \left(-{33096}^{6}\right)\right) + -121 \cdot {33096}^{4}\right) + -2\right)\right) + 5.5 \cdot {33096}^{8}\right) + \frac{77617}{2 \cdot 33096}\]
\left(\left(333.75 \cdot {33096}^{6} + \left(77617 \cdot 77617\right) \cdot \left(\left(\left(\left(11 \cdot \left(77617 \cdot 77617\right)\right) \cdot \left(33096 \cdot 33096\right) + \left(-{33096}^{6}\right)\right) + -121 \cdot {33096}^{4}\right) + -2\right)\right) + 5.5 \cdot {33096}^{8}\right) + \frac{77617}{2 \cdot 33096}
double f() {
        double r19712 = 333.75;
        double r19713 = 33096.0;
        double r19714 = 6.0;
        double r19715 = pow(r19713, r19714);
        double r19716 = r19712 * r19715;
        double r19717 = 77617.0;
        double r19718 = r19717 * r19717;
        double r19719 = 11.0;
        double r19720 = r19719 * r19718;
        double r19721 = r19713 * r19713;
        double r19722 = r19720 * r19721;
        double r19723 = -r19715;
        double r19724 = r19722 + r19723;
        double r19725 = -121.0;
        double r19726 = 4.0;
        double r19727 = pow(r19713, r19726);
        double r19728 = r19725 * r19727;
        double r19729 = r19724 + r19728;
        double r19730 = -2.0;
        double r19731 = r19729 + r19730;
        double r19732 = r19718 * r19731;
        double r19733 = r19716 + r19732;
        double r19734 = 5.5;
        double r19735 = 8.0;
        double r19736 = pow(r19713, r19735);
        double r19737 = r19734 * r19736;
        double r19738 = r19733 + r19737;
        double r19739 = 2.0;
        double r19740 = r19739 * r19713;
        double r19741 = r19717 / r19740;
        double r19742 = r19738 + r19741;
        return r19742;
}

Reproduce

herbie shell --seed 2019310 
(FPCore ()
  :name "From Warwick Tucker's Validated Numerics"
  :precision binary64
  (+ (+ (+ (* 333.75 (pow 33096 6)) (* (* 77617 77617) (+ (+ (+ (* (* 11 (* 77617 77617)) (* 33096 33096)) (- (pow 33096 6))) (* -121 (pow 33096 4))) -2))) (* 5.5 (pow 33096 8))) (/ 77617 (* 2 33096))))