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 r1484673 = 333.75;
        double r1484674 = 33096.0;
        double r1484675 = 6.0;
        double r1484676 = pow(r1484674, r1484675);
        double r1484677 = r1484673 * r1484676;
        double r1484678 = 77617.0;
        double r1484679 = r1484678 * r1484678;
        double r1484680 = 11.0;
        double r1484681 = r1484680 * r1484679;
        double r1484682 = r1484674 * r1484674;
        double r1484683 = r1484681 * r1484682;
        double r1484684 = -r1484676;
        double r1484685 = r1484683 + r1484684;
        double r1484686 = -121.0;
        double r1484687 = 4.0;
        double r1484688 = pow(r1484674, r1484687);
        double r1484689 = r1484686 * r1484688;
        double r1484690 = r1484685 + r1484689;
        double r1484691 = -2.0;
        double r1484692 = r1484690 + r1484691;
        double r1484693 = r1484679 * r1484692;
        double r1484694 = r1484677 + r1484693;
        double r1484695 = 5.5;
        double r1484696 = 8.0;
        double r1484697 = pow(r1484674, r1484696);
        double r1484698 = r1484695 * r1484697;
        double r1484699 = r1484694 + r1484698;
        double r1484700 = 2.0;
        double r1484701 = r1484700 * r1484674;
        double r1484702 = r1484678 / r1484701;
        double r1484703 = r1484699 + r1484702;
        return r1484703;
}

Reproduce

herbie shell --seed 2020025 
(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))))