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 r2128637 = 333.75;
        double r2128638 = 33096.0;
        double r2128639 = 6.0;
        double r2128640 = pow(r2128638, r2128639);
        double r2128641 = r2128637 * r2128640;
        double r2128642 = 77617.0;
        double r2128643 = r2128642 * r2128642;
        double r2128644 = 11.0;
        double r2128645 = r2128644 * r2128643;
        double r2128646 = r2128638 * r2128638;
        double r2128647 = r2128645 * r2128646;
        double r2128648 = -r2128640;
        double r2128649 = r2128647 + r2128648;
        double r2128650 = -121.0;
        double r2128651 = 4.0;
        double r2128652 = pow(r2128638, r2128651);
        double r2128653 = r2128650 * r2128652;
        double r2128654 = r2128649 + r2128653;
        double r2128655 = -2.0;
        double r2128656 = r2128654 + r2128655;
        double r2128657 = r2128643 * r2128656;
        double r2128658 = r2128641 + r2128657;
        double r2128659 = 5.5;
        double r2128660 = 8.0;
        double r2128661 = pow(r2128638, r2128660);
        double r2128662 = r2128659 * r2128661;
        double r2128663 = r2128658 + r2128662;
        double r2128664 = 2.0;
        double r2128665 = r2128664 * r2128638;
        double r2128666 = r2128642 / r2128665;
        double r2128667 = r2128663 + r2128666;
        return r2128667;
}

Reproduce

herbie shell --seed 2019158 
(FPCore ()
  :name "From Warwick Tucker's Validated Numerics"
  (+ (+ (+ (* 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))))