forked from ecraven/r7rs-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.S9fES
769 lines (654 loc) · 22.9 KB
/
results.S9fES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
****************************
Benchmarking S9fES on Sat 6 Jul 11:21:15 CEST 2024 under Linux h4nex 6.9.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 28 Jun 2024 04:32:50 +0000 x86_64 GNU/Linux
Testing browse under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/browse.scm /tmp/r7rs-benchmarks/S9fES/browse.scm
Running...
Running browse:2000
Elapsed time: 31.16 seconds (31.16) for browse:2000
+!CSVLINE!+s9fes-2018-12-05,browse:2000,31.16
real 0m31.216s
user 0m31.172s
sys 0m0.010s
Testing deriv under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/deriv.scm /tmp/r7rs-benchmarks/S9fES/deriv.scm
Running...
Running deriv:10000000
./bench: line 442: 365419 Killed ${S9fES} "$1" < "$2"
real 5m0.299s
user 4m59.976s
sys 0m0.004s
+!CSVLINE!+s9fes,deriv,ULIMITKILLED
Testing destruc under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/destruc.scm /tmp/r7rs-benchmarks/S9fES/destruc.scm
Running...
Running destruc:600:50:4000
./bench: line 442: 365707 Killed ${S9fES} "$1" < "$2"
real 5m0.305s
user 4m59.969s
sys 0m0.010s
+!CSVLINE!+s9fes,destruc,ULIMITKILLED
Testing diviter under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/diviter.scm /tmp/r7rs-benchmarks/S9fES/diviter.scm
Running...
Running diviter:1000:1000000
Elapsed time: 80.31 seconds (80.31) for diviter:1000:1000000
+!CSVLINE!+s9fes-2018-12-05,diviter:1000:1000000,80.31
real 1m20.330s
user 1m20.241s
sys 0m0.010s
Testing divrec under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/divrec.scm /tmp/r7rs-benchmarks/S9fES/divrec.scm
Running...
Running divrec:1000:1000000
Elapsed time: 91.74 seconds (91.74) for divrec:1000:1000000
+!CSVLINE!+s9fes-2018-12-05,divrec:1000:1000000,91.74
real 1m31.759s
user 1m31.667s
sys 0m0.000s
Testing puzzle under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/puzzle.scm /tmp/r7rs-benchmarks/S9fES/puzzle.scm
Running...
Running puzzle:1000
./bench: line 442: 366158 Killed ${S9fES} "$1" < "$2"
real 5m0.307s
user 4m59.974s
sys 0m0.007s
+!CSVLINE!+s9fes,puzzle,ULIMITKILLED
Testing triangl under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/triangl.scm /tmp/r7rs-benchmarks/S9fES/triangl.scm
Running...
Running triangl:22:1:50
Elapsed time: 196.03 seconds (196.03) for triangl:22:1:50
+!CSVLINE!+s9fes-2018-12-05,triangl:22:1:50,196.03
real 3m16.038s
user 3m15.834s
sys 0m0.004s
Testing tak under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/tak.scm /tmp/r7rs-benchmarks/S9fES/tak.scm
Running...
Running tak:40:20:11:1
./bench: line 442: 366645 Killed ${S9fES} "$1" < "$2"
real 5m0.280s
user 4m59.974s
sys 0m0.007s
+!CSVLINE!+s9fes,tak,ULIMITKILLED
Testing takl under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/takl.scm /tmp/r7rs-benchmarks/S9fES/takl.scm
Running...
Running takl:40:20:12:1
Elapsed time: 294.84 seconds (294.84) for takl:40:20:12:1
+!CSVLINE!+s9fes-2018-12-05,takl:40:20:12:1,294.84
real 4m54.853s
user 4m54.546s
sys 0m0.010s
Testing ntakl under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/ntakl.scm /tmp/r7rs-benchmarks/S9fES/ntakl.scm
Running...
Running ntakl:40:20:12:1
./bench: line 442: 367200 Killed ${S9fES} "$1" < "$2"
real 5m0.270s
user 4m59.974s
sys 0m0.004s
+!CSVLINE!+s9fes,ntakl,ULIMITKILLED
Testing cpstak under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/cpstak.scm /tmp/r7rs-benchmarks/S9fES/cpstak.scm
Running...
Running cpstak:40:20:11:1
./bench: line 442: 367479 Killed ${S9fES} "$1" < "$2"
real 5m0.348s
user 4m59.967s
sys 0m0.007s
+!CSVLINE!+s9fes,cpstak,ULIMITKILLED
Testing ctak under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/ctak.scm /tmp/r7rs-benchmarks/S9fES/ctak.scm
Running...
Running ctak:32:16:8:1
./bench: line 442: 367773 Killed ${S9fES} "$1" < "$2"
real 5m0.516s
user 4m59.970s
sys 0m0.007s
+!CSVLINE!+s9fes,ctak,ULIMITKILLED
Testing fib under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/fib.scm /tmp/r7rs-benchmarks/S9fES/fib.scm
Running...
Running fib:40:5
./bench: line 442: 368050 Killed ${S9fES} "$1" < "$2"
real 5m0.382s
user 4m59.975s
sys 0m0.007s
+!CSVLINE!+s9fes,fib,ULIMITKILLED
Testing fibc under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/fibc.scm /tmp/r7rs-benchmarks/S9fES/fibc.scm
Running...
Running fibc:30:10
./bench: line 442: 368343 Killed ${S9fES} "$1" < "$2"
real 5m0.492s
user 4m59.972s
sys 0m0.007s
+!CSVLINE!+s9fes,fibc,ULIMITKILLED
Testing fibfp under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/fibfp.scm /tmp/r7rs-benchmarks/S9fES/fibfp.scm
Running...
Running fibfp:35.0:10
Elapsed time: 266.17 seconds (266.17) for fibfp:35.0:10
+!CSVLINE!+s9fes-2018-12-05,fibfp:35.0:10,266.17
real 4m26.185s
user 4m25.900s
sys 0m0.017s
Testing sum under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/sum.scm /tmp/r7rs-benchmarks/S9fES/sum.scm
Running...
Running sum:10000:200000
./bench: line 442: 368901 Killed ${S9fES} "$1" < "$2"
real 5m0.289s
user 4m59.975s
sys 0m0.007s
+!CSVLINE!+s9fes,sum,ULIMITKILLED
Testing sumfp under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/sumfp.scm /tmp/r7rs-benchmarks/S9fES/sumfp.scm
Running...
Running sumfp:1000000.0:500
./bench: line 442: 369171 Killed ${S9fES} "$1" < "$2"
real 5m0.345s
user 4m59.957s
sys 0m0.007s
+!CSVLINE!+s9fes,sumfp,ULIMITKILLED
Testing fft under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/fft.scm /tmp/r7rs-benchmarks/S9fES/fft.scm
Running...
Running fft:65536:100
./bench: line 442: 369463 Killed ${S9fES} "$1" < "$2"
real 5m0.642s
user 4m59.959s
sys 0m0.013s
+!CSVLINE!+s9fes,fft,ULIMITKILLED
Testing mbrot under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/mbrot.scm /tmp/r7rs-benchmarks/S9fES/mbrot.scm
Running...
Running mbrot:75:1000
./bench: line 442: 369755 Killed ${S9fES} "$1" < "$2"
real 5m0.315s
user 4m59.973s
sys 0m0.010s
+!CSVLINE!+s9fes,mbrot,ULIMITKILLED
Testing mbrotZ under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/mbrotZ.scm /tmp/r7rs-benchmarks/S9fES/mbrotZ.scm
Running...
Running mbrotZ:75:1000
*** error: undefined symbol: -1.0-0.5i
*** file "/tmp/r7rs-benchmarks/S9fES/mbrotZ.scm", line 162
*** trace: loop n matrix loop n
real 0m0.017s
user 0m0.013s
sys 0m0.003s
+!CSVLINE!+s9fes,mbrotZ,CRASHED
Testing nucleic under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/nucleic.scm /tmp/r7rs-benchmarks/S9fES/nucleic.scm
Running...
Running nucleic:50
./bench: line 442: 370052 Killed ${S9fES} "$1" < "$2"
real 5m0.330s
user 4m59.976s
sys 0m0.007s
+!CSVLINE!+s9fes,nucleic,ULIMITKILLED
Testing pi under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/pi.scm /tmp/r7rs-benchmarks/S9fES/pi.scm
Running...
Running pi:50:500:50:100
*** error: undefined symbol: exact-integer-sqrt
*** file "/tmp/r7rs-benchmarks/S9fES/pi.scm", line 253
*** trace: square one^2 square-root call-with-values x
real 0m0.017s
user 0m0.013s
sys 0m0.003s
+!CSVLINE!+s9fes,pi,CRASHED
Testing pnpoly under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/pnpoly.scm /tmp/r7rs-benchmarks/S9fES/pnpoly.scm
Running...
Running pnpoly:1000000
./bench: line 442: 370327 Killed ${S9fES} "$1" < "$2"
real 5m0.301s
user 4m59.974s
sys 0m0.011s
+!CSVLINE!+s9fes,pnpoly,ULIMITKILLED
Testing ray under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/ray.scm /tmp/r7rs-benchmarks/S9fES/ray.scm
Running...
Running ray:50
./bench: line 442: 370618 Killed ${S9fES} "$1" < "$2"
real 5m0.320s
user 4m59.974s
sys 0m0.007s
+!CSVLINE!+s9fes,ray,ULIMITKILLED
Testing simplex under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/simplex.scm /tmp/r7rs-benchmarks/S9fES/simplex.scm
Running...
Running simplex:1000000
./bench: line 442: 370897 Killed ${S9fES} "$1" < "$2"
real 5m0.353s
user 4m59.970s
sys 0m0.007s
+!CSVLINE!+s9fes,simplex,ULIMITKILLED
Testing ack under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/ack.scm /tmp/r7rs-benchmarks/S9fES/ack.scm
Running...
Running ack:3:12:2
./bench: line 442: 371172 Killed ${S9fES} "$1" < "$2"
real 5m0.516s
user 4m59.952s
sys 0m0.013s
+!CSVLINE!+s9fes,ack,ULIMITKILLED
Testing array1 under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/array1.scm /tmp/r7rs-benchmarks/S9fES/array1.scm
Running...
Running array1:1000000:500
./bench: line 442: 371485 Killed ${S9fES} "$1" < "$2"
real 5m0.616s
user 4m59.955s
sys 0m0.024s
+!CSVLINE!+s9fes,array1,ULIMITKILLED
Testing string under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/string.scm /tmp/r7rs-benchmarks/S9fES/string.scm
Running...
Running string:500000:100
Elapsed time: 2.6 seconds (2.6) for string:500000:100
+!CSVLINE!+s9fes-2018-12-05,string:500000:100,2.6
real 0m2.621s
user 0m2.607s
sys 0m0.007s
Testing sum1 under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/sum1.scm /tmp/r7rs-benchmarks/S9fES/sum1.scm
Running...
Running sum1:25
Elapsed time: 5.25 seconds (5.25) for sum1:25
+!CSVLINE!+s9fes-2018-12-05,sum1:25,5.25
real 0m5.266s
user 0m5.247s
sys 0m0.014s
Testing cat under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/cat.scm /tmp/r7rs-benchmarks/S9fES/cat.scm
Running...
Running cat:50
Elapsed time: 81.51 seconds (81.51) for cat:50
+!CSVLINE!+s9fes-2018-12-05,cat:50,81.51
real 1m21.530s
user 1m21.159s
sys 0m0.280s
Testing tail under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/tail.scm /tmp/r7rs-benchmarks/S9fES/tail.scm
Running...
Running tail:50
*** error: undefined symbol: write-string
*** file "/tmp/r7rs-benchmarks/S9fES/tail.scm", line 148
*** trace: mapcar1 f mapcar1 f out
real 0m2.514s
user 0m2.489s
sys 0m0.020s
+!CSVLINE!+s9fes,tail,CRASHED
Testing wc under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/wc.scm /tmp/r7rs-benchmarks/S9fES/wc.scm
Running...
Running wc:inputs/bib:50
Elapsed time: 148.39 seconds (148.39) for wc:inputs/bib:50
+!CSVLINE!+s9fes-2018-12-05,wc:inputs/bib:50,148.39
real 2m28.414s
user 2m28.185s
sys 0m0.083s
Testing read1 under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/read1.scm /tmp/r7rs-benchmarks/S9fES/read1.scm
Running...
Running read1:2500
Elapsed time: 1.1 seconds (1.1) for read1:2500
+!CSVLINE!+s9fes-2018-12-05,read1:2500,1.1
real 0m1.115s
user 0m1.084s
sys 0m0.024s
Testing compiler under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/compiler.scm /tmp/r7rs-benchmarks/S9fES/compiler.scm
Running...
*** error: error: wrong number of arguments: (error #f (%arg #<fix 0>) (%arg #<fix 1>))
*** file "/tmp/r7rs-benchmarks/S9fES/compiler.scm", line 86
*** trace: bs split3 list open-input-file char->integer
real 0m0.015s
user 0m0.008s
sys 0m0.007s
+!CSVLINE!+s9fes,compiler,CRASHED
Testing conform under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/conform.scm /tmp/r7rs-benchmarks/S9fES/conform.scm
Running...
*** error: error: wrong number of arguments: (error #f "Can't classify" (%ref #<fix 0> element))
*** file "/tmp/r7rs-benchmarks/S9fES/conform.scm", line 345
*** trace: split-bindings bs split3 split3 list
real 0m0.033s
user 0m0.029s
sys 0m0.004s
+!CSVLINE!+s9fes,conform,CRASHED
Testing dynamic under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/dynamic.scm /tmp/r7rs-benchmarks/S9fES/dynamic.scm
Running...
*** error: error: wrong number of arguments: (error 'dynamic-parse-datum "Unknown datum: ~s" (%arg #<fix 0>))
*** file "/tmp/r7rs-benchmarks/S9fES/dynamic.scm", line 155
*** trace: expand expand cons car cdr
real 0m0.014s
user 0m0.007s
sys 0m0.007s
+!CSVLINE!+s9fes,dynamic,CRASHED
Testing earley under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/earley.scm /tmp/r7rs-benchmarks/S9fES/earley.scm
Running...
Running earley:1
./bench: line 442: 372044 Killed ${S9fES} "$1" < "$2"
real 5m0.823s
user 4m59.954s
sys 0m0.030s
+!CSVLINE!+s9fes,earley,ULIMITKILLED
Testing graphs under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/graphs.scm /tmp/r7rs-benchmarks/S9fES/graphs.scm
Running...
Running graphs:7:3
./bench: line 442: 372336 Killed ${S9fES} "$1" < "$2"
real 5m0.624s
user 4m59.951s
sys 0m0.027s
+!CSVLINE!+s9fes,graphs,ULIMITKILLED
Testing lattice under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/lattice.scm /tmp/r7rs-benchmarks/S9fES/lattice.scm
Running...
*** error: error: wrong number of arguments: (error 'make-lattice "base" (%arg #<fix 0>))
*** file "/tmp/r7rs-benchmarks/S9fES/lattice.scm", line 248
*** trace: split-bindings bs split3 split3 list
real 0m0.016s
user 0m0.009s
sys 0m0.007s
+!CSVLINE!+s9fes,lattice,CRASHED
Testing matrix under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/matrix.scm /tmp/r7rs-benchmarks/S9fES/matrix.scm
Running...
*** error: error: wrong number of arguments: (error 'gen-perms "Bad msg: ~a" (%arg #<fix 0>))
*** file "/tmp/r7rs-benchmarks/S9fES/matrix.scm", line 275
*** trace: split-bindings bs split3 split3 list
real 0m0.021s
user 0m0.011s
sys 0m0.010s
+!CSVLINE!+s9fes,matrix,CRASHED
Testing maze under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/maze.scm /tmp/r7rs-benchmarks/S9fES/maze.scm
Running...
*** error: quit: wrong number of arguments: (quit #f)
*** file "/tmp/r7rs-benchmarks/S9fES/maze.scm", line 322
*** trace: bs split3 split3 split3 list
real 0m0.020s
user 0m0.013s
sys 0m0.007s
+!CSVLINE!+s9fes,maze,CRASHED
Testing mazefun under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/mazefun.scm /tmp/r7rs-benchmarks/S9fES/mazefun.scm
Running...
Running mazefun:11:11:10000
./bench: line 442: 372629 Killed ${S9fES} "$1" < "$2"
real 5m0.289s
user 4m59.966s
sys 0m0.017s
+!CSVLINE!+s9fes,mazefun,ULIMITKILLED
Testing nqueens under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/nqueens.scm /tmp/r7rs-benchmarks/S9fES/nqueens.scm
Running...
Running nqueens:13:10
./bench: line 442: 372923 Killed ${S9fES} "$1" < "$2"
real 5m0.288s
user 4m59.972s
sys 0m0.010s
+!CSVLINE!+s9fes,nqueens,ULIMITKILLED
Testing paraffins under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/paraffins.scm /tmp/r7rs-benchmarks/S9fES/paraffins.scm
Running...
Running paraffins:23:10
S9core: fatal error: new_vec: hit memory limit
real 0m2.195s
user 0m2.152s
sys 0m0.036s
+!CSVLINE!+s9fes,paraffins,CRASHED
Testing parsing under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/parsing.scm /tmp/r7rs-benchmarks/S9fES/parsing.scm
Running...
*** error: error: wrong number of arguments: (error #f (string-append "Lexical Error: " (%ref #<fix 0> msgtxt)) (%ref #<fix 1> linenumber))
*** file "/tmp/r7rs-benchmarks/S9fES/parsing.scm", line 947
*** trace: split-bindings bs split3 split3 list
real 0m0.038s
user 0m0.028s
sys 0m0.009s
+!CSVLINE!+s9fes,parsing,CRASHED
Testing peval under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/peval.scm /tmp/r7rs-benchmarks/S9fES/peval.scm
Running...
Running peval:2000
./bench: line 442: 373230 Killed ${S9fES} "$1" < "$2"
real 5m0.609s
user 4m59.957s
sys 0m0.007s
+!CSVLINE!+s9fes,peval,ULIMITKILLED
Testing primes under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/primes.scm /tmp/r7rs-benchmarks/S9fES/primes.scm
Running...
Running primes:1000:10000
./bench: line 442: 373511 Killed ${S9fES} "$1" < "$2"
real 5m0.485s
user 4m59.961s
sys 0m0.013s
+!CSVLINE!+s9fes,primes,ULIMITKILLED
Testing quicksort under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/quicksort.scm /tmp/r7rs-benchmarks/S9fES/quicksort.scm
Running...
Running quicksort:10000:2500
./bench: line 442: 373877 Killed ${S9fES} "$1" < "$2"
real 5m0.365s
user 4m59.961s
sys 0m0.010s
+!CSVLINE!+s9fes,quicksort,ULIMITKILLED
Testing scheme under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/scheme.scm /tmp/r7rs-benchmarks/S9fES/scheme.scm
Running...
*** error: error: wrong number of arguments: (error #f (%arg #<fix 0>) (%arg #<fix 1>))
*** file "/tmp/r7rs-benchmarks/S9fES/scheme.scm", line 45
*** trace: split-bindings bs split3 split3 list
real 0m0.011s
user 0m0.003s
sys 0m0.008s
+!CSVLINE!+s9fes,scheme,CRASHED
Testing slatex under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/slatex.scm /tmp/r7rs-benchmarks/S9fES/slatex.scm
Running...
Running slatex:500
*** error: display: expected output port, got: #f
*** file "/tmp/r7rs-benchmarks/S9fES/slatex.scm", line 2456
*** trace: delim-char loop in delim-char out
real 0m0.167s
user 0m0.164s
sys 0m0.003s
+!CSVLINE!+s9fes,slatex,CRASHED
Testing chudnovsky under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/chudnovsky.scm /tmp/r7rs-benchmarks/S9fES/chudnovsky.scm
Running...
Running chudnovsky:50:500:50:1000
*** error: undefined symbol: exact-integer-sqrt
*** file "/tmp/r7rs-benchmarks/S9fES/chudnovsky.scm", line 179
*** trace: square ch-c integer-sqrt call-with-values x
real 0m0.021s
user 0m0.015s
sys 0m0.006s
+!CSVLINE!+s9fes,chudnovsky,CRASHED
Testing nboyer under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/nboyer.scm /tmp/r7rs-benchmarks/S9fES/nboyer.scm
Running...
*** error: error: wrong number of arguments: (error #f "ADD-LEMMA did not like term: " (%arg #<fix 0>))
*** file "/tmp/r7rs-benchmarks/S9fES/nboyer.scm", line 796
*** trace: list list list list list
real 0m0.030s
user 0m0.013s
sys 0m0.016s
+!CSVLINE!+s9fes,nboyer,CRASHED
Testing sboyer under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/sboyer.scm /tmp/r7rs-benchmarks/S9fES/sboyer.scm
Running...
*** error: error: wrong number of arguments: (error #f "ADD-LEMMA did not like term: " (%arg #<fix 0>))
*** file "/tmp/r7rs-benchmarks/S9fES/sboyer.scm", line 809
*** trace: list list list list list
real 0m0.023s
user 0m0.015s
sys 0m0.007s
+!CSVLINE!+s9fes,sboyer,CRASHED
Testing gcbench under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/gcbench.scm /tmp/r7rs-benchmarks/S9fES/gcbench.scm
Running...
The garbage collector should touch about 128 megabytes of heap storage.
The use of more or less memory will skew the results.
Running gcbench:20:1
*** error: undefined symbol: node.j-set!
*** file "/tmp/r7rs-benchmarks/S9fES/gcbench.scm", line 296
*** trace: square square square square klonglivedtreedepth
real 0m0.027s
user 0m0.014s
sys 0m0.013s
+!CSVLINE!+s9fes,gcbench,CRASHED
Testing mperm under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/mperm.scm /tmp/r7rs-benchmarks/S9fES/mperm.scm
Running...
S9core: fatal error: s9_cons3: hit memory limit
real 1m6.555s
user 1m6.339s
sys 0m0.027s
+!CSVLINE!+s9fes,mperm,CRASHED
Testing equal under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/equal.scm /tmp/r7rs-benchmarks/S9fES/equal.scm
Running...
Running equal:100:100:8:1000:2000:5000
./bench: line 442: 374467 Killed ${S9fES} "$1" < "$2"
real 5m0.266s
user 4m59.959s
sys 0m0.011s
+!CSVLINE!+s9fes,equal,ULIMITKILLED
Testing bv2string under S9fES
Including prelude /home/nex/src/r7rs-benchmarks/src/S9fES-prelude.scm
Compiling...
s9fes_comp /tmp/r7rs-benchmarks/S9fES/bv2string.scm /tmp/r7rs-benchmarks/S9fES/bv2string.scm
Running...
Running bv2string:1000:1000:100
*** error: undefined symbol: string->utf8
*** file "/tmp/r7rs-benchmarks/S9fES/bv2string.scm", line 235
*** trace: values vector values x string-bytevector-tests
real 0m0.018s
user 0m0.009s
sys 0m0.009s
+!CSVLINE!+s9fes,bv2string,CRASHED