-
Notifications
You must be signed in to change notification settings - Fork 32
/
results.Chibi
803 lines (688 loc) · 25.8 KB
/
results.Chibi
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
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
****************************
Benchmarking Chibi on Fri 5 Jul 12:30:49 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 Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/browse.scm /tmp/r7rs-benchmarks/Chibi/browse.scm
Running...
Running browse:2000
./bench: line 356: 166682 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.325s
user 4m59.950s
sys 0m0.027s
+!CSVLINE!+chibi,browse,ULIMITKILLED
Testing deriv under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/deriv.scm /tmp/r7rs-benchmarks/Chibi/deriv.scm
Running...
Running deriv:10000000
Elapsed time: 82.413 seconds (82.413) for deriv:10000000
+!CSVLINE!+chibi-0.11.0,deriv:10000000,82.413
real 1m22.717s
user 1m22.461s
sys 0m0.030s
Testing destruc under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/destruc.scm /tmp/r7rs-benchmarks/Chibi/destruc.scm
Running...
Running destruc:600:50:4000
Elapsed time: 70.377 seconds (70.377) for destruc:600:50:4000
+!CSVLINE!+chibi-0.11.0,destruc:600:50:4000,70.377
real 1m10.695s
user 1m10.557s
sys 0m0.027s
Testing diviter under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/diviter.scm /tmp/r7rs-benchmarks/Chibi/diviter.scm
Running...
Running diviter:1000:1000000
Elapsed time: 45.12 seconds (45.119) for diviter:1000:1000000
+!CSVLINE!+chibi-0.11.0,diviter:1000:1000000,45.12
real 0m45.441s
user 0m45.309s
sys 0m0.023s
Testing divrec under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/divrec.scm /tmp/r7rs-benchmarks/Chibi/divrec.scm
Running...
Running divrec:1000:1000000
Elapsed time: 46.382 seconds (46.382) for divrec:1000:1000000
+!CSVLINE!+chibi-0.11.0,divrec:1000:1000000,46.382
real 0m46.682s
user 0m46.602s
sys 0m0.017s
Testing puzzle under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/puzzle.scm /tmp/r7rs-benchmarks/Chibi/puzzle.scm
Running...
Running puzzle:1000
Elapsed time: 192.028 seconds (192.028) for puzzle:1000
+!CSVLINE!+chibi-0.11.0,puzzle:1000,192.028
real 3m12.337s
user 3m11.822s
sys 0m0.143s
Testing triangl under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/triangl.scm /tmp/r7rs-benchmarks/Chibi/triangl.scm
Running...
Running triangl:22:1:50
Elapsed time: 19.104 seconds (19.104) for triangl:22:1:50
+!CSVLINE!+chibi-0.11.0,triangl:22:1:50,19.104
real 0m19.420s
user 1m8.016s
sys 0m0.033s
Testing tak under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/tak.scm /tmp/r7rs-benchmarks/Chibi/tak.scm
Running...
Running tak:40:20:11:1
Elapsed time: 42.69 seconds (42.691) for tak:40:20:11:1
+!CSVLINE!+chibi-0.11.0,tak:40:20:11:1,42.69
real 0m42.993s
user 0m42.966s
sys 0m0.000s
Testing takl under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/takl.scm /tmp/r7rs-benchmarks/Chibi/takl.scm
Running...
Running takl:40:20:12:1
./bench: line 356: 170269 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.421s
user 4m59.863s
sys 0m0.107s
+!CSVLINE!+chibi,takl,ULIMITKILLED
Testing ntakl under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/ntakl.scm /tmp/r7rs-benchmarks/Chibi/ntakl.scm
Running...
Running ntakl:40:20:12:1
Elapsed time: 74.311 seconds (74.312) for ntakl:40:20:12:1
+!CSVLINE!+chibi-0.11.0,ntakl:40:20:12:1,74.311
real 1m14.615s
user 1m14.568s
sys 0m0.000s
Testing cpstak under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/cpstak.scm /tmp/r7rs-benchmarks/Chibi/cpstak.scm
Running...
Running cpstak:40:20:11:1
Elapsed time: 157.788 seconds (157.788) for cpstak:40:20:11:1
+!CSVLINE!+chibi-0.11.0,cpstak:40:20:11:1,157.788
real 2m38.091s
user 2m37.790s
sys 0m0.053s
Testing ctak under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/ctak.scm /tmp/r7rs-benchmarks/Chibi/ctak.scm
Running...
Running ctak:32:16:8:1
./bench: line 356: 171594 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.304s
user 4m59.925s
sys 0m0.047s
+!CSVLINE!+chibi,ctak,ULIMITKILLED
Testing fib under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/fib.scm /tmp/r7rs-benchmarks/Chibi/fib.scm
Running...
Running fib:40:5
Elapsed time: 57.804 seconds (57.804) for fib:40:5
+!CSVLINE!+chibi-0.11.0,fib:40:5,57.804
real 0m58.111s
user 0m58.059s
sys 0m0.007s
Testing fibc under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/fibc.scm /tmp/r7rs-benchmarks/Chibi/fibc.scm
Running...
Running fibc:30:10
Elapsed time: 276.117 seconds (276.118) for fibc:30:10
+!CSVLINE!+chibi-0.11.0,fibc:30:10,276.117
real 4m36.420s
user 4m35.996s
sys 0m0.056s
Testing fibfp under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/fibfp.scm /tmp/r7rs-benchmarks/Chibi/fibfp.scm
Running...
Running fibfp:35.0:10
Elapsed time: 35.523 seconds (35.523) for fibfp:35.0:10
+!CSVLINE!+chibi-0.11.0,fibfp:35.0:10,35.523
real 0m35.831s
user 0m35.705s
sys 0m0.044s
Testing sum under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/sum.scm /tmp/r7rs-benchmarks/Chibi/sum.scm
Running...
Running sum:10000:200000
Elapsed time: 68.543 seconds (68.544) for sum:10000:200000
+!CSVLINE!+chibi-0.11.0,sum:10000:200000,68.543
real 1m8.848s
user 1m8.771s
sys 0m0.007s
Testing sumfp under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/sumfp.scm /tmp/r7rs-benchmarks/Chibi/sumfp.scm
Running...
Running sumfp:1000000.0:500
Elapsed time: 67.835 seconds (67.835) for sumfp:1000000.0:500
+!CSVLINE!+chibi-0.11.0,sumfp:1000000.0:500,67.835
real 1m8.134s
user 1m7.878s
sys 0m0.093s
Testing fft under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/fft.scm /tmp/r7rs-benchmarks/Chibi/fft.scm
Running...
Running fft:65536:100
Elapsed time: 38.267 seconds (38.267) for fft:65536:100
+!CSVLINE!+chibi-0.11.0,fft:65536:100,38.267
real 0m38.588s
user 0m38.473s
sys 0m0.030s
Testing mbrot under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/mbrot.scm /tmp/r7rs-benchmarks/Chibi/mbrot.scm
Running...
Running mbrot:75:1000
Elapsed time: 161.476 seconds (161.476) for mbrot:75:1000
+!CSVLINE!+chibi-0.11.0,mbrot:75:1000,161.476
real 2m41.802s
user 2m41.368s
sys 0m0.107s
Testing mbrotZ under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/mbrotZ.scm /tmp/r7rs-benchmarks/Chibi/mbrotZ.scm
Running...
Running mbrotZ:75:1000
./bench: line 356: 175887 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.528s
user 4m59.801s
sys 0m0.170s
+!CSVLINE!+chibi,mbrotZ,ULIMITKILLED
Testing nucleic under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/nucleic.scm /tmp/r7rs-benchmarks/Chibi/nucleic.scm
Running...
Running nucleic:50
Elapsed time: 66.527 seconds (66.526) for nucleic:50
+!CSVLINE!+chibi-0.11.0,nucleic:50,66.527
real 1m6.946s
user 1m6.780s
sys 0m0.036s
Testing pi under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/pi.scm /tmp/r7rs-benchmarks/Chibi/pi.scm
Running...
Running pi:50:500:50:100
./bench: line 356: 177414 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.372s
user 4m59.918s
sys 0m0.053s
+!CSVLINE!+chibi,pi,ULIMITKILLED
Testing pnpoly under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/pnpoly.scm /tmp/r7rs-benchmarks/Chibi/pnpoly.scm
Running...
Running pnpoly:1000000
Elapsed time: 183.535 seconds (183.535) for pnpoly:1000000
+!CSVLINE!+chibi-0.11.0,pnpoly:1000000,183.535
real 3m3.855s
user 3m3.375s
sys 0m0.110s
Testing ray under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/ray.scm /tmp/r7rs-benchmarks/Chibi/ray.scm
Running...
Running ray:50
Elapsed time: 173.436 seconds (173.437) for ray:50
+!CSVLINE!+chibi-0.11.0,ray:50,173.436
real 2m53.746s
user 2m53.173s
sys 0m0.188s
Testing simplex under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/simplex.scm /tmp/r7rs-benchmarks/Chibi/simplex.scm
Running...
Running simplex:1000000
Elapsed time: 136.803 seconds (136.804) for simplex:1000000
+!CSVLINE!+chibi-0.11.0,simplex:1000000,136.803
real 2m17.120s
user 2m16.831s
sys 0m0.020s
Testing ack under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/ack.scm /tmp/r7rs-benchmarks/Chibi/ack.scm
Running...
Running ack:3:12:2
Elapsed time: 49.752 seconds (49.751) for ack:3:12:2
+!CSVLINE!+chibi-0.11.0,ack:3:12:2,49.752
real 0m50.053s
user 0m50.013s
sys 0m0.010s
Testing array1 under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/array1.scm /tmp/r7rs-benchmarks/Chibi/array1.scm
Running...
Running array1:1000000:500
Elapsed time: 47.093 seconds (47.093) for array1:1000000:500
+!CSVLINE!+chibi-0.11.0,array1:1000000:500,47.093
real 0m47.404s
user 0m47.281s
sys 0m0.027s
Testing string under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/string.scm /tmp/r7rs-benchmarks/Chibi/string.scm
Running...
Running string:500000:100
Elapsed time: 11.174 seconds (11.174) for string:500000:100
+!CSVLINE!+chibi-0.11.0,string:500000:100,11.174
real 0m11.476s
user 0m11.452s
sys 0m0.007s
Testing sum1 under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/sum1.scm /tmp/r7rs-benchmarks/Chibi/sum1.scm
Running...
Running sum1:25
Elapsed time: 92.088 seconds (92.087) for sum1:25
+!CSVLINE!+chibi-0.11.0,sum1:25,92.088
real 1m32.391s
user 1m31.824s
sys 0m0.443s
Testing cat under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/cat.scm /tmp/r7rs-benchmarks/Chibi/cat.scm
Running...
Running cat:50
Elapsed time: 39.869 seconds (39.87) for cat:50
+!CSVLINE!+chibi-0.11.0,cat:50,39.869
real 0m40.186s
user 0m39.800s
sys 0m0.293s
Testing tail under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/tail.scm /tmp/r7rs-benchmarks/Chibi/tail.scm
Running...
Running tail:50
Elapsed time: 5.502 seconds (5.502) for tail:50
+!CSVLINE!+chibi-0.11.0,tail:50,5.502
real 0m5.810s
user 0m5.401s
sys 0m0.396s
Testing wc under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/wc.scm /tmp/r7rs-benchmarks/Chibi/wc.scm
Running...
Running wc:inputs/bib:50
./bench: line 356: 181589 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.457s
user 4m59.621s
sys 0m0.350s
+!CSVLINE!+chibi,wc,ULIMITKILLED
Testing read1 under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/read1.scm /tmp/r7rs-benchmarks/Chibi/read1.scm
Running...
Running read1:2500
Elapsed time: 214.554 seconds (214.554) for read1:2500
+!CSVLINE!+chibi-0.11.0,read1:2500,214.554
real 3m34.854s
user 3m33.409s
sys 0m1.018s
Testing compiler under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/compiler.scm /tmp/r7rs-benchmarks/Chibi/compiler.scm
Running...
Running compiler:2000
Elapsed time: 86.598 seconds (86.598) for compiler:2000
+!CSVLINE!+chibi-0.11.0,compiler:2000,86.598
real 1m27.695s
user 1m27.448s
sys 0m0.050s
Testing conform under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/conform.scm /tmp/r7rs-benchmarks/Chibi/conform.scm
Running...
Running conform:500
Elapsed time: 123.281 seconds (123.281) for conform:500
+!CSVLINE!+chibi-0.11.0,conform:500,123.281
real 2m3.609s
user 2m3.274s
sys 0m0.075s
Testing dynamic under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/dynamic.scm /tmp/r7rs-benchmarks/Chibi/dynamic.scm
Running...
Running dynamic:500
Elapsed time: 191.388 seconds (191.388) for dynamic:500
+!CSVLINE!+chibi-0.11.0,dynamic:500,191.388
real 3m11.759s
user 3m10.936s
sys 0m0.476s
Testing earley under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/earley.scm /tmp/r7rs-benchmarks/Chibi/earley.scm
Running...
Running earley:1
./bench: line 356: 185090 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.727s
user 4m59.946s
sys 0m0.027s
+!CSVLINE!+chibi,earley,ULIMITKILLED
Testing graphs under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/graphs.scm /tmp/r7rs-benchmarks/Chibi/graphs.scm
Running...
Running graphs:7:3
./bench: line 356: 185622 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.481s
user 4m59.938s
sys 0m0.031s
+!CSVLINE!+chibi,graphs,ULIMITKILLED
Testing lattice under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/lattice.scm /tmp/r7rs-benchmarks/Chibi/lattice.scm
Running...
Running lattice:44:10
./bench: line 356: 186455 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.414s
user 4m59.876s
sys 0m0.093s
+!CSVLINE!+chibi,lattice,ULIMITKILLED
Testing matrix under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/matrix.scm /tmp/r7rs-benchmarks/Chibi/matrix.scm
Running...
Running matrix:5:5:2500
Elapsed time: 177.617 seconds (177.617) for matrix:5:5:2500
+!CSVLINE!+chibi-0.11.0,matrix:5:5:2500,177.617
real 2m57.953s
user 2m57.597s
sys 0m0.090s
Testing maze under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/maze.scm /tmp/r7rs-benchmarks/Chibi/maze.scm
Running...
Running maze:20:7:10000
Elapsed time: 67.835 seconds (67.835) for maze:20:7:10000
+!CSVLINE!+chibi-0.11.0,maze:20:7:10000,67.835
real 1m8.177s
user 1m8.056s
sys 0m0.027s
Testing mazefun under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/mazefun.scm /tmp/r7rs-benchmarks/Chibi/mazefun.scm
Running...
Running mazefun:11:11:10000
Elapsed time: 94.861 seconds (94.861) for mazefun:11:11:10000
+!CSVLINE!+chibi-0.11.0,mazefun:11:11:10000,94.861
real 1m35.184s
user 1m34.919s
sys 0m0.024s
Testing nqueens under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/nqueens.scm /tmp/r7rs-benchmarks/Chibi/nqueens.scm
Running...
Running nqueens:13:10
Elapsed time: 133.658 seconds (133.658) for nqueens:13:10
+!CSVLINE!+chibi-0.11.0,nqueens:13:10,133.658
real 2m13.962s
user 2m13.664s
sys 0m0.023s
Testing paraffins under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/paraffins.scm /tmp/r7rs-benchmarks/Chibi/paraffins.scm
Running...
Running paraffins:23:10
./bench: line 356: 187301 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.785s
user 4m59.934s
sys 0m0.047s
+!CSVLINE!+chibi,paraffins,ULIMITKILLED
Testing parsing under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/parsing.scm /tmp/r7rs-benchmarks/Chibi/parsing.scm
Running...
Running parsing:2500
./bench: line 356: 187665 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.198s
user 4m59.929s
sys 0m0.040s
+!CSVLINE!+chibi,parsing,ULIMITKILLED
Testing peval under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/peval.scm /tmp/r7rs-benchmarks/Chibi/peval.scm
Running...
Running peval:2000
Elapsed time: 145.024 seconds (145.024) for peval:2000
+!CSVLINE!+chibi-0.11.0,peval:2000,145.024
real 2m25.354s
user 2m25.058s
sys 0m0.080s
Testing primes under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/primes.scm /tmp/r7rs-benchmarks/Chibi/primes.scm
Running...
Running primes:1000:10000
Elapsed time: 17.534 seconds (17.534) for primes:1000:10000
+!CSVLINE!+chibi-0.11.0,primes:1000:10000,17.534
real 0m17.839s
user 0m17.804s
sys 0m0.011s
Testing quicksort under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/quicksort.scm /tmp/r7rs-benchmarks/Chibi/quicksort.scm
Running...
Running quicksort:10000:2500
Elapsed time: 204.741 seconds (204.741) for quicksort:10000:2500
+!CSVLINE!+chibi-0.11.0,quicksort:10000:2500,204.741
real 3m25.073s
user 3m24.691s
sys 0m0.093s
Testing scheme under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/scheme.scm /tmp/r7rs-benchmarks/Chibi/scheme.scm
Running...
Running scheme:100000
Elapsed time: 91.107 seconds (91.106) for scheme:100000
+!CSVLINE!+chibi-0.11.0,scheme:100000,91.107
real 1m31.457s
user 1m31.277s
sys 0m0.040s
Testing slatex under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/slatex.scm /tmp/r7rs-benchmarks/Chibi/slatex.scm
Running...
Running slatex:500
Elapsed time: 99.337 seconds (99.337) for slatex:500
+!CSVLINE!+chibi-0.11.0,slatex:500,99.337
real 1m39.721s
user 1m36.514s
sys 0m2.867s
Testing chudnovsky under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/chudnovsky.scm /tmp/r7rs-benchmarks/Chibi/chudnovsky.scm
Running...
Running chudnovsky:50:500:50:1000
Elapsed time: 223.623 seconds (223.623) for chudnovsky:50:500:50:1000
+!CSVLINE!+chibi-0.11.0,chudnovsky:50:500:50:1000,223.623
real 3m43.937s
user 3m43.542s
sys 0m0.077s
Testing nboyer under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/nboyer.scm /tmp/r7rs-benchmarks/Chibi/nboyer.scm
Running...
Running nboyer:5:1
Elapsed time: 27.95 seconds (27.95) for nboyer:5:1
+!CSVLINE!+chibi-0.11.0,nboyer:5:1,27.95
real 0m28.658s
user 0m28.480s
sys 0m0.126s
Testing sboyer under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/sboyer.scm /tmp/r7rs-benchmarks/Chibi/sboyer.scm
Running...
Running sboyer:5:1
Elapsed time: 26.36 seconds (26.36) for sboyer:5:1
+!CSVLINE!+chibi-0.11.0,sboyer:5:1,26.36
real 0m26.776s
user 0m26.689s
sys 0m0.040s
Testing gcbench under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/gcbench.scm /tmp/r7rs-benchmarks/Chibi/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
./bench: line 356: 189640 Killed "${CHIBI}" -m scheme.load -e "(load \"$1\")" < "$2"
real 5m0.951s
user 4m59.929s
sys 0m0.049s
+!CSVLINE!+chibi,gcbench,ULIMITKILLED
Testing mperm under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/mperm.scm /tmp/r7rs-benchmarks/Chibi/mperm.scm
Running...
Running mperm:20:10:2:1
Elapsed time: 119.795 seconds (119.795) for mperm:20:10:2:1
+!CSVLINE!+chibi-0.11.0,mperm:20:10:2:1,119.795
real 2m7.735s
user 2m7.214s
sys 0m0.299s
Testing equal under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/equal.scm /tmp/r7rs-benchmarks/Chibi/equal.scm
Running...
Running equal:100:100:8:1000:2000:5000
Elapsed time: 37.124 seconds (37.124) for equal:100:100:8:1000:2000:5000
+!CSVLINE!+chibi-0.11.0,equal:100:100:8:1000:2000:5000,37.124
real 0m37.519s
user 0m37.431s
sys 0m0.017s
Testing bv2string under Chibi
Including prelude /home/nex/src/r7rs-benchmarks/src/Chibi-prelude.scm
Including postlude /home/nex/src/r7rs-benchmarks/src/Chibi-postlude.scm
Compiling...
chibi_comp /tmp/r7rs-benchmarks/Chibi/bv2string.scm /tmp/r7rs-benchmarks/Chibi/bv2string.scm
Running...
Running bv2string:1000:1000:100
Elapsed time: 7.459 seconds (7.459) for bv2string:1000:1000:100
+!CSVLINE!+chibi-0.11.0,bv2string:1000:1000:100,7.459
real 0m7.766s
user 0m7.744s
sys 0m0.000s