[1/2] powerpc: Optimized strcpy for POWER9

Message ID 20200514090026.6889aa77@kryten.localdomain
State Committed
Headers
Series [1/2] powerpc: Optimized strcpy for POWER9 |

Commit Message

Anton Blanchard May 13, 2020, 11 p.m. UTC
  This version uses VSX store vector with length instructions and is
significantly faster on small strings and relatively unaligned large
strings, compared to the POWER8 version. A few examples:

                                        __strcpy_power9  __strcpy_power8
Length   16, alignments in bytes  0/ 0: 2.52454          4.62695
Length  412, alignments in bytes  4/ 0: 11.6             22.9185
---
 sysdeps/powerpc/powerpc64/le/power9/strcpy.S  | 144 ++++++++++++++++++
 sysdeps/powerpc/powerpc64/multiarch/Makefile  |   2 +-
 .../powerpc64/multiarch/ifunc-impl-list.c     |   4 +
 .../powerpc64/multiarch/strcpy-power9.S       |  26 ++++
 sysdeps/powerpc/powerpc64/multiarch/strcpy.c  |   7 +
 5 files changed, 182 insertions(+), 1 deletion(-)
 create mode 100644 sysdeps/powerpc/powerpc64/le/power9/strcpy.S
 create mode 100644 sysdeps/powerpc/powerpc64/multiarch/strcpy-power9.S
  

Comments

Anton Blanchard May 13, 2020, 11:07 p.m. UTC | #1
Hi,

Here's the full benchtests output.

Thanks,
Anton
--
                       	generic_strcpy	__strcpy_power9	__strcpy_power8	__strcpy_power7	__strcpy_ppc
Length    0, alignments in bytes  0/ 0:	6.87781	1.40295	2.51343	5.53516	5.96899
Length    0, alignments in bytes  0/ 0:	6.87329	1.40222	2.5116	5.53442	5.96741
Length    0, alignments in bytes  0/ 0:	7.71851	1.4032	2.51062	5.53552	6.08032
Length    0, alignments in bytes  0/ 0:	7.71667	1.40332	2.5116	6.58679	6.0813
Length    1, alignments in bytes  0/ 0:	6.72913	1.7677	2.37427	5.34387	6.08057
Length    1, alignments in bytes  0/ 0:	6.72876	1.76575	2.37207	5.3429	5.96692
Length    1, alignments in bytes  0/ 1:	6.72693	1.76038	2.37366	6.21033	5.96484
Length    1, alignments in bytes  1/ 0:	6.72754	1.76685	2.38452	6.21021	6.0802
Length    2, alignments in bytes  0/ 0:	6.72595	1.7688	2.38721	5.34143	6.03857
Length    2, alignments in bytes  0/ 0:	6.72559	1.76453	2.38879	5.35571	6.03967
Length    2, alignments in bytes  0/ 2:	6.7262	1.75085	2.38745	5.34058	6.03638
Length    2, alignments in bytes  2/ 0:	6.72388	1.75806	2.49292	5.34998	6.58582
Length    3, alignments in bytes  0/ 0:	6.72803	1.76672	2.55872	5.34192	5.96826
Length    3, alignments in bytes  0/ 0:	6.72705	1.76538	2.54395	5.34009	6.58606
Length    3, alignments in bytes  0/ 3:	6.72803	1.76697	2.54346	6.448	6.58765
Length    3, alignments in bytes  3/ 0:	6.7251	1.76819	2.63086	5.34082	6.58508
Length    4, alignments in bytes  0/ 0:	6.72705	1.76392	2.38062	6.42102	5.81311
Length    4, alignments in bytes  0/ 0:	6.72498	1.76465	2.38281	5.66125	6.38281
Length    4, alignments in bytes  0/ 4:	6.7262	1.74536	2.3717	5.33899	5.81152
Length    4, alignments in bytes  4/ 0:	7.18518	1.7627	2.44556	5.7782	5.96692
Length    5, alignments in bytes  0/ 0:	7.14478	1.77039	2.36511	5.17126	5.8136
Length    5, alignments in bytes  0/ 0:	7.14539	1.76501	2.35828	6.02686	5.81384
Length    5, alignments in bytes  0/ 5:	7.14307	1.75012	2.27612	5.16895	5.81189
Length    5, alignments in bytes  5/ 0:	6.99951	1.7655	2.38379	5.32202	5.96521
Length    6, alignments in bytes  0/ 0:	7.28796	1.76355	2.41992	6.1781	5.81238
Length    6, alignments in bytes  0/ 0:	7.27979	1.76538	2.42078	5.64709	5.81396
Length    6, alignments in bytes  0/ 6:	6.7146	1.75073	2.34583	5.32019	5.8114
Length    6, alignments in bytes  6/ 0:	7.18774	1.7572	2.44873	5.48962	5.95532
Length    7, alignments in bytes  0/ 0:	6.41064	1.77039	2.04675	5.58667	5.64661
Length    7, alignments in bytes  0/ 0:	6.40845	1.7644	2.04553	5.58813	5.64709
Length    7, alignments in bytes  0/ 7:	6.40857	1.72632	2.047	4.99133	6.19019
Length    7, alignments in bytes  7/ 0:	6.58667	1.74207	2.04565	5.15979	5.81189
Length    8, alignments in bytes  0/ 0:	7.578	1.76843	2.94397	5.81274	7.00696
Length    8, alignments in bytes  0/ 0:	7.51953	1.76758	2.94043	5.81409	6.58667
Length    8, alignments in bytes  0/ 0:	7.51892	1.76587	2.9397	5.81226	6.58606
Length    8, alignments in bytes  0/ 0:	7.51794	1.76636	2.93933	5.81226	6.58752
Length    9, alignments in bytes  0/ 0:	7.34045	1.76697	2.83752	5.64771	6.58887
Length    9, alignments in bytes  0/ 0:	7.33911	1.76147	2.8374	5.64746	6.58569
Length    9, alignments in bytes  0/ 1:	7.33765	1.76416	2.8363	5.64636	7.00354
Length    9, alignments in bytes  1/ 0:	7.79285	1.7666	2.96155	5.76599	7.16516
Length   10, alignments in bytes  0/ 0:	7.06567	1.76501	2.97668	5.64722	6.58911
Length   10, alignments in bytes  0/ 0:	7.33997	1.76648	2.9751	5.64587	6.58728
Length   10, alignments in bytes  0/ 2:	7.05664	1.74878	2.97656	5.92773	6.76257
Length   10, alignments in bytes  2/ 0:	7.90735	1.76697	3.11426	6.5863	7.3064
Length   11, alignments in bytes  0/ 0:	7.05933	1.76697	3.11743	5.92908	6.58765
Length   11, alignments in bytes  0/ 0:	7.05884	1.76758	3.05396	5.92737	6.58716
Length   11, alignments in bytes  0/ 3:	7.05725	1.75378	3.2074	5.92834	6.58508
Length   11, alignments in bytes  3/ 0:	7.60242	1.76453	3.26599	6.23975	6.58899
Length   12, alignments in bytes  0/ 0:	7.33875	1.76611	2.93982	5.92761	6.24353
Length   12, alignments in bytes  0/ 0:	7.05518	1.76599	2.97632	5.92651	6.24121
Length   12, alignments in bytes  0/ 4:	7.33655	1.75085	3.00354	5.92627	6.23987
Length   12, alignments in bytes  4/ 0:	7.41724	2.51819	3.11145	5.96729	6.58728
Length   13, alignments in bytes  0/ 0:	7.18787	1.76709	2.83862	5.77747	6.99329
Length   13, alignments in bytes  0/ 0:	6.87537	1.76611	2.83667	5.77637	6.58655
Length   13, alignments in bytes  0/ 5:	7.18579	1.76599	2.83362	5.78796	6.99219
Length   13, alignments in bytes  5/ 0:	7.78406	2.51038	2.95715	6.08374	6.87622
Length   14, alignments in bytes  0/ 0:	7.297	1.76611	2.9906	5.92932	6.2406
Length   14, alignments in bytes  0/ 0:	7.29541	1.76135	2.99878	5.92871	6.23914
Length   14, alignments in bytes  0/ 6:	7.29419	1.75061	3.00037	5.92749	6.23975
Length   14, alignments in bytes  6/ 0:	7.78406	2.51147	3.13403	6.59192	6.72119
Length   15, alignments in bytes  0/ 0:	8.08765	1.76794	3.23169	5.81555	6.88025
Length   15, alignments in bytes  0/ 0:	8.0824	1.76599	3.22876	5.81274	6.87744
Length   15, alignments in bytes  0/ 7:	7.79236	1.72815	3.26477	5.81189	6.87598
Length   15, alignments in bytes  7/ 0:	7.66602	2.51038	3.35486	6.58777	6.59119
Length   16, alignments in bytes  0/ 0:	8.08313	2.52271	4.62036	6.17688	6.88171
Length   16, alignments in bytes  7/ 2:	7.96484	2.53003	2.76648	7.40881	7.18469
Length   32, alignments in bytes  0/ 0:	9.88574	2.86316	5.06616	6.74597	7.19055
Length   32, alignments in bytes  6/ 4:	8.78552	2.92859	4.03833	7.73547	8.9043
Length   64, alignments in bytes  0/ 0:	10.8921	3.50757	6.37622	8.20532	9.88318
Length   64, alignments in bytes  5/ 6:	12.8126	3.65063	5.07068	8.95642	12.1367
Length  128, alignments in bytes  0/ 0:	12.571	5.02551	7.07397	10.7909	13.5073
Length  128, alignments in bytes  4/ 0:	14.8412	5.24146	7.70471	12.8451	17.3325
Length  256, alignments in bytes  0/ 0:	15.8026	7.23242	9.53577	15.1306	20.1134
Length  256, alignments in bytes  3/ 2:	20.0658	7.67676	11.6432	19.8571	25.6334
Length  512, alignments in bytes  0/ 0:	22.02	12.0018	14.3806	26.9291	32.1221
Length  512, alignments in bytes  2/ 4:	30.0986	13.4462	20.2504	35.1086	43.3091
Length 1024, alignments in bytes  0/ 0:	36.7993	21.8273	24.2142	51.579	57.7207
Length 1024, alignments in bytes  1/ 6:	50.6957	25.0305	47.4318	65.4166	85.6467
Length   16, alignments in bytes  1/ 2:	7.65979	2.56055	3.60095	5.93091	6.87598
Length   16, alignments in bytes  2/ 1:	7.78284	2.52319	3.729	6.58716	6.71301
Length   16, alignments in bytes  1/ 1:	7.60193	2.52441	4.59045	5.93018	6.87207
Length   16, alignments in bytes  1/ 1:	7.33838	2.52246	4.58228	5.92847	7.05505
Length   32, alignments in bytes  2/ 4:	8.7854	2.94592	4.14404	7.73206	8.89746
Length   32, alignments in bytes  4/ 2:	8.41223	2.91956	3.99792	8.23486	8.89563
Length   32, alignments in bytes  2/ 2:	7.96777	2.86841	5.16992	8.39917	7.52917
Length   32, alignments in bytes  2/ 2:	9.14905	2.87158	5.16064	7.50073	7.52759
Length   64, alignments in bytes  3/ 6:	12.8303	3.6488	5.43738	8.92188	12.6208
Length   64, alignments in bytes  6/ 3:	12.7028	3.62891	5.28296	8.55701	12.5847
Length   64, alignments in bytes  3/ 3:	11.4724	3.51282	6.54272	8.8949	9.49158
Length   64, alignments in bytes  3/ 3:	11.4717	3.51062	6.54102	10.0388	9.49158
Length  128, alignments in bytes  4/ 0:	14.8296	5.23853	8.67395	12.8715	16.2262
Length  128, alignments in bytes  0/ 4:	15.1404	5.29187	8.69763	12.7161	16.0099
Length  128, alignments in bytes  4/ 4:	12.4486	5	7.17737	10.6573	13.178
Length  128, alignments in bytes  4/ 4:	12.4351	5.02698	7.18152	10.9684	13.1737
Length  256, alignments in bytes  5/ 2:	20.0525	7.68896	11.2477	19.85	25.6586
Length  256, alignments in bytes  2/ 5:	20.2035	7.74585	11.5813	19.8245	24.2788
Length  256, alignments in bytes  5/ 5:	16.1018	7.22217	9.63831	15.7507	20.1357
Length  256, alignments in bytes  5/ 5:	16.11	7.22339	9.63965	15.7333	18.8234
Length  512, alignments in bytes  6/ 4:	30.1377	13.511	20.0565	34.9167	44.5133
Length  512, alignments in bytes  4/ 6:	30.2119	13.4387	19.939	35.0709	44.0693
Length  512, alignments in bytes  6/ 6:	22.5718	11.98	14.5564	27.4542	31.5044
Length  512, alignments in bytes  6/ 6:	22.746	11.9973	14.5571	27.406	31.4863
Length 1024, alignments in bytes  7/ 6:	50.7214	25.4127	47.3322	65.5057	85.2531
Length 1024, alignments in bytes  6/ 7:	50.7628	24.9711	47.1738	65.3977	84.9125
Length 1024, alignments in bytes  7/ 7:	36.937	21.7656	24.0693	51.6656	59.6165
Length 1024, alignments in bytes  7/ 7:	36.9244	21.7338	24.0863	51.6169	58.4417
Length   16, alignments in bytes  0/ 4:	8.08496	2.55151	4.3053	6.17651	6.59216
Length   16, alignments in bytes  4/ 0:	8.12195	2.52429	3.64087	6.17627	6.58533
Length   16, alignments in bytes  4/ 4:	8.08142	2.52197	4.78308	6.17468	6.58423
Length   16, alignments in bytes  2/ 2:	7.78113	2.52332	4.77869	6.58984	6.7124
Length   16, alignments in bytes  2/ 6:	7.77991	2.55688	3.71875	6.58618	6.71179
Length   16, alignments in bytes  6/ 2:	7.77954	2.52307	3.73694	6.58716	6.70959
Length   16, alignments in bytes  1/ 7:	7.59924	2.5437	3.58411	5.92932	6.87256
Length   16, alignments in bytes  7/ 1:	8.55017	2.51855	2.9679	6.91589	7.18872
Length   16, alignments in bytes  3/ 4:	7.96606	2.56421	3.79248	6.91528	6.8739
Length   16, alignments in bytes  4/ 3:	8.08252	2.52429	3.71289	6.17468	6.58655
Length   16, alignments in bytes  5/ 7:	7.59863	2.54492	3.59509	5.92859	6.8728
Length   16, alignments in bytes  7/ 5:	7.96338	2.52502	2.76782	6.9165	7.18774
Length   20, alignments in bytes  0/ 4:	7.90527	2.56519	3.61877	6.08154	6.58826
Length   20, alignments in bytes  4/ 0:	7.78516	2.52808	3.948	5.93201	7.51782
Length   20, alignments in bytes  4/ 4:	7.78394	2.52112	4.86169	5.92908	6.58643
Length   20, alignments in bytes  2/ 2:	7.53015	2.52161	4.82825	6.58936	7.45837
Length   20, alignments in bytes  2/ 6:	7.52734	2.55408	3.69592	6.58667	6.87244
Length   20, alignments in bytes  6/ 2:	7.41101	2.52332	4.02747	6.40906	7.45557
Length   20, alignments in bytes  1/ 7:	7.64453	2.55017	3.57312	6.82776	6.87219
Length   20, alignments in bytes  7/ 1:	7.66138	2.52185	4.03772	6.7262	6.70813
Length   20, alignments in bytes  3/ 4:	7.90369	2.5658	2.75403	7.28809	7.04626
Length   20, alignments in bytes  4/ 3:	7.78394	2.52271	3.97278	5.92969	6.58667
Length   20, alignments in bytes  5/ 7:	7.53027	2.5459	3.88098	6.82898	6.8833
Length   20, alignments in bytes  7/ 5:	7.6604	2.52051	4.05017	7.30139	6.70459
Length   24, alignments in bytes  0/ 4:	7.41016	2.55127	3.87708	6.07983	6.58911
Length   24, alignments in bytes  4/ 0:	7.40918	2.521	4.0155	6.07935	6.58667
Length   24, alignments in bytes  4/ 4:	7.40808	2.52551	4.84497	6.0802	6.58521
Length   24, alignments in bytes  2/ 2:	7.34216	2.52222	4.85339	6.40234	6.71008
Length   24, alignments in bytes  2/ 6:	7.34131	2.55188	3.99646	6.61011	7.27979
Length   24, alignments in bytes  6/ 2:	7.3407	2.53259	4.01599	6.40002	7.28271
Length   24, alignments in bytes  1/ 7:	7.33997	2.54724	3.87769	6.08044	7.44849
Length   24, alignments in bytes  7/ 1:	7.79333	2.521	4.12231	6.87463	6.87463
Length   24, alignments in bytes  3/ 4:	7.79199	2.55957	4.03284	7.45642	6.87415
Length   24, alignments in bytes  4/ 3:	7.40894	2.52405	4.01025	6.08215	6.58862
Length   24, alignments in bytes  5/ 7:	7.34033	2.54688	3.93542	6.07983	7.44946
Length   24, alignments in bytes  7/ 5:	7.79309	2.52063	4.17737	7.47314	6.87512
Length   28, alignments in bytes  0/ 4:	7.18567	2.55811	3.92041	5.93091	6.39355
Length   28, alignments in bytes  4/ 0:	8.07251	2.90686	3.9541	6.59045	7.41296
Length   28, alignments in bytes  4/ 4:	7.52649	2.86438	5.14404	6.13269	7.41101
Length   28, alignments in bytes  2/ 2:	7.36108	2.52625	4.87219	6.40198	6.87891
Length   28, alignments in bytes  2/ 6:	7.3396	2.55627	3.97021	6.40942	6.87476
Length   28, alignments in bytes  6/ 2:	7.66394	2.90222	3.98608	6.59302	7.3418
Length   28, alignments in bytes  1/ 7:	7.52942	2.54883	3.90991	6.81641	6.87512
Length   28, alignments in bytes  7/ 1:	7.95764	2.901	4.04724	6.87878	7.80774
Length   28, alignments in bytes  3/ 4:	7.65076	2.56787	4.08606	7.24902	6.70776
Length   28, alignments in bytes  4/ 3:	7.5271	2.90955	3.95312	6.13123	7.41113
Length   28, alignments in bytes  5/ 7:	7.90576	2.91333	3.92639	6.73328	7.36475
Length   28, alignments in bytes  7/ 5:	7.95532	2.90271	4.05054	6.87512	7.80627
Length   32, alignments in bytes  0/ 4:	8.47217	2.93933	3.92542	7.73376	8.90027
Length   32, alignments in bytes  4/ 0:	8.2865	2.92664	3.97754	7.09131	8.30469
Length   32, alignments in bytes  4/ 4:	9.34399	2.85913	5.16296	8.50684	7.36414
Length   32, alignments in bytes  2/ 2:	7.99207	2.85571	5.16211	8.40002	7.52844
Length   32, alignments in bytes  2/ 6:	8.29224	2.93542	4.03894	8.3938	8.61584
Length   32, alignments in bytes  6/ 2:	8.71851	2.91333	4.00012	7.36377	8.61218
Length   32, alignments in bytes  1/ 7:	8.71997	2.92432	3.91309	8.49329	7.89465
Length   32, alignments in bytes  7/ 1:	8.26624	2.92188	3.28186	7.12793	8.59167
Length   32, alignments in bytes  3/ 4:	8.78308	2.94971	4.10095	7.7301	8.89355
Length   32, alignments in bytes  4/ 3:	8.28711	2.91028	4.00269	8.0719	9.88269
Length   32, alignments in bytes  5/ 7:	9.00452	2.92004	3.94202	8.50281	8.10596
Length   32, alignments in bytes  7/ 5:	8.89465	2.90723	3.27148	7.26624	8.78076
Length   36, alignments in bytes  0/ 4:	9.87793	2.93762	4.15869	8.69458	8.28833
Length   36, alignments in bytes  4/ 0:	7.9657	2.92102	4.33057	6.73962	8.30835
Length   36, alignments in bytes  4/ 4:	8.59741	2.87085	5.27686	7.06116	8.24048
Length   36, alignments in bytes  2/ 2:	8.59436	2.86755	5.18469	7.9248	7.34741
Length   36, alignments in bytes  2/ 6:	8.56616	2.93176	4.03723	8.07922	8.14087
Length   36, alignments in bytes  6/ 2:	8.26587	2.91016	4.33923	7.33313	8.59766
Length   36, alignments in bytes  1/ 7:	8.56409	2.91248	3.92664	8.10034	9.19873
Length   36, alignments in bytes  7/ 1:	8.14087	2.92139	4.4436	7.32324	8.7229
Length   36, alignments in bytes  3/ 4:	9.43384	3.08179	3.27063	8.39844	8.29553
Length   36, alignments in bytes  4/ 3:	8.54785	2.91235	4.32629	7.32483	8.11365
Length   36, alignments in bytes  5/ 7:	8.39966	2.90308	4.2572	7.52393	9.21106
Length   36, alignments in bytes  7/ 5:	8.39905	2.91589	4.44604	7.24426	8.13855
Length   40, alignments in bytes  0/ 4:	8.28809	2.93201	4.2533	7.66589	8.3197
Length   40, alignments in bytes  4/ 0:	8.70667	2.91138	4.33008	6.85107	9.21008
Length   40, alignments in bytes  4/ 4:	9.41016	2.86072	5.27026	7.90515	8.08618
Length   40, alignments in bytes  2/ 2:	7.66443	2.85315	5.26392	6.86523	7.66589
Length   40, alignments in bytes  2/ 6:	8.14026	2.93457	4.34497	7.52661	8.13965
Length   40, alignments in bytes  6/ 2:	8.26672	2.91687	4.34802	7.39246	8.40112
Length   40, alignments in bytes  1/ 7:	7.96033	2.90735	4.26208	7.28247	10.1326
Length   40, alignments in bytes  7/ 1:	8.68713	2.91772	4.45349	7.4834	8.40063
Length   40, alignments in bytes  3/ 4:	8.28796	2.93713	4.4563	7.66089	8.32239
Length   40, alignments in bytes  4/ 3:	8.64734	2.91003	4.33264	7.25977	8.56445
Length   40, alignments in bytes  5/ 7:	7.95581	2.9115	4.26392	7.90491	8.54199
Length   40, alignments in bytes  7/ 5:	8.1377	2.90588	4.44897	7.33752	8.14099
Length   44, alignments in bytes  0/ 4:	8.89087	2.95056	4.26489	8.56909	9.48474
Length   44, alignments in bytes  4/ 0:	8.59314	3.2124	4.75964	7.5791	10.3866
Length   44, alignments in bytes  4/ 4:	8.46924	3.15857	5.60266	8.5968	10.7001
Length   44, alignments in bytes  2/ 2:	8.23535	2.85791	5.28235	6.8761	7.52063
Length   44, alignments in bytes  2/ 6:	8.54626	2.94836	4.34949	7.65942	9.52563
Length   44, alignments in bytes  6/ 2:	8.59412	3.21033	5.27515	8.40833	9.63611
Length   44, alignments in bytes  1/ 7:	8.61462	2.92651	4.25439	7.66516	9.70801
Length   44, alignments in bytes  7/ 1:	8.46924	3.21326	4.45483	7.9364	9.88635
Length   44, alignments in bytes  3/ 4:	8.59509	2.94336	4.46155	7.90515	10.5408
Length   44, alignments in bytes  4/ 3:	8.85254	3.21338	5.04956	8.15051	10.3718
Length   44, alignments in bytes  5/ 7:	9.51672	3.24988	4.3418	9.01025	11.8582
Length   44, alignments in bytes  7/ 5:	9.12	3.22473	4.45398	8.42639	10.7114
Length   48, alignments in bytes  0/ 4:	9.04688	3.28198	4.40601	8.61157	10.8701
Length   48, alignments in bytes  4/ 0:	8.47107	3.22021	4.8374	7.68445	11.2659
Length   48, alignments in bytes  4/ 4:	8.28674	3.15759	5.60498	9.20654	9.5542
Length   48, alignments in bytes  2/ 2:	8.10864	3.15759	5.60413	8.2063	9.12415
Length   48, alignments in bytes  2/ 6:	8.89319	3.27588	4.42358	8.68176	10.9807
Length   48, alignments in bytes  6/ 2:	9.03394	3.21985	4.39612	8.3092	10.7317
Length   48, alignments in bytes  1/ 7:	9.88171	3.25049	4.33643	9.26086	11.4354
Length   48, alignments in bytes  7/ 1:	8.61536	3.22607	3.95789	7.89722	11.3047
Length   48, alignments in bytes  3/ 4:	9.04468	3.27551	4.50085	8.60535	11.1144
Length   48, alignments in bytes  4/ 3:	8.59277	3.22339	5.26477	8.17358	11.3727
Length   48, alignments in bytes  5/ 7:	8.78076	3.25146	4.98035	8.76038	10.375
Length   48, alignments in bytes  7/ 5:	9.17468	3.21753	4.25208	8.12183	10.7784
Length   52, alignments in bytes  0/ 4:	9.2229	3.27368	4.64551	9.15759	11.0674
Length   52, alignments in bytes  4/ 0:	8.12451	3.22107	4.96155	7.53174	11.0153
Length   52, alignments in bytes  4/ 4:	8.11108	3.1593	5.7793	7.89612	9.52576
Length   52, alignments in bytes  2/ 2:	8.1084	3.15137	5.61755	8.24719	8.89893
Length   52, alignments in bytes  2/ 6:	9.8822	3.27148	4.71655	8.39075	11.5294
Length   52, alignments in bytes  6/ 2:	9.48779	3.22278	4.75574	8.47498	10.5081
Length   52, alignments in bytes  1/ 7:	8.59192	3.26062	4.34424	8.39392	11.8557
Length   52, alignments in bytes  7/ 1:	8.54895	3.22668	4.8761	8.00171	11.1056
Length   52, alignments in bytes  3/ 4:	10.3386	3.27832	4.24341	8.85388	11.8463
Length   52, alignments in bytes  4/ 3:	8.56848	3.224	4.88904	7.95715	9.88171
Length   52, alignments in bytes  5/ 7:	8.42639	3.25488	4.67822	8.88184	11.2705
Length   52, alignments in bytes  7/ 5:	8.49536	3.22656	4.87244	7.92078	11.1156
Length   56, alignments in bytes  0/ 4:	8.86523	3.27405	4.83411	8.68628	10.5856
Length   56, alignments in bytes  4/ 0:	8.55896	3.22266	4.74231	7.69043	11.2964
Length   56, alignments in bytes  4/ 4:	8.71655	3.15967	5.79077	7.87207	9.63342
Length   56, alignments in bytes  2/ 2:	7.91431	3.15295	5.78662	7.43762	8.64868
Length   56, alignments in bytes  2/ 6:	8.77222	3.27869	4.78381	8.32471	10.4274
Length   56, alignments in bytes  6/ 2:	8.63049	3.22693	4.79041	8.20508	10.9219
Length   56, alignments in bytes  1/ 7:	8.22766	3.24951	4.66455	8.00977	10.292
Length   56, alignments in bytes  7/ 1:	8.72461	3.2262	4.96289	8.14734	11.4343
Length   56, alignments in bytes  3/ 4:	8.59814	3.27771	4.87427	8.48608	11.1434
Length   56, alignments in bytes  4/ 3:	8.62109	3.23145	4.75415	8.04309	10.8969
Length   56, alignments in bytes  5/ 7:	8.23352	3.25867	4.69775	8.01013	11.5188
Length   56, alignments in bytes  7/ 5:	8.57202	3.22852	5.43787	8.00574	11.1967
Length   60, alignments in bytes  0/ 4:	8.7384	3.28223	4.68127	8.64832	12.3206
Length   60, alignments in bytes  4/ 0:	12.1105	3.62231	5.93726	8.06421	11.8583
Length   60, alignments in bytes  4/ 4:	11.546	3.51294	6.45081	10.6666	10.8384
Length   60, alignments in bytes  2/ 2:	7.9502	3.16028	5.81799	7.44836	8.49182
Length   60, alignments in bytes  2/ 6:	8.76367	3.27527	4.81091	8.33655	11.1953
Length   60, alignments in bytes  6/ 2:	12.8113	3.61389	5.5166	8.79541	12.3523
Length   60, alignments in bytes  1/ 7:	8.69067	3.25439	4.67859	8.34094	11.8538
Length   60, alignments in bytes  7/ 1:	12.705	3.61328	5.47156	8.55945	12.3518
Length   60, alignments in bytes  3/ 4:	8.73718	3.28442	4.87805	8.64636	12.3256
Length   60, alignments in bytes  4/ 3:	12.4302	3.61316	5.34839	8.26746	12.8398
Length   60, alignments in bytes  5/ 7:	12.4564	3.6283	5.88025	9.30298	12.5997
Length   60, alignments in bytes  7/ 5:	12.6923	3.63123	5.4458	8.76648	12.8024
Length   64, alignments in bytes  0/ 4:	12.6101	3.64221	5.94202	9.42236	12.2927
Length   64, alignments in bytes  4/ 0:	12.2963	3.62268	5.84534	8.35144	12.364
Length   64, alignments in bytes  4/ 4:	11.5464	3.50354	6.46753	9.88208	9.4718
Length   64, alignments in bytes  2/ 2:	11.6199	3.50623	6.4624	8.76416	10.2107
Length   64, alignments in bytes  2/ 6:	12.7654	3.6427	5.33899	9.03833	12.1331
Length   64, alignments in bytes  6/ 2:	12.8676	3.62158	5.21729	9.18884	12.194
Length   64, alignments in bytes  1/ 7:	12.6887	3.62732	5.25513	9.1886	11.6129
Length   64, alignments in bytes  7/ 1:	12.9834	3.61914	5.32666	8.80981	12.7095
Length   64, alignments in bytes  3/ 4:	12.6407	3.64172	5.45813	9.41675	12.3771
Length   64, alignments in bytes  4/ 3:	12.6857	3.62292	5.17114	8.55322	12.6991
Length   64, alignments in bytes  5/ 7:	12.697	3.62769	5.04871	9.18347	11.6515
Length   64, alignments in bytes  7/ 5:	12.8	3.61914	4.79968	8.63513	12.3424
Length   68, alignments in bytes  0/ 4:	12.8049	3.63965	5.4071	9.40161	13.5117
Length   68, alignments in bytes  4/ 0:	12.3923	3.62463	5.6438	8.29846	13.1809
Length   68, alignments in bytes  4/ 4:	11.6064	3.50598	6.67236	9.80737	11.9835
Length   68, alignments in bytes  2/ 2:	11.6715	3.51013	6.47363	8.71619	9.51074
Length   68, alignments in bytes  2/ 6:	12.9258	3.64465	5.15564	8.84119	12.1547
Length   68, alignments in bytes  6/ 2:	13.0022	3.62317	5.31189	8.88562	12.3499
Length   68, alignments in bytes  1/ 7:	12.7854	3.62341	5.07288	8.9115	13.1729
Length   68, alignments in bytes  7/ 1:	13.1455	3.62476	5.48242	9.0592	12.4333
Length   68, alignments in bytes  3/ 4:	12.8748	3.64575	5.00195	9.06128	13.6085
Length   68, alignments in bytes  4/ 3:	12.9421	3.62183	5.7124	8.87537	12.8611
Length   68, alignments in bytes  5/ 7:	12.8474	3.62842	5.32458	8.74731	13.1707
Length   68, alignments in bytes  7/ 5:	13.0405	3.61609	5.63623	8.96838	13.8274
Length   72, alignments in bytes  0/ 4:	12.9403	3.63904	5.63916	8.85852	12.839
Length   72, alignments in bytes  4/ 0:	12.5531	3.62158	5.4585	8.45752	12.7631
Length   72, alignments in bytes  4/ 4:	11.5957	3.51172	6.70361	9.77454	11.6292
Length   72, alignments in bytes  2/ 2:	11.7175	3.50928	6.70251	7.86475	11.4705
Length   72, alignments in bytes  2/ 6:	13.0797	3.63599	5.45593	9.01929	13.2726
Length   72, alignments in bytes  6/ 2:	13.2087	3.62488	5.4552	9.08118	13.4119
Length   72, alignments in bytes  1/ 7:	12.3091	3.625	5.45386	8.48267	11.8613
Length   72, alignments in bytes  7/ 1:	13.3766	3.62366	5.65051	9.25989	13.4628
Length   72, alignments in bytes  3/ 4:	13.0383	3.64807	5.3877	8.896	12.7102
Length   72, alignments in bytes  4/ 3:	13.0651	3.6283	5.50977	8.96716	13.1725
Length   72, alignments in bytes  5/ 7:	12.3053	3.63257	5.29102	8.47351	11.8558
Length   72, alignments in bytes  7/ 5:	13.3396	3.61462	5.63611	9.07629	12.6754
Length   76, alignments in bytes  0/ 4:	12.9368	3.63721	5.45337	9.13904	13.5868
Length   76, alignments in bytes  4/ 0:	12.6479	4.10559	5.96912	8.83472	13.1721
Length   76, alignments in bytes  4/ 4:	11.5498	4.01062	6.64636	10.0732	12.0946
Length   76, alignments in bytes  2/ 2:	11.7711	3.51135	6.7699	7.90735	11.0221
Length   76, alignments in bytes  2/ 6:	13.0239	3.63672	5.32532	8.88318	13.3965
Length   76, alignments in bytes  6/ 2:	13.3618	4.10193	6.03149	9.51843	12.8467
Length   76, alignments in bytes  1/ 7:	12.8881	3.63171	5.29419	8.80542	13.6536
Length   76, alignments in bytes  7/ 1:	13.5436	4.09509	5.95117	9.69531	13.3397
Length   76, alignments in bytes  3/ 4:	12.937	3.64636	5.64026	9.13257	14.0613
Length   76, alignments in bytes  4/ 3:	12.5935	4.10315	6.25842	8.9292	12.123
Length   76, alignments in bytes  5/ 7:	12.9078	4.13635	6.64844	9.46826	13.8311
Length   76, alignments in bytes  7/ 5:	13.1257	4.09692	5.93579	9.24414	13.3407
Length   80, alignments in bytes  0/ 4:	13.0292	4.14258	5.95068	9.66052	12.9546
Length   80, alignments in bytes  4/ 0:	12.8588	4.10486	6.97388	9.11255	14.2631
Length   80, alignments in bytes  4/ 4:	11.5353	4.00928	6.66187	9.65222	11.5327
Length   80, alignments in bytes  2/ 2:	11.63	4.01611	6.66748	8.91809	12.1261
Length   80, alignments in bytes  2/ 6:	13.1627	4.13867	6.1001	9.474	14.8165
Length   80, alignments in bytes  6/ 2:	13.241	4.10144	5.77515	9.42432	13.6676
Length   80, alignments in bytes  1/ 7:	13.1084	4.14038	6.12769	9.82458	12.4486
Length   80, alignments in bytes  7/ 1:	13.3612	4.10522	5.71716	9.51196	13.9302
Length   80, alignments in bytes  3/ 4:	13.0526	4.14685	6.30432	9.64941	13.9772
Length   80, alignments in bytes  4/ 3:	13.1252	4.10352	6.38257	9.26758	13.7224
Length   80, alignments in bytes  5/ 7:	13.1217	4.13635	5.96033	9.88477	12.5256
Length   80, alignments in bytes  7/ 5:	13.2346	4.09326	5.5188	9.33789	13.3363
Length   84, alignments in bytes  0/ 4:	13.2097	4.14563	5.97534	9.97327	13.7455
Length   84, alignments in bytes  4/ 0:	12.9219	4.10046	6.01538	9.3009	13.7266
Length   84, alignments in bytes  4/ 4:	11.6295	4.00757	6.91394	9.00085	11.9667
Length   84, alignments in bytes  2/ 2:	11.6833	4.01001	6.67883	8.87927	10.7795
Length   84, alignments in bytes  2/ 6:	13.3152	4.14636	6.07727	9.9021	13.7971
Length   84, alignments in bytes  6/ 2:	13.3645	4.10657	5.90771	9.6427	13.5114
Length   84, alignments in bytes  1/ 7:	13.2158	4.14038	5.98755	9.83484	13.8351
Length   84, alignments in bytes  7/ 1:	13.4967	4.09424	6.00696	9.76477	14.1112
Length   84, alignments in bytes  3/ 4:	13.2197	4.14978	6.20984	9.88	13.8325
Length   84, alignments in bytes  4/ 3:	13.3566	4.10315	6.01111	9.8728	12.7037
Length   84, alignments in bytes  5/ 7:	13.2557	4.13391	5.83911	9.62378	14.2302
Length   84, alignments in bytes  7/ 5:	13.4738	4.10425	5.77063	9.74109	14.8458
Length   88, alignments in bytes  0/ 4:	13.3137	4.1499	5.72656	9.86865	14.6306
Length   88, alignments in bytes  4/ 0:	13.1558	4.10986	5.88501	9.5094	15.2119
Length   88, alignments in bytes  4/ 4:	11.6211	4.00708	6.97168	8.99121	11.463
Length   88, alignments in bytes  2/ 2:	11.726	4.00635	6.9707	8.35059	11.527
Length   88, alignments in bytes  2/ 6:	13.4812	4.14502	5.84143	9.8158	13.8314
Length   88, alignments in bytes  6/ 2:	13.5699	4.11023	5.83594	9.85962	13.8934
Length   88, alignments in bytes  1/ 7:	13.0013	4.14722	5.83472	9.47278	12.8451
Length   88, alignments in bytes  7/ 1:	13.713	4.09839	6.00928	9.98938	14.2866
Length   88, alignments in bytes  3/ 4:	13.3962	4.14685	6.00476	9.8656	14.4326
Length   88, alignments in bytes  4/ 3:	13.4685	4.10144	5.67419	9.72803	13.9626
Length   88, alignments in bytes  5/ 7:	13.0032	4.14099	5.68726	9.49438	14.9174
Length   88, alignments in bytes  7/ 5:	13.6171	4.09326	6.0061	9.85657	14.2509
Length   92, alignments in bytes  0/ 4:	13.5613	4.15186	5.89417	9.86597	15.9473
Length   92, alignments in bytes  4/ 0:	13.2581	4.5564	8.28711	9.90991	14.3945
Length   92, alignments in bytes  4/ 4:	11.6436	4.45715	6.9469	11.0022	11.4415
Length   92, alignments in bytes  2/ 2:	11.8204	4.01196	7.02734	8.4364	11.2699
Length   92, alignments in bytes  2/ 6:	13.6545	4.14258	5.83167	9.92883	14.6923
Length   92, alignments in bytes  6/ 2:	13.7014	4.55322	6.72363	10.2889	13.9962
Length   92, alignments in bytes  1/ 7:	13.5082	4.14124	5.67871	9.80383	14.3281
Length   92, alignments in bytes  7/ 1:	13.9159	4.552	8.60742	10.4695	14.4117
Length   92, alignments in bytes  3/ 4:	13.5591	4.14905	6.07581	9.87695	15.9181
Length   92, alignments in bytes  4/ 3:	13.3153	4.56165	7.48523	10.1785	13.1752
Length   92, alignments in bytes  5/ 7:	13.5806	4.59021	7.38965	10.2196	14.9183
Length   92, alignments in bytes  7/ 5:	13.7335	4.55444	7.32593	10.4286	14.325
Length   96, alignments in bytes  0/ 4:	13.6227	4.59546	7.19141	10.3539	14.1903
Length   96, alignments in bytes  4/ 0:	13.3853	4.55127	7.4104	10.4684	13.8837
Length   96, alignments in bytes  4/ 4:	11.6099	4.45959	6.98413	10.1799	11.7686
Length   96, alignments in bytes  2/ 2:	11.7677	4.45557	6.98474	9.49963	11.4241
Length   96, alignments in bytes  2/ 6:	13.7651	4.79504	7.24963	10.4993	15.4741
Length   96, alignments in bytes  6/ 2:	13.9049	4.55334	6.69226	10.5989	16.3491
Length   96, alignments in bytes  1/ 7:	13.7657	4.58972	6.68347	10.5969	13.4314
Length   96, alignments in bytes  7/ 1:	13.9692	4.54871	5.95581	10.7209	16.2415
Length   96, alignments in bytes  3/ 4:	13.7039	4.59546	8.25623	10.3845	15.1648
Length   96, alignments in bytes  4/ 3:	13.7482	4.55249	7.2677	10.434	14.819
Length   96, alignments in bytes  5/ 7:	13.7864	4.59729	6.58252	10.6074	13.478
Length   96, alignments in bytes  7/ 5:	13.8568	4.54749	6.59167	10.5453	14.324
Length  100, alignments in bytes  0/ 4:	13.8376	4.59863	7.26392	11.2687	14.8198
Length  100, alignments in bytes  4/ 0:	13.5007	4.55176	6.23059	12.7094	14.6185
Length  100, alignments in bytes  4/ 4:	11.6644	4.4469	7.24866	9.78442	13.4789
Length  100, alignments in bytes  2/ 2:	11.8248	4.45325	7.02124	9.24231	11.2726
Length  100, alignments in bytes  2/ 6:	13.9181	4.60583	6.95569	10.6503	16.0432
Length  100, alignments in bytes  6/ 2:	13.9805	4.55139	6.19763	10.8203	14.8262
Length  100, alignments in bytes  1/ 7:	13.8712	4.59888	6.58081	10.5562	15.0985
Length  100, alignments in bytes  7/ 1:	14.1227	4.55042	6.3551	10.9836	15.2162
Length  100, alignments in bytes  3/ 4:	13.9143	4.60266	5.97437	11.0499	14.821
Length  100, alignments in bytes  4/ 3:	13.9716	4.56128	6.35486	10.9227	15.6724
Length  100, alignments in bytes  5/ 7:	13.9465	4.59705	6.18555	10.7756	15.1274
Length  100, alignments in bytes  7/ 5:	14.045	4.55579	6.35962	10.9194	16.6481
Length  104, alignments in bytes  0/ 4:	13.9165	4.60339	6.35718	10.8881	15.1495
Length  104, alignments in bytes  4/ 0:	13.6306	4.55701	6.19519	10.6007	15.3265
Length  104, alignments in bytes  4/ 4:	11.7241	4.45581	7.30127	9.87451	12.4818
Length  104, alignments in bytes  2/ 2:	11.854	4.45496	7.30786	9.23792	13.208
Length  104, alignments in bytes  2/ 6:	14.0474	4.5946	6.19604	10.9927	14.7983
Length  104, alignments in bytes  6/ 2:	14.1713	4.5564	6.21326	11.078	14.8157
Length  104, alignments in bytes  1/ 7:	13.2078	4.58984	6.1908	11.1857	15.0909
Length  104, alignments in bytes  7/ 1:	14.3086	4.54797	6.37134	11.2113	16.6559
Length  104, alignments in bytes  3/ 4:	14.0551	4.60217	6.37378	10.9177	15.1447
Length  104, alignments in bytes  4/ 3:	14.0542	4.55188	6.1969	10.9347	15.1213
Length  104, alignments in bytes  5/ 7:	13.1965	4.58972	6.06482	11.1836	14.0387
Length  104, alignments in bytes  7/ 5:	14.1675	4.55603	6.36072	11.0504	15.0433
Length  108, alignments in bytes  0/ 4:	13.9391	4.60046	6.22217	11.8627	16.2944
Length  108, alignments in bytes  4/ 0:	13.731	4.90527	7.63989	10.9215	14.8204
Length  108, alignments in bytes  4/ 4:	11.6643	4.75244	7.14893	10.9534	13.0923
Length  108, alignments in bytes  2/ 2:	11.9607	4.45959	7.40125	9.88306	12.3507
Length  108, alignments in bytes  2/ 6:	14.0448	4.60608	6.20654	11.6879	16.179
Length  108, alignments in bytes  6/ 2:	14.2836	4.90308	7.83618	11.457	15.0931
Length  108, alignments in bytes  1/ 7:	13.8573	4.58875	6.05591	14.4501	15.2346
Length  108, alignments in bytes  7/ 1:	14.4557	4.88281	7.65625	11.6156	15.0765
Length  108, alignments in bytes  3/ 4:	13.9299	4.59985	6.36182	11.8706	15.8131
Length  108, alignments in bytes  4/ 3:	13.4509	4.90137	7.64368	11.3717	15.7977
Length  108, alignments in bytes  5/ 7:	13.8762	4.94275	7.85962	12.3472	15.5181
Length  108, alignments in bytes  7/ 5:	14.048	4.89819	7.63416	11.8425	16.3994
Length  112, alignments in bytes  0/ 4:	14.019	4.96155	7.63513	12.2925	15.1918
Length  112, alignments in bytes  4/ 0:	13.8971	4.90552	7.75537	11.3048	15.6849
Length  112, alignments in bytes  4/ 4:	11.6842	4.75928	7.20166	10.3912	12.8431
Length  112, alignments in bytes  2/ 2:	11.8252	4.75818	7.198	9.81042	12.734
Length  112, alignments in bytes  2/ 6:	14.9205	4.96301	7.64294	11.8319	15.3312
Length  112, alignments in bytes  6/ 2:	14.2212	4.89343	7.38965	12.1475	15.6342
Length  112, alignments in bytes  1/ 7:	14.0573	4.94824	7.24548	12.2515	14.4095
Length  112, alignments in bytes  7/ 1:	14.2441	4.89709	6.35803	11.8779	16.3199
Length  112, alignments in bytes  3/ 4:	14.0389	4.96741	7.49036	12.3895	15.3134
Length  112, alignments in bytes  4/ 3:	14.0393	4.90356	7.41089	11.8478	15.5073
Length  112, alignments in bytes  5/ 7:	14.0466	4.94653	7.18738	12.514	14.9537
Length  112, alignments in bytes  7/ 5:	14.1389	4.89783	7.00562	11.3459	15.5328
Length  116, alignments in bytes  0/ 4:	14.1821	4.96216	7.83142	12.4651	17.4609
Length  116, alignments in bytes  4/ 0:	13.9396	4.90198	6.68811	11.3354	16.8911
Length  116, alignments in bytes  4/ 4:	11.751	4.75403	7.5155	10.5986	13.9058
Length  116, alignments in bytes  2/ 2:	11.9083	4.76794	7.47668	9.85437	12.8417
Length  116, alignments in bytes  2/ 6:	14.2786	4.9541	7.40503	12.3438	15.3971
Length  116, alignments in bytes  6/ 2:	14.303	4.90234	6.6062	11.6583	15.8715
Length  116, alignments in bytes  1/ 7:	14.1306	4.9408	7.18225	12.0154	15.9934
Length  116, alignments in bytes  7/ 1:	14.3741	4.90698	6.71936	11.7236	15.3387
Length  116, alignments in bytes  3/ 4:	14.2028	4.95886	6.30481	11.9447	17.2845
Length  116, alignments in bytes  4/ 3:	14.2561	4.90503	6.67896	11.9677	14.7942
Length  116, alignments in bytes  5/ 7:	14.2045	4.95959	6.5575	11.8521	16.0229
Length  116, alignments in bytes  7/ 5:	14.3428	4.89282	6.76501	11.7137	16.2183
Length  120, alignments in bytes  0/ 4:	14.2751	4.95789	6.68335	11.9762	17.0339
Length  120, alignments in bytes  4/ 0:	14.1095	4.89978	6.62524	11.5331	16.4246
Length  120, alignments in bytes  4/ 4:	11.7919	4.76343	7.60254	10.4388	13.2797
Length  120, alignments in bytes  2/ 2:	11.9789	4.74878	7.60938	9.64099	13.3822
Length  120, alignments in bytes  2/ 6:	14.4177	4.95825	6.62146	11.8544	16.3625
Length  120, alignments in bytes  6/ 2:	14.4999	4.89526	6.69409	11.9087	15.8068
Length  120, alignments in bytes  1/ 7:	13.8392	4.948	6.55835	11.6827	15.0886
Length  120, alignments in bytes  7/ 1:	14.5765	4.89246	6.74146	11.9608	16.2058
Length  120, alignments in bytes  3/ 4:	14.3767	4.95776	6.73193	11.8143	16.7162
Length  120, alignments in bytes  4/ 3:	14.3453	4.89001	6.64258	11.7413	16.3242
Length  120, alignments in bytes  5/ 7:	13.8346	4.95618	6.56934	11.5352	15.4121
Length  120, alignments in bytes  7/ 5:	14.4813	4.90259	6.74561	11.8477	15.8237
Length  124, alignments in bytes  0/ 4:	14.4521	4.95898	6.58533	12.1636	16.5441
Length  124, alignments in bytes  4/ 0:	14.7703	5.23352	8.19678	11.9272	15.9612
Length  124, alignments in bytes  4/ 4:	12.3737	5.15295	7.15002	11.0625	13.1785
Length  124, alignments in bytes  2/ 2:	12.1163	4.7616	7.70544	10.3042	13.1458
Length  124, alignments in bytes  2/ 6:	14.5184	4.96643	6.6687	11.9861	16.1895
Length  124, alignments in bytes  6/ 2:	15.1249	5.24426	8.22961	12.2826	16.0685
Length  124, alignments in bytes  1/ 7:	14.3738	4.95654	6.55994	11.9204	16.0337
Length  124, alignments in bytes  7/ 1:	15.2406	5.24988	8.22632	12.4136	16.1927
Length  124, alignments in bytes  3/ 4:	14.4539	4.96765	6.74585	12.151	16.5729
Length  124, alignments in bytes  4/ 3:	14.734	5.24304	8.20764	12.1348	14.9952
Length  124, alignments in bytes  5/ 7:	15.0565	5.27722	7.30798	12.675	16.4896
Length  124, alignments in bytes  7/ 5:	15.1404	5.24158	8.24841	12.4087	16.3324
Length  128, alignments in bytes  0/ 4:	15.1324	5.2738	7.85327	12.8225	16.1675
Length  128, alignments in bytes  4/ 0:	14.8317	5.51831	7.9436	13.0021	16.7865
Length  128, alignments in bytes  4/ 4:	12.4346	5.00464	7.17981	10.9454	13.1696
Length  128, alignments in bytes  2/ 2:	12.6317	4.99988	7.17627	10.783	13.1798
Length  128, alignments in bytes  2/ 6:	15.2036	5.27588	7.90564	12.4272	15.9896
Length  128, alignments in bytes  6/ 2:	15.2866	5.23706	7.94275	12.6089	16.7572
Length  128, alignments in bytes  1/ 7:	15.1764	5.26514	7.67468	12.5217	16.3263
Length  128, alignments in bytes  7/ 1:	15.3545	5.23572	6.67981	12.6398	16.7733
Length  128, alignments in bytes  3/ 4:	15.2201	5.2793	8.03809	12.7203	16.171
Length  128, alignments in bytes  4/ 3:	15.1475	5.23328	7.88855	12.4384	16.1515
Length  128, alignments in bytes  5/ 7:	15.1942	5.27649	7.90308	12.698	16.1288
Length  128, alignments in bytes  7/ 5:	15.2382	5.23645	6.64929	12.4784	15.9932
Length  132, alignments in bytes  0/ 4:	15.2682	5.38977	8.50891	13.1887	17.0448
Length  132, alignments in bytes  4/ 0:	14.9048	5.25781	7.09119	12.5343	16.3979
Length  132, alignments in bytes  4/ 4:	12.4939	4.99524	7.5575	10.2931	14.318
Length  132, alignments in bytes  2/ 2:	12.7605	5.02222	7.22485	10.3711	13.2354
Length  132, alignments in bytes  2/ 6:	15.338	5.28076	7.96167	12.5601	17.7788
Length  132, alignments in bytes  6/ 2:	15.3694	5.21985	7.13599	12.7928	16.5875
Length  132, alignments in bytes  1/ 7:	15.2625	5.26672	7.86218	12.4514	16.9231
Length  132, alignments in bytes  7/ 1:	15.4795	5.23364	7.20081	12.9128	16.7075
Length  132, alignments in bytes  3/ 4:	15.3466	5.27466	7.61731	12.8593	16.6272
Length  132, alignments in bytes  4/ 3:	15.3225	5.23804	7.08447	12.7537	15.8241
Length  132, alignments in bytes  5/ 7:	15.3303	5.26904	7.00134	12.6648	17.4943
Length  132, alignments in bytes  7/ 5:	15.5913	5.22913	7.21997	12.8364	17.176
Length  136, alignments in bytes  0/ 4:	15.3333	5.28394	7.02307	12.7451	17.173
Length  136, alignments in bytes  4/ 0:	15.0256	5.24634	7.13721	12.4114	17.4564
Length  136, alignments in bytes  4/ 4:	12.5798	5.02393	7.63074	10.2538	14.4518
Length  136, alignments in bytes  2/ 2:	12.8453	5.00415	7.61914	10.3306	14.7589
Length  136, alignments in bytes  2/ 6:	15.4156	5.27576	7.13184	12.8744	16.5267
Length  136, alignments in bytes  6/ 2:	15.4919	5.23193	7.23267	12.9928	16.917
Length  136, alignments in bytes  1/ 7:	14.6301	5.27441	7.00513	13.1586	16.9761
Length  136, alignments in bytes  7/ 1:	15.6116	5.23254	7.58594	13.0902	17.3835
Length  136, alignments in bytes  3/ 4:	15.4568	5.27893	7.20886	12.8754	17.2762
Length  136, alignments in bytes  4/ 3:	15.4014	5.23315	7.15454	12.8442	17.6823
Length  136, alignments in bytes  5/ 7:	14.6183	5.25964	7.08228	13.1707	16.661
Length  136, alignments in bytes  7/ 5:	15.5093	5.2373	7.59363	12.9309	16.5061
Length  140, alignments in bytes  0/ 4:	15.3755	5.28137	7.02234	13.2324	17.4691
Length  140, alignments in bytes  4/ 0:	15.085	5.62842	8.48047	12.7706	17.0751
Length  140, alignments in bytes  4/ 4:	13.0653	5.29797	7.52905	11.8595	15.075
Length  140, alignments in bytes  2/ 2:	12.976	5.00085	7.73096	10.4578	14.5009
Length  140, alignments in bytes  2/ 6:	15.4325	5.28174	7.18359	13.3101	17.3417
Length  140, alignments in bytes  6/ 2:	15.5924	5.59692	8.52905	13.3549	17.1407
Length  140, alignments in bytes  1/ 7:	15.2775	5.2915	7.10193	13.3918	17.625
Length  140, alignments in bytes  7/ 1:	15.7296	5.63293	8.50977	13.4904	17.6534
Length  140, alignments in bytes  3/ 4:	15.3707	5.28247	7.3335	13.7583	17.6686
Length  140, alignments in bytes  4/ 3:	14.8488	5.59937	8.4613	13.1893	16.3904
Length  140, alignments in bytes  5/ 7:	15.3098	5.66418	7.6239	13.7271	17.8333
Length  140, alignments in bytes  7/ 5:	15.4275	5.62231	9.06604	13.1637	17.6309
Length  144, alignments in bytes  0/ 4:	15.4432	5.67126	9.06104	13.8134	17.7257
Length  144, alignments in bytes  4/ 0:	15.2455	5.6311	8.24683	12.9863	17.4161
Length  144, alignments in bytes  4/ 4:	13.0951	5.32568	7.56921	11.099	14.6525
Length  144, alignments in bytes  2/ 2:	13.3134	5.29077	7.56738	11.448	15.1029
Length  144, alignments in bytes  2/ 6:	15.5297	5.68469	8.52454	13.2317	17.5759
Length  144, alignments in bytes  6/ 2:	15.5897	5.60291	8.25403	13.4526	18.1174
Length  144, alignments in bytes  1/ 7:	15.4354	5.64636	8.16821	13.3093	16.6711
Length  144, alignments in bytes  7/ 1:	15.5951	5.59656	8.42456	13.326	18.277
Length  144, alignments in bytes  3/ 4:	15.4624	5.66614	7.77271	13.6765	17.748
Length  144, alignments in bytes  4/ 3:	15.4349	5.59631	7.62988	13.4376	17.8495
Length  144, alignments in bytes  5/ 7:	15.4442	5.64636	7.83423	13.5931	15.8458
Length  144, alignments in bytes  7/ 5:	15.5149	5.59814	7.85767	13.1714	17.4492
Length  148, alignments in bytes  0/ 4:	15.5717	5.6626	8.51733	13.5577	18.1333
Length  148, alignments in bytes  4/ 0:	15.2991	5.60657	7.81311	13.5533	16.8308
Length  148, alignments in bytes  4/ 4:	13.1836	5.29724	7.90283	12.1746	14.7198
Length  148, alignments in bytes  2/ 2:	13.3896	5.33081	7.62671	11.1576	14.0553
Length  148, alignments in bytes  2/ 6:	15.6354	5.66077	8.2384	13.339	17.8757
Length  148, alignments in bytes  6/ 2:	15.6396	5.59424	7.65027	13.5637	17.4509
Length  148, alignments in bytes  1/ 7:	15.4974	5.63867	8.05774	13.5247	17.4935
Length  148, alignments in bytes  7/ 1:	15.6947	5.58508	7.71997	13.6511	17.7472
Length  148, alignments in bytes  3/ 4:	15.6273	5.66846	7.89587	13.5708	18.3328
Length  148, alignments in bytes  4/ 3:	15.5895	5.60022	7.59253	13.6462	16.2845
Length  148, alignments in bytes  5/ 7:	15.559	5.6416	7.52588	13.5101	17.6046
Length  148, alignments in bytes  7/ 5:	15.6748	5.59021	7.71826	13.6189	17.0475
Length  152, alignments in bytes  0/ 4:	15.6495	5.65857	7.48193	13.5969	16.8358
Length  152, alignments in bytes  4/ 0:	15.455	5.62402	7.6593	13.4312	17.179
Length  152, alignments in bytes  4/ 4:	13.254	5.29028	7.97864	11.8347	13.9166
Length  152, alignments in bytes  2/ 2:	13.5018	5.28918	7.95691	11.4197	14.0649
Length  152, alignments in bytes  2/ 6:	15.7571	5.6571	7.65369	13.702	17.495
Length  152, alignments in bytes  6/ 2:	15.8307	5.59534	7.73999	13.7706	16.9236
Length  152, alignments in bytes  1/ 7:	15.2153	5.64636	7.52625	13.4067	16.245
Length  152, alignments in bytes  7/ 1:	15.8546	5.59766	7.73999	13.8497	17.5809
Length  152, alignments in bytes  3/ 4:	15.734	5.65503	7.85486	13.698	16.7731
Length  152, alignments in bytes  4/ 3:	15.6691	5.59619	7.6615	13.6436	17.585
Length  152, alignments in bytes  5/ 7:	15.209	5.64221	7.60181	13.4009	17.0884
Length  152, alignments in bytes  7/ 5:	15.7686	5.59912	7.92151	13.7319	16.7006
Length  156, alignments in bytes  0/ 4:	15.8242	5.66479	7.54114	13.7671	17.261
Length  156, alignments in bytes  4/ 0:	15.5433	5.94617	9.8407	13.8047	17.8259
Length  156, alignments in bytes  4/ 4:	13.2316	5.56763	7.90063	12.3282	14.7958
Length  156, alignments in bytes  2/ 2:	13.5521	5.3147	8.06372	11.3916	13.8693
Length  156, alignments in bytes  2/ 6:	15.8875	5.70166	7.70898	13.8262	18.0795
Length  156, alignments in bytes  6/ 2:	15.906	5.94226	8.30945	14.167	16.7288
Length  156, alignments in bytes  1/ 7:	15.7167	5.64832	7.64038	13.6926	17.9745
Length  156, alignments in bytes  7/ 1:	16.0319	5.94409	9.78943	14.2634	18.729
Length  156, alignments in bytes  3/ 4:	15.8228	5.66882	7.74463	14.0336	16.6777
Length  156, alignments in bytes  4/ 3:	15.5054	5.94604	8.39148	14.0098	17.1439
Length  156, alignments in bytes  5/ 7:	15.783	5.9574	8.14282	14.2488	17.8953
Length  156, alignments in bytes  7/ 5:	15.889	5.9447	8.00146	14.2595	17.7341
Length  160, alignments in bytes  0/ 4:	15.8792	5.97693	8.24329	14.4808	18.088
Length  160, alignments in bytes  4/ 0:	15.5665	5.94788	9.89136	14.1891	17.599
Length  160, alignments in bytes  4/ 4:	13.2637	5.5719	7.93176	11.5968	14.1882
Length  160, alignments in bytes  2/ 2:	13.5157	5.56848	7.93091	11.6855	14.2605
Length  160, alignments in bytes  2/ 6:	15.9417	5.97974	9.39636	14.1862	16.9559
Length  160, alignments in bytes  6/ 2:	16.0592	5.94189	8.79626	14.3464	18.8058
Length  160, alignments in bytes  1/ 7:	15.9176	5.95557	8.15564	14.2307	16.5503
Length  160, alignments in bytes  7/ 1:	16.1064	5.93921	7.85779	14.4579	18.319
Length  160, alignments in bytes  3/ 4:	15.9659	5.98181	7.93811	14.4955	17.2615
Length  160, alignments in bytes  4/ 3:	15.8893	5.94531	8.36389	14.2152	17.7526
Length  160, alignments in bytes  5/ 7:	16.1162	5.95569	8.26794	14.2875	16.4568
Length  160, alignments in bytes  7/ 5:	15.978	5.94983	7.8761	14.2711	17.7312
Length  164, alignments in bytes  0/ 4:	16.0278	5.97327	8.2749	14.2949	17.218
Length  164, alignments in bytes  4/ 0:	15.6011	5.94202	8.32581	14.1262	17.0961
Length  164, alignments in bytes  4/ 4:	13.2903	5.56958	8.24487	11.697	15.4421
Length  164, alignments in bytes  2/ 2:	13.5474	5.57092	8.00867	11.7506	14.4348
Length  164, alignments in bytes  2/ 6:	16.0934	5.97961	8.74243	14.3778	17.705
Length  164, alignments in bytes  6/ 2:	16.135	5.94543	8.19495	14.6329	18.0878
Length  164, alignments in bytes  1/ 7:	15.9705	5.95667	9.05164	14.2822	17.6521
Length  164, alignments in bytes  7/ 1:	16.2188	5.95361	8.44214	14.752	18.1732
Length  164, alignments in bytes  3/ 4:	16.2836	5.97974	7.85083	14.683	17.2471
Length  164, alignments in bytes  4/ 3:	16.0521	5.93616	8.3064	14.601	16.6531
Length  164, alignments in bytes  5/ 7:	16.0547	5.95044	8.04504	14.5591	18.6987
Length  164, alignments in bytes  7/ 5:	16.1252	5.94519	8.427	14.689	17.8452
Length  168, alignments in bytes  0/ 4:	16.1036	5.97803	8.18115	14.5825	17.5819
Length  168, alignments in bytes  4/ 0:	15.7378	5.94666	8.19617	14.2681	17.9062
Length  168, alignments in bytes  4/ 4:	13.4493	5.56836	8.34216	12.3999	14.7532
Length  168, alignments in bytes  2/ 2:	13.5563	5.55896	8.32263	12.0035	15.7664
Length  168, alignments in bytes  2/ 6:	16.1763	5.97253	8.16248	14.6917	17.5659
Length  168, alignments in bytes  6/ 2:	16.2731	5.94556	8.26868	14.8115	18.2966
Length  168, alignments in bytes  1/ 7:	15.5897	5.96301	8.04907	14.0894	17.8129
Length  168, alignments in bytes  7/ 1:	16.3671	5.94885	8.49158	14.9255	19.0482
Length  168, alignments in bytes  3/ 4:	16.2476	5.98425	8.4281	14.717	17.5896
Length  168, alignments in bytes  4/ 3:	16.1262	5.94788	8.18359	14.6797	18.2783
Length  168, alignments in bytes  5/ 7:	15.4023	5.95813	8.12927	14.0862	17.7756
Length  168, alignments in bytes  7/ 5:	16.2318	5.94116	8.48096	14.7621	17.3767
Length  172, alignments in bytes  0/ 4:	16.0946	5.96912	8.06799	14.9814	18.3046
Length  172, alignments in bytes  4/ 0:	15.7982	6.15564	10.1296	14.6217	20.1315
Length  172, alignments in bytes  4/ 4:	13.3297	5.78613	8.14612	12.0995	16.6696
Length  172, alignments in bytes  2/ 2:	13.7395	5.56775	8.45081	12.0673	15.458
Length  172, alignments in bytes  2/ 6:	16.1511	5.9834	8.24756	14.6769	18.0697
Length  172, alignments in bytes  6/ 2:	16.3726	6.15613	8.62781	15.1869	20.0394
Length  172, alignments in bytes  1/ 7:	16.006	5.95435	8.12146	14.6997	19.0165
Length  172, alignments in bytes  7/ 1:	16.4877	6.14246	8.66968	15.3085	19.5208
Length  172, alignments in bytes  3/ 4:	16.1051	5.98621	8.51379	14.7034	18.3462
Length  172, alignments in bytes  4/ 3:	15.6365	6.14734	10.1316	14.6019	18.5358
Length  172, alignments in bytes  5/ 7:	16.0349	6.16772	8.49792	14.9504	19.7289
Length  172, alignments in bytes  7/ 5:	16.1683	6.15063	10.1173	14.9506	19.7545
Length  176, alignments in bytes  0/ 4:	16.1456	6.20386	8.82764	15.0851	19.7593
Length  176, alignments in bytes  4/ 0:	15.924	6.31067	8.89026	14.7563	19.8234
Length  176, alignments in bytes  4/ 4:	13.3512	5.79675	8.203	12.2159	15.7434
Length  176, alignments in bytes  2/ 2:	13.6251	5.81519	8.20349	12.363	14.5496
Length  176, alignments in bytes  2/ 6:	16.2371	6.19019	8.59937	15.0184	18.4395
Length  176, alignments in bytes  6/ 2:	16.2948	6.17468	9.11047	15.1638	19.61
Length  176, alignments in bytes  1/ 7:	16.1676	6.17444	8.51086	14.9353	17.7849
Length  176, alignments in bytes  7/ 1:	16.3182	6.15308	8.43652	15.1572	19.6749
Length  176, alignments in bytes  3/ 4:	16.1864	6.20508	8.83484	15.1085	19.7606
Length  176, alignments in bytes  4/ 3:	16.161	6.14807	8.73376	14.9669	20.1293
Length  176, alignments in bytes  5/ 7:	16.1787	6.17749	8.56458	15.0048	17.984
Length  176, alignments in bytes  7/ 5:	16.2009	6.15198	8.36157	15.0107	19.3862
Length  180, alignments in bytes  0/ 4:	16.2799	6.2063	8.5437	15.1241	19.7441
Length  180, alignments in bytes  4/ 0:	15.9717	6.15271	9.03455	15.1155	19.2764
Length  180, alignments in bytes  4/ 4:	13.5048	5.82544	8.56592	12.3567	17.0281
Length  180, alignments in bytes  2/ 2:	13.6866	5.78418	8.31165	12.4589	16.0106
Length  180, alignments in bytes  2/ 6:	16.3608	6.20642	8.69592	15.1536	19.6934
Length  180, alignments in bytes  6/ 2:	16.3726	6.15369	9.06738	15.4352	19.9402
Length  180, alignments in bytes  1/ 7:	16.2122	6.17773	9.36633	15.0211	19.7255
Length  180, alignments in bytes  7/ 1:	16.443	6.14563	9.16113	15.484	20.0781
Length  180, alignments in bytes  3/ 4:	16.3224	6.20203	8.37085	15.2717	19.3992
Length  180, alignments in bytes  4/ 3:	16.3068	6.15002	9.02686	15.3806	19.1216
Length  180, alignments in bytes  5/ 7:	16.251	6.18079	8.95081	15.3633	19.1335
Length  180, alignments in bytes  7/ 5:	16.387	6.18335	9.15002	15.4684	19.7742
Length  184, alignments in bytes  0/ 4:	16.3558	6.19946	8.71765	15.4441	18.7786
Length  184, alignments in bytes  4/ 0:	16.1096	6.17859	9.08008	15.2725	19.5986
Length  184, alignments in bytes  4/ 4:	13.5612	5.78882	8.64355	12.459	16.3396
Length  184, alignments in bytes  2/ 2:	13.797	5.78882	8.63928	12.6422	16.4333
Length  184, alignments in bytes  2/ 6:	16.4565	6.19836	9.06458	15.5499	19.7676
Length  184, alignments in bytes  6/ 2:	16.5195	6.1604	9.13977	15.5856	19.9517
Length  184, alignments in bytes  1/ 7:	15.9846	6.18286	8.94702	15.1598	19.316
Length  184, alignments in bytes  7/ 1:	16.5771	6.15295	8.99353	15.6605	20.4093
Length  184, alignments in bytes  3/ 4:	16.4293	6.20935	8.95203	15.5302	19.7772
Length  184, alignments in bytes  4/ 3:	16.3907	6.16162	8.90283	15.4639	19.0476
Length  184, alignments in bytes  5/ 7:	15.9858	6.18066	8.83911	15.1584	19.6456
Length  184, alignments in bytes  7/ 5:	16.4774	6.16174	9.00342	15.5638	20.0428
Length  188, alignments in bytes  0/ 4:	16.5299	6.23438	8.77954	15.588	19.7701
Length  188, alignments in bytes  4/ 0:	16.9912	6.40466	9.42859	15.6233	20.9552
Length  188, alignments in bytes  4/ 4:	14.2812	6.06104	8.39233	12.8115	17.5509
Length  188, alignments in bytes  2/ 2:	14.041	5.78333	8.74927	12.7521	16.2526
Length  188, alignments in bytes  2/ 6:	16.5614	6.20825	8.95581	15.6638	19.4249
Length  188, alignments in bytes  6/ 2:	17.375	6.40039	9.13574	15.9664	20.1331
Length  188, alignments in bytes  1/ 7:	16.4373	6.19568	8.82361	15.4991	21.2273
Length  188, alignments in bytes  7/ 1:	17.4512	6.39893	10.8663	16.0496	20.6665
Length  188, alignments in bytes  3/ 4:	16.5093	6.20532	8.99548	15.5902	19.7632
Length  188, alignments in bytes  4/ 3:	17.0883	6.38916	9.65491	15.7764	19.8906
Length  188, alignments in bytes  5/ 7:	17.322	6.43237	9.03064	15.8556	21.426
Length  188, alignments in bytes  7/ 5:	17.4525	6.40295	9.41443	16.0341	21.7599
Length  192, alignments in bytes  0/ 4:	17.5471	6.45142	9.69946	15.9258	20.7255
Length  192, alignments in bytes  4/ 0:	17.0103	6.40759	9.23242	15.5623	20.321
Length  192, alignments in bytes  4/ 4:	14.4236	6.05286	8.44873	12.8591	15.7413
Length  192, alignments in bytes  2/ 2:	14.5967	6.05408	8.41785	13.0691	16.8439
Length  192, alignments in bytes  2/ 6:	17.4427	6.44629	9.54675	16.0103	20.0952
Length  192, alignments in bytes  6/ 2:	17.5386	6.41138	9.18994	16.162	21.2434
Length  192, alignments in bytes  1/ 7:	17.3868	6.4281	9.01733	16.0054	20.2002
Length  192, alignments in bytes  7/ 1:	17.6714	6.40137	9.31995	16.2738	21.1903
Length  192, alignments in bytes  3/ 4:	17.4137	6.45825	9.68555	15.9904	19.5747
Length  192, alignments in bytes  4/ 3:	17.4275	6.70361	9.25281	16.0337	20.1848
Length  192, alignments in bytes  5/ 7:	17.4087	6.43384	9.23303	16.0159	19.8868
Length  192, alignments in bytes  7/ 5:	17.4941	6.39807	8.90894	16.0989	21.5747
Length  196, alignments in bytes  0/ 4:	17.4917	6.45544	9.85706	16.0945	21.816
Length  196, alignments in bytes  4/ 0:	17.0625	6.39636	9.7489	15.9032	19.1833
Length  196, alignments in bytes  4/ 4:	14.4463	6.05237	8.78577	13.1003	17.9011
Length  196, alignments in bytes  2/ 2:	14.7357	6.04529	8.51575	13.1598	15.4673
Length  196, alignments in bytes  2/ 6:	17.5519	6.45532	9.19202	16.1837	20.5734
Length  196, alignments in bytes  6/ 2:	17.6328	6.40112	9.65039	16.4622	19.7383
Length  196, alignments in bytes  1/ 7:	17.4609	6.61841	9.23242	16.078	20.3842
Length  196, alignments in bytes  7/ 1:	17.7463	6.40234	9.87695	16.5878	20.8661
Length  196, alignments in bytes  3/ 4:	17.5625	6.45703	8.91138	16.1626	19.7802
Length  196, alignments in bytes  4/ 3:	17.5928	6.40198	9.73877	16.4327	20.0896
Length  196, alignments in bytes  5/ 7:	17.5175	6.4292	9.83167	16.3726	20.8513
Length  196, alignments in bytes  7/ 5:	17.6339	6.40833	9.86987	16.5142	21.8186
Length  200, alignments in bytes  0/ 4:	17.5632	6.44873	9.61743	16.4072	20.0667
Length  200, alignments in bytes  4/ 0:	17.1628	6.41223	9.27502	16.0396	20.816
Length  200, alignments in bytes  4/ 4:	14.5015	6.05627	8.88171	13.1798	17.178
Length  200, alignments in bytes  2/ 2:	14.9415	6.05261	8.86584	13.4174	16.7506
Length  200, alignments in bytes  2/ 6:	17.6539	6.44983	9.90552	16.514	20.166
Length  200, alignments in bytes  6/ 2:	17.7544	6.41138	9.69714	16.6315	21.1077
Length  200, alignments in bytes  1/ 7:	16.996	6.42761	9.83606	15.9064	21.8087
Length  200, alignments in bytes  7/ 1:	17.9348	6.40869	9.57874	16.7598	21.3292
Length  200, alignments in bytes  3/ 4:	17.6554	6.45984	9.8645	16.5171	20.4385
Length  200, alignments in bytes  4/ 3:	17.6416	6.41357	9.6189	16.5293	21.3438
Length  200, alignments in bytes  5/ 7:	16.9918	6.43848	9.53381	15.8883	20.6189
Length  200, alignments in bytes  7/ 5:	17.7106	6.41809	9.57422	16.5862	20.7527
Length  204, alignments in bytes  0/ 4:	17.5741	6.45312	9.14575	16.3627	21.135
Length  204, alignments in bytes  4/ 0:	17.2268	6.77966	9.72986	16.3754	21.3813
Length  204, alignments in bytes  4/ 4:	14.4517	6.42871	8.70544	13.4521	18.7136
Length  204, alignments in bytes  2/ 2:	14.824	6.04736	8.98157	13.4858	16.9561
Length  204, alignments in bytes  2/ 6:	17.6342	6.45654	9.32422	16.4576	21.1564
Length  204, alignments in bytes  6/ 2:	17.8326	6.76111	9.83044	16.9896	21.2117
Length  204, alignments in bytes  1/ 7:	17.521	6.43372	9.20032	16.318	20.5045
Length  204, alignments in bytes  7/ 1:	18.0186	6.77478	10.3549	17.156	21.7819
Length  204, alignments in bytes  3/ 4:	17.5596	6.45972	9.54919	16.3752	21.4866
Length  204, alignments in bytes  4/ 3:	17.2347	6.76355	10.6282	16.4181	22.0502
Length  204, alignments in bytes  5/ 7:	17.5181	6.83997	9.55603	16.6208	22.5715
Length  204, alignments in bytes  7/ 5:	17.6373	6.77686	9.72534	16.7598	22.7385
Length  208, alignments in bytes  0/ 4:	17.6056	6.87451	9.57251	16.7136	20.6693
Length  208, alignments in bytes  4/ 0:	17.371	6.77454	9.90759	16.5275	20.9675
Length  208, alignments in bytes  4/ 4:	14.5725	6.43994	8.76514	13.5018	17.9729
Length  208, alignments in bytes  2/ 2:	14.7285	6.4397	8.77551	13.7357	17.6749
Length  208, alignments in bytes  2/ 6:	17.6677	6.87329	9.64453	16.7854	22.4116
Length  208, alignments in bytes  6/ 2:	17.7473	6.77307	9.99402	16.8894	21.9279
Length  208, alignments in bytes  1/ 7:	17.6292	6.84143	9.55139	16.725	22.2231
Length  208, alignments in bytes  7/ 1:	17.8118	6.77197	9.67932	16.9734	22.4634
Length  208, alignments in bytes  3/ 4:	17.6387	6.87988	10.627	16.7341	21.6693
Length  208, alignments in bytes  4/ 3:	17.6271	6.77734	9.99182	16.771	22.651
Length  208, alignments in bytes  5/ 7:	17.6362	6.8501	9.80798	16.7599	22.0823
Length  208, alignments in bytes  7/ 5:	17.6959	6.78101	9.43628	16.8181	20.7898
Length  212, alignments in bytes  0/ 4:	17.7238	6.88831	9.57043	16.8553	21.7869
Length  212, alignments in bytes  4/ 0:	17.4177	6.77466	10.4535	16.8259	22.0956
Length  212, alignments in bytes  4/ 4:	14.552	6.43445	9.11401	13.7241	17.7966
Length  212, alignments in bytes  2/ 2:	14.8345	6.43091	8.84631	13.8387	17.3623
Length  212, alignments in bytes  2/ 6:	17.806	6.89331	9.81592	16.9053	22.0372
Length  212, alignments in bytes  6/ 2:	17.8346	6.77893	10.4889	17.2222	21.8036
Length  212, alignments in bytes  1/ 7:	17.6917	6.8457	9.66248	16.8009	21.9275
Length  212, alignments in bytes  7/ 1:	17.8975	6.7749	10.051	17.2979	22.5907
Length  212, alignments in bytes  3/ 4:	17.7639	6.88599	9.63269	16.8845	20.8895
Length  212, alignments in bytes  4/ 3:	17.7634	6.77966	9.91577	17.1808	22.6384
Length  212, alignments in bytes  5/ 7:	17.7235	6.84131	10.0596	17.1451	22.5427
Length  212, alignments in bytes  7/ 5:	17.8306	6.78748	10.0508	17.2474	22.2423
Length  216, alignments in bytes  0/ 4:	17.7966	6.87988	9.79211	17.1948	22.0732
Length  216, alignments in bytes  4/ 0:	17.5342	6.79126	9.97754	17.0277	22.4404
Length  216, alignments in bytes  4/ 4:	14.6023	6.44214	9.22144	13.7969	17.6312
Length  216, alignments in bytes  2/ 2:	14.8546	6.43567	9.19397	14.0281	17.7981
Length  216, alignments in bytes  2/ 6:	17.8682	6.88599	9.9574	17.3068	22.0605
Length  216, alignments in bytes  6/ 2:	17.932	6.7843	10.0458	17.3593	21.2919
Length  216, alignments in bytes  1/ 7:	17.5836	6.85034	9.84363	16.993	21.9491
Length  216, alignments in bytes  7/ 1:	18.1682	6.79138	10.0931	17.4694	22.7627
Length  216, alignments in bytes  3/ 4:	17.8568	6.88635	10.0383	17.2703	21.8359
Length  216, alignments in bytes  4/ 3:	17.8246	6.78711	9.97913	17.2629	23.2448
Length  216, alignments in bytes  5/ 7:	17.6012	6.85681	9.92444	17.0173	22.6387
Length  216, alignments in bytes  7/ 5:	17.9144	6.78821	10.0914	17.3585	22.1621
Length  220, alignments in bytes  0/ 4:	18.0055	6.88538	9.8479	17.3706	23.429
Length  220, alignments in bytes  4/ 0:	17.6168	7.10779	10.8087	17.3597	22.4629
Length  220, alignments in bytes  4/ 4:	14.6122	6.74438	9.08203	14.0952	18.7622
Length  220, alignments in bytes  2/ 2:	14.9034	6.43738	9.44617	14.1172	17.6339
Length  220, alignments in bytes  2/ 6:	18.05	6.87866	10.0448	17.4384	21.6952
Length  220, alignments in bytes  6/ 2:	18.0404	7.09985	10.9298	17.7307	21.0237
Length  220, alignments in bytes  1/ 7:	17.9203	6.84558	9.91174	17.3121	23.5212
Length  220, alignments in bytes  7/ 1:	18.1735	7.10669	10.7607	17.8744	22.3141
Length  220, alignments in bytes  3/ 4:	17.9799	6.88	10.0734	17.3849	22.7736
Length  220, alignments in bytes  4/ 3:	17.8724	7.11084	9.92505	17.629	22.4474
Length  220, alignments in bytes  5/ 7:	17.9786	7.15698	10.1343	17.6587	23.6436
Length  220, alignments in bytes  7/ 5:	18.1367	7.10803	11.5913	17.9945	23.0299
Length  224, alignments in bytes  0/ 4:	18.0669	7.18774	11.3922	17.7511	23.4753
Length  224, alignments in bytes  4/ 0:	17.6425	7.1156	10.2607	17.3298	22.7181
Length  224, alignments in bytes  4/ 4:	14.6407	6.74304	9.14856	14.1708	18
Length  224, alignments in bytes  2/ 2:	14.8907	6.74438	9.14526	14.4227	18.168
Length  224, alignments in bytes  2/ 6:	18.1212	7.18433	10.1934	17.801	22.9591
Length  224, alignments in bytes  6/ 2:	18.2479	7.11853	10.2855	18.0103	23.4282
Length  224, alignments in bytes  1/ 7:	18.1001	7.16064	10.5463	17.8134	21.1772
Length  224, alignments in bytes  7/ 1:	18.4391	7.11829	9.99524	18.1444	23.9919
Length  224, alignments in bytes  3/ 4:	18.2373	7.18604	11.5598	17.7932	21.486
Length  224, alignments in bytes  4/ 3:	18.1487	7.11951	10.2283	17.8717	23.7814
Length  224, alignments in bytes  5/ 7:	18.1127	7.17065	10.1609	17.8394	23.5444
Length  224, alignments in bytes  7/ 5:	18.2024	7.11951	9.9906	17.9457	21.6666
Length  228, alignments in bytes  0/ 4:	18.1859	7.19482	10.1171	17.8883	23.0117
Length  228, alignments in bytes  4/ 0:	17.6844	7.11646	10.5894	17.6421	22.0366
Length  228, alignments in bytes  4/ 4:	14.7437	6.75061	9.48645	14.4136	19.7795
Length  228, alignments in bytes  2/ 2:	14.9283	6.73523	9.2511	14.5275	17.9779
Length  228, alignments in bytes  2/ 6:	18.2742	7.18445	10.4192	17.9749	23.5156
Length  228, alignments in bytes  6/ 2:	18.3518	7.11292	10.9893	18.2799	22.7238
Length  228, alignments in bytes  1/ 7:	18.1782	7.16248	10.1486	17.875	22.4285
Length  228, alignments in bytes  7/ 1:	18.5128	7.11621	10.6178	18.4385	23.5354
Length  228, alignments in bytes  3/ 4:	18.2501	7.18103	10.0798	17.9519	23.9207
Length  228, alignments in bytes  4/ 3:	18.3359	7.11182	10.4662	18.2974	21.1688
Length  228, alignments in bytes  5/ 7:	18.223	7.16589	10.8632	18.1774	23.7898
Length  228, alignments in bytes  7/ 5:	18.3857	7.1156	10.6107	18.3375	25.6188
Length  232, alignments in bytes  0/ 4:	18.2517	7.31384	10.3314	18.1879	22.0703
Length  232, alignments in bytes  4/ 0:	17.7795	7.11768	10.3595	17.7758	23.4741
Length  232, alignments in bytes  4/ 4:	14.7886	6.73901	9.5885	14.5144	18.4711
Length  232, alignments in bytes  2/ 2:	15.04	6.74036	9.58618	14.7047	18.3431
Length  232, alignments in bytes  2/ 6:	18.3558	7.19409	11.4504	18.2942	22.8304
Length  232, alignments in bytes  6/ 2:	18.5078	7.11145	11.0588	18.4413	23.0187
Length  232, alignments in bytes  1/ 7:	17.7863	7.15723	11.1857	17.7426	22.6772
Length  232, alignments in bytes  7/ 1:	18.7058	7.11987	10.6704	18.6091	23.6678
Length  232, alignments in bytes  3/ 4:	18.3512	7.18835	10.5881	18.4293	21.9734
Length  232, alignments in bytes  4/ 3:	18.4017	7.11536	11.2958	18.3364	24.1705
Length  232, alignments in bytes  5/ 7:	17.7787	7.16931	10.9537	17.7444	22.8206
Length  232, alignments in bytes  7/ 5:	18.4956	7.11853	10.6545	18.4238	22.7509
Length  236, alignments in bytes  0/ 4:	18.2322	7.18933	10.2389	18.1387	23.8694
Length  236, alignments in bytes  4/ 0:	17.8669	7.35022	11.3669	18.1172	24.1423
Length  236, alignments in bytes  4/ 4:	14.7388	6.97449	9.36951	14.823	20.3812
Length  236, alignments in bytes  2/ 2:	15.1107	6.74622	9.7113	14.8427	18.4661
Length  236, alignments in bytes  2/ 6:	18.286	7.19019	10.403	18.3511	22.6141
Length  236, alignments in bytes  6/ 2:	18.6013	7.35083	10.8291	18.8429	23.4154
Length  236, alignments in bytes  1/ 7:	18.1686	7.16406	10.2921	18.0813	23.9589
Length  236, alignments in bytes  7/ 1:	18.8218	7.34912	11.3616	19.0338	24.2797
Length  236, alignments in bytes  3/ 4:	18.2482	7.20166	10.6311	18.1351	23.707
Length  236, alignments in bytes  4/ 3:	18.0051	7.34375	10.7322	18.2972	23.5559
Length  236, alignments in bytes  5/ 7:	18.1815	7.42358	10.6377	18.3938	24.2961
Length  236, alignments in bytes  7/ 5:	18.3114	7.36365	10.7943	18.5852	23.1494
Length  240, alignments in bytes  0/ 4:	18.2904	7.45654	11.3738	18.6265	23.4327
Length  240, alignments in bytes  4/ 0:	18.0098	7.36145	10.7444	18.3137	24.3762
Length  240, alignments in bytes  4/ 4:	14.8331	6.97302	9.42859	14.8798	17.6375
Length  240, alignments in bytes  2/ 2:	14.9943	6.96594	9.43408	15.131	19.0967
Length  240, alignments in bytes  2/ 6:	18.3328	7.4541	10.7335	18.5546	24.4633
Length  240, alignments in bytes  6/ 2:	18.4299	7.36023	10.8193	18.6855	24.8564
Length  240, alignments in bytes  1/ 7:	18.296	7.43433	10.9287	18.5215	25.147
Length  240, alignments in bytes  7/ 1:	18.5396	7.35144	10.984	18.816	24.7061
Length  240, alignments in bytes  3/ 4:	18.3033	7.45154	10.8018	18.684	23.9608
Length  240, alignments in bytes  4/ 3:	18.2955	7.36475	12.0311	18.5801	25.2997
Length  240, alignments in bytes  5/ 7:	18.2931	7.4325	10.6652	18.5314	22.3958
Length  240, alignments in bytes  7/ 5:	18.3752	7.35046	10.542	18.6167	24.0116
Length  244, alignments in bytes  0/ 4:	18.4026	7.45544	10.6346	18.6201	24.2419
Length  244, alignments in bytes  4/ 0:	18.0862	7.35059	11.1072	18.621	23.3156
Length  244, alignments in bytes  4/ 4:	14.8813	6.96594	9.78467	15.0962	18.4324
Length  244, alignments in bytes  2/ 2:	15.1425	6.95642	9.54504	15.2053	19.6392
Length  244, alignments in bytes  2/ 6:	18.4622	7.45508	10.7844	18.8812	24.4613
Length  244, alignments in bytes  6/ 2:	18.5118	7.34802	11.0653	18.9923	22.6486
Length  244, alignments in bytes  1/ 7:	18.36	7.43542	10.6752	18.5936	25.2626
Length  244, alignments in bytes  7/ 1:	18.6211	7.35229	11.1539	19.1031	25.0626
Length  244, alignments in bytes  3/ 4:	18.4224	7.45093	10.5011	18.6808	23.568
Length  244, alignments in bytes  4/ 3:	18.4608	7.35449	11.017	18.9885	24.6824
Length  244, alignments in bytes  5/ 7:	18.3802	7.43445	10.9492	18.8959	24.912
Length  244, alignments in bytes  7/ 5:	18.5328	7.3656	11.1361	19.0251	26.0236
Length  248, alignments in bytes  0/ 4:	18.4572	7.44543	10.8977	18.9916	24.1216
Length  248, alignments in bytes  4/ 0:	18.2192	7.36572	11.0669	18.783	23.5472
Length  248, alignments in bytes  4/ 4:	14.908	6.96582	9.8634	15.2046	17.6191
Length  248, alignments in bytes  2/ 2:	15.1412	6.96045	9.87476	15.4402	17.8116
Length  248, alignments in bytes  2/ 6:	18.5344	7.45093	11.0491	19.0712	23.1837
Length  248, alignments in bytes  6/ 2:	18.6444	7.36206	11.171	19.1427	24.6924
Length  248, alignments in bytes  1/ 7:	18.3636	7.43103	10.9423	18.881	23.9049
Length  248, alignments in bytes  7/ 1:	18.7965	7.36475	11.1714	19.2781	25.865
Length  248, alignments in bytes  3/ 4:	18.5232	7.6178	11.1255	19.0364	23.0933
Length  248, alignments in bytes  4/ 3:	18.5409	7.36499	11.0649	19.0342	23.8079
Length  248, alignments in bytes  5/ 7:	18.3821	7.43457	11.0178	18.8822	25.5787
Length  248, alignments in bytes  7/ 5:	18.6084	7.36389	11.189	19.1179	24.451
Length  252, alignments in bytes  0/ 4:	18.6892	7.45459	10.9469	19.1993	24.1848
Length  252, alignments in bytes  4/ 0:	19.2783	7.66626	11.5237	19.1382	24.6342
Length  252, alignments in bytes  4/ 4:	15.9301	7.22363	9.59668	15.5328	20.1223
Length  252, alignments in bytes  2/ 2:	15.2247	6.97156	9.98547	15.5068	17.6554
Length  252, alignments in bytes  2/ 6:	18.9409	7.4469	11.1163	19.2441	24.807
Length  252, alignments in bytes  6/ 2:	19.7651	7.67383	11.3536	19.5369	24.6183
Length  252, alignments in bytes  1/ 7:	18.6461	7.43408	11.0424	19.1371	24.1605
Length  252, alignments in bytes  7/ 1:	19.9191	7.66724	11.1234	19.7101	24.7509
Length  252, alignments in bytes  3/ 4:	18.6841	7.46558	11.1544	19.1992	25.2844
Length  252, alignments in bytes  4/ 3:	19.709	7.66553	11.0112	19.5281	24.4453
Length  252, alignments in bytes  5/ 7:	19.6906	7.69519	11.1725	19.5076	24.8846
Length  252, alignments in bytes  7/ 5:	19.9314	7.67261	11.5326	19.923	25.1688
Length  256, alignments in bytes  0/ 4:	19.7699	7.74341	11.3965	19.5768	24.0994
Length  256, alignments in bytes  4/ 0:	19.2695	7.6731	11.5129	19.1177	25.5996
Length  256, alignments in bytes  4/ 4:	15.9524	7.23059	9.65576	15.6251	18.0424
Length  256, alignments in bytes  2/ 2:	16.235	7.21765	9.64929	15.877	18.2448
Length  256, alignments in bytes  2/ 6:	19.8647	7.74084	11.2797	19.6332	24.8396
Length  256, alignments in bytes  6/ 2:	20.0681	7.67444	11.3427	19.8551	25.7152
Length  256, alignments in bytes  1/ 7:	19.8604	7.70239	11.1794	19.6538	24.4165
Length  256, alignments in bytes  7/ 1:	20.2325	7.67273	11.6681	20.0355	25.8271
Length  256, alignments in bytes  3/ 4:	19.8148	7.75061	11.9562	19.5815	24.1404
Length  256, alignments in bytes  4/ 3:	19.9515	7.67664	11.4005	19.7498	26.0509
Length  256, alignments in bytes  5/ 7:	19.8604	7.70007	11.2263	19.6672	24.6815
Length  256, alignments in bytes  7/ 5:	19.9988	7.67468	11.0946	19.8063	25.0054
Length  260, alignments in bytes  0/ 4:	19.9281	7.74451	11.1835	19.7562	25.0743
Length  260, alignments in bytes  4/ 0:	19.3397	7.67261	11.7865	19.432	25.4113
Length  260, alignments in bytes  4/ 4:	16.012	7.22192	10.0306	15.8417	19.5737
Length  260, alignments in bytes  2/ 2:	16.3147	7.2251	9.74878	15.9513	19.4241
Length  260, alignments in bytes  2/ 6:	19.9857	7.75403	11.3373	19.7939	25.6511
Length  260, alignments in bytes  6/ 2:	20.1331	7.67822	11.9674	20.1173	24.8334
Length  260, alignments in bytes  1/ 7:	19.9158	7.70703	11.2203	19.7332	24.1311
Length  260, alignments in bytes  7/ 1:	20.3361	7.67041	11.9447	20.3182	25.1031
Length  260, alignments in bytes  3/ 4:	19.9904	7.75659	11.0472	19.7809	24.3712
Length  260, alignments in bytes  4/ 3:	20.1165	7.67542	11.736	20.1233	26.3624
Length  260, alignments in bytes  5/ 7:	19.9427	7.89368	11.8002	19.9629	25.9661
Length  260, alignments in bytes  7/ 5:	20.1963	7.68274	11.9401	20.1827	26.1278
Length  264, alignments in bytes  0/ 4:	20.0034	7.74402	11.4242	20.0237	24.0923
Length  264, alignments in bytes  4/ 0:	19.4708	7.6825	11.4486	19.5675	25.1495
Length  264, alignments in bytes  4/ 4:	16.1355	7.22498	10.1002	15.9452	19.7595
Length  264, alignments in bytes  2/ 2:	16.3204	7.22925	10.0886	16.1708	20.6812
Length  264, alignments in bytes  2/ 6:	20.108	7.75659	11.8923	20.1133	25.1934
Length  264, alignments in bytes  6/ 2:	20.3342	7.67407	11.8678	20.2922	25.5342
Length  264, alignments in bytes  1/ 7:	19.5652	7.70544	11.8044	19.6063	24.7395
Length  264, alignments in bytes  7/ 1:	20.532	7.67822	12.0354	20.478	25.6144
Length  264, alignments in bytes  3/ 4:	20.0863	7.75476	11.9263	20.0944	24.0991
Length  264, alignments in bytes  4/ 3:	20.2162	7.6781	11.9417	20.2089	25.8834
Length  264, alignments in bytes  5/ 7:	19.5807	7.70703	11.9969	19.5785	24.6715
Length  264, alignments in bytes  7/ 5:	20.2793	7.68579	11.7722	20.2836	25.2216
Length  268, alignments in bytes  0/ 4:	19.9196	7.75305	11.3141	19.9409	25.5636
Length  268, alignments in bytes  4/ 0:	19.7125	8.13062	11.7954	19.9111	24.2844
Length  268, alignments in bytes  4/ 4:	16.2753	7.59766	10.007	16.2545	21.4219
Length  268, alignments in bytes  2/ 2:	16.4539	7.22717	10.1788	16.3009	18.8986
Length  268, alignments in bytes  2/ 6:	19.9886	7.76709	11.7527	20.0249	26.0662
Length  268, alignments in bytes  6/ 2:	20.3993	8.12781	11.8235	20.7068	25.6616
Length  268, alignments in bytes  1/ 7:	19.8625	7.70959	11.5553	19.8883	26.2877
Length  268, alignments in bytes  7/ 1:	20.6328	8.13477	11.9094	20.9086	25.9459
Length  268, alignments in bytes  3/ 4:	19.9142	7.75488	11.7479	20.1252	25.949
Length  268, alignments in bytes  4/ 3:	19.8196	8.11475	11.7953	20.1857	25.4766
Length  268, alignments in bytes  5/ 7:	19.9025	8.20337	11.728	20.2113	26.9584
Length  268, alignments in bytes  7/ 5:	20.0532	8.12317	11.8717	20.4388	26.2412
Length  272, alignments in bytes  0/ 4:	19.9718	8.25415	11.6594	20.2848	26.1036
Length  272, alignments in bytes  4/ 0:	19.7661	8.12732	11.8604	20.141	25.7844
Length  272, alignments in bytes  4/ 4:	16.2828	7.59021	10.056	16.3516	20.764
Length  272, alignments in bytes  2/ 2:	16.5332	7.59741	10.0627	16.6044	19.0079
Length  272, alignments in bytes  2/ 6:	20.274	8.25452	11.8062	20.3898	25.0698
Length  272, alignments in bytes  6/ 2:	20.1859	8.11853	11.8879	20.5383	27.1025
Length  272, alignments in bytes  1/ 7:	20.001	8.2146	11.7393	20.3489	25.5677
Length  272, alignments in bytes  7/ 1:	20.3754	8.12585	11.6184	20.6788	26.8275
Length  272, alignments in bytes  3/ 4:	20.0066	8.24963	11.8419	20.3119	26.0472
Length  272, alignments in bytes  4/ 3:	20.0767	8.13416	11.8864	20.4142	26.6346
Length  272, alignments in bytes  5/ 7:	20.0144	8.21191	11.7396	20.3613	25.4189
Length  272, alignments in bytes  7/ 5:	20.35	8.12964	11.6002	20.4758	24.98
Length  276, alignments in bytes  0/ 4:	20.1417	8.24951	11.8275	20.473	25.8159
Length  276, alignments in bytes  4/ 0:	19.7983	8.12537	12.1138	20.4271	25.5886
Length  276, alignments in bytes  4/ 4:	16.3163	7.5896	10.3582	16.5281	20.37
Length  276, alignments in bytes  2/ 2:	16.5651	7.58826	10.1459	16.7075	20.2081
Length  276, alignments in bytes  2/ 6:	20.1948	8.25269	11.8597	20.5306	26.9053
Length  276, alignments in bytes  6/ 2:	20.2832	8.13025	12.1749	20.8585	24.9136
Length  276, alignments in bytes  1/ 7:	20.1075	8.21448	11.7471	20.632	25.5071
Length  276, alignments in bytes  7/ 1:	20.4399	8.13147	12.2457	20.9911	26.7198
Length  276, alignments in bytes  3/ 4:	20.1382	8.24707	11.5754	20.4889	26.972
Length  276, alignments in bytes  4/ 3:	20.2568	8.1322	12.1097	20.8267	24.5908
Length  276, alignments in bytes  5/ 7:	20.1136	8.21924	12.0187	20.7145	26.4818
Length  276, alignments in bytes  7/ 5:	20.3312	8.14502	12.2222	20.8865	26.6799
Length  280, alignments in bytes  0/ 4:	20.1887	8.26025	11.9653	20.7944	26.2896
Length  280, alignments in bytes  4/ 0:	19.9756	8.13977	12.155	20.7823	26.6183
Length  280, alignments in bytes  4/ 4:	16.4191	7.58948	10.4095	16.6365	20.1907
Length  280, alignments in bytes  2/ 2:	16.6096	7.59277	10.4266	16.8766	20.3535
Length  280, alignments in bytes  2/ 6:	20.3131	8.25146	12.14	20.8751	25.923
Length  280, alignments in bytes  6/ 2:	20.4336	8.14636	12.4437	20.9669	26.5281
Length  280, alignments in bytes  1/ 7:	20.2194	8.22083	12.0208	20.7493	26.1754
Length  280, alignments in bytes  7/ 1:	20.6252	8.14868	13.0402	21.15	26.3264
Length  280, alignments in bytes  3/ 4:	20.2416	8.25781	12.2256	20.8373	26.1659
Length  280, alignments in bytes  4/ 3:	20.3109	8.13916	12.1509	20.8779	26.6237
Length  280, alignments in bytes  5/ 7:	20.2065	8.21423	12.0935	20.7559	25.0021
Length  280, alignments in bytes  7/ 5:	20.4425	8.13904	12.2867	20.9701	26.5297
Length  284, alignments in bytes  0/ 4:	20.4866	8.26184	12.0339	21.0499	27.3997
Length  284, alignments in bytes  4/ 0:	20.0464	8.53894	12.3195	20.9891	26.9683
Length  284, alignments in bytes  4/ 4:	16.3328	7.86145	10.377	16.9399	21.4539
Length  284, alignments in bytes  2/ 2:	16.6969	7.59692	10.4924	17.0145	20.1779
Length  284, alignments in bytes  2/ 6:	20.5405	8.4469	12.1898	21.1041	27.3085
Length  284, alignments in bytes  6/ 2:	20.5422	8.526	12.4283	21.4194	26.9525
Length  284, alignments in bytes  1/ 7:	20.4305	8.21802	12.0851	20.9829	27.3267
Length  284, alignments in bytes  7/ 1:	20.7439	8.53821	12.3383	21.6013	25.928
Length  284, alignments in bytes  3/ 4:	20.4886	8.25195	12.2498	21.0653	26.4011
Length  284, alignments in bytes  4/ 3:	20.5206	8.53271	12.1069	21.4265	26.6476
Length  284, alignments in bytes  5/ 7:	20.4745	8.5675	12.2542	21.3827	27.4725
Length  284, alignments in bytes  7/ 5:	20.9384	8.53113	12.1884	21.6208	27.7511
Length  288, alignments in bytes  0/ 4:	20.5441	8.60754	12.2539	21.4481	26.1637
Length  288, alignments in bytes  4/ 0:	19.9706	8.54089	12.4374	20.9102	26.8727
Length  288, alignments in bytes  4/ 4:	16.4321	7.86194	10.4401	17.0361	20.6765
Length  288, alignments in bytes  2/ 2:	16.6278	7.8584	10.4346	17.2794	20.8892
Length  288, alignments in bytes  2/ 6:	20.6373	8.59741	12.3618	21.5057	26.0122
Length  288, alignments in bytes  6/ 2:	20.8815	8.53967	12.5664	21.7305	27.3708
Length  288, alignments in bytes  1/ 7:	20.6445	8.57385	12.4399	21.5499	25.6777
Length  288, alignments in bytes  7/ 1:	21.0708	8.54553	12.1438	21.9176	27.7999
Length  288, alignments in bytes  3/ 4:	20.5767	8.6001	12.1544	21.4913	27.2086
Length  288, alignments in bytes  4/ 3:	20.7527	8.55005	13.0916	21.6368	27.614
Length  288, alignments in bytes  5/ 7:	20.6575	8.56348	12.2948	21.5397	26.714
Length  288, alignments in bytes  7/ 5:	20.8114	8.5415	12.1521	21.705	27.391
Length  292, alignments in bytes  0/ 4:	20.7405	8.59631	12.3479	21.6027	27.5267
Length  292, alignments in bytes  4/ 0:	20.2189	8.552	12.6586	21.214	27.1333
Length  292, alignments in bytes  4/ 4:	16.4537	7.86426	10.749	17.2452	21.6643
Length  292, alignments in bytes  2/ 2:	16.7035	7.86426	10.511	17.4098	20.6565
Length  292, alignments in bytes  2/ 6:	20.8096	8.60498	12.4106	21.6807	26.8218
Length  292, alignments in bytes  6/ 2:	20.9329	8.54846	12.5433	22.0067	27.355
Length  292, alignments in bytes  1/ 7:	20.7214	8.57996	12.3448	21.6051	28.0225
Length  292, alignments in bytes  7/ 1:	21.173	8.52905	12.8311	22.2161	27.332
Length  292, alignments in bytes  3/ 4:	20.7678	8.79456	12.1382	21.6528	26.7937
Length  292, alignments in bytes  4/ 3:	20.9424	8.55298	12.6556	22.0117	26.5669
Length  292, alignments in bytes  5/ 7:	20.7483	8.5719	12.4257	21.8442	27.8765
Length  292, alignments in bytes  7/ 5:	21.03	8.54919	12.8043	22.0874	27.7072
Length  296, alignments in bytes  0/ 4:	20.8146	8.59705	12.5532	21.8872	27.359
Length  296, alignments in bytes  4/ 0:	20.2037	8.54272	12.5339	21.3534	26.5831
Length  296, alignments in bytes  4/ 4:	16.525	7.86072	10.8162	17.3196	20.3378
Length  296, alignments in bytes  2/ 2:	16.7507	8.02271	10.8176	17.6223	22.0477
Length  296, alignments in bytes  2/ 6:	20.923	8.60083	12.5398	21.978	27.1255
Length  296, alignments in bytes  6/ 2:	21.1659	8.54028	12.6388	22.1771	27.6002
Length  296, alignments in bytes  1/ 7:	20.3931	8.57642	12.4078	21.4603	27.2762
Length  296, alignments in bytes  7/ 1:	21.3596	8.54907	12.8521	22.3873	28.1377
Length  296, alignments in bytes  3/ 4:	20.8762	8.59192	12.796	21.9552	27.0476
Length  296, alignments in bytes  4/ 3:	21.0433	8.54565	12.5361	22.0771	27.8889
Length  296, alignments in bytes  5/ 7:	20.5848	8.56921	12.4823	21.4696	26.9137
Length  296, alignments in bytes  7/ 5:	21.1331	8.54956	12.8386	22.1666	28.0524
Length  300, alignments in bytes  0/ 4:	20.6825	8.59717	12.433	21.7946	28.394
Length  300, alignments in bytes  4/ 0:	20.3091	8.80798	13.0017	21.7551	27.6548
Length  300, alignments in bytes  4/ 4:	16.4946	8.1167	10.6554	17.6124	22.6924
Length  300, alignments in bytes  2/ 2:	16.8324	7.85645	10.9127	17.6945	20.7238
Length  300, alignments in bytes  2/ 6:	20.7458	8.59729	12.6143	21.8845	28.5428
Length  300, alignments in bytes  6/ 2:	21.4055	8.80029	12.932	22.6111	28.3491
Length  300, alignments in bytes  1/ 7:	20.6455	8.57129	12.4772	21.7478	28.142
Length  300, alignments in bytes  7/ 1:	21.4871	8.79492	13.0663	22.8491	27.9254
Length  300, alignments in bytes  3/ 4:	20.6628	8.60132	12.8374	21.7996	28.7208
Length  300, alignments in bytes  4/ 3:	20.6523	8.79907	12.8824	22.0745	27.7395
Length  300, alignments in bytes  5/ 7:	20.6637	8.87756	12.8093	22.0682	27.5906
Length  300, alignments in bytes  7/ 5:	20.8599	8.79224	12.967	22.293	29.1078
Length  304, alignments in bytes  0/ 4:	20.7603	8.90625	12.7789	22.1842	26.7792
Length  304, alignments in bytes  4/ 0:	20.5577	8.7998	12.9952	22.0208	28.3035
Length  304, alignments in bytes  4/ 4:	16.5179	8.12231	10.7186	17.707	22.0149
Length  304, alignments in bytes  2/ 2:	16.7568	8.11926	10.7069	17.9871	21.6289
Length  304, alignments in bytes  2/ 6:	20.8336	8.90222	12.9485	22.2397	28.0205
Length  304, alignments in bytes  6/ 2:	20.9681	8.80017	12.9819	22.4138	27.9785
Length  304, alignments in bytes  1/ 7:	20.7986	8.88599	12.8411	22.2345	28.0214
Length  304, alignments in bytes  7/ 1:	21.1638	8.80212	12.7062	22.5946	33.2976
Length  304, alignments in bytes  3/ 4:	20.775	8.90857	12.9825	22.2148	26.8414
Length  304, alignments in bytes  4/ 3:	20.8849	8.79175	12.9036	22.3094	28.3887
Length  304, alignments in bytes  5/ 7:	20.8013	8.87646	12.8555	22.2272	27.7531
Length  304, alignments in bytes  7/ 5:	20.9471	8.79895	12.7046	22.3595	28.6149
Length  308, alignments in bytes  0/ 4:	20.9105	8.8999	12.8416	22.3346	28.9291
Length  308, alignments in bytes  4/ 0:	20.5879	8.79846	13.3387	22.2742	27.0002
Length  308, alignments in bytes  4/ 4:	16.5707	8.12708	11.0405	17.9358	20.9226
Length  308, alignments in bytes  2/ 2:	16.8379	8.12268	10.8051	18.1312	20.1758
Length  308, alignments in bytes  2/ 6:	21.0007	8.91431	12.9896	22.4025	28.4739
Length  308, alignments in bytes  6/ 2:	21.0723	8.79346	13.2825	22.6996	27.9882
Length  308, alignments in bytes  1/ 7:	20.8939	8.87976	12.866	22.295	28.5271
Length  308, alignments in bytes  7/ 1:	21.2446	8.7926	13.3772	22.8488	28.5065
Length  308, alignments in bytes  3/ 4:	20.9226	9.0271	12.7023	22.3596	27.562
Length  308, alignments in bytes  4/ 3:	21.0637	8.80591	13.2313	22.6707	27.9111
Length  308, alignments in bytes  5/ 7:	20.9086	8.87659	13.1882	22.554	28.7064
Length  308, alignments in bytes  7/ 5:	21.139	8.80688	13.3793	22.745	29.0544
Length  312, alignments in bytes  0/ 4:	21.0039	8.89917	13.1287	22.6471	28.2695
Length  312, alignments in bytes  4/ 0:	20.7776	8.79883	13.2867	22.4508	27.8608
Length  312, alignments in bytes  4/ 4:	16.6743	8.11401	11.1196	18.0417	20.1705
Length  312, alignments in bytes  2/ 2:	16.9789	8.11987	11.109	18.2809	21.6135
Length  312, alignments in bytes  2/ 6:	21.1093	8.91296	13.3018	22.6985	28.3358
Length  312, alignments in bytes  6/ 2:	21.2449	8.80554	13.3748	22.8448	28.5652
Length  312, alignments in bytes  1/ 7:	21.0563	8.87708	13.163	22.6429	27.9927
Length  312, alignments in bytes  7/ 1:	21.4509	8.80188	13.4265	23.045	28.5973
Length  312, alignments in bytes  3/ 4:	21.0393	8.90649	13.3866	22.6895	27.4161
Length  312, alignments in bytes  4/ 3:	21.1405	8.80273	13.2966	22.7421	29.1796
Length  312, alignments in bytes  5/ 7:	21.0581	8.87805	13.2509	22.6473	27.03
Length  312, alignments in bytes  7/ 5:	21.2388	8.81006	13.4122	22.8378	28.6704
Length  316, alignments in bytes  0/ 4:	21.3136	8.91101	13.1869	22.9371	29.6429
Length  316, alignments in bytes  4/ 0:	21.8411	9.13892	13.2699	22.8861	28.6898
Length  316, alignments in bytes  4/ 4:	17.548	8.39294	10.8176	18.3578	22.7277
Length  316, alignments in bytes  2/ 2:	16.9316	8.1123	11.2203	18.4236	21.4519
Length  316, alignments in bytes  2/ 6:	21.4104	8.90698	13.3625	25.0758	28.8057
Length  316, alignments in bytes  6/ 2:	22.2886	9.13293	13.5413	23.2802	29.5187
Length  316, alignments in bytes  1/ 7:	21.2776	8.87744	13.2454	22.8756	29.5031
Length  316, alignments in bytes  7/ 1:	22.4893	9.13574	13.7789	23.4835	29.2504
Length  316, alignments in bytes  3/ 4:	21.3157	8.90637	13.4058	22.9381	28.8402
Length  316, alignments in bytes  4/ 3:	22.317	9.12634	13.71	23.3427	27.7286
Length  316, alignments in bytes  5/ 7:	22.2345	9.15247	13.4347	23.5555	29.8434
Length  316, alignments in bytes  7/ 5:	22.4994	9.13818	13.3845	23.8185	29.525
Length  320, alignments in bytes  0/ 4:	22.342	9.18604	13.2445	23.646	28.337
Length  320, alignments in bytes  4/ 0:	21.7102	9.13672	13.5071	22.8015	29.9711
Length  320, alignments in bytes  4/ 4:	17.6497	8.38159	10.8508	18.486	20.6091
Length  320, alignments in bytes  2/ 2:	17.8784	8.38562	10.8507	18.7543	20.8176
Length  320, alignments in bytes  2/ 6:	22.3948	9.17126	13.5398	23.4008	28.2599
Length  320, alignments in bytes  6/ 2:	22.6434	9.13806	13.6483	23.8209	29.5778
Length  320, alignments in bytes  1/ 7:	22.4017	9.15637	13.439	23.4525	28.7689
Length  320, alignments in bytes  7/ 1:	22.8385	9.13843	13.298	24.0155	30.1788
Length  320, alignments in bytes  3/ 4:	22.3678	9.16968	13.3485	23.6995	30.1919
Length  320, alignments in bytes  4/ 3:	22.5072	9.13892	13.6947	23.7955	29.871
Length  320, alignments in bytes  5/ 7:	22.4376	9.14929	13.4717	23.4254	28.7584
Length  320, alignments in bytes  7/ 5:	22.6127	9.13721	13.2917	23.5872	29.2181
Length  324, alignments in bytes  0/ 4:	22.5349	9.17163	14.071	23.5117	29.3881
Length  324, alignments in bytes  4/ 0:	21.7621	9.13428	13.8333	23.0787	29.1439
Length  324, alignments in bytes  4/ 4:	17.7062	8.37207	11.2242	18.6975	22.3716
Length  324, alignments in bytes  2/ 2:	17.9821	8.39941	10.9272	18.8623	20.6534
Length  324, alignments in bytes  2/ 6:	22.6292	9.16858	13.601	23.5828	30.1072
Length  324, alignments in bytes  6/ 2:	22.7406	9.13733	13.7133	23.8989	28.5145
Length  324, alignments in bytes  1/ 7:	22.5194	9.15015	13.4705	23.796	29.4493
Length  324, alignments in bytes  7/ 1:	22.9667	9.13135	13.955	24.1326	29.4739
Length  324, alignments in bytes  3/ 4:	22.5685	9.17505	13.308	23.5614	29.6577
Length  324, alignments in bytes  4/ 3:	22.7134	9.13611	13.8359	23.9326	29.0695
Length  324, alignments in bytes  5/ 7:	22.5627	9.14795	13.5729	23.7231	28.6342
Length  324, alignments in bytes  7/ 5:	22.8104	9.13245	13.9562	23.9771	29.2627
Length  328, alignments in bytes  0/ 4:	22.6333	9.17004	13.7134	23.7765	29.5077
Length  328, alignments in bytes  4/ 0:	21.9502	9.14636	14.0619	23.2239	29.5353
Length  328, alignments in bytes  4/ 4:	17.7783	8.37878	11.2806	18.7869	22.2314
Length  328, alignments in bytes  2/ 2:	17.9686	8.38708	11.2762	19.0552	23.2557
Length  328, alignments in bytes  2/ 6:	22.7435	9.17798	13.6875	23.8704	29.0316
Length  328, alignments in bytes  6/ 2:	22.9138	9.13489	13.9136	24.0706	29.4639
Length  328, alignments in bytes  1/ 7:	22.1633	9.15442	13.5709	23.3947	29.1694
Length  328, alignments in bytes  7/ 1:	23.1224	9.13538	14.1693	24.2992	30.0931
Length  328, alignments in bytes  3/ 4:	22.7013	9.17932	13.9462	23.8218	29.6354
Length  328, alignments in bytes  4/ 3:	22.8212	9.14453	13.7063	23.9954	30.0461
Length  328, alignments in bytes  5/ 7:	22.1505	9.15625	13.6396	23.4066	29.3074
Length  328, alignments in bytes  7/ 5:	22.9536	9.13757	13.9935	24.0616	29.5624
Length  332, alignments in bytes  0/ 4:	22.4426	9.17651	13.9358	23.6815	29.2012
Length  332, alignments in bytes  4/ 0:	22.037	9.54407	14.041	25.3307	29.8889
Length  332, alignments in bytes  4/ 4:	17.6562	8.76917	11.2012	21.0649	24.0457
Length  332, alignments in bytes  2/ 2:	18.0935	8.38037	11.3644	19.1482	21.9025
Length  332, alignments in bytes  2/ 6:	22.499	9.16797	14.0944	23.7441	30.5771
Length  332, alignments in bytes  6/ 2:	23.0491	9.55676	14.083	26.3745	30.3975
Length  332, alignments in bytes  1/ 7:	22.3854	9.14709	13.9777	23.7507	30.1411
Length  332, alignments in bytes  7/ 1:	23.2772	9.5553	14.1333	26.6154	29.1948
Length  332, alignments in bytes  3/ 4:	22.615	9.17151	13.9734	23.6852	30.2062
Length  332, alignments in bytes  4/ 3:	22.3977	9.54883	14.0465	26.5825	28.9465
Length  332, alignments in bytes  5/ 7:	22.4197	9.61694	13.9447	24.0897	30.494
Length  332, alignments in bytes  7/ 5:	22.6511	9.54297	14.1296	24.2646	31.2609
Length  336, alignments in bytes  0/ 4:	22.512	9.63403	13.9226	24.1527	30.4502
Length  336, alignments in bytes  4/ 0:	22.3013	9.54883	14.0895	25.3573	30.5056
Length  336, alignments in bytes  4/ 4:	17.7537	8.88281	11.2258	21.6295	23.3398
Length  336, alignments in bytes  2/ 2:	18.0013	8.77026	11.2258	21.417	22.9821
Length  336, alignments in bytes  2/ 6:	22.6007	9.62793	14.0568	26.2692	30.4346
Length  336, alignments in bytes  6/ 2:	22.78	9.56653	14.1317	25.9785	31.3243
Length  336, alignments in bytes  1/ 7:	22.5927	9.63086	13.978	26.147	28.9291
Length  336, alignments in bytes  7/ 1:	22.9369	9.54736	13.8815	24.5474	31.0116
Length  336, alignments in bytes  3/ 4:	22.5312	9.64673	14.0745	24.3467	30.4897
Length  336, alignments in bytes  4/ 3:	22.666	9.55115	14.0945	24.2992	30.7274
Length  336, alignments in bytes  5/ 7:	22.5952	9.62598	13.9955	25.6766	29.955
Length  336, alignments in bytes  7/ 5:	22.71	9.55859	13.9019	26.1945	29.598
Length  340, alignments in bytes  0/ 4:	22.7163	9.63257	13.9994	26.314	29.4218
Length  340, alignments in bytes  4/ 0:	22.4073	9.55579	14.3812	24.188	29.9303
Length  340, alignments in bytes  4/ 4:	17.7863	8.7666	11.5634	20.8563	23.4646
Length  340, alignments in bytes  2/ 2:	18.0505	8.77173	11.2936	22.4526	23.6815
Length  340, alignments in bytes  2/ 6:	22.7885	9.63574	14.1029	26.0133	31.2856
Length  340, alignments in bytes  6/ 2:	22.832	9.55151	14.408	26.0658	30.4366
Length  340, alignments in bytes  1/ 7:	22.6656	9.60034	14.0229	26.2294	30.6814
Length  340, alignments in bytes  7/ 1:	23.0547	9.5415	14.4919	26.5846	29.3854
Length  340, alignments in bytes  3/ 4:	22.7301	9.63538	13.866	26.5083	31.2534
Length  340, alignments in bytes  4/ 3:	22.8483	9.54431	14.3733	26.387	29.2507
Length  340, alignments in bytes  5/ 7:	22.6866	9.61096	14.2523	26.317	30.7653
Length  340, alignments in bytes  7/ 5:	22.9337	9.54041	14.4808	26.5758	29.7917
Length  344, alignments in bytes  0/ 4:	22.7913	9.63245	14.2128	26.2489	30.4083
Length  344, alignments in bytes  4/ 0:	22.5641	9.55383	14.4163	25.7848	30.6305
Length  344, alignments in bytes  4/ 4:	17.8595	8.77173	11.6365	21.3351	22.7512
Length  344, alignments in bytes  2/ 2:	18.1976	8.77539	11.6215	21.7358	21.5817
Length  344, alignments in bytes  2/ 6:	22.9056	9.63147	14.3735	26.1779	30.4554
Length  344, alignments in bytes  6/ 2:	23.0553	9.55762	14.4868	26.0035	29.7762
Length  344, alignments in bytes  1/ 7:	22.8086	9.60742	14.2745	26.2043	29.2827
Length  344, alignments in bytes  7/ 1:	23.252	9.5542	14.5055	27.0704	31.4482
Length  344, alignments in bytes  3/ 4:	22.839	9.63135	14.4425	26.6326	30.5057
Length  344, alignments in bytes  4/ 3:	22.9403	9.73279	14.4197	26.3502	30.7419
Length  344, alignments in bytes  5/ 7:	22.8174	9.60339	14.3274	26.2019	30.6708
Length  344, alignments in bytes  7/ 5:	23.0332	9.54993	14.5027	26.6543	30.9038
Length  348, alignments in bytes  0/ 4:	23.1014	9.62988	14.2446	26.5526	31.3868
Length  348, alignments in bytes  4/ 0:	22.6694	10.0704	14.4227	24.8184	31.0363
Length  348, alignments in bytes  4/ 4:	17.8285	9.09851	11.5676	19.8906	23.9553
Length  348, alignments in bytes  2/ 2:	18.1838	8.78247	11.7083	22.1221	22.7454
Length  348, alignments in bytes  2/ 6:	23.1655	9.63281	14.4434	27.5856	30.1379
Length  348, alignments in bytes  6/ 2:	23.1555	10.0673	14.5901	25.369	31.6115
Length  348, alignments in bytes  1/ 7:	23.0488	9.60828	14.325	24.9448	31.516
Length  348, alignments in bytes  7/ 1:	23.3762	10.0614	15.2805	25.4222	31.4259
Length  348, alignments in bytes  3/ 4:	23.0867	9.62891	14.4951	27.2798	31.7891
Length  348, alignments in bytes  4/ 3:	23.1582	10.0704	15.3519	25.6064	31.1527
Length  348, alignments in bytes  5/ 7:	23.0848	10.021	14.4285	25.2173	31.8914
Length  348, alignments in bytes  7/ 5:	23.3444	10.0687	14.4226	25.4587	31.9958
Length  352, alignments in bytes  0/ 4:	23.1804	10.0459	14.1826	25.4449	31.3237
Length  352, alignments in bytes  4/ 0:	22.7186	10.0709	14.9133	24.9879	31.3744
Length  352, alignments in bytes  4/ 4:	17.9149	9.09473	11.6121	20.0588	23.4708
Length  352, alignments in bytes  2/ 2:	18.1656	9.10205	11.6136	20.6272	23.4421
Length  352, alignments in bytes  2/ 6:	23.2639	10.0504	14.5215	25.4559	30.3151
Length  352, alignments in bytes  6/ 2:	23.4706	10.0571	14.6421	25.5972	31.7168
Length  352, alignments in bytes  1/ 7:	23.2642	10.0145	14.4487	25.5636	31.0548
Length  352, alignments in bytes  7/ 1:	23.6956	10.0748	14.3918	25.7861	30.8329
Length  352, alignments in bytes  3/ 4:	23.2104	10.0547	14.3992	25.4996	31.299
Length  352, alignments in bytes  4/ 3:	23.3656	10.0627	14.6088	25.6365	31.7822
Length  352, alignments in bytes  5/ 7:	23.2772	10.02	14.5035	25.5344	31.0696
Length  352, alignments in bytes  7/ 5:	23.4536	10.0631	14.4019	25.5485	31.5942
Length  356, alignments in bytes  0/ 4:	23.37	10.0577	14.4471	25.46	31.8678
Length  356, alignments in bytes  4/ 0:	22.6105	10.0643	14.8737	25.3206	30.433
Length  356, alignments in bytes  4/ 4:	17.9539	9.09644	11.9857	20.2472	22.7666
Length  356, alignments in bytes  2/ 2:	18.2374	9.10315	11.6904	20.3583	23.5352
Length  356, alignments in bytes  2/ 6:	23.4707	10.0472	14.6029	25.5585	31.2708
Length  356, alignments in bytes  6/ 2:	23.5944	10.0685	14.7542	25.8533	31.4736
Length  356, alignments in bytes  1/ 7:	23.3484	10.0262	14.5131	25.4576	32.0508
Length  356, alignments in bytes  7/ 1:	23.782	10.0557	15.0281	26.1372	32.025
Length  356, alignments in bytes  3/ 4:	23.402	10.0605	14.351	25.5117	30.6844
Length  356, alignments in bytes  4/ 3:	23.5526	10.0747	14.866	25.8717	31.6311
Length  356, alignments in bytes  5/ 7:	23.3771	10.0284	14.576	25.7737	32.1611
Length  356, alignments in bytes  7/ 5:	23.6477	10.0645	15.0153	26.0293	33.386
Length  360, alignments in bytes  0/ 4:	23.4781	10.0536	14.7108	25.7461	31.5948
Length  360, alignments in bytes  4/ 0:	22.9415	10.0739	15.4379	25.1615	32.7216
Length  360, alignments in bytes  4/ 4:	18.0425	9.10413	12.0221	20.4907	23.312
Length  360, alignments in bytes  2/ 2:	18.26	9.09839	12.0183	20.4808	24.5472
Length  360, alignments in bytes  2/ 6:	23.5684	10.0471	14.701	25.849	31.4913
Length  360, alignments in bytes  6/ 2:	23.7666	10.0725	14.8361	26.1361	32.6002
Length  360, alignments in bytes  1/ 7:	23.0122	10.0253	14.5725	25.7125	30.2618
Length  360, alignments in bytes  7/ 1:	23.9788	10.0543	15.0514	26.4175	33.4971
Length  360, alignments in bytes  3/ 4:	23.5507	10.0436	14.9564	25.774	31.6837
Length  360, alignments in bytes  4/ 3:	23.6519	10.0665	14.7559	26.1088	32.3893
Length  360, alignments in bytes  5/ 7:	23.0214	10.0222	14.6543	25.6617	30.2712
Length  360, alignments in bytes  7/ 5:	23.7732	10.0576	15.058	26.1995	32.0995
Length  364, alignments in bytes  0/ 4:	23.4487	10.0471	14.585	25.8599	32.4054
Length  364, alignments in bytes  4/ 0:	22.8877	10.3173	15.1212	25.762	32.1886
Length  364, alignments in bytes  4/ 4:	18.058	9.37256	11.8754	20.5811	25.3414
Length  364, alignments in bytes  2/ 2:	18.3519	9.10083	12.1251	20.7921	23.2957
Length  364, alignments in bytes  2/ 6:	23.4966	10.0481	14.7885	26.054	32.1487
Length  364, alignments in bytes  6/ 2:	23.8696	10.3146	15.1014	26.481	32.4166
Length  364, alignments in bytes  1/ 7:	23.3625	10.033	14.6648	25.8508	32.8136
Length  364, alignments in bytes  7/ 1:	24.1196	10.3171	15.1691	26.8359	32.8319
Length  364, alignments in bytes  3/ 4:	23.292	10.0576	15.0243	25.8661	32.4164
Length  364, alignments in bytes  4/ 3:	23.2769	10.3156	15.0466	26.1693	32.6786
Length  364, alignments in bytes  5/ 7:	23.3884	10.3722	14.9473	26.3256	33.7124
Length  364, alignments in bytes  7/ 5:	23.6031	10.3184	15.1818	26.3308	32.8168
Length  368, alignments in bytes  0/ 4:	23.4773	10.4039	14.9249	26.2212	31.6925
Length  368, alignments in bytes  4/ 0:	23.1282	10.3192	15.1144	25.9302	32.7618
Length  368, alignments in bytes  4/ 4:	18.1124	9.37292	11.9077	20.6267	24.7009
Length  368, alignments in bytes  2/ 2:	18.3031	9.3595	11.897	21.1803	25.1621
Length  368, alignments in bytes  2/ 6:	23.6132	10.4196	15.0144	26.9271	32.701
Length  368, alignments in bytes  6/ 2:	23.621	10.3124	15.1793	26.4438	31.946
Length  368, alignments in bytes  1/ 7:	23.5707	10.377	14.9406	26.1152	32.3754
Length  368, alignments in bytes  7/ 1:	23.8794	10.3053	14.8893	26.6157	33.6123
Length  368, alignments in bytes  3/ 4:	23.5272	10.4054	15.1124	26.0737	32.3351
Length  368, alignments in bytes  4/ 3:	23.6082	10.3099	15.3075	26.427	32.7831
Length  368, alignments in bytes  5/ 7:	23.5732	10.3875	14.9933	26.1017	32.0845
Length  368, alignments in bytes  7/ 5:	23.698	10.3152	14.8855	26.5732	32.6184
Length  372, alignments in bytes  0/ 4:	23.5297	10.4047	14.9335	26.4044	33.0806
Length  372, alignments in bytes  4/ 0:	23.2236	10.3042	15.3889	26.0918	31.9938
Length  372, alignments in bytes  4/ 4:	18.1487	9.3656	12.225	20.8771	23.6948
Length  372, alignments in bytes  2/ 2:	18.3811	9.36816	11.9937	21.2819	25.4023
Length  372, alignments in bytes  2/ 6:	23.8182	10.3945	15.124	26.568	40.9156
Length  372, alignments in bytes  6/ 2:	23.8157	10.3198	15.4465	26.7122	32.3679
Length  372, alignments in bytes  1/ 7:	23.6085	10.3861	15.0181	26.5536	33.0209
Length  372, alignments in bytes  7/ 1:	23.9777	10.3101	15.5345	27.1089	31.6298
Length  372, alignments in bytes  3/ 4:	23.5605	10.4058	14.8486	26.4283	31.9346
Length  372, alignments in bytes  4/ 3:	23.8098	10.458	15.3816	26.9012	32.4589
Length  372, alignments in bytes  5/ 7:	23.6436	10.3817	15.3014	26.8368	33.1498
Length  372, alignments in bytes  7/ 5:	23.9139	10.3185	15.5422	27.0371	36.629
Length  376, alignments in bytes  0/ 4:	23.7367	10.405	15.2578	26.8175	32.5806
Length  376, alignments in bytes  4/ 0:	23.4017	10.3254	15.4548	26.4497	31.6824
Length  376, alignments in bytes  4/ 4:	18.2216	9.36633	12.3281	21.0066	23.5571
Length  376, alignments in bytes  2/ 2:	18.6127	9.36646	12.3027	21.4843	24.0889
Length  376, alignments in bytes  2/ 6:	23.7834	10.4012	15.4139	26.7736	32.4609
Length  376, alignments in bytes  6/ 2:	23.9059	10.3154	15.5402	27.5266	33.052
Length  376, alignments in bytes  1/ 7:	23.6707	10.3787	15.2909	26.5515	31.6906
Length  376, alignments in bytes  7/ 1:	24.1714	10.3191	15.5715	27.0171	33.9679
Length  376, alignments in bytes  3/ 4:	23.7463	10.3993	15.4858	26.6125	32.8666
Length  376, alignments in bytes  4/ 3:	23.885	10.3153	15.451	26.7162	33.1025
Length  376, alignments in bytes  5/ 7:	23.6556	10.3711	15.3761	26.5481	32.5287
Length  376, alignments in bytes  7/ 5:	23.9691	10.311	15.5537	26.7996	32.3218
Length  380, alignments in bytes  0/ 4:	23.8933	10.4008	15.3153	26.7612	33.2452
Length  380, alignments in bytes  4/ 0:	24.4133	10.7218	15.3833	26.9071	32.0936
Length  380, alignments in bytes  4/ 4:	19.0741	9.65552	12.0632	21.428	27.694
Length  380, alignments in bytes  2/ 2:	18.5491	9.36096	12.4188	21.3738	23.952
Length  380, alignments in bytes  2/ 6:	23.9744	10.4036	15.5057	26.8547	32.1393
Length  380, alignments in bytes  6/ 2:	24.9093	10.7249	15.6578	27.2931	33.5413
Length  380, alignments in bytes  1/ 7:	23.8635	10.3826	15.3826	26.7346	33.5388
Length  380, alignments in bytes  7/ 1:	25.2205	10.704	15.8606	27.5271	33.6274
Length  380, alignments in bytes  3/ 4:	23.9017	10.4073	15.5372	26.8542	33.4022
Length  380, alignments in bytes  4/ 3:	24.9047	10.7161	15.849	27.4104	38.4734
Length  380, alignments in bytes  5/ 7:	24.7726	10.6965	15.4904	27.1501	32.9637
Length  380, alignments in bytes  7/ 5:	25.0671	10.7144	15.4374	27.4232	33.9519
Length  384, alignments in bytes  0/ 4:	24.8613	10.7137	15.2356	27.2852	33.5955
Length  384, alignments in bytes  4/ 0:	24.392	10.7186	15.6115	27.0865	33.9222
Length  384, alignments in bytes  4/ 4:	19.1873	9.65381	12.0933	21.8324	24.4791
Length  384, alignments in bytes  2/ 2:	19.3962	9.63147	12.0964	22.9354	24.6364
Length  384, alignments in bytes  2/ 6:	24.9685	10.7124	15.6085	27.6088	34.3868
Length  384, alignments in bytes  6/ 2:	25.1569	10.7181	15.7593	27.6685	34.3408
Length  384, alignments in bytes  1/ 7:	24.9541	10.6954	15.4773	27.3839	32.2871
Length  384, alignments in bytes  7/ 1:	25.4077	10.7321	15.4152	27.7098	34.2076
Length  384, alignments in bytes  3/ 4:	24.9064	10.7109	15.4102	27.5922	33.5724
Length  384, alignments in bytes  4/ 3:	25.0502	10.7183	15.8154	27.4271	39.7585
Length  384, alignments in bytes  5/ 7:	24.9622	10.7072	15.5353	27.3931	32.3088
Length  384, alignments in bytes  7/ 5:	25.1656	10.7216	15.4117	27.4634	33.9167
Length  388, alignments in bytes  0/ 4:	25.0269	10.7208	15.5103	27.5465	33.6719
Length  388, alignments in bytes  4/ 0:	24.4945	10.7334	16.1458	27.068	33.5883
Length  388, alignments in bytes  4/ 4:	19.2273	9.64246	12.4366	21.8013	24.8807
Length  388, alignments in bytes  2/ 2:	19.4984	9.63501	12.1676	21.875	24.2517
Length  388, alignments in bytes  2/ 6:	25.121	10.7277	15.6752	27.618	34.649
Length  388, alignments in bytes  6/ 2:	25.2843	10.7106	15.8116	27.7661	33.5475
Length  388, alignments in bytes  1/ 7:	25.0453	10.6974	15.5288	27.7131	33.9755
Length  388, alignments in bytes  7/ 1:	25.6884	10.7183	16.0712	28.297	33.9751
Length  388, alignments in bytes  3/ 4:	25.0745	10.7163	15.3699	27.5881	32.5311
Length  388, alignments in bytes  4/ 3:	25.3115	10.7252	15.9373	28.0959	33.4567
Length  388, alignments in bytes  5/ 7:	25.0857	10.6891	15.6561	27.6613	32.8531
Length  388, alignments in bytes  7/ 5:	25.3619	10.7201	16.0917	27.9292	35.1234
Length  392, alignments in bytes  0/ 4:	25.1234	10.7183	15.797	28.0714	33.6338
Length  392, alignments in bytes  4/ 0:	24.7805	10.7128	16.1556	27.2559	34.4398
Length  392, alignments in bytes  4/ 4:	19.3164	9.6405	12.5105	21.8867	24.5312
Length  392, alignments in bytes  2/ 2:	19.6129	9.63306	12.5231	22.0002	25.4362
Length  392, alignments in bytes  2/ 6:	25.2638	10.7274	15.7866	27.7894	32.3638
Length  392, alignments in bytes  6/ 2:	25.4673	10.7163	15.9384	28.2711	34.4377
Length  392, alignments in bytes  1/ 7:	25.0385	10.7019	15.6573	27.6744	32.5753
Length  392, alignments in bytes  7/ 1:	25.7224	10.7246	16.1057	28.2377	34.8076
Length  392, alignments in bytes  3/ 4:	25.1986	10.7245	16.0293	27.6869	33.7472
Length  392, alignments in bytes  4/ 3:	25.3781	10.7122	15.8226	27.9414	33.3983
Length  392, alignments in bytes  5/ 7:	25.0315	10.6993	15.7303	27.5715	32.8606
Length  392, alignments in bytes  7/ 5:	25.4855	10.7163	16.1196	28.0063	34.4005
Length  396, alignments in bytes  0/ 4:	25.1632	10.7224	16.0209	27.6671	33.7109
Length  396, alignments in bytes  4/ 0:	24.8694	11.1687	16.2617	27.6553	34.4294
Length  396, alignments in bytes  4/ 4:	19.3862	10.0475	12.4176	22.2742	25.0496
Length  396, alignments in bytes  2/ 2:	19.6925	9.63855	12.5909	22.236	23.4434
Length  396, alignments in bytes  2/ 6:	25.2445	10.7208	16.2157	27.7485	34.297
Length  396, alignments in bytes  6/ 2:	25.5883	11.1588	16.1895	28.8898	34.6803
Length  396, alignments in bytes  1/ 7:	25.1991	10.7013	16.0748	27.6689	33.5966
Length  396, alignments in bytes  7/ 1:	25.824	11.1614	16.1908	28.6855	34.9626
Length  396, alignments in bytes  3/ 4:	25.0874	10.7363	16.0679	27.6635	33.6151
Length  396, alignments in bytes  4/ 3:	25.2733	11.1719	16.1173	28.1503	34.5007
Length  396, alignments in bytes  5/ 7:	25.2296	11.1438	16.0299	28.0148	35.094
Length  396, alignments in bytes  7/ 5:	25.5187	11.1698	16.2268	28.1829	35.2161
Length  400, alignments in bytes  0/ 4:	25.1471	11.1768	15.9976	28.2233	34.9907
Length  400, alignments in bytes  4/ 0:	24.9312	11.163	16.142	28.2769	33.5397
Length  400, alignments in bytes  4/ 4:	19.4489	10.0377	12.4653	22.3636	24.4209
Length  400, alignments in bytes  2/ 2:	19.674	10.0364	12.4568	22.4888	25.3003
Length  400, alignments in bytes  2/ 6:	25.1942	11.179	16.1261	27.974	34.9691
Length  400, alignments in bytes  6/ 2:	25.3986	11.1708	16.2388	28.2927	35.0505
Length  400, alignments in bytes  1/ 7:	25.2434	11.1394	16.0175	27.9568	34.4685
Length  400, alignments in bytes  7/ 1:	25.6881	11.1664	15.9448	28.4983	35.5764
Length  400, alignments in bytes  3/ 4:	25.1843	11.1663	16.1899	27.88	35.0123
Length  400, alignments in bytes  4/ 3:	25.3997	11.1685	16.244	28.6206	34.2969
Length  400, alignments in bytes  5/ 7:	25.3953	11.2206	16.0602	27.9376	34.4188
Length  400, alignments in bytes  7/ 5:	25.46	11.1559	15.9315	28.2325	34.8799
Length  404, alignments in bytes  0/ 4:	25.4733	11.1635	16.0182	28.3153	34.1285
Length  404, alignments in bytes  4/ 0:	25.043	11.1448	16.4958	28.5275	33.5806
Length  404, alignments in bytes  4/ 4:	19.4427	10.036	12.7883	22.733	25.3865
Length  404, alignments in bytes  2/ 2:	19.7177	10.0239	12.5065	22.527	25.0327
Length  404, alignments in bytes  2/ 6:	25.5054	11.1718	16.2079	28.4003	34.9756
Length  404, alignments in bytes  6/ 2:	25.4617	11.1611	16.5127	28.5551	34.9572
Length  404, alignments in bytes  1/ 7:	25.7162	11.1348	16.0697	28.2032	35.5629
Length  404, alignments in bytes  7/ 1:	25.7922	11.1663	16.6014	28.6415	34.2108
Length  404, alignments in bytes  3/ 4:	25.4894	11.1746	15.8938	28.3571	35.3197
Length  404, alignments in bytes  4/ 3:	25.5848	11.1647	16.5776	28.6798	33.4069
Length  404, alignments in bytes  5/ 7:	25.5079	11.139	16.366	28.4819	34.0541
Length  404, alignments in bytes  7/ 5:	25.6708	11.1593	16.5999	28.6516	36.609
Length  408, alignments in bytes  0/ 4:	25.5604	11.1687	16.3046	28.5133	34.8616
Length  408, alignments in bytes  4/ 0:	25.2181	11.1692	16.509	28.3164	35.7114
Length  408, alignments in bytes  4/ 4:	19.5208	10.0326	12.8483	22.4778	25.1946
Length  408, alignments in bytes  2/ 2:	19.7167	10.0354	12.8357	22.8127	24.9663
Length  408, alignments in bytes  2/ 6:	25.5345	11.1727	16.4669	28.5637	34.7808
Length  408, alignments in bytes  6/ 2:	25.6462	11.155	16.6016	28.5319	34.5154
Length  408, alignments in bytes  1/ 7:	25.4979	11.1431	16.3539	28.557	33.5392
Length  408, alignments in bytes  7/ 1:	25.9834	11.1578	16.6525	28.8303	36.3552
Length  408, alignments in bytes  3/ 4:	25.493	11.1689	16.7712	28.5258	34.8954
Length  408, alignments in bytes  4/ 3:	25.7289	11.1591	16.5272	28.6604	35.3676
Length  408, alignments in bytes  5/ 7:	25.5175	11.1475	16.439	28.5381	34.5293
Length  408, alignments in bytes  7/ 5:	25.762	11.1609	16.6248	29.2662	35.6599
Length  412, alignments in bytes  0/ 4:	25.6622	11.1633	16.3839	28.6055	36.2225
Length  412, alignments in bytes  4/ 0:	25.3177	11.5979	16.5286	29.2778	35.8035
Length  412, alignments in bytes  4/ 4:	19.549	10.3158	12.7777	22.9084	26.7411
Length  412, alignments in bytes  2/ 2:	19.8213	10.0337	12.9393	22.9846	23.9229
Length  412, alignments in bytes  2/ 6:	25.7323	11.1707	16.5419	28.6649	36.8492
Length  412, alignments in bytes  6/ 2:	25.7728	11.601	16.7177	29.1622	35.5867
Length  412, alignments in bytes  1/ 7:	25.519	11.1241	16.4358	29.0153	34.224
Length  412, alignments in bytes  7/ 1:	26.1223	11.8721	16.547	29.8914	35.842
Length  412, alignments in bytes  3/ 4:	25.691	11.1685	16.5773	28.6454	35.1864
Length  412, alignments in bytes  4/ 3:	25.8317	11.5962	16.4802	29.3401	34.2874
Length  412, alignments in bytes  5/ 7:	25.5806	11.5042	16.5596	29.9678	36.6338
Length  412, alignments in bytes  7/ 5:	26.0973	11.5986	16.5259	29.2269	35.915
Length  416, alignments in bytes  0/ 4:	25.7292	11.5376	16.4849	29.7642	34.9697
Length  416, alignments in bytes  4/ 0:	25.1594	11.5975	16.6931	28.73	36.4493
Length  416, alignments in bytes  4/ 4:	19.6125	10.3306	12.8141	22.9846	24.3257
Length  416, alignments in bytes  2/ 2:	19.8542	10.3221	12.8193	23.3883	24.6953
Length  416, alignments in bytes  2/ 6:	25.8439	11.5405	16.6758	29.2737	36.3987
Length  416, alignments in bytes  6/ 2:	26.1001	11.5981	16.8376	29.4017	36.7682
Length  416, alignments in bytes  1/ 7:	26.0349	11.5065	16.5533	29.3009	35.6689
Length  416, alignments in bytes  7/ 1:	26.41	11.5872	16.486	29.567	37.5056
Length  416, alignments in bytes  3/ 4:	25.7775	11.5488	16.4801	29.2406	36.4817
Length  416, alignments in bytes  4/ 3:	25.9121	11.5934	16.7024	29.2683	36.7607
Length  416, alignments in bytes  5/ 7:	25.8638	11.5007	16.6213	29.2887	35.6226
Length  416, alignments in bytes  7/ 5:	26.1639	11.6595	16.4878	30.2057	36.4503
Length  420, alignments in bytes  0/ 4:	25.9286	11.5448	16.5624	29.2664	35.0032
Length  420, alignments in bytes  4/ 0:	25.392	11.6086	17.0916	28.9109	35.3304
Length  420, alignments in bytes  4/ 4:	19.6691	10.3163	13.1526	23.2568	27.1112
Length  420, alignments in bytes  2/ 2:	19.8944	10.3275	12.9086	23.2941	25.6826
Length  420, alignments in bytes  2/ 6:	26.0376	11.5378	16.7537	30.1245	36.65
Length  420, alignments in bytes  6/ 2:	26.1653	11.6021	16.8826	29.5975	36.3914
Length  420, alignments in bytes  1/ 7:	25.8711	11.5122	16.6107	29.223	36.5524
Length  420, alignments in bytes  7/ 1:	26.509	11.5963	17.2369	30.0614	36.4031
Length  420, alignments in bytes  3/ 4:	25.9911	11.5283	16.5193	29.3458	36.6901
Length  420, alignments in bytes  4/ 3:	26.2112	11.5889	17.093	29.6648	35.4076
Length  420, alignments in bytes  5/ 7:	25.9113	11.5098	16.7098	29.5637	35.1311
Length  420, alignments in bytes  7/ 5:	26.3696	11.5946	17.15	29.87	36.6461
Length  424, alignments in bytes  0/ 4:	26.0566	11.5411	16.8448	29.454	36.0446
Length  424, alignments in bytes  4/ 0:	25.4244	11.5984	16.8711	28.9069	36.8771
Length  424, alignments in bytes  4/ 4:	19.6981	10.3268	13.2207	23.3285	27.9983
Length  424, alignments in bytes  2/ 2:	19.963	10.3276	13.3478	23.8711	27.2969
Length  424, alignments in bytes  2/ 6:	26.1648	11.5349	16.83	29.5718	36.4191
Length  424, alignments in bytes  6/ 2:	26.3739	11.6034	16.9845	29.9459	35.4078
Length  424, alignments in bytes  1/ 7:	25.814	11.5127	16.7091	29.5365	36.9496
Length  424, alignments in bytes  7/ 1:	26.7018	11.598	17.2295	30.15	37.694
Length  424, alignments in bytes  3/ 4:	26.0968	11.5289	17.1625	29.7538	36.0417
Length  424, alignments in bytes  4/ 3:	26.1591	11.5909	16.8789	29.8781	36.8391
Length  424, alignments in bytes  5/ 7:	25.7338	11.509	16.8016	29.5359	36.5728
Length  424, alignments in bytes  7/ 5:	26.509	11.588	17.1693	29.9189	36.2751
Length  428, alignments in bytes  0/ 4:	25.7362	11.5453	16.7412	29.4861	37.1943
Length  428, alignments in bytes  4/ 0:	25.6357	11.8749	18.8784	29.8915	38.2736
Length  428, alignments in bytes  4/ 4:	19.6638	10.5791	13.0859	23.5267	28.2537
Length  428, alignments in bytes  2/ 2:	20.0571	10.332	13.3708	24.0957	26.0908
Length  428, alignments in bytes  2/ 6:	25.8649	11.5385	16.9266	29.5714	36.9716
Length  428, alignments in bytes  6/ 2:	26.4839	11.875	17.2489	31.022	40.342
Length  428, alignments in bytes  1/ 7:	25.8909	11.524	16.7837	29.5067	37.4044
Length  428, alignments in bytes  7/ 1:	26.7948	11.8765	17.2632	30.632	37.7366
Length  428, alignments in bytes  3/ 4:	25.7435	11.55	17.1423	29.4858	36.494
Length  428, alignments in bytes  4/ 3:	25.9894	11.8834	17.2518	30.7019	37.4371
Length  428, alignments in bytes  5/ 7:	25.9044	11.7861	17.1028	29.8291	38.6898
Length  428, alignments in bytes  7/ 5:	26.0886	11.8821	17.277	30.0663	38.9258
Length  432, alignments in bytes  0/ 4:	26.0516	11.8138	17.1228	30.896	38.1758
Length  432, alignments in bytes  4/ 0:	25.7332	11.8701	17.2242	30.2013	41.4921
Length  432, alignments in bytes  4/ 4:	19.6899	10.5718	13.1116	23.593	25.7726
Length  432, alignments in bytes  2/ 2:	19.9423	10.5679	13.1016	24.0476	27.323
Length  432, alignments in bytes  2/ 6:	26.0132	11.8196	17.1917	29.9443	38.2898
Length  432, alignments in bytes  6/ 2:	26.0731	11.8818	17.2971	30.3348	38.0803
Length  432, alignments in bytes  1/ 7:	26.0579	11.7883	17.1115	30.8698	38.4978
Length  432, alignments in bytes  7/ 1:	26.4315	11.8779	17.0538	30.3295	38.2838
Length  432, alignments in bytes  3/ 4:	25.9686	11.8181	17.2582	30.9132	38.1473
Length  432, alignments in bytes  4/ 3:	26.098	11.8749	17.2098	30.0497	39.0226
Length  432, alignments in bytes  5/ 7:	26.0703	11.7855	17.1602	30.8036	37.1937
Length  432, alignments in bytes  7/ 5:	26.1602	11.8719	17.106	30.1677	38.1641
Length  436, alignments in bytes  0/ 4:	25.9969	11.8245	17.0983	30.3688	45.1473
Length  436, alignments in bytes  4/ 0:	26.0026	11.8778	17.5675	29.8804	36.6492
Length  436, alignments in bytes  4/ 4:	19.7292	10.5708	13.4323	24.0431	27.0824
Length  436, alignments in bytes  2/ 2:	20.006	10.575	13.2068	24.1125	27.5756
Length  436, alignments in bytes  2/ 6:	26.1085	11.8098	17.2554	30.3691	40.097
Length  436, alignments in bytes  6/ 2:	26.2843	11.87	17.676	30.396	37.5079
Length  436, alignments in bytes  1/ 7:	26.1866	11.7919	17.1296	30.0797	38.3434
Length  436, alignments in bytes  7/ 1:	26.5258	11.8813	17.7025	30.684	37.5677
Length  436, alignments in bytes  3/ 4:	26.0399	11.8157	17.0182	30.1145	41.6523
Length  436, alignments in bytes  4/ 3:	26.5302	11.8806	17.5486	30.6448	37.1074
Length  436, alignments in bytes  5/ 7:	26.1669	11.7982	17.4314	30.6099	38.053
Length  436, alignments in bytes  7/ 5:	26.3536	11.8892	17.6774	30.7645	39.394
Length  440, alignments in bytes  0/ 4:	26.2415	11.8145	17.3853	30.3511	37.2
Length  440, alignments in bytes  4/ 0:	25.9951	11.876	17.5979	30.2125	38.9708
Length  440, alignments in bytes  4/ 4:	19.84	10.5745	13.5505	24.1334	26.9464
Length  440, alignments in bytes  2/ 2:	20.0709	10.5726	13.5211	24.2333	26.953
Length  440, alignments in bytes  2/ 6:	26.3114	11.8154	17.5692	30.6871	37.8615
Length  440, alignments in bytes  6/ 2:	26.3508	11.8813	17.6761	30.3866	37.9683
Length  440, alignments in bytes  1/ 7:	26.459	11.7886	17.4318	30.6367	37.8767
Length  440, alignments in bytes  7/ 1:	26.6578	12.2983	21.543	30.8707	47.2672
Length  440, alignments in bytes  3/ 4:	26.2548	11.8199	17.6298	30.3721	37.6953
Length  440, alignments in bytes  4/ 3:	26.6151	11.8798	17.599	30.7783	38.064
Length  440, alignments in bytes  5/ 7:	26.4374	11.7859	17.4889	30.6392	36.7666
Length  440, alignments in bytes  7/ 5:	26.4795	11.8843	17.7086	30.8856	37.8337
Length  444, alignments in bytes  0/ 4:	26.5369	11.8141	17.4399	31.0315	39.3881
Length  444, alignments in bytes  4/ 0:	27.0393	12.1862	17.9952	30.5438	37.5458
Length  444, alignments in bytes  4/ 4:	20.7401	10.8314	13.2531	24.4137	28.2235
Length  444, alignments in bytes  2/ 2:	20.1887	10.5795	13.683	24.3152	26.9402
Length  444, alignments in bytes  2/ 6:	26.4417	11.8182	17.6089	31.1022	38.8787
Length  444, alignments in bytes  6/ 2:	27.7712	12.1804	17.7838	31.4019	39.1608
Length  444, alignments in bytes  1/ 7:	26.4741	11.7965	17.521	30.7705	36.6987
Length  444, alignments in bytes  7/ 1:	27.7266	12.1812	17.6074	31.4846	37.3234
Length  444, alignments in bytes  3/ 4:	26.3477	11.8344	17.6884	31.0342	38.9786
Length  444, alignments in bytes  4/ 3:	27.5913	12.1776	17.5532	31.0322	36.8333
Length  444, alignments in bytes  5/ 7:	27.4515	12.0513	17.6661	31.9501	39.0958
Length  444, alignments in bytes  7/ 5:	27.7892	12.1774	18.0222	31.1312	37.4792
Length  448, alignments in bytes  0/ 4:	27.5171	12.0773	17.7935	31.1852	37.7858
Length  448, alignments in bytes  4/ 0:	26.9034	12.1844	17.7786	30.5211	40.1638
Length  448, alignments in bytes  4/ 4:	20.8502	10.8335	13.3029	24.5728	27.672
Length  448, alignments in bytes  2/ 2:	21.1235	10.8379	13.2997	24.6313	28.0538
Length  448, alignments in bytes  2/ 6:	27.5736	12.0759	17.7333	31.1715	38.9664
Length  448, alignments in bytes  6/ 2:	27.8679	12.174	17.871	31.2872	38.891
Length  448, alignments in bytes  1/ 7:	27.6187	12.0477	17.6401	31.2256	39.3077
Length  448, alignments in bytes  7/ 1:	28.3088	12.1821	17.5635	31.4165	40.2291
Length  448, alignments in bytes  3/ 4:	27.5493	12.0822	17.9653	31.099	37.803
Length  448, alignments in bytes  4/ 3:	27.764	12.1843	17.7753	32.1984	39.7079
Length  448, alignments in bytes  5/ 7:	27.6608	12.052	17.6909	31.1837	38.2563
Length  448, alignments in bytes  7/ 5:	27.796	12.1792	17.5569	32.2694	39.5487
Length  452, alignments in bytes  0/ 4:	27.7045	12.0809	17.6775	31.1538	38.8097
Length  452, alignments in bytes  4/ 0:	26.9633	12.1858	18.1122	30.8954	38.8046
Length  452, alignments in bytes  4/ 4:	20.9448	10.8339	13.6777	24.7722	28.5292
Length  452, alignments in bytes  2/ 2:	21.2433	10.8265	13.3636	24.775	27.7003
Length  452, alignments in bytes  2/ 6:	27.7676	12.0768	17.8082	31.3511	41.0219
Length  452, alignments in bytes  6/ 2:	28.1747	12.1805	18.3207	31.5015	37.5765
Length  452, alignments in bytes  1/ 7:	27.7312	12.0398	17.7058	31.1202	37.7434
Length  452, alignments in bytes  7/ 1:	28.1908	12.1705	18.2377	31.9626	39.7703
Length  452, alignments in bytes  3/ 4:	27.7753	12.0902	17.5248	31.2174	38.7041
Length  452, alignments in bytes  4/ 3:	27.9468	12.1846	18.0923	31.6709	43.2145
Length  452, alignments in bytes  5/ 7:	27.7261	12.043	18.1494	31.479	37.9631
Length  452, alignments in bytes  7/ 5:	28.0205	12.1847	18.2194	31.7437	38.8354
Length  456, alignments in bytes  0/ 4:	27.8024	12.0784	17.9319	31.3538	38.6379
Length  456, alignments in bytes  4/ 0:	27.5427	12.1898	17.9619	31.1598	39.1737
Length  456, alignments in bytes  4/ 4:	21.0166	10.8386	13.7422	24.8701	29.9015
Length  456, alignments in bytes  2/ 2:	21.3282	10.8322	13.736	25.2051	26.5153
Length  456, alignments in bytes  2/ 6:	28.0168	12.0762	18.246	31.6158	38.4546
Length  456, alignments in bytes  6/ 2:	28.2527	12.1859	18.3862	31.9188	39.4973
Length  456, alignments in bytes  1/ 7:	27.8192	12.0453	18.1577	31.4823	38.3647
Length  456, alignments in bytes  7/ 1:	28.3781	12.1881	18.27	32.1652	40.3187
Length  456, alignments in bytes  3/ 4:	27.873	12.0717	18.1743	31.4	39.277
Length  456, alignments in bytes  4/ 3:	28.1394	12.1869	18.3043	31.806	39.4685
Length  456, alignments in bytes  5/ 7:	27.807	12.042	18.2249	31.4658	38.6515
Length  456, alignments in bytes  7/ 5:	28.1201	12.1881	18.2574	31.8431	38.5336
Length  460, alignments in bytes  0/ 4:	27.58	12.0845	17.8201	31.3438	40.5106
Length  460, alignments in bytes  4/ 0:	27.2816	12.5885	18.5406	31.6543	39.7982
Length  460, alignments in bytes  4/ 4:	20.8857	11.2126	13.635	24.9955	29.5898
Length  460, alignments in bytes  2/ 2:	21.4281	10.8347	13.8116	25.1213	28.5859
Length  460, alignments in bytes  2/ 6:	27.6925	12.0886	17.9961	31.4469	40.5498
Length  460, alignments in bytes  6/ 2:	28.2659	12.5741	18.3418	32.3903	40.0103
Length  460, alignments in bytes  1/ 7:	27.5989	12.0533	17.8741	31.3911	39.3644
Length  460, alignments in bytes  7/ 1:	28.5764	12.574	18.3981	32.4928	38.6027
Length  460, alignments in bytes  3/ 4:	27.5709	12.089	18.2196	31.3386	40.3488
Length  460, alignments in bytes  4/ 3:	27.6588	12.5745	18.3065	31.9966	40.6245
Length  460, alignments in bytes  5/ 7:	27.5892	12.4963	18.1643	31.8558	39.5338
Length  460, alignments in bytes  7/ 5:	27.8507	12.5802	18.3724	31.9635	45.015
Length  464, alignments in bytes  0/ 4:	27.7633	12.5278	18.1517	31.5884	40.0704
Length  464, alignments in bytes  4/ 0:	27.5284	12.5725	18.2987	31.5811	42.3375
Length  464, alignments in bytes  4/ 4:	20.9487	11.2057	13.668	25.0536	29.2296
Length  464, alignments in bytes  2/ 2:	21.2665	11.2009	13.6707	25.454	29.7172
Length  464, alignments in bytes  2/ 6:	27.8834	12.5374	18.293	31.7513	39.9023
Length  464, alignments in bytes  6/ 2:	27.9329	12.5801	18.4669	32.0403	41.3634
Length  464, alignments in bytes  1/ 7:	27.8767	12.4961	18.1821	31.7255	39.9501
Length  464, alignments in bytes  7/ 1:	28.1709	12.5748	18.1378	32.2695	41.4185
Length  464, alignments in bytes  3/ 4:	27.8104	12.5293	18.3324	31.998	40.6232
Length  464, alignments in bytes  4/ 3:	27.8191	12.5846	18.3517	32.0077	39.5619
Length  464, alignments in bytes  5/ 7:	27.8972	12.514	18.2556	31.7064	40.0441
Length  464, alignments in bytes  7/ 5:	27.9421	12.5767	18.1204	31.9943	44.0383
Length  468, alignments in bytes  0/ 4:	27.8645	12.5305	18.192	32.0872	40.6414
Length  468, alignments in bytes  4/ 0:	27.7822	12.5773	18.6635	31.7323	39.8839
Length  468, alignments in bytes  4/ 4:	21.0267	11.205	14.0155	25.2761	29.1821
Length  468, alignments in bytes  2/ 2:	21.3391	11.201	13.7452	25.3903	29.2739
Length  468, alignments in bytes  2/ 6:	27.9536	12.5326	18.3438	32.0469	48.6567
Length  468, alignments in bytes  6/ 2:	28.1525	12.5859	18.6644	32.897	40.3556
Length  468, alignments in bytes  1/ 7:	27.854	12.7917	18.303	32.869	39.3267
Length  468, alignments in bytes  7/ 1:	28.2383	12.5786	18.7985	33.0096	39.4625
Length  468, alignments in bytes  3/ 4:	27.8754	12.5413	18.0901	32.0356	40.8179
Length  468, alignments in bytes  4/ 3:	28.1665	12.5782	18.6154	32.2814	40.1587
Length  468, alignments in bytes  5/ 7:	27.8879	12.4938	18.5265	32.2373	40.3744
Length  468, alignments in bytes  7/ 5:	28.1129	12.5857	18.7766	32.7461	41.2128
Length  472, alignments in bytes  0/ 4:	28.0498	12.537	18.4722	32.55	40.3463
Length  472, alignments in bytes  4/ 0:	27.7887	12.582	18.6704	32.0431	40.8214
Length  472, alignments in bytes  4/ 4:	21.0703	11.2008	14.0782	25.3209	27.2207
Length  472, alignments in bytes  2/ 2:	21.4291	11.2023	14.0715	25.7385	29.0416
Length  472, alignments in bytes  2/ 6:	28.3031	12.5388	18.6263	32.676	40.4469
Length  472, alignments in bytes  6/ 2:	28.5634	12.5825	18.7896	32.2804	40.9788
Length  472, alignments in bytes  1/ 7:	28.0225	12.4994	18.5096	32.5217	40.0074
Length  472, alignments in bytes  7/ 1:	28.4135	12.5902	18.7864	32.7847	41.927
Length  472, alignments in bytes  3/ 4:	28.1062	12.5405	18.8297	32.6178	40.7367
Length  472, alignments in bytes  4/ 3:	28.1249	12.5859	18.6633	32.4601	39.3835
Length  472, alignments in bytes  5/ 7:	28.0293	12.5018	18.5886	32.4906	40.7944
Length  472, alignments in bytes  7/ 5:	28.2194	12.5818	18.7753	32.9387	39.9164
Length  476, alignments in bytes  0/ 4:	28.2992	12.5402	18.5239	32.408	39.025
Length  476, alignments in bytes  4/ 0:	27.8612	12.959	19.4467	32.6111	39.6876
Length  476, alignments in bytes  4/ 4:	21.0714	11.4763	13.9988	25.8092	30.146
Length  476, alignments in bytes  2/ 2:	21.4746	11.1963	14.1588	25.6757	27.2278
Length  476, alignments in bytes  2/ 6:	28.3453	12.5432	18.7168	32.4424	41.4971
Length  476, alignments in bytes  6/ 2:	28.6261	12.9476	18.8979	33.3674	41.8143
Length  476, alignments in bytes  1/ 7:	28.2188	12.4991	18.6162	32.7625	40.9631
Length  476, alignments in bytes  7/ 1:	28.552	12.9617	18.7184	33.6925	42.2964
Length  476, alignments in bytes  3/ 4:	28.2625	12.5442	18.7589	32.3735	40.8563
Length  476, alignments in bytes  4/ 3:	28.3506	12.9573	18.6763	33.0459	49.363
Length  476, alignments in bytes  5/ 7:	28.2567	12.826	18.7244	34.2108	42.408
Length  476, alignments in bytes  7/ 5:	28.7743	12.9669	18.8044	33.2108	41.4404
Length  480, alignments in bytes  0/ 4:	28.446	12.8854	18.4686	32.9735	39.8113
Length  480, alignments in bytes  4/ 0:	27.8401	12.9539	18.8666	32.4307	40.8645
Length  480, alignments in bytes  4/ 4:	21.1372	11.4863	14.0575	25.9186	30.0186
Length  480, alignments in bytes  2/ 2:	21.4602	11.493	14.0505	26.048	29.952
Length  480, alignments in bytes  2/ 6:	28.618	12.874	19.1139	33.0159	39.7838
Length  480, alignments in bytes  6/ 2:	28.6825	12.96	18.9662	33.369	42.658
Length  480, alignments in bytes  1/ 7:	28.3325	12.8251	18.7291	33.0977	43.0034
Length  480, alignments in bytes  7/ 1:	28.8638	12.9623	18.6794	33.3405	42.8038
Length  480, alignments in bytes  3/ 4:	28.495	12.8708	18.667	33.1301	40.967
Length  480, alignments in bytes  4/ 3:	28.5782	12.9613	18.8845	34.4788	49.609
Length  480, alignments in bytes  5/ 7:	28.3467	12.8259	18.7778	33.0834	41.7458
Length  480, alignments in bytes  7/ 5:	28.6652	12.9646	18.6604	33.0902	41.8959
Length  484, alignments in bytes  0/ 4:	28.5381	12.8809	18.7903	33.2448	43.4451
Length  484, alignments in bytes  4/ 0:	27.9207	12.9651	19.2596	32.6343	40.4824
Length  484, alignments in bytes  4/ 4:	21.2493	11.4966	14.397	26.1821	29.9008
Length  484, alignments in bytes  2/ 2:	21.5631	11.4847	14.1438	26.2535	27.9839
Length  484, alignments in bytes  2/ 6:	28.5916	12.8707	18.8987	33.3418	46.8297
Length  484, alignments in bytes  6/ 2:	28.8784	12.9573	19.0619	34.8776	42.0212
Length  484, alignments in bytes  1/ 7:	28.6266	12.8273	18.7754	34.4069	43.3473
Length  484, alignments in bytes  7/ 1:	29.0409	12.9528	19.3339	33.736	42.1227
Length  484, alignments in bytes  3/ 4:	28.5671	12.8768	18.6078	33.2733	43.7056
Length  484, alignments in bytes  4/ 3:	28.655	12.9578	19.1697	34.746	43.4706
Length  484, alignments in bytes  5/ 7:	28.5497	12.8411	18.8801	33.5515	40.8083
Length  484, alignments in bytes  7/ 5:	29.057	12.9727	19.3419	33.855	40.3074
Length  488, alignments in bytes  0/ 4:	28.7147	12.8734	19.0533	35.3102	41.15
Length  488, alignments in bytes  4/ 0:	28.2592	12.9653	19.0546	32.7085	42.5024
Length  488, alignments in bytes  4/ 4:	21.3599	11.48	14.4795	26.2632	30.1158
Length  488, alignments in bytes  2/ 2:	21.6322	11.4908	14.4465	26.5725	29.9365
Length  488, alignments in bytes  2/ 6:	28.8082	12.8738	19.006	33.3616	41.7546
Length  488, alignments in bytes  6/ 2:	28.9647	12.9604	19.1448	33.7238	42.4546
Length  488, alignments in bytes  1/ 7:	28.2147	12.8302	18.8854	33.0573	41.1149
Length  488, alignments in bytes  7/ 1:	29.384	12.953	19.3636	33.9803	42.0898
Length  488, alignments in bytes  3/ 4:	28.7562	12.8763	19.3187	35.4103	40.4395
Length  488, alignments in bytes  4/ 3:	28.8563	12.9695	19.049	33.6581	41.8698
Length  488, alignments in bytes  5/ 7:	28.1923	12.8303	18.9667	33.0315	40.3856
Length  488, alignments in bytes  7/ 5:	28.9583	12.9677	19.3422	34.601	41.41
Length  492, alignments in bytes  0/ 4:	28.4166	12.8926	18.8964	33.2678	43.3993
Length  492, alignments in bytes  4/ 0:	28.0596	13.2178	19.3882	33.6422	41.9552
Length  492, alignments in bytes  4/ 4:	21.2599	11.7201	14.2855	26.4595	31.3981
Length  492, alignments in bytes  2/ 2:	21.7488	11.4896	14.5569	26.5508	28.1899
Length  492, alignments in bytes  2/ 6:	28.507	12.8822	19.0822	33.3197	42.5835
Length  492, alignments in bytes  6/ 2:	29.3512	13.2084	19.4104	34.2428	40.955
Length  492, alignments in bytes  1/ 7:	28.3795	12.84	18.9562	33.2428	42.4265
Length  492, alignments in bytes  7/ 1:	29.4792	13.2015	19.4764	34.627	41.1267
Length  492, alignments in bytes  3/ 4:	28.3986	12.8949	19.302	33.2893	42.098
Length  492, alignments in bytes  4/ 3:	28.4701	13.2001	19.3744	34.7272	47.6718
Length  492, alignments in bytes  5/ 7:	28.4125	13.29	19.2678	33.6639	43.4878
Length  492, alignments in bytes  7/ 5:	28.6946	13.2068	19.4408	33.8407	44.7117
Length  496, alignments in bytes  0/ 4:	28.6205	13.1567	19.2185	33.6711	42.512
Length  496, alignments in bytes  4/ 0:	28.2053	13.1948	19.4182	33.4784	47.7142
Length  496, alignments in bytes  4/ 4:	21.316	11.7292	14.3462	27.2023	30.8497
Length  496, alignments in bytes  2/ 2:	21.6366	11.7242	14.3428	26.8724	30.7042
Length  496, alignments in bytes  2/ 6:	28.5939	13.1566	19.3708	33.7456	42.6915
Length  496, alignments in bytes  6/ 2:	28.7534	13.2026	19.5819	33.938	45.1117
Length  496, alignments in bytes  1/ 7:	28.5714	13.1124	19.3306	33.8621	42.8827
Length  496, alignments in bytes  7/ 1:	29.004	13.1945	19.1962	34.3258	45.0785
Length  496, alignments in bytes  3/ 4:	28.4886	13.1555	19.4446	33.713	42.7327
Length  496, alignments in bytes  4/ 3:	28.653	13.2109	19.4475	33.8586	47.3816
Length  496, alignments in bytes  5/ 7:	28.5989	13.1162	19.4008	33.7957	42.9558
Length  496, alignments in bytes  7/ 5:	28.7216	13.2035	19.1968	33.864	41.233
Length  500, alignments in bytes  0/ 4:	28.874	13.14	19.2754	34.24	44.3365
Length  500, alignments in bytes  4/ 0:	28.386	13.2031	19.7611	33.5868	42.056
Length  500, alignments in bytes  4/ 4:	21.3912	11.7239	14.7675	26.7382	30.4601
Length  500, alignments in bytes  2/ 2:	21.7324	11.724	14.4353	26.8467	28.6891
Length  500, alignments in bytes  2/ 6:	29.1669	13.1577	19.4944	34.327	47.8607
Length  500, alignments in bytes  6/ 2:	28.8665	13.2156	19.7561	34.1718	41.7408
Length  500, alignments in bytes  1/ 7:	28.6714	13.118	19.3934	33.9055	43.5187
Length  500, alignments in bytes  7/ 1:	29.0275	13.2094	19.8547	34.3656	41.7933
Length  500, alignments in bytes  3/ 4:	28.688	13.1517	19.1508	33.8848	50.1932
Length  500, alignments in bytes  4/ 3:	28.8677	13.1985	20.0482	34.2482	41.8021
Length  500, alignments in bytes  5/ 7:	28.6732	13.1121	19.5961	34.0813	43.0356
Length  500, alignments in bytes  7/ 5:	28.9187	13.2	19.8397	34.1993	43.6112
Length  504, alignments in bytes  0/ 4:	29.1873	13.1584	19.5531	34.5016	41.9963
Length  504, alignments in bytes  4/ 0:	28.475	13.2168	19.762	33.9724	43.9231
Length  504, alignments in bytes  4/ 4:	21.47	11.7314	14.7666	26.7927	30.3687
Length  504, alignments in bytes  2/ 2:	21.8185	11.7273	14.7305	27.1353	30.606
Length  504, alignments in bytes  2/ 6:	29.1903	13.1617	19.7142	34.6406	40.9878
Length  504, alignments in bytes  6/ 2:	29.3899	13.2	19.8287	34.5946	44.5063
Length  504, alignments in bytes  1/ 7:	29.1949	13.1156	19.5973	34.0684	42.2087
Length  504, alignments in bytes  7/ 1:	29.2461	13.2048	19.9032	34.715	43.6301
Length  504, alignments in bytes  3/ 4:	28.8198	13.1608	19.7917	34.5361	42.6895
Length  504, alignments in bytes  4/ 3:	29.3429	13.2028	19.7684	34.1776	42.7594
Length  504, alignments in bytes  5/ 7:	28.8363	13.1134	19.6786	34.0702	43.1244
Length  504, alignments in bytes  7/ 5:	29.5022	13.1926	19.8755	34.2861	42.6521
Length  508, alignments in bytes  0/ 4:	29.0852	13.1642	19.6169	34.2861	44.3119
Length  508, alignments in bytes  4/ 0:	29.7091	13.5009	20.1396	34.5112	44.217
Length  508, alignments in bytes  4/ 4:	22.3872	11.9999	14.4447	27.2412	31.6443
Length  508, alignments in bytes  2/ 2:	21.9199	11.7137	14.8258	27.1798	30.4816
Length  508, alignments in bytes  2/ 6:	29.3409	13.1599	19.8522	34.3193	43.4673
Length  508, alignments in bytes  6/ 2:	30.4207	13.502	20.0941	34.8527	40.9264
Length  508, alignments in bytes  1/ 7:	29.0422	13.1222	19.7081	34.3534	43.8828
Length  508, alignments in bytes  7/ 1:	30.2809	13.5048	19.7798	35.551	43.9578
Length  508, alignments in bytes  3/ 4:	29.082	13.1658	20.1832	34.2527	44.6366
Length  508, alignments in bytes  4/ 3:	30.1975	13.5072	19.7488	35.2295	44.7549
Length  508, alignments in bytes  5/ 7:	30.046	13.4103	19.804	34.6626	45.0413
Length  508, alignments in bytes  7/ 5:	30.2903	13.5073	20.1801	34.9275	44.584
Length  512, alignments in bytes  0/ 4:	30.0817	13.4283	19.9789	34.8708	43.8638
Length  512, alignments in bytes  4/ 0:	29.4811	13.5092	19.9468	34.3552	53.7195
Length  512, alignments in bytes  4/ 4:	22.4805	11.986	14.4907	27.3606	31.5004
Length  512, alignments in bytes  2/ 2:	22.8059	11.9915	14.4801	27.5211	31.5369
Length  512, alignments in bytes  2/ 6:	30.1575	13.4286	19.9192	35.0365	43.7659
Length  512, alignments in bytes  6/ 2:	30.4761	13.5024	20.05	35.2133	44.9244
Length  512, alignments in bytes  1/ 7:	30.1837	13.4026	19.8016	34.9916	43.3496
Length  512, alignments in bytes  7/ 1:	30.63	13.4958	19.7446	35.2463	45.9366
Length  512, alignments in bytes  3/ 4:	30.1846	13.4324	20.1584	34.9038	42.1493
Length  512, alignments in bytes  4/ 3:	30.3173	13.5015	20.0516	34.9183	45.5963
Length  512, alignments in bytes  5/ 7:	30.1926	13.4113	19.8683	35.0155	44.6732
Length  512, alignments in bytes  7/ 5:	30.3901	13.5066	19.7651	36.2592	44.2965
  
Paul Murphy May 14, 2020, 1:48 p.m. UTC | #2
On Wed, May 13, 2020 at 6:16 PM Anton Blanchard via Libc-alpha
<libc-alpha@sourceware.org> wrote:
>
> Hi,
>
> Here's the full benchtests output.
>
> Thanks,
> Anton

I think both of these patches are OK for commit.  Thank you for
following up with benchtests.  This email never made it into my IBM
account for whatever reason.

On the note of benchtest readability, if it reported speedup from
baseline, it would greatly speedup my reading.
  
Paul E Murphy May 18, 2020, 1:33 p.m. UTC | #3
On 5/14/20 8:48 AM, Paul Murphy wrote:
> On Wed, May 13, 2020 at 6:16 PM Anton Blanchard via Libc-alpha
> <libc-alpha@sourceware.org> wrote:
>>
>> Hi,
>>
>> Here's the full benchtests output.
>>
>> Thanks,
>> Anton
> 
> I think both of these patches are OK for commit.  Thank you for
> following up with benchtests.  This email never made it into my IBM
> account for whatever reason.
> 
> On the note of benchtest readability, if it reported speedup from
> baseline, it would greatly speedup my reading.
> 

I have pushed both of these patches after a double check of multiarch P9 
and P9 baseline glibc builds last week.  Thank you for your contribution!
  

Patch

diff --git a/sysdeps/powerpc/powerpc64/le/power9/strcpy.S b/sysdeps/powerpc/powerpc64/le/power9/strcpy.S
new file mode 100644
index 0000000000..5749228054
--- /dev/null
+++ b/sysdeps/powerpc/powerpc64/le/power9/strcpy.S
@@ -0,0 +1,144 @@ 
+/* Optimized strcpy implementation for PowerPC64/POWER9.
+   Copyright (C) 2020 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
+
+#include <sysdep.h>
+
+#ifndef STRCPY
+# define STRCPY strcpy
+#endif
+
+/* Implements the function
+
+   char * [r3] strcpy (char *dest [r3], const char *src [r4])
+
+   The implementation can load bytes past a null terminator, but only
+   up to the next 16B boundary, so it never crosses a page.  */
+
+.machine power9
+ENTRY_TOCLESS (STRCPY, 4)
+	CALL_MCOUNT 2
+
+	/* NULL string optimisation  */
+	lbz	r0,0(r4)
+	stb	r0,0(r3)
+	cmpwi	r0,0
+	beqlr
+
+	addi	r4,r4,1
+	addi	r11,r3,1
+
+	vspltisb v18,0		/* Zeroes in v18  */
+
+	neg	r5,r4
+	rldicl	r9,r5,0,60	/* How many bytes to get source 16B aligned?  */
+
+	/* Get source 16B aligned  */
+	lvx	v0,0,r4
+	lvsr	v1,0,r4
+	vperm	v0,v18,v0,v1
+
+	vcmpequb v6,v0,v18	/* 0xff if byte is NULL, 0x00 otherwise  */
+	vctzlsbb r8,v6		/* Number of trailing zeroes  */
+	addi	r8,r8,1		/* Add null terminator  */
+
+	/* r8 = bytes including null
+	   r9 = bytes to get source 16B aligned
+	   if r8 > r9
+	      no null, copy r9 bytes
+	   else
+	      there is a null, copy r8 bytes and return.  */
+	cmpd	r8,r9
+	bgt	L(no_null)
+
+	sldi	r10,r8,56	/* stxvl wants size in top 8 bits  */
+	stxvl	32+v0,r11,r10	/* Partial store  */
+
+	blr
+
+L(no_null):
+	sldi	r10,r9,56	/* stxvl wants size in top 8 bits  */
+	stxvl	32+v0,r11,r10	/* Partial store  */
+
+	add	r4,r4,r9
+	add	r11,r11,r9
+
+L(loop):
+	lxv	32+v0,0(r4)
+	vcmpequb. v6,v0,v18	/* Any zero bytes?  */
+	bne	cr6,L(tail1)
+
+	lxv	32+v1,16(r4)
+	vcmpequb. v6,v1,v18	/* Any zero bytes?  */
+	bne	cr6,L(tail2)
+
+	lxv	32+v2,32(r4)
+	vcmpequb. v6,v2,v18	/* Any zero bytes?  */
+	bne	cr6,L(tail3)
+
+	lxv	32+v3,48(r4)
+	vcmpequb. v6,v3,v18	/* Any zero bytes?  */
+	bne	cr6,L(tail4)
+
+	stxv	32+v0,0(r11)
+	stxv	32+v1,16(r11)
+	stxv	32+v2,32(r11)
+	stxv	32+v3,48(r11)
+
+	addi	r4,r4,64
+	addi	r11,r11,64
+
+	b	L(loop)
+
+L(tail1):
+	vctzlsbb r8,v6
+	addi	r8,r8,1
+	sldi	r9,r8,56	/* stxvl wants size in top 8 bits  */
+	stxvl	32+v0,r11,r9
+	blr
+
+L(tail2):
+	stxv	32+v0,0(r11)
+	vctzlsbb r8,v6		/* Number of trailing zeroes  */
+	addi	r8,r8,1		/* Add null terminator  */
+	sldi	r10,r8,56	/* stxvl wants size in top 8 bits  */
+	addi	r11,r11,16
+	stxvl	32+v1,r11,r10	/* Partial store  */
+	blr
+
+L(tail3):
+	stxv	32+v0,0(r11)
+	stxv	32+v1,16(r11)
+	vctzlsbb r8,v6		/* Number of trailing zeroes  */
+	addi	r8,r8,1		/* Add null terminator  */
+	sldi	r10,r8,56	/* stxvl wants size in top 8 bits  */
+	addi	r11,r11,32
+	stxvl	32+v2,r11,r10	/* Partial store  */
+	blr
+
+L(tail4):
+	stxv	32+v0,0(r11)
+	stxv	32+v1,16(r11)
+	stxv	32+v2,32(r11)
+	vctzlsbb r8,v6		/* Number of trailing zeroes  */
+	addi	r8,r8,1		/* Add null terminator  */
+	sldi	r10,r8,56	/* stxvl wants size in top 8 bits  */
+	addi	r11,r11,48
+	stxvl	32+v3,r11,r10	/* Partial store  */
+	blr
+END (STRCPY)
+libc_hidden_builtin_def (strcpy)
diff --git a/sysdeps/powerpc/powerpc64/multiarch/Makefile b/sysdeps/powerpc/powerpc64/multiarch/Makefile
index ea936bf9ed..db11345053 100644
--- a/sysdeps/powerpc/powerpc64/multiarch/Makefile
+++ b/sysdeps/powerpc/powerpc64/multiarch/Makefile
@@ -32,7 +32,7 @@  sysdep_routines += memcpy-power8-cached memcpy-power7 memcpy-a2 memcpy-power6 \
 		   strncase-power8
 
 ifneq (,$(filter %le,$(config-machine)))
-sysdep_routines += strcmp-power9 strncmp-power9
+sysdep_routines += strcmp-power9 strncmp-power9 strcpy-power9
 endif
 CFLAGS-strncase-power7.c += -mcpu=power7 -funroll-loops
 CFLAGS-strncase_l-power7.c += -mcpu=power7 -funroll-loops
diff --git a/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c b/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
index b9fef3f43c..ad11ede20e 100644
--- a/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+++ b/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
@@ -85,6 +85,10 @@  __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
 
   /* Support sysdeps/powerpc/powerpc64/multiarch/strcpy.c.  */
   IFUNC_IMPL (i, name, strcpy,
+#ifdef __LITTLE_ENDIAN__
+	      IFUNC_IMPL_ADD (array, i, strcpy, hwcap2 & PPC_FEATURE2_ARCH_3_00,
+			      __strcpy_power9)
+#endif
 	      IFUNC_IMPL_ADD (array, i, strcpy, hwcap2 & PPC_FEATURE2_ARCH_2_07,
 			      __strcpy_power8)
 	      IFUNC_IMPL_ADD (array, i, strcpy, hwcap & PPC_FEATURE_HAS_VSX,
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy-power9.S b/sysdeps/powerpc/powerpc64/multiarch/strcpy-power9.S
new file mode 100644
index 0000000000..d22aa0a8d6
--- /dev/null
+++ b/sysdeps/powerpc/powerpc64/multiarch/strcpy-power9.S
@@ -0,0 +1,26 @@ 
+/* Optimized strcpy implementation for POWER9/PPC64.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
+
+#if defined __LITTLE_ENDIAN__ && IS_IN (libc)
+#define STRCPY __strcpy_power9
+
+#undef libc_hidden_builtin_def
+#define libc_hidden_builtin_def(name)
+
+#include <sysdeps/powerpc/powerpc64/le/power9/strcpy.S>
+#endif
diff --git a/sysdeps/powerpc/powerpc64/multiarch/strcpy.c b/sysdeps/powerpc/powerpc64/multiarch/strcpy.c
index 66ea93b8f4..dcdee5181f 100644
--- a/sysdeps/powerpc/powerpc64/multiarch/strcpy.c
+++ b/sysdeps/powerpc/powerpc64/multiarch/strcpy.c
@@ -25,9 +25,16 @@ 
 extern __typeof (strcpy) __strcpy_ppc attribute_hidden;
 extern __typeof (strcpy) __strcpy_power7 attribute_hidden;
 extern __typeof (strcpy) __strcpy_power8 attribute_hidden;
+# ifdef __LITTLE_ENDIAN__
+extern __typeof (strcpy) __strcpy_power9 attribute_hidden;
+# endif
 #undef strcpy
 
 libc_ifunc_redirected (__redirect_strcpy, strcpy,
+# ifdef __LITTLE_ENDIAN__
+			(hwcap2 & PPC_FEATURE2_ARCH_3_00)
+			? __strcpy_power9 :
+# endif
 		       (hwcap2 & PPC_FEATURE2_ARCH_2_07)
 		       ? __strcpy_power8
 		       : (hwcap & PPC_FEATURE_HAS_VSX)