Time bar (total: 19.5s)Debug log
1 alts after pruning (1 fresh and 0 done)
Merged error: 18.0b
Found 2 expressions with local error:
| 18.0b | (/ (* (- x y) (+ x y)) (+ (* x x) (* y y))) |
| 0.0b | (+ (* x x) (* y y)) |
2 calls. Slowest were:
| 16.0ms | (/ (* (- x y) (+ x y)) (+ (* x x) (* y y))) |
| 4.0ms | (+ (* x x) (* y y)) |
2 calls. Slowest were:
| 39.0ms | (/ (* (- x y) (+ x y)) (+ (* x x) (* y y))) |
| 16.0ms | (+ (* x x) (* y y)) |
31 calls. Slowest were:
| 432.0ms | (* (- (* x x) (* y y)) (+ x y)) |
| 342.0ms | (* (- (pow x 3) (pow y 3)) (+ (pow x 3) (pow y 3))) |
| 299.0ms | (* (- (* x x) (* y y)) (+ (pow x 3) (pow y 3))) |
4 alts after pruning (4 fresh and 0 done)
Merged error: 0.5b
Found 3 expressions with local error:
| 18.0b | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 0.0b | (/ 1 (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) |
| 0.0b | (+ (* x x) (* y y)) |
3 calls. Slowest were:
| 11.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 4.0ms | (/ 1 (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) |
| 2.0ms | (+ (* x x) (* y y)) |
3 calls. Slowest were:
| 47.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 40.0ms | (/ 1 (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) |
| 20.0ms | (+ (* x x) (* y y)) |
50 calls. Slowest were:
| 291.0ms | (/ (* (* (+ (* x x) (* y y)) (+ (* x x) (* y y))) (+ (* x x) (* y y))) (* (* (* (- x y) (+ x y)) (* (- x y) (+ x y))) (* (- x y) (+ x y)))) |
| 218.0ms | (/ (* (* (+ (* x x) (* y y)) (+ (* x x) (* y y))) (+ (* x x) (* y y))) (* (* (* (- x y) (- x y)) (- x y)) (* (* (+ x y) (+ x y)) (+ x y)))) |
| 174.0ms | (* (+ x y) (+ (* x x) (- (* y y) (* x y)))) |
4 alts after pruning (3 fresh and 1 done)
Merged error: 0.5b
Found 4 expressions with local error:
| 18.0b | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 18.0b | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 18.0b | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 0.0b | (cbrt (* (* (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))))) |
4 calls. Slowest were:
| 49.0ms | (cbrt (* (* (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))))) |
| 12.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 11.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
4 calls. Slowest were:
| 74.0ms | (cbrt (* (* (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y)))) (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))))) |
| 42.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
| 37.0ms | (/ (+ (* x x) (* y y)) (* (- x y) (+ x y))) |
90 calls. Slowest were:
| 397.0ms | (cbrt (* (* (+ (* x x) (* y y)) (+ (* x x) (* y y))) (+ (* x x) (* y y)))) |
| 318.0ms | (/ (* (* (+ (* x x) (* y y)) (+ (* x x) (* y y))) (+ (* x x) (* y y))) (* (* (* (- x y) (- x y)) (- x y)) (* (* (+ x y) (+ x y)) (+ x y)))) |
| 303.0ms | (/ (* (* (+ (* x x) (* y y)) (+ (* x x) (* y y))) (+ (* x x) (* y y))) (* (* (* (- x y) (+ x y)) (* (- x y) (+ x y))) (* (- x y) (+ x y)))) |
4 alts after pruning (2 fresh and 2 done)
Merged error: 0.5b
Found 0 expressions with local error:
0 calls. Slowest were:
0 calls. Slowest were:
0 calls. Slowest were:
4 alts after pruning (1 fresh and 3 done)
Merged error: 0.5b
Please include this information when filing a bug report:
herbie shell --seed 2018359
(FPCore (x y)
:name "Kahan p9 Example"
:pre (and (< 0 x 1) (< y 1))
:herbie-target
(if (< 0.5 (fabs (/ x y)) 2) (/ (* (- x y) (+ x y)) (+ (* x x) (* y y))) (- 1 (/ 2 (+ 1 (* (/ x y) (/ x y))))))
(/ (* (- x y) (+ x y)) (+ (* x x) (* y y))))
| partition: contract violation expected: list? given: 5.1921318980099525 argument position: 2nd other arguments...: #<procedure:ordinary-value?> | L | C | |
|---|---|---|---|
| partition | /home/p92/racket/collects/racket/list.rkt | 555 | 0 |
| errors-score | /data/pavpan/nightlies/herbie/develop/src/points.rkt | 322 | 0 |
| for-loop | /data/pavpan/nightlies/herbie/develop/src/sandbox.rkt | 75 | 12 |
| (unnamed) | /home/p92/racket/collects/racket/private/more-scheme.rkt | 261 | 28 |
| run | /home/p92/racket/share/pkgs/profile-lib/main.rkt | 39 | 2 |
| profile-thunk16 | /home/p92/racket/share/pkgs/profile-lib/main.rkt | 9 | 0 |
| (unnamed) | /home/p92/racket/collects/racket/private/more-scheme.rkt | 261 | 28 |