-
Notifications
You must be signed in to change notification settings - Fork 0
/
anemoi_p65537_n1_l1_a7_mPCICO_o1.txt
3528 lines (3341 loc) · 135 KB
/
anemoi_p65537_n1_l1_a7_mPCICO_o1.txt
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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Model: PCICO. Use final LL: True.
====================================================================================================
ANEMOI GF(65537^1), alpha = 7, QUAD = 2. With final LL. Model: PCICO
rmax = 10, tmax = 3600.
====================================================================================================
====================================================================================================
n_r: 1, n_v: 2, n_e: 2, mdeg: 7
degs = [7, 2]
Multivariate Polynomial Ring in Y0000, S0100 over Finite Field of size 65537
----------------------------------------------------------------------------------------------------
Starting GB computation... (r=1)
********************
FAUGERE F4 ALGORITHM
********************
Coefficient ring: GF(65537)
Rank: 2
Order: Graded Reverse Lexicographical
NEW hash table
Matrix kind: Modular FP
Datum size: 4
No queue sort
Initial length: 2
Inhomogeneous
Initial queue setup time: 0.000
Initial queue length: 1
*******
STEP 1
Basis length: 2, queue length: 1, step degree: 8, num pairs: 1
Basis total mons: 9, average length: 4.500
Number of pair polynomials: 1, at 8 column(s), 0.000
Average length for reductees: 5.00 [1], reductors: 4.70 [10]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 10 = 11 rows / 20 columns out of 45 (44.444%)
Density: 23.636% / 40.368% (4.7273/r), total: 52 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (100.0%), min deg: 6 [1], av deg: 6.0
Degree counts: 6:1
Queue insertion time: 0.000
New max step: 1, time: 0.000
Step 1 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 2
Basis length: 3, queue length: 2, step degree: 7, num pairs: 2
Basis total mons: 19, average length: 6.333
Number of pair polynomials: 2, at 20 column(s), 0.000
Average length for reductees: 10.00 [2], reductors: 5.36 [11]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 11 = 13 rows / 21 columns out of 36 (58.333%)
Density: 28.938% / 45.124% (6.0769/r), total: 79 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 5 [1], av deg: 5.0
Degree counts: 5:1
Queue insertion time: 0.000
Step 2 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 3
Basis length: 4, queue length: 2, step degree: 6, num pairs: 2
Basis total mons: 29, average length: 7.250
Number of pair polynomials: 2, at 20 column(s), 0.000
Average length for reductees: 10.00 [2], reductors: 5.77 [13]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 13 = 15 rows / 23 columns out of 28 (82.143%)
Density: 27.536% / 44.069% (6.3333/r), total: 95 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 5 [1], av deg: 5.0
Degree counts: 5:1
Queue insertion time: 0.000
Step 3 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 4
Basis length: 5, queue length: 1, step degree: 6, num pairs: 1
Basis total mons: 39, average length: 7.800
Number of pair polynomials: 1, at 13 column(s), 0.000
Average length for reductees: 10.00 [1], reductors: 5.83 [18]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 18 = 19 rows / 27 columns out of 28 (96.429%)
Density: 22.417% / 38.702% (6.0526/r), total: 115 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [0]
After ech memory: 32.1MB (=max)
No new polynomials
Queue insertion time: 0.000
Step 4 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
Reduce 5 final polynomial(s) by 5
0 redundant polynomial(s) removed; time: 0.000
Interreduce 3 (out of range [0 .. 4] = 5) polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
3 + 0 = 3 rows / 12 columns
Density: 69.444% / 91.414% (8.3333/r), total: 25 (0.0MB)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
Total reduction time: 0.000
Reduction time: 0.000
Final number of polynomials: 5
Final basis length: 3
Number of pairs: 6
Max step: 1, time: 0.000
Max num entries matrix: 19 by 27
Max num rows matrix: 19 by 27
Approx mat cost: 740.829, sym red cost: 366
Total pair setup time: 0.000
Total symbolic reduction time: 0.000
Total column sort time: 0.000
Total row sort time: 0.000
Total matrix time: 0.000
Total new polys time: 0.000
Total queue update time: 0.000
Total Faugere F4 time: 0.000, real time: 0.002
Time: 0.000
dregs = [ 8, 7, 6, 6 ]
----------------------------------------------------------------------------------------------------
Starting FGLM computation... (r=1)
*****************
FGLM ORDER CHANGE
*****************
Coefficient ring: GF(65537)
Rank: 2
Initial order: Graded Reverse Lexicographical
Final order: Lexicographical
Basis length: 3
Try rep mat lex method; E: S0100
Get rep mat (dim: 9)
Rep mat time: 0.000
Use Keller-Gehrig for spin
Keller-Gehrig matrix time: 0.000
Get kernel for min poly
Kernel mat time: 0.000
Nullity: 1
Get relations for all variables
REDUCE 2 polynomial(s) by 3 polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
2 + 12 = 14 rows / 21 columns
Density: 29.932% / 45.741% (6.2857/r), total: 88 (0.0MB)
Row sort time: 0.000
0.000 = 0.000 [2]
Total reduction time: 0.000
Reduction time: 0.000
Relations time: 0.000
Time: 0.000
unideg = 9
----------------------------------------------------------------------------------------------------
Starting UNIV SOLVING computation... (r=1)
Time: 0.000
nsols = 0
----------------------------------------------------------------------------------------------------
Starting MULTIPLICITY computation... (r=1)
nsols_mult = 0
====================================================================================================
n_r: 2, n_v: 3, n_e: 3, mdeg: 7
degs = [7, 7, 3]
Multivariate Polynomial Ring in Y0000, S0200, S0100 over Finite Field of size 65537
----------------------------------------------------------------------------------------------------
Starting GB computation... (r=2)
********************
FAUGERE F4 ALGORITHM
********************
Coefficient ring: GF(65537)
Rank: 3
Order: Graded Reverse Lexicographical
NEW hash table
Matrix kind: Modular FP
Datum size: 4
No queue sort
Initial length: 3
Inhomogeneous
Initial queue setup time: 0.000
Initial queue length: 2
*******
STEP 1
Basis length: 3, queue length: 2, step degree: 9, num pairs: 2
Basis total mons: 28, average length: 9.333
Number of pair polynomials: 2, at 37 column(s), 0.000
Average length for reductees: 11.00 [2], reductors: 9.80 [25]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 25 = 27 rows / 82 columns out of 220 (37.273%)
Density: 12.06% / 20.131% (9.8889/r), total: 267 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (100.0%), min deg: 7 [1], av deg: 7.5
Degree counts: 7:1 8:1
Queue insertion time: 0.000
New max step: 1, time: 0.000
Step 1 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 2
Basis length: 5, queue length: 5, step degree: 8, num pairs: 2
Basis total mons: 102, average length: 20.400
Number of pair polynomials: 2, at 75 column(s), 0.000
Average length for reductees: 40.00 [2], reductors: 12.08 [26]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 26 = 28 rows / 83 columns out of 165 (50.303%)
Density: 16.954% / 26.125% (14.071/r), total: 394 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 8 [1], av deg: 8.0
Degree counts: 8:1
Queue insertion time: 0.000
Step 2 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 3
Basis length: 6, queue length: 6, step degree: 9, num pairs: 4
Basis total mons: 150, average length: 25.000
Number of pair polynomials: 4, at 109 column(s), 0.000
Average length for reductees: 41.00 [4], reductors: 13.42 [43]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 43 = 47 rows / 116 columns out of 220 (52.727%)
Density: 13.591% / 21.152% (15.766/r), total: 741 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (50.0%), min deg: 8 [2], av deg: 8.0
Degree counts: 8:2
Queue insertion time: 0.000
Step 3 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 4
Basis length: 8, queue length: 7, step degree: 9, num pairs: 3
Basis total mons: 251, average length: 31.375
Number of pair polynomials: 3, at 114 column(s), 0.000
Average length for reductees: 49.67 [3], reductors: 14.34 [56]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 56 = 59 rows / 131 columns out of 220 (59.545%)
Density: 12.317% / 19.389% (16.136/r), total: 952 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (33.3%), min deg: 9 [1], av deg: 9.0
Degree counts: 9:1
Queue insertion time: 0.000
Step 4 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 5
Basis length: 9, queue length: 7, step degree: 10, num pairs: 3
Basis total mons: 312, average length: 34.667
Number of pair polynomials: 3, at 133 column(s), 0.000
Average length for reductees: 61.00 [3], reductors: 14.67 [72]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 72 = 75 rows / 154 columns out of 286 (53.846%)
Density: 10.727% / 17.201% (16.52/r), total: 1239 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (66.7%), min deg: 8 [1], av deg: 8.5
Degree counts: 8:1 9:1
Queue insertion time: 0.000
Step 5 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 6
Basis length: 11, queue length: 8, step degree: 9, num pairs: 3
Basis total mons: 472, average length: 42.909
Number of pair polynomials: 3, at 155 column(s), 0.000
Average length for reductees: 80.00 [3], reductors: 17.35 [74]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 74 = 77 rows / 164 columns out of 220 (74.545%)
Density: 12.068% / 18.789% (19.792/r), total: 1524 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (100.0%), min deg: 8 [3], av deg: 8.0
Degree counts: 8:3
Queue insertion time: 0.000
Step 6 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 7
Basis length: 14, queue length: 12, step degree: 9, num pairs: 6
Basis total mons: 723, average length: 51.643
Number of pair polynomials: 6, at 170 column(s), 0.000
Average length for reductees: 83.33 [6], reductors: 19.53 [108]
Symbolic reduction time: 0.000, column sort time: 0.000
6 + 108 = 114 rows / 199 columns out of 220 (90.455%)
Density: 11.5% / 17.84% (22.886/r), total: 2609 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [4]
After ech memory: 32.1MB (=max)
Num new polynomials: 4 (66.7%), min deg: 8 [4], av deg: 8.0
Degree counts: 8:4
Queue insertion time: 0.000
Step 7 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 8
Basis length: 18, queue length: 18, step degree: 9, num pairs: 10
Basis total mons: 1057, average length: 58.722
Number of pair polynomials: 10, at 175 column(s), 0.000
Average length for reductees: 83.40 [10], reductors: 23.07 [107]
Symbolic reduction time: 0.000, column sort time: 0.000
10 + 107 = 117 rows / 195 columns out of 220 (88.636%)
Density: 14.477% / 20.962% (28.231/r), total: 3303 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [4]
After ech memory: 32.1MB (=max)
Num new polynomials: 4 (40.0%), min deg: 8 [3], av deg: 8.2
Degree counts: 8:3 9:1
Queue insertion time: 0.000
New max step: 8, time: 0.001[r]
Step 8 time: 0.000[r], [0.001], mat/total: 0.000/0.004[r], mem: 32.1MB (=max)
*******
STEP 9
Basis length: 22, queue length: 15, step degree: 9, num pairs: 7
Basis total mons: 1394, average length: 63.364
Number of pair polynomials: 7, at 164 column(s), 0.000
Average length for reductees: 84.14 [7], reductors: 24.65 [91]
Symbolic reduction time: 0.000, column sort time: 0.000
7 + 91 = 98 rows / 175 columns out of 220 (79.545%)
Density: 16.513% / 23.107% (28.898/r), total: 2832 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (42.9%), min deg: 7 [1], av deg: 7.7
Degree counts: 7:1 8:2
Queue insertion time: 0.000
Step 9 time: 0.000, [0.000], mat/total: 0.000/0.004[r], mem: 32.1MB (=max)
*******
STEP 10
Basis length: 25, queue length: 14, step degree: 8, num pairs: 3
Basis total mons: 1640, average length: 65.600
Number of pair polynomials: 3, at 152 column(s), 0.000
Average length for reductees: 82.00 [3], reductors: 25.68 [81]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 81 = 84 rows / 162 columns out of 165 (98.182%)
Density: 17.093% / 24.067% (27.69/r), total: 2326 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [0]
After ech memory: 32.1MB (=max)
No new polynomials
Queue insertion time: 0.000
Step 10 time: 0.000, [0.001], mat/total: 0.000/0.005[r], mem: 32.1MB (=max)
*******
STEP 11
Basis length: 25, queue length: 11, step degree: 9, num pairs: 3
Basis total mons: 1640, average length: 65.600
Number of pair polynomials: 3, at 154 column(s), 0.000
Average length for reductees: 82.00 [3], reductors: 25.00 [84]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 84 = 87 rows / 165 columns out of 220 (75.000%)
Density: 16.343% / 23.316% (26.966/r), total: 2346 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [0]
After ech memory: 32.1MB (=max)
No new polynomials
Queue insertion time: 0.000
Step 11 time: 0.000, [0.000], mat/total: 0.000/0.005[r], mem: 32.1MB (=max)
*******
STEP 12
Basis length: 25, queue length: 8, step degree: 10, num pairs: 2
Basis total mons: 1640, average length: 65.600
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 13
Basis length: 25, queue length: 6, step degree: 11, num pairs: 3
Basis total mons: 1640, average length: 65.600
3 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 14
Basis length: 25, queue length: 3, step degree: 12, num pairs: 2
Basis total mons: 1640, average length: 65.600
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 15
Basis length: 25, queue length: 1, step degree: 13, num pairs: 1
Basis total mons: 1640, average length: 65.600
1 pair eliminated
No pairs to reduce
Pair elimination time: 0.000
Reduce 25 final polynomial(s) by 25
2 redundant polynomial(s) removed; time: 0.000
Interreduce 19 (out of range [0 .. 24] = 25) polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
19 + 0 = 19 rows / 100 columns
Density: 61.105% / 69.411% (61.105/r), total: 1161 (0.0MB)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [19]
Total reduction time: 0.000
Reduction time: 0.000
Final number of polynomials: 23
Final basis length: 19
Number of pairs: 46
Max step: 8, time: 0.001
Max num entries matrix: 117 by 195
Max num rows matrix: 117 by 195
Approx mat cost: 134674, sym red cost: 19694
Total pair setup time: 0.000
Total symbolic reduction time: 0.010
Total column sort time: 0.000
Total row sort time: 0.000
Total matrix time: 0.000
Total new polys time: 0.000
Total queue update time: 0.000
Total Faugere F4 time: 0.006[r], real time: 0.007
Time: 0.010
dregs = [ 9, 8, 9, 9, 10, 9, 9, 9, 9, 8, 9, 10, 11, 12, 13 ]
----------------------------------------------------------------------------------------------------
Starting FGLM computation... (r=2)
*****************
FGLM ORDER CHANGE
*****************
Coefficient ring: GF(65537)
Rank: 3
Initial order: Graded Reverse Lexicographical
Final order: Lexicographical
Basis length: 19
Try rep mat lex method; E: S0100
Get rep mat (dim: 81)
Rep mat time: 0.000
Use Keller-Gehrig for spin
Keller-Gehrig matrix time: 0.037[r]
Get kernel for min poly
Kernel mat time: 0.000
Nullity: 1
Get relations for all variables
REDUCE 3 polynomial(s) by 19 polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
3 + 80 = 83 rows / 161 columns
Density: 17.346% / 24.441% (27.928/r), total: 2318 (0.0MB)
Row sort time: 0.000
0.000 = 0.000 [3]
Total reduction time: 0.000
Reduction time: 0.000
Relations time: 0.000
Time: 0.050
unideg = 81
----------------------------------------------------------------------------------------------------
Starting UNIV SOLVING computation... (r=2)
Time: 0.000
nsols = 1
----------------------------------------------------------------------------------------------------
Starting MULTIPLICITY computation... (r=2)
nsols_mult = 1
====================================================================================================
n_r: 3, n_v: 4, n_e: 4, mdeg: 7
degs = [7, 7, 7, 4]
Multivariate Polynomial Ring in Y0000, S0300, S0200, S0100 over Finite Field of size 65537
----------------------------------------------------------------------------------------------------
Starting GB computation... (r=3)
********************
FAUGERE F4 ALGORITHM
********************
Coefficient ring: GF(65537)
Rank: 4
Order: Graded Reverse Lexicographical
NEW hash table
Matrix kind: Modular FP
Datum size: 4
No queue sort
Initial length: 4
Inhomogeneous
Initial queue setup time: 0.000
Initial queue length: 3
*******
STEP 1
Basis length: 4, queue length: 3, step degree: 10, num pairs: 3
Basis total mons: 83, average length: 20.750
Number of pair polynomials: 3, at 126 column(s), 0.000
Average length for reductees: 23.00 [3], reductors: 21.14 [58]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 58 = 61 rows / 286 columns out of 1001 (28.571%)
Density: 7.4229% / 10.905% (21.23/r), total: 1295 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (100.0%), min deg: 8 [1], av deg: 8.7
Degree counts: 8:1 9:2
Queue insertion time: 0.000
New max step: 1, time: 0.000
Step 1 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 2
Basis length: 7, queue length: 10, step degree: 9, num pairs: 2
Basis total mons: 404, average length: 57.714
Number of pair polynomials: 2, at 180 column(s), 0.000
Average length for reductees: 103.00 [2], reductors: 21.59 [34]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 34 = 36 rows / 205 columns out of 715 (28.671%)
Density: 12.737% / 17.386% (26.111/r), total: 940 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 9 [1], av deg: 9.0
Degree counts: 9:1
Queue insertion time: 0.000
Step 2 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 3
Basis length: 8, queue length: 12, step degree: 10, num pairs: 5
Basis total mons: 538, average length: 67.250
Number of pair polynomials: 5, at 356 column(s), 0.000
Average length for reductees: 112.40 [5], reductors: 27.45 [98]
Symbolic reduction time: 0.000, column sort time: 0.000
5 + 98 = 103 rows / 398 columns out of 1001 (39.760%)
Density: 7.9329% / 11.264% (31.573/r), total: 3252 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (40.0%), min deg: 9 [1], av deg: 9.5
Degree counts: 9:1 10:1
Queue insertion time: 0.000
Step 3 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 4
Basis length: 10, queue length: 16, step degree: 10, num pairs: 2
Basis total mons: 850, average length: 85.000
Number of pair polynomials: 2, at 212 column(s), 0.000
Average length for reductees: 122.00 [2], reductors: 22.90 [42]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 42 = 44 rows / 237 columns out of 1001 (23.676%)
Density: 11.565% / 15.957% (27.409/r), total: 1206 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 10 [1], av deg: 10.0
Degree counts: 10:1
Queue insertion time: 0.000
Step 4 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 5
Basis length: 11, queue length: 17, step degree: 11, num pairs: 4
Basis total mons: 1029, average length: 93.545
Number of pair polynomials: 4, at 432 column(s), 0.000
Average length for reductees: 184.50 [4], reductors: 26.07 [127]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 127 = 131 rows / 470 columns out of 1365 (34.432%)
Density: 6.5763% / 9.5451% (30.908/r), total: 4049 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (50.0%), min deg: 10 [2], av deg: 10.0
Degree counts: 10:2
Queue insertion time: 0.000
Step 5 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 6
Basis length: 13, queue length: 21, step degree: 11, num pairs: 3
Basis total mons: 1499, average length: 115.308
Number of pair polynomials: 3, at 497 column(s), 0.000
Average length for reductees: 234.67 [3], reductors: 32.13 [163]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 163 = 166 rows / 549 columns out of 1365 (40.220%)
Density: 6.5201% / 9.397% (35.795/r), total: 5942 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (33.3%), min deg: 11 [1], av deg: 11.0
Degree counts: 11:1
Queue insertion time: 0.000
Step 6 time: 0.000, [0.001], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 7
Basis length: 14, queue length: 21, step degree: 12, num pairs: 7
Basis total mons: 1811, average length: 129.357
Number of pair polynomials: 7, at 768 column(s), 0.000
Average length for reductees: 261.43 [7], reductors: 36.44 [296]
Symbolic reduction time: 0.000, column sort time: 0.000
7 + 296 = 303 rows / 852 columns out of 1820 (46.813%)
Density: 4.887% / 7.2771% (41.637/r), total: 12616 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000[r] + 0.000 = 0.000[r] [6]
After ech memory: 32.1MB (=max)
Num new polynomials: 6 (85.7%), min deg: 11 [3], av deg: 11.5
Degree counts: 11:3 12:3
Queue insertion time: 0.000
New max step: 7, time: 0.003[r]
Step 7 time: 0.003[r], [0.003], mat/total: 0.010/0.007[r], mem: 32.1MB (=max)
*******
STEP 8
Basis length: 20, queue length: 35, step degree: 12, num pairs: 9
Basis total mons: 4266, average length: 213.300
Number of pair polynomials: 9, at 965 column(s), 0.000
Average length for reductees: 410.44 [9], reductors: 43.62 [395]
Symbolic reduction time: 0.000, column sort time: 0.000
9 + 395 = 404 rows / 1022 columns out of 1820 (56.154%)
Density: 5.068% / 7.3491% (51.795/r), total: 20925 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [6]
After ech memory: 32.1MB (=max)
Num new polynomials: 6 (66.7%), min deg: 11 [3], av deg: 11.5
Degree counts: 11:3 12:3
Queue insertion time: 0.000[r]
Step 8 time: 0.003[r], [0.003], mat/total: 0.010/0.010[r], mem: 32.1MB (=max)
*******
STEP 9
Basis length: 26, queue length: 51, step degree: 12, num pairs: 5
Basis total mons: 7102, average length: 273.154
Number of pair polynomials: 5, at 954 column(s), 0.000
Average length for reductees: 419.80 [5], reductors: 46.59 [421]
Symbolic reduction time: 0.000, column sort time: 0.000
5 + 421 = 426 rows / 1060 columns out of 1820 (58.242%)
Density: 4.8084% / 7.0399% (50.969/r), total: 21713 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (60.0%), min deg: 11 [1], av deg: 11.7
Degree counts: 11:1 12:2
Queue insertion time: 0.000
Step 9 time: 0.000, [0.003], mat/total: 0.010/0.013[r], mem: 32.1MB (=max)
*******
STEP 10
Basis length: 29, queue length: 58, step degree: 12, num pairs: 2
Basis total mons: 8651, average length: 298.310
Number of pair polynomials: 2, at 840 column(s), 0.000
Average length for reductees: 465.00 [2], reductors: 44.15 [396]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 396 = 398 rows / 1004 columns out of 1820 (55.165%)
Density: 4.6085% / 6.8283% (46.269/r), total: 18415 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (50.0%), min deg: 12 [1], av deg: 12.0
Degree counts: 12:1
Queue insertion time: 0.000
Step 10 time: 0.000, [0.003], mat/total: 0.010/0.016[r], mem: 32.1MB (=max)
*******
STEP 11
Basis length: 30, queue length: 60, step degree: 13, num pairs: 35
Basis total mons: 9118, average length: 303.933
4 pairs eliminated
Number of pair polynomials: 31, at 1433 column(s), 0.000
Average length for reductees: 479.39 [31], reductors: 55.72 [790]
Symbolic reduction time: 0.001[r], column sort time: 0.000
31 + 790 = 821 rows / 1559 columns out of 2380 (65.504%)
Density: 4.6005% / 6.5583% (71.721/r), total: 58883 (0.2MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [19]
After ech memory: 32.1MB (=max)
Num new polynomials: 19 (61.3%), min deg: 11 [2], av deg: 11.9
Degree counts: 11:2 12:17
Queue insertion time: 0.000
New max step: 11, time: 0.009[r]
Step 11 time: 0.009[r], [0.010], mat/total: 0.010/0.026[r], mem: 32.1MB (=max)
*******
STEP 12
Basis length: 49, queue length: 89, step degree: 12, num pairs: 6
Basis total mons: 20304, average length: 414.367
Number of pair polynomials: 6, at 1174 column(s), 0.000
Average length for reductees: 599.17 [6], reductors: 59.94 [597]
Symbolic reduction time: 0.000, column sort time: 0.000
6 + 597 = 603 rows / 1328 columns out of 1820 (72.967%)
Density: 4.9176% / 7.0413% (65.305/r), total: 39379 (0.2MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.002[r] + 0.000 = 0.002[r] [5]
After ech memory: 32.1MB (=max)
Num new polynomials: 5 (83.3%), min deg: 11 [2], av deg: 11.6
Degree counts: 11:2 12:3
Queue insertion time: 0.000
Step 12 time: 0.006[r], [0.007], mat/total: 0.020/0.033[r], mem: 32.1MB (=max)
*******
STEP 13
Basis length: 54, queue length: 102, step degree: 12, num pairs: 8
Basis total mons: 23390, average length: 433.148
Number of pair polynomials: 8, at 1167 column(s), 0.000
Average length for reductees: 546.00 [8], reductors: 71.60 [549]
Symbolic reduction time: 0.000, column sort time: 0.000
8 + 549 = 557 rows / 1281 columns out of 1820 (70.385%)
Density: 6.1211% / 8.3397% (78.411/r), total: 43675 (0.2MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [5]
After ech memory: 32.1MB (=max)
Num new polynomials: 5 (62.5%), min deg: 11 [3], av deg: 11.4
Degree counts: 11:3 12:2
Queue insertion time: 0.000
Step 13 time: 0.000, [0.009], mat/total: 0.020/0.040, mem: 32.1MB (=max)
*******
STEP 14
Basis length: 59, queue length: 112, step degree: 12, num pairs: 11
Basis total mons: 26555, average length: 450.085
Number of pair polynomials: 11, at 1266 column(s), 0.000
Average length for reductees: 618.91 [11], reductors: 78.70 [660]
Symbolic reduction time: 0.000, column sort time: 0.000
11 + 660 = 671 rows / 1421 columns out of 1820 (78.077%)
Density: 6.1616% / 8.357% (87.556/r), total: 58750 (0.2MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [9]
After ech memory: 32.1MB (=max)
Num new polynomials: 9 (81.8%), min deg: 11 [4], av deg: 11.6
Degree counts: 11:4 12:5
Queue insertion time: 0.000
Step 14 time: 0.008[r], [0.008], mat/total: 0.020/0.050, mem: 32.1MB (=max)
*******
STEP 15
Basis length: 68, queue length: 133, step degree: 12, num pairs: 13
Basis total mons: 32818, average length: 482.618
Number of pair polynomials: 13, at 1303 column(s), 0.000
Average length for reductees: 668.62 [13], reductors: 84.50 [689]
Symbolic reduction time: 0.000, column sort time: 0.000
13 + 689 = 702 rows / 1451 columns out of 1820 (79.725%)
Density: 6.5689% / 8.7872% (95.315/r), total: 66911 (0.3MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [11]
After ech memory: 32.1MB (=max)
Num new polynomials: 11 (84.6%), min deg: 11 [1], av deg: 11.9
Degree counts: 11:1 12:10
Queue insertion time: 0.000
Step 15 time: 0.000, [0.010], mat/total: 0.020/0.050, mem: 32.1MB (=max)
*******
STEP 16
Basis length: 79, queue length: 157, step degree: 12, num pairs: 3
Basis total mons: 40834, average length: 516.886
Number of pair polynomials: 3, at 1304 column(s), 0.000
Average length for reductees: 706.00 [3], reductors: 90.85 [687]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 687 = 690 rows / 1452 columns out of 1820 (79.780%)
Density: 6.4412% / 8.7081% (93.526/r), total: 64533 (0.2MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (100.0%), min deg: 12 [3], av deg: 12.0
Degree counts: 12:3
Queue insertion time: 0.000
Step 16 time: 0.000, [0.010], mat/total: 0.020/0.060, mem: 32.1MB (=max)
*******
STEP 17
Basis length: 82, queue length: 166, step degree: 13, num pairs: 121
Basis total mons: 43086, average length: 525.439
18 pairs eliminated
Number of pair polynomials: 103, at 1834 column(s), 0.000
Average length for reductees: 659.11 [103], reductors: 98.67 [1130]
Symbolic reduction time: 0.003[r], column sort time: 0.000
103 + 1130 = 1233 rows / 1936 columns out of 2380 (81.345%)
Density: 7.515% / 9.8258% (145.49/r), total: 179389 (0.7MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.010 + 0.000 = 0.010 [39]
After ech memory: 32.1MB (=max)
Num new polynomials: 39 (37.9%), min deg: 11 [20], av deg: 11.5
Degree counts: 11:20 12:17 13:2
Queue insertion time: 0.000
New max step: 17, time: 0.020
Step 17 time: 0.020, [0.025], mat/total: 0.030/0.080, mem: 32.1MB (=max)
*******
STEP 18
Basis length: 121, queue length: 156, step degree: 12, num pairs: 75
Basis total mons: 71156, average length: 588.066
Number of pair polynomials: 75, at 1426 column(s), 0.002[r]
Average length for reductees: 706.27 [75], reductors: 130.64 [783]
Symbolic reduction time: 0.000, column sort time: 0.000
75 + 783 = 858 rows / 1546 columns out of 1820 (84.945%)
Density: 11.705% / 14.17% (180.95/r), total: 155259 (0.6MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.009[r] + 0.000 = 0.009[r] [22]
After ech memory: 32.1MB (=max)
Num new polynomials: 22 (29.3%), min deg: 11 [13], av deg: 11.4
Degree counts: 11:13 12:9
Queue insertion time: 0.000
Step 18 time: 0.019[r], [0.019], mat/total: 0.040/0.100, mem: 32.1MB (=max)
*******
STEP 19
Basis length: 143, queue length: 149, step degree: 12, num pairs: 49
Basis total mons: 86712, average length: 606.378
Number of pair polynomials: 49, at 1354 column(s), 0.000
Average length for reductees: 692.55 [49], reductors: 132.03 [736]
Symbolic reduction time: 0.004[r], column sort time: 0.000
49 + 736 = 785 rows / 1471 columns out of 1820 (80.824%)
Density: 11.354% / 13.878% (167.02/r), total: 131112 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [4]
After ech memory: 32.1MB (=max)
Num new polynomials: 4 (8.2%), min deg: 11 [2], av deg: 11.5
Degree counts: 11:2 12:2
Queue insertion time: 0.000
Step 19 time: 0.010, [0.014], mat/total: 0.040/0.110, mem: 32.1MB (=max)
*******
STEP 20
Basis length: 147, queue length: 115, step degree: 12, num pairs: 7
Basis total mons: 89593, average length: 609.476
Number of pair polynomials: 7, at 1331 column(s), 0.000
Average length for reductees: 716.43 [7], reductors: 137.63 [721]
Symbolic reduction time: 0.003[r], column sort time: 0.000
7 + 721 = 728 rows / 1452 columns out of 1820 (79.780%)
Density: 9.8618% / 12.471% (143.19/r), total: 104245 (0.4MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [1]
After ech memory: 32.1MB (=max)
Num new polynomials: 1 (14.3%), min deg: 11 [1], av deg: 11.0
Degree counts: 11:1
Queue insertion time: 0.000
Step 20 time: 0.007[r], [0.008], mat/total: 0.040/0.120, mem: 32.1MB (=max)
*******
STEP 21
Basis length: 148, queue length: 111, step degree: 12, num pairs: 3
Basis total mons: 90323, average length: 610.291
Number of pair polynomials: 3, at 1351 column(s), 0.000
Average length for reductees: 730.00 [3], reductors: 148.53 [781]
Symbolic reduction time: 0.005[r], column sort time: 0.000
3 + 781 = 784 rows / 1514 columns out of 1820 (83.187%)
Density: 9.9576% / 12.697% (150.76/r), total: 118194 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (66.7%), min deg: 11 [1], av deg: 11.5
Degree counts: 11:1 12:1
Queue insertion time: 0.000
Step 21 time: 0.010, [0.014], mat/total: 0.040/0.130, mem: 32.1MB (=max)
*******
STEP 22
Basis length: 150, queue length: 115, step degree: 12, num pairs: 3
Basis total mons: 91784, average length: 611.893
Number of pair polynomials: 3, at 1353 column(s), 0.000
Average length for reductees: 730.00 [3], reductors: 150.64 [784]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 784 = 787 rows / 1518 columns out of 1820 (83.407%)
Density: 10.069% / 12.832% (152.84/r), total: 120289 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000[r]
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (66.7%), min deg: 11 [1], av deg: 11.5
Degree counts: 11:1 12:1
Queue insertion time: 0.000
Step 22 time: 0.010, [0.014], mat/total: 0.050/0.140, mem: 32.1MB (=max)
*******
STEP 23
Basis length: 152, queue length: 119, step degree: 12, num pairs: 4
Basis total mons: 93248, average length: 613.474
Number of pair polynomials: 4, at 1358 column(s), 0.000
Average length for reductees: 731.00 [4], reductors: 153.31 [788]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 788 = 792 rows / 1522 columns out of 1820 (83.626%)
Density: 10.265% / 13.049% (156.23/r), total: 123734 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.003[r] + 0.000 = 0.003[r] [3]
After ech memory: 32.1MB (=max)
Num new polynomials: 3 (75.0%), min deg: 11 [1], av deg: 11.7
Degree counts: 11:1 12:2
Queue insertion time: 0.000
Step 23 time: 0.010, [0.013], mat/total: 0.060/0.150, mem: 32.1MB (=max)
*******
STEP 24
Basis length: 155, queue length: 120, step degree: 12, num pairs: 4
Basis total mons: 95442, average length: 615.755
Number of pair polynomials: 4, at 1355 column(s), 0.000
Average length for reductees: 731.00 [4], reductors: 153.35 [788]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 788 = 792 rows / 1519 columns out of 1820 (83.462%)
Density: 10.288% / 13.064% (156.27/r), total: 123765 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [2]
After ech memory: 32.1MB (=max)
Num new polynomials: 2 (50.0%), min deg: 11 [1], av deg: 11.5
Degree counts: 11:1 12:1
Queue insertion time: 0.000
Step 24 time: 0.000, [0.015], mat/total: 0.060/0.150, mem: 32.1MB (=max)
*******
STEP 25
Basis length: 157, queue length: 120, step degree: 12, num pairs: 3
Basis total mons: 96902, average length: 617.210
Number of pair polynomials: 3, at 1348 column(s), 0.000
Average length for reductees: 730.00 [3], reductors: 156.28 [792]
Symbolic reduction time: 0.003[r], column sort time: 0.000
3 + 792 = 795 rows / 1521 columns out of 1820 (83.571%)
Density: 10.417% / 13.208% (158.45/r), total: 125964 (0.5MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]