-
Notifications
You must be signed in to change notification settings - Fork 0
/
anemoi_p65537_n1_l1_a11_mFCICO_o1.txt
2592 lines (2443 loc) · 96.3 KB
/
anemoi_p65537_n1_l1_a11_mFCICO_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: FCICO. Use final LL: True.
====================================================================================================
ANEMOI GF(65537^1), alpha = 11, QUAD = 2. With final LL. Model: FCICO
rmax = 10, tmax = 3600.
====================================================================================================
====================================================================================================
n_r: 1, n_v: 2, n_e: 2, mdeg: 11
degs = [11, 11]
Multivariate Polynomial Ring in Y0000, Y0100 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: 11, num pairs: 1
Basis total mons: 156, average length: 78.000
Number of pair polynomials: 1, at 78 column(s), 0.000
Average length for reductees: 78.00 [1], reductors: 78.00 [1]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 1 = 2 rows / 78 columns out of 78 (100.000%)
Density: 100% / 100% (78/r), total: 156 (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: 2 [1], av deg: 2.0
Degree counts: 2: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: 1, step degree: 11, num pairs: 1
Basis total mons: 161, average length: 53.667
Number of pair polynomials: 1, at 78 column(s), 0.000
Average length for reductees: 5.00 [1], reductors: 6.33 [55]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 55 = 56 rows / 78 columns out of 78 (100.000%)
Density: 8.0815% / 17.638% (6.3036/r), total: 353 (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: 11 [1], av deg: 11.0
Degree counts: 11: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: 4, queue length: 1, step degree: 12, num pairs: 1
Basis total mons: 184, average length: 46.000
Number of pair polynomials: 1, at 26 column(s), 0.000
Average length for reductees: 23.00 [1], reductors: 7.77 [13]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 13 = 14 rows / 36 columns out of 91 (39.560%)
Density: 24.603% / 39.43% (8.8571/r), total: 124 (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: 10 [1], av deg: 10.0
Degree counts: 10: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: 2, step degree: 11, num pairs: 2
Basis total mons: 205, average length: 41.000
Number of pair polynomials: 2, at 33 column(s), 0.000
Average length for reductees: 21.00 [2], reductors: 7.83 [12]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 12 = 14 rows / 33 columns out of 78 (42.308%)
Density: 29.437% / 43.585% (9.7143/r), total: 136 (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 4 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 5
Basis length: 6, queue length: 2, step degree: 10, num pairs: 2
Basis total mons: 224, average length: 37.333
Number of pair polynomials: 2, at 30 column(s), 0.000
Average length for reductees: 19.00 [2], reductors: 7.73 [11]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 11 = 13 rows / 30 columns out of 66 (45.455%)
Density: 31.538% / 45.834% (9.4615/r), total: 123 (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 5 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 6
Basis length: 7, queue length: 2, step degree: 9, num pairs: 2
Basis total mons: 241, average length: 34.429
Number of pair polynomials: 2, at 27 column(s), 0.000
Average length for reductees: 17.00 [2], reductors: 7.60 [10]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 10 = 12 rows / 27 columns out of 55 (49.091%)
Density: 33.951% / 48.347% (9.1667/r), total: 110 (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: 7 [1], av deg: 7.0
Degree counts: 7: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: 8, queue length: 2, step degree: 8, num pairs: 2
Basis total mons: 256, average length: 32.000
Number of pair polynomials: 2, at 24 column(s), 0.000
Average length for reductees: 15.00 [2], reductors: 7.44 [9]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 9 = 11 rows / 24 columns out of 45 (53.333%)
Density: 36.742% / 51.176% (8.8182/r), total: 97 (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: 7 [1], av deg: 7.0
Degree counts: 7:1
Queue insertion time: 0.000
Step 7 time: 0.000, [0.000], mat/total: 0.000/0.000, mem: 32.1MB (=max)
*******
STEP 8
Basis length: 9, queue length: 1, step degree: 8, num pairs: 1
Basis total mons: 270, average length: 30.000
Number of pair polynomials: 1, at 22 column(s), 0.000
Average length for reductees: 14.00 [1], reductors: 8.80 [10]
Symbolic reduction time: 0.000, column sort time: 0.000
1 + 10 = 11 rows / 23 columns out of 45 (51.111%)
Density: 40.316% / 54.899% (9.2727/r), total: 102 (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 8 time: 0.000[r], [0.000], mat/total: 0.010/0.002[r], mem: 32.1MB (=max)
Reduce 9 final polynomial(s) by 9
0 redundant polynomial(s) removed; time: 0.000
Interreduce 3 (out of range [0 .. 8] = 9) polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
3 + 0 = 3 rows / 16 columns
Density: 70.833% / 90.139% (11.333/r), total: 34 (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: 9
Final basis length: 3
Number of pairs: 12
Max step: 1, time: 0.000
Max num entries matrix: 56 by 78
Max num rows matrix: 56 by 78
Approx mat cost: 2275.31, sym red cost: 1235
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.010
Total new polys time: 0.000
Total queue update time: 0.000
Total Faugere F4 time: 0.002[r], real time: 0.002
Time: 0.010
dregs = [ 11, 11, 12, 11, 10, 9, 8, 8 ]
----------------------------------------------------------------------------------------------------
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: Y0100
Get rep mat (dim: 13)
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 + 8 = 10 rows / 21 columns
Density: 40% / 53.607% (8.4/r), total: 84 (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 = 13
----------------------------------------------------------------------------------------------------
Starting UNIV SOLVING computation... (r=1)
Time: 0.000
nsols = 0
----------------------------------------------------------------------------------------------------
Starting MULTIPLICITY computation... (r=1)
nsols_mult = 0
====================================================================================================
n_r: 2, n_v: 4, n_e: 4, mdeg: 11
degs = [11, 11, 11, 11]
Multivariate Polynomial Ring in X0100, Y0000, Y0100, Y0200 over Finite Field of size 65537
----------------------------------------------------------------------------------------------------
Starting GB computation... (r=2)
********************
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: 2
*******
STEP 1
Basis length: 4, queue length: 2, step degree: 11, num pairs: 2
Basis total mons: 885, average length: 221.250
Number of pair polynomials: 2, at 430 column(s), 0.000
Average length for reductees: 221.50 [2], reductors: 221.00 [2]
Symbolic reduction time: 0.000, column sort time: 0.000[r]
2 + 2 = 4 rows / 430 columns out of 1365 (31.502%)
Density: 51.453% / 51.475% (221.25/r), total: 885 (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: 2 [2], av deg: 2.0
Degree counts: 2:2
Queue insertion time: 0.000
New max step: 1, time: 0.001[r]
Step 1 time: 0.000[r], [0.001], mat/total: 0.000/0.000[r], mem: 32.1MB (=max)
*******
STEP 2
Basis length: 6, queue length: 2, step degree: 11, num pairs: 2
Basis total mons: 898, average length: 149.667
Number of pair polynomials: 2, at 431 column(s), 0.000
Average length for reductees: 6.50 [2], reductors: 8.15 [369]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 369 = 371 rows / 565 columns out of 1365 (41.392%)
Density: 1.4407% / 3.9138% (8.1402/r), total: 3020 (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: 11 [2], av deg: 11.0
Degree counts: 11:2
Queue insertion time: 0.000
Step 2 time: 0.000, [0.001], mat/total: 0.000/0.001[r], mem: 32.1MB (=max)
*******
STEP 3
Basis length: 8, queue length: 2, step degree: 12, num pairs: 2
Basis total mons: 1096, average length: 137.000
Number of pair polynomials: 2, at 206 column(s), 0.000
Average length for reductees: 99.00 [2], reductors: 10.96 [96]
Symbolic reduction time: 0.000, column sort time: 0.000
2 + 96 = 98 rows / 277 columns out of 1820 (15.220%)
Density: 4.6047% / 9.1493% (12.755/r), total: 1250 (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: 11 [2], av deg: 11.0
Degree counts: 11:2
Queue insertion time: 0.000
Step 3 time: 0.000, [0.000], mat/total: 0.000/0.001[r], mem: 32.1MB (=max)
*******
STEP 4
Basis length: 10, queue length: 7, step degree: 12, num pairs: 5
Basis total mons: 1320, average length: 132.000
Number of pair polynomials: 5, at 345 column(s), 0.000
Average length for reductees: 116.00 [5], reductors: 12.10 [142]
Symbolic reduction time: 0.000, column sort time: 0.000
5 + 142 = 147 rows / 357 columns out of 1820 (19.615%)
Density: 4.3789% / 8.345% (15.633/r), total: 2298 (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 (60.0%), min deg: 11 [2], av deg: 11.3
Degree counts: 11:2 12:1
Queue insertion time: 0.000
Step 4 time: 0.000, [0.001], mat/total: 0.000/0.003[r], mem: 32.1MB (=max)
*******
STEP 5
Basis length: 13, queue length: 10, step degree: 12, num pairs: 4
Basis total mons: 1736, average length: 133.538
Number of pair polynomials: 4, at 331 column(s), 0.000
Average length for reductees: 128.50 [4], reductors: 13.28 [124]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 124 = 128 rows / 336 columns out of 1820 (18.462%)
Density: 5.0246% / 8.886% (16.883/r), total: 2161 (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: 11 [2], av deg: 11.0
Degree counts: 11:2
Queue insertion time: 0.000
Step 5 time: 0.000, [0.001], mat/total: 0.000/0.003[r], mem: 32.1MB (=max)
*******
STEP 6
Basis length: 15, queue length: 13, step degree: 12, num pairs: 5
Basis total mons: 2000, average length: 133.333
Number of pair polynomials: 5, at 395 column(s), 0.000
Average length for reductees: 138.40 [5], reductors: 13.59 [170]
Symbolic reduction time: 0.000, column sort time: 0.000
5 + 170 = 175 rows / 404 columns out of 1820 (22.198%)
Density: 4.2475% / 7.817% (17.16/r), total: 3003 (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 (60.0%), min deg: 11 [2], av deg: 11.3
Degree counts: 11:2 12:1
Queue insertion time: 0.000
Step 6 time: 0.000, [0.001], mat/total: 0.000/0.004[r], mem: 32.1MB (=max)
*******
STEP 7
Basis length: 18, queue length: 16, step degree: 12, num pairs: 4
Basis total mons: 2462, average length: 136.778
Number of pair polynomials: 4, at 349 column(s), 0.000
Average length for reductees: 140.50 [4], reductors: 13.78 [131]
Symbolic reduction time: 0.000, column sort time: 0.000
4 + 131 = 135 rows / 349 columns out of 1820 (19.176%)
Density: 5.0239% / 8.7346% (17.533/r), total: 2367 (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: 11 [2], av deg: 11.0
Degree counts: 11:2
Queue insertion time: 0.000
Step 7 time: 0.000, [0.000], mat/total: 0.000/0.004[r], mem: 32.1MB (=max)
*******
STEP 8
Basis length: 20, queue length: 19, step degree: 12, num pairs: 6
Basis total mons: 2742, average length: 137.100
Number of pair polynomials: 6, at 414 column(s), 0.000
Average length for reductees: 154.00 [6], reductors: 15.36 [181]
Symbolic reduction time: 0.000, column sort time: 0.000
6 + 181 = 187 rows / 418 columns out of 1820 (22.967%)
Density: 4.7399% / 8.1416% (19.813/r), total: 3705 (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: 11 [3], av deg: 11.2
Degree counts: 11:3 12:1
Queue insertion time: 0.000
Step 8 time: 0.000, [0.001], mat/total: 0.000/0.006[r], mem: 32.1MB (=max)
*******
STEP 9
Basis length: 24, queue length: 24, step degree: 12, num pairs: 10
Basis total mons: 3441, average length: 143.375
Number of pair polynomials: 10, at 478 column(s), 0.000
Average length for reductees: 173.80 [10], reductors: 20.52 [227]
Symbolic reduction time: 0.000, column sort time: 0.000
10 + 227 = 237 rows / 478 columns out of 1820 (26.264%)
Density: 5.6459% / 8.7009% (26.987/r), total: 6396 (0.0MB)
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 (60.0%), min deg: 11 [6], av deg: 11.0
Degree counts: 11:6
Queue insertion time: 0.000
Step 9 time: 0.000, [0.001], mat/total: 0.000/0.007[r], mem: 32.1MB (=max)
*******
STEP 10
Basis length: 30, queue length: 37, step degree: 12, num pairs: 23
Basis total mons: 4649, average length: 154.967
Number of pair polynomials: 23, at 515 column(s), 0.000
Average length for reductees: 205.74 [23], reductors: 27.87 [260]
Symbolic reduction time: 0.000, column sort time: 0.000
23 + 260 = 283 rows / 518 columns out of 1820 (28.462%)
Density: 8.1709% / 11.23% (42.325/r), total: 11978 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [10]
After ech memory: 32.1MB (=max)
Num new polynomials: 10 (43.5%), min deg: 10 [2], av deg: 10.9
Degree counts: 10:2 11:7 12:1
Queue insertion time: 0.000
Step 10 time: 0.000, [0.001], mat/total: 0.000/0.008[r], mem: 32.1MB (=max)
*******
STEP 11
Basis length: 40, queue length: 49, step degree: 11, num pairs: 6
Basis total mons: 6821, average length: 170.525
Number of pair polynomials: 6, at 465 column(s), 0.000
Average length for reductees: 220.00 [6], reductors: 29.66 [232]
Symbolic reduction time: 0.000, column sort time: 0.000
6 + 232 = 238 rows / 465 columns out of 1365 (34.066%)
Density: 7.4094% / 10.654% (34.454/r), total: 8200 (0.0MB)
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 (100.0%), min deg: 10 [4], av deg: 10.3
Degree counts: 10:4 11:2
Queue insertion time: 0.000
Step 11 time: 0.000, [0.001], mat/total: 0.000/0.009[r], mem: 32.1MB (=max)
*******
STEP 12
Basis length: 46, queue length: 64, step degree: 11, num pairs: 14
Basis total mons: 8119, average length: 176.500
Number of pair polynomials: 14, at 462 column(s), 0.000
Average length for reductees: 216.00 [14], reductors: 36.57 [237]
Symbolic reduction time: 0.000, column sort time: 0.000
14 + 237 = 251 rows / 462 columns out of 1365 (33.846%)
Density: 10.081% / 13.406% (46.574/r), total: 11690 (0.0MB)
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 (78.6%), min deg: 10 [9], av deg: 10.2
Degree counts: 10:9 11:2
Queue insertion time: 0.000
Step 12 time: 0.000, [0.002], mat/total: 0.000/0.009, mem: 32.1MB (=max)
*******
STEP 13
Basis length: 57, queue length: 92, step degree: 11, num pairs: 35
Basis total mons: 10382, average length: 182.140
Number of pair polynomials: 35, at 454 column(s), 0.000
Average length for reductees: 205.91 [35], reductors: 43.07 [241]
Symbolic reduction time: 0.000, column sort time: 0.000
35 + 241 = 276 rows / 454 columns out of 1365 (33.260%)
Density: 14.035% / 17.541% (63.717/r), total: 17586 (0.1MB)
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 (25.7%), min deg: 10 [8], av deg: 10.1
Degree counts: 10:8 11:1
Queue insertion time: 0.000
Step 13 time: 0.000, [0.003], mat/total: 0.000/0.009, mem: 32.1MB (=max)
*******
STEP 14
Basis length: 66, queue length: 93, step degree: 11, num pairs: 31
Basis total mons: 12152, average length: 184.121
Number of pair polynomials: 31, at 438 column(s), 0.000
Average length for reductees: 196.77 [31], reductors: 48.43 [235]
Symbolic reduction time: 0.000[r], column sort time: 0.000
31 + 235 = 266 rows / 438 columns out of 1365 (32.088%)
Density: 15.005% / 18.804% (65.722/r), total: 17482 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [10]
After ech memory: 32.1MB (=max)
Num new polynomials: 10 (32.3%), min deg: 10 [9], av deg: 10.1
Degree counts: 10:9 11:1
Queue insertion time: 0.000
New max step: 14, time: 0.002[r]
Step 14 time: 0.002[r], [0.002], mat/total: 0.000/0.016[r], mem: 32.1MB (=max)
*******
STEP 15
Basis length: 76, queue length: 99, step degree: 11, num pairs: 34
Basis total mons: 14024, average length: 184.526
Number of pair polynomials: 34, at 424 column(s), 0.000
Average length for reductees: 187.15 [34], reductors: 53.98 [233]
Symbolic reduction time: 0.000, column sort time: 0.000
34 + 233 = 267 rows / 424 columns out of 1365 (31.062%)
Density: 16.73% / 20.809% (70.936/r), total: 18940 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [10]
After ech memory: 32.1MB (=max)
Num new polynomials: 10 (29.4%), min deg: 9 [3], av deg: 9.7
Degree counts: 9:3 10:7
Queue insertion time: 0.000
Step 15 time: 0.000, [0.002], mat/total: 0.000/0.018[r], mem: 32.1MB (=max)
*******
STEP 16
Basis length: 86, queue length: 105, step degree: 10, num pairs: 12
Basis total mons: 15814, average length: 183.884
Number of pair polynomials: 12, at 383 column(s), 0.000
Average length for reductees: 179.00 [12], reductors: 45.38 [204]
Symbolic reduction time: 0.000, column sort time: 0.000
12 + 204 = 216 rows / 383 columns out of 1001 (38.262%)
Density: 13.787% / 17.825% (52.806/r), total: 11406 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [7]
After ech memory: 32.1MB (=max)
Num new polynomials: 7 (58.3%), min deg: 9 [6], av deg: 9.1
Degree counts: 9:6 10:1
Queue insertion time: 0.000
Step 16 time: 0.000, [0.001], mat/total: 0.000/0.019[r], mem: 32.1MB (=max)
*******
STEP 17
Basis length: 93, queue length: 121, step degree: 10, num pairs: 24
Basis total mons: 17025, average length: 183.065
Number of pair polynomials: 24, at 378 column(s), 0.000
Average length for reductees: 173.00 [24], reductors: 48.76 [206]
Symbolic reduction time: 0.000, column sort time: 0.000
24 + 206 = 230 rows / 378 columns out of 1001 (37.762%)
Density: 16.33% / 20.422% (61.726/r), total: 14197 (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 (12.5%), min deg: 9 [3], av deg: 9.0
Degree counts: 9:3
Queue insertion time: 0.000
Step 17 time: 0.000, [0.002], mat/total: 0.000/0.019, mem: 32.1MB (=max)
*******
STEP 18
Basis length: 96, queue length: 109, step degree: 10, num pairs: 12
Basis total mons: 17535, average length: 182.656
Number of pair polynomials: 12, at 365 column(s), 0.000
Average length for reductees: 170.00 [12], reductors: 46.31 [196]
Symbolic reduction time: 0.000, column sort time: 0.000
12 + 196 = 208 rows / 365 columns out of 1001 (36.464%)
Density: 14.642% / 18.836% (53.442/r), total: 11116 (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 18 time: 0.000, [0.001], mat/total: 0.000/0.019, mem: 32.1MB (=max)
*******
STEP 19
Basis length: 96, queue length: 97, step degree: 11, num pairs: 30
Basis total mons: 17535, average length: 182.656
Number of pair polynomials: 30, at 407 column(s), 0.000
Average length for reductees: 178.20 [30], reductors: 66.72 [238]
Symbolic reduction time: 0.000, column sort time: 0.000
30 + 238 = 268 rows / 407 columns out of 1365 (29.817%)
Density: 19.46% / 24.157% (79.201/r), total: 21226 (0.1MB)
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 19 time: 0.000, [0.002], mat/total: 0.000/0.019, mem: 32.1MB (=max)
*******
STEP 20
Basis length: 96, queue length: 67, step degree: 12, num pairs: 43
Basis total mons: 17535, average length: 182.656
42 pairs eliminated
Number of pair polynomials: 1, at 237 column(s), 0.000
Average length for reductees: 224.00 [1], reductors: 185.92 [101]
Symbolic reduction time: 0.001[r], column sort time: 0.000
1 + 101 = 102 rows / 270 columns out of 1820 (14.835%)
Density: 68.998% / 85.96% (186.29/r), total: 19002 (0.1MB)
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 20 time: 0.001[r], [0.001], mat/total: 0.000/0.026[r], mem: 32.1MB (=max)
*******
STEP 21
Basis length: 96, queue length: 24, step degree: 13, num pairs: 10
Basis total mons: 17535, average length: 182.656
10 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 22
Basis length: 96, queue length: 14, step degree: 14, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 23
Basis length: 96, queue length: 12, step degree: 15, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 24
Basis length: 96, queue length: 10, step degree: 16, num pairs: 1
Basis total mons: 17535, average length: 182.656
1 pair eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 25
Basis length: 96, queue length: 9, step degree: 17, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 26
Basis length: 96, queue length: 7, step degree: 18, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 27
Basis length: 96, queue length: 5, step degree: 19, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 28
Basis length: 96, queue length: 3, step degree: 20, num pairs: 2
Basis total mons: 17535, average length: 182.656
2 pairs eliminated
No pairs to reduce
Pair elimination time: 0.000
*******
STEP 29
Basis length: 96, queue length: 1, step degree: 21, num pairs: 1
Basis total mons: 17535, average length: 182.656
1 pair eliminated
No pairs to reduce
Pair elimination time: 0.000
Reduce 96 final polynomial(s) by 96
0 redundant polynomial(s) removed; time: 0.000
Interreduce 38 (out of range [0 .. 95] = 96) polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
38 + 0 = 38 rows / 207 columns
Density: 83.956% / 93.997% (173.79/r), total: 6604 (0.0MB)
Row sort time: 0.000
[5 threads]
0.000 + 0.000 = 0.000 [38]
Total reduction time: 0.000
Reduction time: 0.000
Final number of polynomials: 96
Final basis length: 38
Number of pairs: 262
Max step: 14, time: 0.002
Max num entries matrix: 371 by 565
Max num rows matrix: 371 by 565
Approx mat cost: 4.26115e+06, sym red cost: 194512
Total pair setup time: 0.000
Total symbolic reduction time: 0.020
Total column sort time: 0.010
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.027[r], real time: 0.028
Time: 0.030
dregs = [ 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 11, 11, 11, 11, 11, 10, 10, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 ]
----------------------------------------------------------------------------------------------------
Starting FGLM computation... (r=2)
*****************
FGLM ORDER CHANGE
*****************
Coefficient ring: GF(65537)
Rank: 4
Initial order: Graded Reverse Lexicographical
Final order: Lexicographical
Basis length: 38
Try rep mat lex method; E: Y0200
Get rep mat (dim: 169)
Rep mat time: 0.000
Use Keller-Gehrig for spin
Keller-Gehrig matrix time: 0.052[r]
Get kernel for min poly
Kernel mat time: 0.009[r]
Nullity: 1
Get relations for all variables
REDUCE 4 polynomial(s) by 38 polynomial(s)
Symbolic reduction time: 0.000
Column sort time: 0.000
4 + 190 = 194 rows / 359 columns
Density: 12.134% / 16.327% (43.562/r), total: 8451 (0.0MB)
Row sort time: 0.000
0.000 = 0.000 [4]
Total reduction time: 0.000
Reduction time: 0.000
Relations time: 0.019
Time: 0.100
unideg = 169
----------------------------------------------------------------------------------------------------
Starting UNIV SOLVING computation... (r=2)
Time: 0.000
nsols = 0
----------------------------------------------------------------------------------------------------
Starting MULTIPLICITY computation... (r=2)
nsols_mult = 0
====================================================================================================
n_r: 3, n_v: 6, n_e: 6, mdeg: 11
degs = [11, 11, 11, 11, 11, 11]
Multivariate Polynomial Ring in X0100, Y0000, X0200, Y0100, Y0200, Y0300 over Finite Field of size 65537
----------------------------------------------------------------------------------------------------
Starting GB computation... (r=3)
********************
FAUGERE F4 ALGORITHM
********************
Coefficient ring: GF(65537)
Rank: 6
Order: Graded Reverse Lexicographical
NEW hash table
Matrix kind: Modular FP
Datum size: 4
No queue sort
Initial length: 6
Inhomogeneous
Initial queue setup time: 0.000[r]
Initial queue length: 3
*******
STEP 1
Basis length: 6, queue length: 3, step degree: 11, num pairs: 3
Basis total mons: 1614, average length: 269.000
Number of pair polynomials: 3, at 782 column(s), 0.000
Average length for reductees: 269.33 [3], reductors: 268.67 [3]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 3 = 6 rows / 782 columns out of 12376 (6.319%)
Density: 34.399% / 34.443% (269/r), total: 1614 (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: 2 [3], av deg: 2.0
Degree counts: 2:3
Queue insertion time: 0.000
New max step: 1, time: 0.000
Step 1 time: 0.000, [0.001], mat/total: 0.000/0.002[r], mem: 32.1MB (=max)
*******
STEP 2
Basis length: 9, queue length: 3, step degree: 11, num pairs: 3
Basis total mons: 1635, average length: 181.667
Number of pair polynomials: 3, at 784 column(s), 0.000
Average length for reductees: 7.00 [3], reductors: 8.41 [1017]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 1017 = 1020 rows / 1651 columns out of 12376 (13.340%)
Density: 0.50884% / 1.4926% (8.401/r), total: 8569 (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: 11 [3], av deg: 11.0
Degree counts: 11:3
Queue insertion time: 0.000
Step 2 time: 0.000, [0.003], mat/total: 0.000/0.005[r], mem: 32.1MB (=max)
*******
STEP 3
Basis length: 12, queue length: 3, step degree: 12, num pairs: 3
Basis total mons: 2177, average length: 181.417
Number of pair polynomials: 3, at 555 column(s), 0.000
Average length for reductees: 180.67 [3], reductors: 12.58 [263]
Symbolic reduction time: 0.000, column sort time: 0.000
3 + 263 = 266 rows / 846 columns out of 18564 (4.557%)
Density: 1.7108% / 3.6877% (14.474/r), total: 3850 (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: 11 [3], av deg: 11.0
Degree counts: 11:3
Queue insertion time: 0.000
Step 3 time: 0.000, [0.002], mat/total: 0.000/0.006[r], mem: 32.1MB (=max)
*******
STEP 4
Basis length: 15, queue length: 12, step degree: 12, num pairs: 8
Basis total mons: 2838, average length: 189.200
Number of pair polynomials: 8, at 1150 column(s), 0.000
Average length for reductees: 236.38 [8], reductors: 13.60 [466]
Symbolic reduction time: 0.000, column sort time: 0.000
8 + 466 = 474 rows / 1227 columns out of 18564 (6.610%)
Density: 1.4146% / 2.8885% (17.357/r), total: 8227 (0.0MB)
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 4 time: 0.000, [0.002], mat/total: 0.000/0.009[r], mem: 32.1MB (=max)
*******
STEP 5
Basis length: 20, queue length: 23, step degree: 12, num pairs: 7
Basis total mons: 4479, average length: 223.950
Number of pair polynomials: 7, at 1330 column(s), 0.000
Average length for reductees: 303.00 [7], reductors: 14.96 [516]
Symbolic reduction time: 0.000, column sort time: 0.000
7 + 516 = 523 rows / 1363 columns out of 18564 (7.342%)
Density: 1.3804% / 2.6923% (18.815/r), total: 9840 (0.0MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.000[r] + 0.000 = 0.000[r] [4]
After ech memory: 32.1MB (=max)
Num new polynomials: 4 (57.1%), min deg: 11 [3], av deg: 11.2
Degree counts: 11:3 12:1
Queue insertion time: 0.000
New max step: 5, time: 0.003[r]
Step 5 time: 0.003[r], [0.003], mat/total: 0.010/0.012[r], mem: 32.1MB (=max)
*******
STEP 6
Basis length: 24, queue length: 37, step degree: 12, num pairs: 8
Basis total mons: 6068, average length: 252.833
Number of pair polynomials: 8, at 1618 column(s), 0.000
Average length for reductees: 339.62 [8], reductors: 15.53 [679]
Symbolic reduction time: 0.000, column sort time: 0.000
8 + 679 = 687 rows / 1690 columns out of 18564 (9.104%)
Density: 1.1423% / 2.2962% (19.306/r), total: 13263 (0.1MB)
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 6 time: 0.000, [0.004], mat/total: 0.010/0.016[r], mem: 32.1MB (=max)
*******
STEP 7
Basis length: 29, queue length: 52, step degree: 12, num pairs: 7
Basis total mons: 8298, average length: 286.138
Number of pair polynomials: 7, at 1739 column(s), 0.000
Average length for reductees: 405.00 [7], reductors: 15.52 [694]
Symbolic reduction time: 0.000, column sort time: 0.000
7 + 694 = 701 rows / 1774 columns out of 18564 (9.556%)
Density: 1.0943% / 2.1635% (19.412/r), total: 13608 (0.1MB)
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 (57.1%), min deg: 11 [3], av deg: 11.2
Degree counts: 11:3 12:1
Queue insertion time: 0.000
Step 7 time: 0.000, [0.005], mat/total: 0.010/0.020, mem: 32.1MB (=max)
*******
STEP 8
Basis length: 33, queue length: 67, step degree: 12, num pairs: 8
Basis total mons: 10318, average length: 312.667
Number of pair polynomials: 8, at 2006 column(s), 0.000
Average length for reductees: 433.62 [8], reductors: 15.30 [883]
Symbolic reduction time: 0.000, column sort time: 0.000
8 + 883 = 891 rows / 2103 columns out of 18564 (11.328%)
Density: 0.90635% / 1.8757% (19.061/r), total: 16983 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000[r]
[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
New max step: 8, time: 0.005[r]
Step 8 time: 0.004[r], [0.006], mat/total: 0.020/0.028[r], mem: 32.1MB (=max)
*******
STEP 9
Basis length: 38, queue length: 82, step degree: 12, num pairs: 8
Basis total mons: 13019, average length: 342.605
Number of pair polynomials: 8, at 2610 column(s), 0.000
Average length for reductees: 515.50 [8], reductors: 17.98 [981]
Symbolic reduction time: 0.000, column sort time: 0.000
8 + 981 = 989 rows / 2731 columns out of 18564 (14.711%)
Density: 0.80586% / 1.7166% (22.008/r), total: 21766 (0.1MB)
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 9 time: 0.000, [0.007], mat/total: 0.020/0.030, mem: 32.1MB (=max)
*******
STEP 10
Basis length: 43, queue length: 100, step degree: 12, num pairs: 9
Basis total mons: 16994, average length: 395.209
Number of pair polynomials: 9, at 2707 column(s), 0.000
Average length for reductees: 500.22 [9], reductors: 20.99 [1076]
Symbolic reduction time: 0.000, column sort time: 0.000
9 + 1076 = 1085 rows / 2798 columns out of 18564 (15.072%)
Density: 0.89234% / 1.7557% (24.968/r), total: 27090 (0.1MB)
Before ech memory: 32.1MB (=max)
Row sort time: 0.000
[5 threads]
0.002[r] + 0.000 = 0.002[r] [6]