Made long test longer
Showing
-
Owner
For release, we now require 64 rounds of this test with different random seeds, i.e.
4\ \mathrm{rounds}\times 16\ \frac{\mathrm{cores}}{\mathrm{round}} \times \Bigg( 1\ \frac{\mathrm{kGPL}(w=1)}{\mathrm{round}} + 5\ \frac{\mathrm{kGPL}(w=2)}{\mathrm{round}} +100\ \frac{\mathrm{kGPL}(w=3)}{\mathrm{round}} +500\ \frac{\mathrm{kGPL}(w=4)}{\mathrm{round}} \Bigg)
This amounts to
38.784\ \text{MGPL}
. The time of a round varies a lot (as these things are), but are\mathcal{O}(10\ {\rm h})
. I run this usingfunction runtest () { ./test -long-test $1 | tee log-${1}.txt } function mincer () { for seed in $(echo `seq $1 $2`$3 | perl -pe 's/ //g' | perl -pe 's/(\d{4})/\1\n/g') do runtest $seed & done wait } mincer 1 36 0 mincer 37 68 mincer 69 99 mincer 900 920 0
This creates a (deterministic) list of 64 random seeds
1234 5678 9101 1121 3141 5161 7181 9202 1222 3242 5262 7282 9303 1323 3343 5360 3738 3940 4142 4344 4546 4748 4950 5152 5354 5556 5758 5960 6162 6364 6566 6768 6970 7172 7374 7576 7778 7980 8182 8384 8586 8788 8990 9192 9394 9596 9798 0099 9009 0190 2903 9049 0590 6907 9089 0991 0911 9129 1391 4915 9169 1791 8919 9200
-
Owner
This test has uncovered one problematic GPL in
log-8990.txt
:[PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 7.229E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.489E-12 [FAIL] Testing 25483/ 500000 GPLs with w=4 failed with delta = 3.007E-01 (seed= 997367248) Offending G was (-1.84341900174859151E-002,-0.69812488759002123) -1 (-1.84341900174859151E-002,-0.69812488759002123) -1 (-1.84341900174859151E-002,-0.69812488759002123) -1 (-0.68452738397088964,9.14773126926469310E-002) 1 [FATL] Some tests failed.
The offending GPL can be simplified to
G\Big(1,1,1, \underbrace{-\tfrac1{14} - \tfrac{37}{38}{\rm i}}_z\ ;\ \underbrace{-\tfrac1{25}+\tfrac{10}7{\rm i}}_w \Big)
We have the following results
z = -1/14 - 37/38 I; w = -1/25 + 10/ 7 I; (* GiNaC *) Ginsh[g[1, 1, 1, z, w] /. g[a__, b_] :> g[Sequence @@ ({a}/b), 1]] (* -0.337669326736946430188982329099719881339 - 0.1113627330428057048966104248088305077854 I *) (* handyG *) G[1,1,1,z,w] (* -0.05192191763806214963 - 0.023295088744865908118 I *) (* 1601.02649 *) N[ G[1, 1, 1, z, w] /. gtolrules /. thetaback /. MyLog -> Log /. MyLi -> PolyLog, 30 ] (* -0.0519219176380621582788471754064 - 0.0232950887448659183484922892696 I *)
Hence we probably don't need to worry
-
Owner
The test is now done (took about 70 hours). The full log is
log-0190.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.743E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.388E-12 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.024E-09 [PASS] All tests passed. log-0590.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.110E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.151E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.131E-08 [PASS] All tests passed. log-0911.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 4.948E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.848E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 9.337E-09 [PASS] All tests passed. log-0991.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.196E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.135E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.363E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.229E-08 [PASS] All tests passed. log-1121.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.332E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.540E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 3.640E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.761E-09 [PASS] All tests passed. log-1222.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.075E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 3.436E-12 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.187E-09 [PASS] All tests passed. log-1234.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 4.011E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 7.269E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.642E-08 [PASS] All tests passed. log-1323.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.965E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.776E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 4.568E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.925E-08 [PASS] All tests passed. log-1391.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 3.020E-14 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.106E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 5.226E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.060E-07 [PASS] All tests passed. log-1791.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 8.988E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.574E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.799E-09 [PASS] All tests passed. log-2903.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.332E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.007E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 8.234E-12 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 6.693E-10 [PASS] All tests passed. log-3141.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.965E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.072E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.116E-13 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.962E-08 [PASS] All tests passed. log-3242.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.332E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.070E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.781E-08 [PASS] All tests passed. log-3343.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 7.105E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 6.040E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.588E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.914E-08 [PASS] All tests passed. log-3738.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 9.480E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 4.250E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 4.616E-09 [PASS] All tests passed. log-3940.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 9.486E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 3.886E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.173E-09 Caught!!Testing 385350/ 500000 GPLs with w=4 [WARN] Testing 385350/ 500000 GPLs with w=4 GiNaC problems with seed= 601517271 Args are (1.0788367616232766,2.76775489110093649E-002) 1 (0.74070322327315807,0.0000000000000000) -1 (0.74070322327315807,0.0000000000000000) -1 (1.0788367616232766,2.76775489110093649E-002) 1 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 9.468E-08 [PASS] All tests passed. log-4142.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.332E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.158E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.026E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 4.712E-09 [PASS] All tests passed. log-4344.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 3.997E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 4.051E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.235E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.506E-08 [PASS] All tests passed. log-4546.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.661E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 9.494E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.532E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.952E-09 [PASS] All tests passed. log-4748.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.665E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.655E-12 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 9.036E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.794E-09 [PASS] All tests passed. log-4915.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 3.553E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.353E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 5.060E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 4.989E-09 [PASS] All tests passed. log-4950.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.694E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.964E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.889E-09 [PASS] All tests passed. log-5152.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.446E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.987E-12 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.155E-09 [PASS] All tests passed. log-5161.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.578E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.132E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 5.580E-13 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.654E-09 [PASS] All tests passed. log-5262.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.510E-14 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 7.324E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.750E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 5.878E-08 [PASS] All tests passed. log-5354.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.118E-11 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.010E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 8.496E-09 [PASS] All tests passed. log-5360.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 6.817E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.478E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.801E-08 [PASS] All tests passed. log-5556.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.661E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 3.495E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.360E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.862E-08 [PASS] All tests passed. log-5678.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.021E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.473E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.798E-08 [PASS] All tests passed. log-5758.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.540E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 4.772E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.933E-09 [PASS] All tests passed. log-5960.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 7.382E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.727E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.150E-08 [PASS] All tests passed. log-6162.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.217E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 4.663E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.186E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.551E-09 [PASS] All tests passed. log-6364.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.520E-12 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.003E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.928E-08 [PASS] All tests passed. log-6566.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.965E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.158E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.910E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.227E-08 [PASS] All tests passed. log-6768.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.070E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.862E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 6.759E-08 [PASS] All tests passed. log-6907.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.124E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.116E-13 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.260E-09 [PASS] All tests passed. log-6970.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.217E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 3.143E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.776E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.705E-08 [PASS] All tests passed. log-7172.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 5.604E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.522E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 8.370E-09 [PASS] All tests passed. log-7181.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.243E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 8.248E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.732E-08 [PASS] All tests passed. log-7282.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.220E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.279E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 8.951E-14 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.531E-08 [PASS] All tests passed. log-7374.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.665E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.632E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 4.868E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 8.302E-09 [PASS] All tests passed. log-7576.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.625E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.088E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.182E-09 [PASS] All tests passed. log-7778.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.461E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.688E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.853E-09 [PASS] All tests passed. log-7980.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.332E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 5.257E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 3.692E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 8.461E-08 [PASS] All tests passed. log-8182.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.744E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.043E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.086E-09 [PASS] All tests passed. log-8384.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.665E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.320E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.523E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 5.222E-09 [PASS] All tests passed. log-8586.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 6.466E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 3.107E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 4.831E-08 [PASS] All tests passed. log-8788.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.172E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.844E-10 Caught!!Testing 238129/ 500000 GPLs with w=4 [WARN] Testing 238129/ 500000 GPLs with w=4 GiNaC problems with seed=1146329725 Args are (1.2617151068839678,-3.31751031532133700E-002) -1 (0.89577181823551655,0.0000000000000000) 1 (0.90058456175029278,0.0000000000000000) -1 (1.2617151068839678,-3.31751031532133700E-002) -1 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 5.983E-08 [PASS] All tests passed. log-8919.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.220E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 4.657E-10 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.283E-08 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.258E-08 [PASS] All tests passed. log-8990.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 7.229E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.489E-12 [FAIL] Testing 25483/ 500000 GPLs with w=4 failed with delta = 3.007E-01 (seed= 997367248) Offending G was (-1.84341900174859151E-002,-0.69812488759002123) -1 (-1.84341900174859151E-002,-0.69812488759002123) -1 (-1.84341900174859151E-002,-0.69812488759002123) -1 (-0.68452738397088964,9.14773126926469310E-002) 1 [FATL] Some tests failed. log-9009.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.661E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 9.058E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.347E-08 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 5.299E-08 [PASS] All tests passed. log-9049.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.332E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.434E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.055E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.504E-09 [PASS] All tests passed. log-9089.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.220E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 9.566E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.696E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 8.133E-09 [PASS] All tests passed. log-9101.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.885E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 2.231E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.176E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 7.583E-08 [PASS] All tests passed. log-9129.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 4.441E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.243E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.866E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.718E-09 [PASS] All tests passed. log-9169.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.776E-15 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 8.872E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 7.787E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 5.015E-09 [PASS] All tests passed. log-9192.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 5.551E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.097E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.340E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.312E-09 [PASS] All tests passed. log-9200.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.334E-13 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 2.596E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 6.839E-08 [PASS] All tests passed. log-9202.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 8.882E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 7.939E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.366E-08 [PASS] All tests passed. log-9303.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 1.066E-14 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 6.872E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 5.334E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 1.422E-08 [PASS] All tests passed. log-9394.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 2.043E-14 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 7.367E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.451E-09 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.294E-08 [PASS] All tests passed. log-9596.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 9.930E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.672E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 1.370E-10 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.180E-09 [PASS] All tests passed. log-9798.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 6.661E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 1.465E-14 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 9.436E-11 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 3.752E-09 [PASS] All tests passed. log-99.txt [PASS] Testing 1000/ 1000 GPLs with w=1 done. Largest delta = 8.882E-16 [PASS] Testing 5000/ 5000 GPLs with w=2 done. Largest delta = 5.348E-15 [PASS] Testing 100000/ 100000 GPLs with w=3 done. Largest delta = 6.326E-12 [PASS] Testing 500000/ 500000 GPLs with w=4 done. Largest delta = 2.102E-08 [PASS] All tests passed.
Please register or sign in to comment