diff mbox series

[2/2] powerpc: Optimized stpcpy for POWER9

Message ID 20200514090835.1e1cdc49@kryten.localdomain
State New
Headers show
Series [1/2] powerpc: Optimized strcpy for POWER9 | expand

Commit Message

Anton Blanchard May 13, 2020, 11:08 p.m. UTC
Add stpcpy support to the POWER9 strcpy. This is up to 40% faster on
small strings and up to 90% faster on long relatively unaligned strings,
compared to the POWER8 version. A few examples:

                                        __stpcpy_power9  __stpcpy_power8
Length   20, alignments in bytes  4/ 4:  2.58246          4.8788
Length 1024, alignments in bytes  1/ 6: 24.8186          47.8528
---
 sysdeps/powerpc/powerpc64/le/power9/stpcpy.S  | 24 ++++++
 sysdeps/powerpc/powerpc64/le/power9/strcpy.S  | 73 +++++++++++++++----
 sysdeps/powerpc/powerpc64/multiarch/Makefile  |  2 +-
 .../powerpc64/multiarch/ifunc-impl-list.c     |  4 +
 .../powerpc64/multiarch/stpcpy-power9.S       | 24 ++++++
 sysdeps/powerpc/powerpc64/multiarch/stpcpy.c  | 17 +++--
 6 files changed, 123 insertions(+), 21 deletions(-)
 create mode 100644 sysdeps/powerpc/powerpc64/le/power9/stpcpy.S
 create mode 100644 sysdeps/powerpc/powerpc64/multiarch/stpcpy-power9.S

Comments

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

Here's the full benchtests output. Would be nice to have a tool to
summarize this into something more succinct.

Thanks,
Anton
--
                       	generic_stpcpy	__stpcpy_power9	__stpcpy_power8	__stpcpy_power7	__stpcpy_ppc
Length    0, alignments in bytes  0/ 0:	6.32199	1.40028	2.5092	5.1985	5.64418
Length    0, alignments in bytes  0/ 0:	7.12282	1.40034	2.50897	5.19872	5.75281
Length    0, alignments in bytes  0/ 0:	7.12282	1.3999	2.5089	5.19853	5.64421
Length    0, alignments in bytes  0/ 0:	6.32152	1.40025	2.50888	5.19868	5.64418
Length    1, alignments in bytes  0/ 0:	6.97208	1.82913	2.37108	5.00143	5.92654
Length    1, alignments in bytes  0/ 0:	6.13071	1.82832	2.37071	5.571	5.92639
Length    1, alignments in bytes  0/ 1:	6.96121	1.82928	2.65379	5.00111	5.92616
Length    1, alignments in bytes  1/ 0:	6.97197	1.82765	2.39096	5.00232	5.92632
Length    2, alignments in bytes  0/ 0:	6.97202	1.82864	2.3925	5.00189	5.97256
Length    2, alignments in bytes  0/ 0:	6.38222	1.82916	2.39462	5.00119	5.6443
Length    2, alignments in bytes  0/ 2:	6.97188	1.81299	2.39221	5.00125	5.92601
Length    2, alignments in bytes  2/ 0:	6.13055	1.82036	2.45372	5.00113	5.92642
Length    3, alignments in bytes  0/ 0:	6.13121	1.82745	2.55162	5.24751	5.92674
Length    3, alignments in bytes  0/ 0:	6.13097	1.82736	2.55112	5.00124	5.6441
Length    3, alignments in bytes  0/ 3:	6.38216	1.81325	2.55507	5.00142	5.92612
Length    3, alignments in bytes  3/ 0:	6.38196	1.82126	2.63293	5.00212	5.64417
Length    4, alignments in bytes  0/ 0:	6.18225	1.82726	2.38554	5.5968	5.4875
Length    4, alignments in bytes  0/ 0:	6.38234	1.82791	2.3976	5.00089	5.43268
Length    4, alignments in bytes  0/ 4:	6.97176	1.82858	2.37051	5.59709	5.76147
Length    4, alignments in bytes  4/ 0:	6.58511	1.82097	2.45413	5.16693	5.36845
Length    5, alignments in bytes  0/ 0:	5.92653	1.82733	2.38377	4.84575	5.7618
Length    5, alignments in bytes  0/ 0:	6.22498	1.82896	2.36493	5.4323	5.76169
Length    5, alignments in bytes  0/ 5:	6.50688	1.81372	2.2682	5.41203	5.76178
Length    5, alignments in bytes  5/ 0:	6.07826	1.82739	2.34421	5.00133	5.33905
Length    6, alignments in bytes  0/ 0:	6.07838	1.82855	2.53	5.00243	5.7467
Length    6, alignments in bytes  0/ 0:	6.07835	1.82835	2.51122	5.00121	5.74669
Length    6, alignments in bytes  0/ 6:	6.58472	1.82893	2.34517	5.0011	5.43253
Length    6, alignments in bytes  6/ 0:	6.26352	1.82043	2.467	5.15329	5.64412
Length    7, alignments in bytes  0/ 0:	5.8102	1.82977	2.04407	4.69199	5.56699
Length    7, alignments in bytes  0/ 0:	5.81026	1.82828	2.04378	5.26761	5.26768
Length    7, alignments in bytes  0/ 7:	5.81017	1.79495	2.04358	5.26785	5.29233
Length    7, alignments in bytes  7/ 0:	5.92638	1.80408	2.04356	4.82928	5.43245
Length    8, alignments in bytes  0/ 0:	7.90186	1.82816	2.93877	5.48743	6.58482
Length    8, alignments in bytes  0/ 0:	6.58466	1.82689	2.93828	5.48735	6.58432
Length    8, alignments in bytes  0/ 0:	6.61031	1.82719	2.93816	5.48735	5.80989
Length    8, alignments in bytes  0/ 0:	6.58473	1.82797	2.93816	5.48741	6.58423
Length    9, alignments in bytes  0/ 0:	6.96344	1.82753	2.83328	5.33932	5.81001
Length    9, alignments in bytes  0/ 0:	6.58475	1.82843	2.8333	5.364	5.81001
Length    9, alignments in bytes  0/ 1:	6.58476	1.82037	2.83336	5.33885	6.58459
Length    9, alignments in bytes  1/ 0:	6.58517	1.82878	2.95238	5.48746	5.92665
Length   10, alignments in bytes  0/ 0:	6.96359	1.82806	2.93846	5.3389	5.8103
Length   10, alignments in bytes  0/ 0:	6.9136	1.82748	2.93819	5.33893	5.81003
Length   10, alignments in bytes  0/ 2:	6.58434	1.82774	2.97881	5.33911	5.81012
Length   10, alignments in bytes  2/ 0:	7.28259	1.82115	3.05139	5.64423	6.07851
Length   11, alignments in bytes  0/ 0:	6.58463	1.8287	3.09377	5.33922	5.8101
Length   11, alignments in bytes  0/ 0:	6.5847	1.82834	3.099	5.33907	6.58458
Length   11, alignments in bytes  0/ 3:	6.58469	1.82713	3.20406	5.33926	6.5845
Length   11, alignments in bytes  3/ 0:	6.71677	1.82091	3.27142	5.67036	5.92654
Length   12, alignments in bytes  0/ 0:	6.58455	1.82726	2.93822	5.33878	5.64429
Length   12, alignments in bytes  0/ 0:	6.58449	1.82854	2.93834	5.33902	5.64398
Length   12, alignments in bytes  0/ 4:	6.58456	1.81177	2.98352	5.33888	5.64415
Length   12, alignments in bytes  4/ 0:	7.04919	2.57507	3.05124	5.92622	5.81049
Length   13, alignments in bytes  0/ 0:	6.23894	1.82846	2.86766	5.15376	6.38243
Length   13, alignments in bytes  0/ 0:	6.23825	1.82858	2.87343	5.15349	6.38231
Length   13, alignments in bytes  0/ 5:	6.23807	1.81366	2.87411	5.17744	5.8103
Length   13, alignments in bytes  5/ 0:	7.16132	2.57825	3.01959	5.81046	6.23843
Length   14, alignments in bytes  0/ 0:	6.4138	1.8288	2.99884	5.31863	5.64433
Length   14, alignments in bytes  0/ 0:	6.41382	1.82793	3.01169	5.31833	5.67339
Length   14, alignments in bytes  0/ 6:	6.41357	1.81302	3.01271	5.31857	5.64406
Length   14, alignments in bytes  6/ 0:	6.87138	2.57384	3.1263	6.58534	6.07851
Length   15, alignments in bytes  0/ 0:	6.91415	1.82887	3.22887	6.07855	5.927
Length   15, alignments in bytes  0/ 0:	7.1244	1.82817	3.22897	6.07814	6.25565
Length   15, alignments in bytes  0/ 7:	7.18332	1.78844	3.26306	6.07826	5.92627
Length   15, alignments in bytes  7/ 0:	7.2847	2.57349	3.3997	5.92686	5.93083
Length   16, alignments in bytes  0/ 0:	7.82562	2.64091	4.64259	6.40685	6.23863
Length   16, alignments in bytes  7/ 2:	8.23135	2.58031	3.21053	6.58463	6.23848
Length   32, alignments in bytes  0/ 0:	7.90199	2.92369	5.0742	6.35181	6.58539
Length   32, alignments in bytes  6/ 4:	8.23219	2.97955	4.05232	7.63733	8.55521
Length   64, alignments in bytes  0/ 0:	10.8832	3.57845	6.38602	7.80432	9.2193
Length   64, alignments in bytes  5/ 6:	13.0288	3.71877	5.0183	8.86176	12.9344
Length  128, alignments in bytes  0/ 0:	12.6963	5.04309	7.11809	10.5536	13.1026
Length  128, alignments in bytes  4/ 0:	15.0447	5.28859	8.50961	12.4862	16.2976
Length  256, alignments in bytes  0/ 0:	16.0009	7.28888	9.59198	15.3906	19.0858
Length  256, alignments in bytes  3/ 2:	20.4493	7.73775	11.4641	20.2783	24.123
Length  512, alignments in bytes  0/ 0:	23.1354	12.0371	14.4322	27.7717	33.8831
Length  512, alignments in bytes  2/ 4:	30.498	13.4703	19.8949	35.3464	42.4216
Length 1024, alignments in bytes  0/ 0:	37.4961	21.5473	24.309	52.1324	57.9754
Length 1024, alignments in bytes  1/ 6:	51.1494	24.8138	47.5712	65.7602	84.4008
Length   16, alignments in bytes  1/ 2:	6.86632	2.62468	3.5976	6.37283	6.23848
Length   16, alignments in bytes  2/ 1:	6.8712	2.58347	3.68488	5.81027	6.07822
Length   16, alignments in bytes  1/ 1:	6.71263	2.58289	4.60316	5.64412	6.23831
Length   16, alignments in bytes  1/ 1:	6.83101	2.58383	4.60226	5.92638	6.23813
Length   32, alignments in bytes  2/ 4:	7.89938	2.99988	4.14671	7.62552	8.56003
Length   32, alignments in bytes  4/ 2:	8.08202	2.98228	4.13959	8.47156	8.17822
Length   32, alignments in bytes  2/ 2:	8.78041	2.92366	5.1745	7.66644	7.17575
Length   32, alignments in bytes  2/ 2:	7.65761	2.92239	5.17491	7.66602	6.98785
Length   64, alignments in bytes  3/ 6:	13.0589	3.71832	5.34915	8.85852	12.9634
Length   64, alignments in bytes  6/ 3:	12.9884	3.69073	5.20825	8.89383	12.2251
Length   64, alignments in bytes  3/ 3:	11.5956	3.58354	6.55084	8.57738	9.38493
Length   64, alignments in bytes  3/ 3:	11.5973	3.58183	6.55405	8.57074	9.35616
Length  128, alignments in bytes  4/ 0:	15.0428	5.28319	7.71181	13.1177	17.4045
Length  128, alignments in bytes  0/ 4:	15.3602	5.24635	8.05214	12.6615	15.8042
Length  128, alignments in bytes  4/ 4:	12.7509	5.0432	7.21944	10.1996	13.2201
Length  128, alignments in bytes  4/ 4:	12.751	5.04443	7.22188	10.1985	12.6988
Length  256, alignments in bytes  5/ 2:	20.4771	7.71034	11.2762	20.2786	24.0148
Length  256, alignments in bytes  2/ 5:	20.3928	7.77817	11.4686	20.2319	24.3884
Length  256, alignments in bytes  5/ 5:	16.5692	7.26231	9.69591	16.3537	18.1941
Length  256, alignments in bytes  5/ 5:	16.5572	7.27419	9.69666	16.3481	18.1937
Length  512, alignments in bytes  6/ 4:	30.5434	13.5377	20.0061	35.368	42.8712
Length  512, alignments in bytes  4/ 6:	30.5579	13.4963	20.212	35.4244	44.0837
Length  512, alignments in bytes  6/ 6:	23.7101	12.0373	14.6131	28.5855	31.3553
Length  512, alignments in bytes  6/ 6:	23.7231	12.0365	14.6019	28.5459	31.3798
Length 1024, alignments in bytes  7/ 6:	51.2063	25.2171	46.7548	65.833	84.9699
Length 1024, alignments in bytes  6/ 7:	50.9836	24.7689	47.3532	65.8403	82.6889
Length 1024, alignments in bytes  7/ 7:	37.7269	21.5617	24.308	52.6358	58.7658
Length 1024, alignments in bytes  7/ 7:	37.7537	21.5597	24.3326	52.6138	58.8014
Length   16, alignments in bytes  0/ 4:	7.50708	2.61569	3.64622	6.407	6.23856
Length   16, alignments in bytes  4/ 0:	7.50659	2.58257	3.63333	6.58459	6.23822
Length   16, alignments in bytes  4/ 4:	7.82549	2.58249	4.80966	6.40663	6.23817
Length   16, alignments in bytes  2/ 2:	7.161	2.58411	4.79718	5.81015	6.07835
Length   16, alignments in bytes  2/ 6:	7.16077	2.61443	3.83455	5.81017	6.07828
Length   16, alignments in bytes  6/ 2:	7.16086	2.58813	3.68036	5.81033	6.07825
Length   16, alignments in bytes  1/ 7:	6.99983	2.60722	3.60153	5.64392	6.2384
Length   16, alignments in bytes  7/ 1:	7.59782	2.58128	2.80646	7.11162	6.58499
Length   16, alignments in bytes  3/ 4:	7.59761	2.62415	3.79782	6.58482	6.58461
Length   16, alignments in bytes  4/ 3:	7.50659	2.58447	3.68948	6.40662	5.92636
Length   16, alignments in bytes  5/ 7:	6.99976	2.61066	3.62811	5.92657	6.2384
Length   16, alignments in bytes  7/ 5:	7.60663	2.58157	2.98703	6.58603	6.58519
Length   20, alignments in bytes  0/ 4:	7.9017	2.61436	3.61469	6.51897	6.4205
Length   20, alignments in bytes  4/ 0:	6.91406	2.58664	4.00058	5.64447	6.58414
Length   20, alignments in bytes  4/ 4:	7.18326	2.60144	4.87698	6.23805	6.38626
Length   20, alignments in bytes  2/ 2:	7.18379	2.5835	4.82111	6.07845	6.23851
Length   20, alignments in bytes  2/ 6:	7.18314	2.61557	3.69676	6.07837	6.84328
Length   20, alignments in bytes  6/ 2:	6.73647	2.5843	4.04147	5.81015	6.8436
Length   20, alignments in bytes  1/ 7:	7.29424	2.61023	3.59956	6.51917	6.23889
Length   20, alignments in bytes  7/ 1:	7.57248	2.58244	4.08061	6.07846	6.07887
Length   20, alignments in bytes  3/ 4:	7.73901	2.6241	2.9637	6.66713	6.58437
Length   20, alignments in bytes  4/ 3:	7.18338	2.5878	3.98096	6.23819	6.09123
Length   20, alignments in bytes  5/ 7:	6.87119	2.60977	3.87097	6.51892	6.84398
Length   20, alignments in bytes  7/ 5:	7.07973	2.57997	3.96791	6.62349	6.42021
Length   24, alignments in bytes  0/ 4:	6.72504	2.61548	3.96587	5.76161	5.92679
Length   24, alignments in bytes  4/ 0:	7.00365	2.58449	3.98677	5.76164	5.92645
Length   24, alignments in bytes  4/ 4:	6.74054	2.58287	4.86172	5.7617	5.92639
Length   24, alignments in bytes  2/ 2:	6.70599	2.58449	4.87158	5.81024	6.14128
Length   24, alignments in bytes  2/ 6:	6.70554	2.62289	3.96805	5.81021	6.66713
Length   24, alignments in bytes  6/ 2:	6.74155	2.5896	4.03696	5.81026	6.66719
Length   24, alignments in bytes  1/ 7:	6.7058	2.60703	3.87393	6.58466	6.23936
Length   24, alignments in bytes  7/ 1:	7.18335	2.58305	4.12865	6.82411	6.23952
Length   24, alignments in bytes  3/ 4:	7.20752	2.62463	3.9682	6.8241	6.23845
Length   24, alignments in bytes  4/ 3:	7.00368	2.58246	4.01677	5.76167	6.58437
Length   24, alignments in bytes  5/ 7:	6.70558	2.61066	3.93767	5.76288	6.24008
Length   24, alignments in bytes  7/ 5:	7.21574	2.58324	4.13188	7.54503	6.23872
Length   28, alignments in bytes  0/ 4:	6.58492	2.61842	3.92723	5.64459	5.79886
Length   28, alignments in bytes  4/ 0:	7.18375	2.97092	4.00227	6.0968	6.23885
Length   28, alignments in bytes  4/ 4:	7.20567	2.92294	5.15642	6.09428	6.83827
Length   28, alignments in bytes  2/ 2:	6.71324	2.58334	4.87837	5.80946	6.28378
Length   28, alignments in bytes  2/ 6:	6.71265	2.61845	3.97922	5.80966	6.60829
Length   28, alignments in bytes  6/ 2:	7.05539	2.96999	3.99388	5.96948	7.0038
Length   28, alignments in bytes  1/ 7:	6.87137	2.61261	3.91156	6.49074	6.26323
Length   28, alignments in bytes  7/ 1:	7.90199	2.96696	4.05713	6.55643	7.11545
Length   28, alignments in bytes  3/ 4:	7.00963	2.62674	4.09924	6.61812	6.22823
Length   28, alignments in bytes  4/ 3:	7.40791	2.97064	4.00732	6.09937	7.11205
Length   28, alignments in bytes  5/ 7:	7.74989	2.97353	3.94162	6.24364	6.72023
Length   28, alignments in bytes  7/ 5:	7.90155	2.9754	4.06039	6.55635	7.7045
Length   32, alignments in bytes  0/ 4:	7.89873	2.99829	3.97707	7.2495	8.97964
Length   32, alignments in bytes  4/ 0:	8.28914	2.97806	3.98726	6.92995	7.21571
Length   32, alignments in bytes  4/ 4:	8.68544	2.92194	5.17854	7.90211	6.914
Length   32, alignments in bytes  2/ 2:	7.65854	2.9234	5.1759	7.73584	7.17532
Length   32, alignments in bytes  2/ 6:	7.91467	2.99911	4.04655	7.28432	8.99542
Length   32, alignments in bytes  6/ 2:	8.08144	2.97833	4.01163	7.66933	8.0981
Length   32, alignments in bytes  1/ 7:	8.41153	2.9733	3.91872	7.40469	7.40083
Length   32, alignments in bytes  7/ 1:	7.92073	2.97462	3.33401	7.48805	7.96106
Length   32, alignments in bytes  3/ 4:	8.06654	3.00096	4.11749	7.35062	8.80653
Length   32, alignments in bytes  4/ 3:	7.6981	2.98015	4.00975	7.22279	8.56041
Length   32, alignments in bytes  5/ 7:	8.39542	2.97661	3.972	7.37408	7.94687
Length   32, alignments in bytes  7/ 5:	7.90309	2.97394	3.3222	7.42677	8.26703
Length   36, alignments in bytes  0/ 4:	7.95528	3.00432	3.97151	7.49577	7.70473
Length   36, alignments in bytes  4/ 0:	7.60146	2.9778	4.33578	7.04008	7.45575
Length   36, alignments in bytes  4/ 4:	8.76424	2.92104	5.28433	7.00638	8.23126
Length   36, alignments in bytes  2/ 2:	7.90213	2.92351	5.18387	7.22298	7.22768
Length   36, alignments in bytes  2/ 6:	7.91634	2.99756	4.06961	7.36343	7.87485
Length   36, alignments in bytes  6/ 2:	8.1821	2.97786	4.34758	7.53429	8.23994
Length   36, alignments in bytes  1/ 7:	7.73511	2.97379	3.95988	7.27989	8.46965
Length   36, alignments in bytes  7/ 1:	8.05846	2.97504	4.45343	7.59676	8.2682
Length   36, alignments in bytes  3/ 4:	8.27203	3.00349	3.33479	8.08122	7.70528
Length   36, alignments in bytes  4/ 3:	7.94841	2.97681	4.34114	7.49632	7.71127
Length   36, alignments in bytes  5/ 7:	7.8754	2.97694	4.27104	7.42313	8.89037
Length   36, alignments in bytes  7/ 5:	7.98856	2.97704	4.45302	7.55377	8.08591
Length   40, alignments in bytes  0/ 4:	7.98213	2.99683	4.27193	7.49301	7.93024
Length   40, alignments in bytes  4/ 0:	7.86761	2.98007	4.33147	7.14139	8.88857
Length   40, alignments in bytes  4/ 4:	8.46637	2.92252	5.30602	8.14975	7.90169
Length   40, alignments in bytes  2/ 2:	7.62764	2.92172	5.2849	7.08398	7.60539
Length   40, alignments in bytes  2/ 6:	8.01085	2.99783	4.35727	7.55661	8.15947
Length   40, alignments in bytes  6/ 2:	8.10876	2.9785	4.38266	7.65691	8.13277
Length   40, alignments in bytes  1/ 7:	7.60985	2.97232	4.27126	7.0136	8.71042
Length   40, alignments in bytes  7/ 1:	8.22153	2.97647	4.48213	7.75626	8.25989
Length   40, alignments in bytes  3/ 4:	8.00011	3.00256	4.46114	7.5457	8.15524
Length   40, alignments in bytes  4/ 3:	8.00487	2.98082	4.33774	7.56503	8.70299
Length   40, alignments in bytes  5/ 7:	7.48856	2.97545	4.27238	7.01619	9.49388
Length   40, alignments in bytes  7/ 5:	8.09547	2.97614	4.52483	7.64368	8.24596
Length   44, alignments in bytes  0/ 4:	8.00888	3.00578	4.28786	7.9021	9.11755
Length   44, alignments in bytes  4/ 0:	7.92975	3.27425	5.04289	7.42816	10.2736
Length   44, alignments in bytes  4/ 4:	7.90195	3.22124	5.62083	7.96536	9.92841
Length   44, alignments in bytes  2/ 2:	7.64592	2.92342	5.31902	7.12999	7.39395
Length   44, alignments in bytes  2/ 6:	8.04178	3.00026	4.38828	7.61977	9.8774
Length   44, alignments in bytes  6/ 2:	8.56152	3.27751	4.39941	7.98846	9.22552
Length   44, alignments in bytes  1/ 7:	7.91124	2.97525	4.26994	7.50938	10.2563
Length   44, alignments in bytes  7/ 1:	8.67517	3.27724	4.52246	8.09262	9.27339
Length   44, alignments in bytes  3/ 4:	8.00673	3.00529	4.53098	7.64702	9.21884
Length   44, alignments in bytes  4/ 3:	8.23103	3.27827	5.04926	7.48141	10.0161
Length   44, alignments in bytes  5/ 7:	8.23299	3.3166	5.44812	7.82037	10.8611
Length   44, alignments in bytes  7/ 5:	8.39844	3.28653	5.03853	7.88301	10.4446
Length   48, alignments in bytes  0/ 4:	8.77959	3.33504	5.04199	7.88571	11.1056
Length   48, alignments in bytes  4/ 0:	8.17395	3.28787	4.3902	7.67122	10.448
Length   48, alignments in bytes  4/ 4:	8.30745	3.22206	5.62831	8.05096	9.2202
Length   48, alignments in bytes  2/ 2:	7.97585	3.22047	5.62198	7.66374	9.11763
Length   48, alignments in bytes  2/ 6:	8.56587	3.34282	5.31659	7.93884	11.3675
Length   48, alignments in bytes  6/ 2:	8.56512	3.28847	4.57375	8.01018	10.5357
Length   48, alignments in bytes  1/ 7:	8.74773	3.31679	4.85774	8.27061	10.7554
Length   48, alignments in bytes  7/ 1:	8.59746	3.28792	3.96152	8.06366	10.6449
Length   48, alignments in bytes  3/ 4:	8.39218	3.34273	4.53409	7.90123	10.6757
Length   48, alignments in bytes  4/ 3:	8.54385	3.28706	5.48521	7.87238	11.1012
Length   48, alignments in bytes  5/ 7:	8.6956	3.31911	4.3656	7.88339	11.2858
Length   48, alignments in bytes  7/ 5:	8.58055	3.29247	3.95863	7.96867	10.1277
Length   52, alignments in bytes  0/ 4:	8.50453	3.33588	4.3499	8.20505	11.6874
Length   52, alignments in bytes  4/ 0:	8.38148	3.31639	4.81015	7.88734	10.4369
Length   52, alignments in bytes  4/ 4:	8.1058	3.22229	5.79866	7.47357	9.17223
Length   52, alignments in bytes  2/ 2:	8.10693	3.21991	5.63998	7.83203	8.64545
Length   52, alignments in bytes  2/ 6:	8.56703	3.3465	4.72388	8.01253	10.938
Length   52, alignments in bytes  6/ 2:	8.78761	3.29335	4.7719	8.24205	9.96739
Length   52, alignments in bytes  1/ 7:	8.43422	3.31813	4.78722	7.9063	11.8068
Length   52, alignments in bytes  7/ 1:	8.87549	3.29185	4.90163	8.31744	10.0017
Length   52, alignments in bytes  3/ 4:	8.88727	3.34389	4.68808	8.2067	11.1245
Length   52, alignments in bytes  4/ 3:	8.76466	3.28865	4.80351	8.22325	10.5849
Length   52, alignments in bytes  5/ 7:	8.64563	3.32085	4.68681	8.11374	11.3985
Length   52, alignments in bytes  7/ 5:	8.856	3.28917	4.89	8.29112	10.4729
Length   56, alignments in bytes  0/ 4:	8.72838	3.3567	4.79886	8.17488	10.9055
Length   56, alignments in bytes  4/ 0:	8.56735	3.29311	4.76564	8.03427	11.5355
Length   56, alignments in bytes  4/ 4:	8.34435	3.21985	5.82091	8.27866	8.79903
Length   56, alignments in bytes  2/ 2:	8.15504	3.2231	5.82332	7.56429	8.58875
Length   56, alignments in bytes  2/ 6:	8.84375	3.33633	4.78552	8.25455	10.2543
Length   56, alignments in bytes  6/ 2:	8.96007	3.29398	4.80882	8.36128	10.4449
Length   56, alignments in bytes  1/ 7:	8.58783	3.31746	4.68387	7.98978	11.2962
Length   56, alignments in bytes  7/ 1:	9.09952	3.29375	4.89189	8.48685	10.7195
Length   56, alignments in bytes  3/ 4:	8.78152	3.34392	4.89301	8.22748	10.9505
Length   56, alignments in bytes  4/ 3:	8.89952	3.29575	4.77681	8.29642	10.4798
Length   56, alignments in bytes  5/ 7:	8.58473	3.31998	4.71774	7.98842	11.5488
Length   56, alignments in bytes  7/ 5:	8.98958	3.29341	5.41322	8.38197	10.3649
Length   60, alignments in bytes  0/ 4:	8.9435	3.33888	4.69753	8.39191	12.1737
Length   60, alignments in bytes  4/ 0:	12.4154	3.68069	5.95544	8.39534	11.4531
Length   60, alignments in bytes  4/ 4:	11.6735	3.58344	6.45996	9.63034	9.87785
Length   60, alignments in bytes  2/ 2:	8.26154	3.2235	5.82318	7.638	8.14888
Length   60, alignments in bytes  2/ 6:	8.99763	3.33795	4.81384	8.4399	11.9595
Length   60, alignments in bytes  6/ 2:	12.8875	3.6785	5.16812	8.75047	11.1134
Length   60, alignments in bytes  1/ 7:	8.86565	3.3232	4.71304	8.33299	11.9023
Length   60, alignments in bytes  7/ 1:	13.0328	3.67529	5.95084	8.91823	11.6722
Length   60, alignments in bytes  3/ 4:	8.94289	3.3474	4.89322	8.39357	11.7772
Length   60, alignments in bytes  4/ 3:	12.7171	3.68626	5.34456	8.59805	11.8011
Length   60, alignments in bytes  5/ 7:	12.6991	3.69675	5.17316	8.66541	12.8659
Length   60, alignments in bytes  7/ 5:	12.9975	3.6886	5.34972	8.89194	12.2558
Length   64, alignments in bytes  0/ 4:	12.8334	3.71237	5.34128	8.7623	12.1926
Length   64, alignments in bytes  4/ 0:	12.4698	3.70041	5.79149	8.42126	13.0071
Length   64, alignments in bytes  4/ 4:	11.6915	3.58307	6.47961	8.77122	9.79758
Length   64, alignments in bytes  2/ 2:	11.7779	3.58257	6.47612	8.13341	9.59523
Length   64, alignments in bytes  2/ 6:	12.9736	3.70204	5.73637	8.85446	12.7001
Length   64, alignments in bytes  6/ 2:	13.1373	3.68913	5.20778	9.00728	11.8463
Length   64, alignments in bytes  1/ 7:	12.9248	3.71919	5.16754	8.83768	12.7827
Length   64, alignments in bytes  7/ 1:	13.3094	3.70074	5.13673	9.18776	12.5159
Length   64, alignments in bytes  3/ 4:	12.8661	3.71545	5.94688	8.78236	12.7966
Length   64, alignments in bytes  4/ 3:	12.9886	3.70021	5.35498	8.89676	12.4167
Length   64, alignments in bytes  5/ 7:	12.9462	3.69357	5.03282	8.83664	12.8105
Length   64, alignments in bytes  7/ 5:	13.0675	3.69209	4.81445	8.97572	12.1436
Length   68, alignments in bytes  0/ 4:	13.0455	3.71429	5.68831	8.9686	13.0733
Length   68, alignments in bytes  4/ 0:	12.5625	3.69971	5.64842	8.61697	12.5241
Length   68, alignments in bytes  4/ 4:	11.7376	3.56999	6.70261	8.30116	11.1136
Length   68, alignments in bytes  2/ 2:	11.828	3.58969	6.49794	8.13084	8.86983
Length   68, alignments in bytes  2/ 6:	13.1361	3.71309	5.18881	9.02812	13.1766
Length   68, alignments in bytes  6/ 2:	13.2327	3.68985	5.33812	9.23021	12.0303
Length   68, alignments in bytes  1/ 7:	13.0054	3.70279	5.00711	8.92702	12.2448
Length   68, alignments in bytes  7/ 1:	13.4545	3.69215	5.47433	9.43489	12.0486
Length   68, alignments in bytes  3/ 4:	13.1036	3.71393	5.14882	8.99721	13.5639
Length   68, alignments in bytes  4/ 3:	13.2343	3.69463	5.6216	9.24525	12.1887
Length   68, alignments in bytes  5/ 7:	13.1038	3.70445	5.31523	9.09621	13.2226
Length   68, alignments in bytes  7/ 5:	13.289	3.69591	5.62349	9.32599	13.1996
Length   72, alignments in bytes  0/ 4:	13.1317	3.72269	5.62053	9.17612	12.4433
Length   72, alignments in bytes  4/ 0:	12.7048	3.698	5.32475	8.76888	12.8838
Length   72, alignments in bytes  4/ 4:	11.7926	3.58141	6.73949	8.29871	10.257
Length   72, alignments in bytes  2/ 2:	11.8758	3.58389	6.72926	8.09686	10.417
Length   72, alignments in bytes  2/ 6:	13.2815	3.71217	5.4314	9.29657	12.2662
Length   72, alignments in bytes  6/ 2:	13.4819	3.70001	5.42131	9.45633	12.8671
Length   72, alignments in bytes  1/ 7:	12.5619	3.692	5.41743	8.64192	13.0163
Length   72, alignments in bytes  7/ 1:	13.6478	3.69888	5.6198	9.64783	12.9971
Length   72, alignments in bytes  3/ 4:	13.2302	3.72009	5.62012	9.2607	12.4456
Length   72, alignments in bytes  4/ 3:	13.2993	3.69606	5.42805	9.33336	12.5667
Length   72, alignments in bytes  5/ 7:	12.5592	3.69382	5.44522	8.64096	12.9539
Length   72, alignments in bytes  7/ 5:	13.3903	3.6974	5.61989	9.43135	12.2704
Length   76, alignments in bytes  0/ 4:	13.1038	3.70479	5.48637	9.13455	13.207
Length   76, alignments in bytes  4/ 0:	12.8282	4.16885	5.96198	9.11223	12.7275
Length   76, alignments in bytes  4/ 4:	11.7059	4.07849	6.67183	9.26021	11.1944
Length   76, alignments in bytes  2/ 2:	11.9772	3.57138	6.7982	8.18768	10.4099
Length   76, alignments in bytes  2/ 6:	13.2109	3.72067	5.42995	9.15282	13.0793
Length   76, alignments in bytes  6/ 2:	13.5854	4.16899	5.78229	9.9437	12.4981
Length   76, alignments in bytes  1/ 7:	13.0561	3.69684	5.43996	9.0457	13.179
Length   76, alignments in bytes  7/ 1:	13.8435	4.16116	5.95377	10.1317	13.1327
Length   76, alignments in bytes  3/ 4:	13.0774	3.7206	6.1756	9.09799	13.1848
Length   76, alignments in bytes  4/ 3:	12.8738	4.16652	5.95731	9.27275	13.6239
Length   76, alignments in bytes  5/ 7:	13.0758	4.20264	6.19379	9.40147	14.2122
Length   76, alignments in bytes  7/ 5:	13.3298	4.1674	5.9408	9.64465	13.9051
Length   80, alignments in bytes  0/ 4:	13.2132	4.23889	5.94972	9.53122	14.1837
Length   80, alignments in bytes  4/ 0:	13.0367	4.17245	6.37163	9.44286	13.65
Length   80, alignments in bytes  4/ 4:	11.7681	4.07739	6.68968	9.14111	11.2392
Length   80, alignments in bytes  2/ 2:	11.9621	4.07945	6.68982	8.50443	11.593
Length   80, alignments in bytes  2/ 6:	13.338	4.21461	6.32375	9.65337	13.8267
Length   80, alignments in bytes  6/ 2:	13.4599	4.17245	5.80627	9.79599	13.8378
Length   80, alignments in bytes  1/ 7:	13.2914	4.20247	6.32556	9.6071	12.5905
Length   80, alignments in bytes  7/ 1:	13.6303	4.1651	5.82652	9.93185	14.0223
Length   80, alignments in bytes  3/ 4:	13.2409	4.21432	6.53896	9.54007	13.9215
Length   80, alignments in bytes  4/ 3:	13.3324	4.17265	6.50481	9.63913	13.4435
Length   80, alignments in bytes  5/ 7:	13.3134	4.20573	5.74693	10.3337	12.4363
Length   80, alignments in bytes  7/ 5:	13.4615	4.16383	5.53314	9.76059	13.2885
Length   84, alignments in bytes  0/ 4:	13.3578	4.21635	6.56354	9.72223	13.1934
Length   84, alignments in bytes  4/ 0:	13.1142	4.17255	5.95923	9.64926	13.4098
Length   84, alignments in bytes  4/ 4:	11.7648	4.07983	6.95233	8.6842	11.3586
Length   84, alignments in bytes  2/ 2:	12.1772	4.07951	6.71111	8.62329	11.1114
Length   84, alignments in bytes  2/ 6:	13.5103	4.2171	5.77589	9.83018	13.8499
Length   84, alignments in bytes  6/ 2:	13.6119	4.17084	5.7993	10.028	13.4734
Length   84, alignments in bytes  1/ 7:	13.3983	4.20493	5.62204	9.68874	13.4086
Length   84, alignments in bytes  7/ 1:	13.7535	4.16638	5.951	10.1856	13.475
Length   84, alignments in bytes  3/ 4:	13.4081	4.21327	5.69048	9.7187	13.2184
Length   84, alignments in bytes  4/ 3:	13.6031	4.17058	5.95964	10.036	13.0524
Length   84, alignments in bytes  5/ 7:	13.4838	4.20653	5.80225	9.90141	13.6426
Length   84, alignments in bytes  7/ 5:	13.6704	4.16547	5.97282	10.1309	14.0661
Length   88, alignments in bytes  0/ 4:	13.5091	4.21339	5.96317	10.0134	13.5108
Length   88, alignments in bytes  4/ 0:	13.3312	4.17284	5.80511	9.86974	14.7126
Length   88, alignments in bytes  4/ 4:	11.8265	4.07819	7.01212	8.53049	11.1949
Length   88, alignments in bytes  2/ 2:	11.9814	4.09795	7.01099	8.64481	11.1114
Length   88, alignments in bytes  2/ 6:	13.6324	4.21486	5.80815	10.1356	13.192
Length   88, alignments in bytes  6/ 2:	13.7456	4.17451	5.80035	10.2249	13.4919
Length   88, alignments in bytes  1/ 7:	13.2616	4.20586	5.80269	9.88397	14.2601
Length   88, alignments in bytes  7/ 1:	13.9546	4.1664	6.5302	10.4189	13.8652
Length   88, alignments in bytes  3/ 4:	13.6211	4.21581	5.97816	10.0485	13.6819
Length   88, alignments in bytes  4/ 3:	13.6862	4.17365	5.80794	10.1369	13.7593
Length   88, alignments in bytes  5/ 7:	13.2581	4.20639	5.79539	9.85732	14.5227
Length   88, alignments in bytes  7/ 5:	13.8018	4.16858	5.79199	10.2013	14.2531
Length   92, alignments in bytes  0/ 4:	13.7273	4.21638	5.83401	10.2216	15.5963
Length   92, alignments in bytes  4/ 0:	13.4223	4.6107	7.09172	10.2478	13.9289
Length   92, alignments in bytes  4/ 4:	11.7787	4.49846	6.97601	10.367	11.7291
Length   92, alignments in bytes  2/ 2:	12.1024	4.0789	7.07173	8.75377	10.468
Length   92, alignments in bytes  2/ 6:	13.8083	4.21303	5.81766	10.2957	15.0303
Length   92, alignments in bytes  6/ 2:	13.8887	4.61095	7.2581	10.6698	13.7178
Length   92, alignments in bytes  1/ 7:	13.6718	4.20447	5.60808	10.1731	14.9664
Length   92, alignments in bytes  7/ 1:	14.1078	4.6064	7.22514	10.9335	14.8938
Length   92, alignments in bytes  3/ 4:	13.7254	4.21692	5.97426	10.2228	15.5577
Length   92, alignments in bytes  4/ 3:	13.6068	4.60698	6.91391	10.5745	14.9535
Length   92, alignments in bytes  5/ 7:	13.7518	4.65306	6.66116	10.6146	14.7667
Length   92, alignments in bytes  7/ 5:	13.9749	4.60617	7.49991	10.8536	15.8743
Length   96, alignments in bytes  0/ 4:	13.7864	4.65681	7.11891	10.7057	15.9822
Length   96, alignments in bytes  4/ 0:	13.5215	4.60815	6.91765	10.4297	16.0977
Length   96, alignments in bytes  4/ 4:	11.8252	4.50003	7.01839	10.2098	11.1117
Length   96, alignments in bytes  2/ 2:	12.0056	4.5112	7.02379	9.09061	11.2883
Length   96, alignments in bytes  2/ 6:	13.9384	4.65559	7.25194	10.8068	15.3575
Length   96, alignments in bytes  6/ 2:	14.0941	4.61279	6.69016	10.9884	15.4565
Length   96, alignments in bytes  1/ 7:	13.9616	4.6566	6.65083	10.8201	15.6611
Length   96, alignments in bytes  7/ 1:	14.2567	4.60533	6.62402	11.1711	15.0947
Length   96, alignments in bytes  3/ 4:	13.8666	4.65709	7.09839	10.7323	14.7964
Length   96, alignments in bytes  4/ 3:	13.9806	4.61052	7.34346	10.8549	13.7858
Length   96, alignments in bytes  5/ 7:	13.9807	4.65028	6.78116	10.8315	15.7478
Length   96, alignments in bytes  7/ 5:	14.0845	4.60707	5.72714	10.9649	13.9539
Length  100, alignments in bytes  0/ 4:	14.0079	4.65761	6.65814	10.8673	16.2745
Length  100, alignments in bytes  4/ 0:	13.5877	4.61067	6.19402	10.5545	14.3202
Length  100, alignments in bytes  4/ 4:	11.8827	4.50278	7.28584	9.31422	12.3465
Length  100, alignments in bytes  2/ 2:	12.0853	4.50203	7.0544	9.10887	10.6372
Length  100, alignments in bytes  2/ 6:	14.0782	4.65613	6.68707	10.9984	15.9991
Length  100, alignments in bytes  6/ 2:	14.1762	4.61066	6.18913	11.2206	14.6961
Length  100, alignments in bytes  1/ 7:	14.0382	4.65057	6.56647	10.9187	14.381
Length  100, alignments in bytes  7/ 1:	14.3802	4.60721	6.31216	11.4514	14.6665
Length  100, alignments in bytes  3/ 4:	14.0788	4.65695	5.68373	10.957	16.5968
Length  100, alignments in bytes  4/ 3:	14.205	4.61528	6.29417	11.2523	15.1117
Length  100, alignments in bytes  5/ 7:	14.1018	4.65005	6.16905	11.0916	14.7645
Length  100, alignments in bytes  7/ 5:	14.2733	4.60976	6.36472	11.3485	15.9245
Length  104, alignments in bytes  0/ 4:	14.0815	4.65765	6.29836	11.1736	14.755
Length  104, alignments in bytes  4/ 0:	13.7075	4.61594	6.19829	10.7536	15.3059
Length  104, alignments in bytes  4/ 4:	11.947	4.50194	7.35606	9.94333	13.1693
Length  104, alignments in bytes  2/ 2:	12.1131	4.50368	7.35046	9.28853	12.5739
Length  104, alignments in bytes  2/ 6:	14.2124	4.65703	6.20572	11.3188	14.367
Length  104, alignments in bytes  6/ 2:	14.3768	4.61162	6.22588	11.4686	15.7193
Length  104, alignments in bytes  1/ 7:	13.4143	4.65126	6.17238	10.7283	15.5762
Length  104, alignments in bytes  7/ 1:	14.5595	4.60873	6.34525	11.6684	15.9529
Length  104, alignments in bytes  3/ 4:	14.2075	4.65778	6.35014	11.2298	14.6414
Length  104, alignments in bytes  4/ 3:	14.2788	4.61378	6.2204	11.3578	14.8608
Length  104, alignments in bytes  5/ 7:	13.4314	4.65057	6.16205	10.6016	16.0824
Length  104, alignments in bytes  7/ 5:	14.3723	4.60942	6.85666	11.4593	15.255
Length  108, alignments in bytes  0/ 4:	14.0492	4.65668	6.18904	11.1416	15.8378
Length  108, alignments in bytes  4/ 0:	13.8395	4.95125	7.68513	11.0818	13.8174
Length  108, alignments in bytes  4/ 4:	11.9371	4.77596	7.19003	10.3468	13.1896
Length  108, alignments in bytes  2/ 2:	12.263	4.50327	7.45329	9.422	12.3461
Length  108, alignments in bytes  2/ 6:	14.1424	4.65663	6.22107	11.1682	16.1537
Length  108, alignments in bytes  6/ 2:	14.4859	4.95229	7.46158	11.9149	15.0464
Length  108, alignments in bytes  1/ 7:	14.0056	4.65013	6.16693	11.0209	14.8257
Length  108, alignments in bytes  7/ 1:	14.7196	4.94728	7.6947	12.1353	16.002
Length  108, alignments in bytes  3/ 4:	14.0495	4.6584	6.85959	11.1385	16.1855
Length  108, alignments in bytes  4/ 3:	13.7385	4.95302	7.16182	11.2559	14.4433
Length  108, alignments in bytes  5/ 7:	14.0273	4.97937	7.46423	11.3738	16.3888
Length  108, alignments in bytes  7/ 5:	14.1928	4.94844	7.67502	11.5873	16.282
Length  112, alignments in bytes  0/ 4:	14.1351	5.01045	7.14926	11.5061	16.1801
Length  112, alignments in bytes  4/ 0:	14.0242	4.93614	7.81789	11.3959	15.5124
Length  112, alignments in bytes  4/ 4:	12.0569	4.79086	7.24812	10.1738	12.872
Length  112, alignments in bytes  2/ 2:	12.2937	4.79543	7.24875	9.78801	13.1695
Length  112, alignments in bytes  2/ 6:	14.259	5.035	7.92148	11.6538	15.5964
Length  112, alignments in bytes  6/ 2:	14.3647	4.94154	7.3866	11.8366	16.4261
Length  112, alignments in bytes  1/ 7:	14.1958	4.99918	6.94936	11.5749	16.1989
Length  112, alignments in bytes  7/ 1:	14.4667	4.93907	6.37582	11.8742	16.3344
Length  112, alignments in bytes  3/ 4:	14.1714	5.01086	7.4762	11.642	15.4885
Length  112, alignments in bytes  4/ 3:	14.1932	4.93483	7.90817	11.5807	15.2433
Length  112, alignments in bytes  5/ 7:	14.2051	5.00421	7.22006	12.2724	15.1224
Length  112, alignments in bytes  7/ 5:	14.3292	4.93529	6.61441	11.6575	14.8927
Length  116, alignments in bytes  0/ 4:	14.2971	5.008	7.81502	11.687	16.296
Length  116, alignments in bytes  4/ 0:	14.0597	4.95076	6.68195	11.6181	15.5495
Length  116, alignments in bytes  4/ 4:	12.0513	4.78015	7.59166	10.0673	13.6143
Length  116, alignments in bytes  2/ 2:	12.5334	4.79575	7.32761	10.0453	13.0469
Length  116, alignments in bytes  2/ 6:	14.4274	5.01877	7.38557	12.0276	15.4534
Length  116, alignments in bytes  6/ 2:	14.4718	4.94055	6.64565	11.9972	15.0542
Length  116, alignments in bytes  1/ 7:	14.2932	4.99789	7.22331	11.657	15.2304
Length  116, alignments in bytes  7/ 1:	14.5289	4.93781	6.72528	12.1581	15.6535
Length  116, alignments in bytes  3/ 4:	14.3448	5.00938	7.24876	11.7516	15.4362
Length  116, alignments in bytes  4/ 3:	14.4701	4.95256	6.65167	12.0214	15.369
Length  116, alignments in bytes  5/ 7:	14.3738	5.00084	6.64525	11.9177	16.2322
Length  116, alignments in bytes  7/ 5:	14.516	4.93929	6.7634	12.1105	15.7789
Length  120, alignments in bytes  0/ 4:	14.4114	5.00899	6.67021	12.008	16.2958
Length  120, alignments in bytes  4/ 0:	14.2352	4.93573	6.66653	11.8241	15.7824
Length  120, alignments in bytes  4/ 4:	12.1634	4.77971	7.66397	9.85803	13.146
Length  120, alignments in bytes  2/ 2:	12.3654	4.78308	7.64929	10.015	12.8422
Length  120, alignments in bytes  2/ 6:	14.5123	5.00703	6.6794	12.1185	16.457
Length  120, alignments in bytes  6/ 2:	14.6087	4.92155	6.74663	12.2138	15.3852
Length  120, alignments in bytes  1/ 7:	14.1567	4.99739	6.59099	11.8648	15.4112
Length  120, alignments in bytes  7/ 1:	14.766	4.9501	7.20473	12.3777	15.9798
Length  120, alignments in bytes  3/ 4:	14.4992	5.00916	6.77499	12.0806	16.5157
Length  120, alignments in bytes  4/ 3:	14.525	4.9496	6.68542	12.1199	15.7267
Length  120, alignments in bytes  5/ 7:	14.1606	4.9995	6.63841	11.8666	15.7412
Length  120, alignments in bytes  7/ 5:	14.608	4.94734	6.75597	12.244	16.4794
Length  124, alignments in bytes  0/ 4:	14.6125	5.0078	6.58835	12.2656	16.6007
Length  124, alignments in bytes  4/ 0:	14.9752	5.28377	8.88943	12.2537	15.4117
Length  124, alignments in bytes  4/ 4:	12.6611	5.04208	7.19096	10.2063	13.3825
Length  124, alignments in bytes  2/ 2:	12.5131	4.78108	7.78543	10.1476	12.8114
Length  124, alignments in bytes  2/ 6:	14.6593	5.01006	6.7198	12.2867	16.6702
Length  124, alignments in bytes  6/ 2:	15.314	5.28333	8.52644	12.6369	16.7675
Length  124, alignments in bytes  1/ 7:	14.5388	5.02744	6.66275	12.1584	16.5641
Length  124, alignments in bytes  7/ 1:	15.5025	5.28404	8.88852	12.8552	17.1811
Length  124, alignments in bytes  3/ 4:	14.6137	5.01021	6.81584	12.2363	16.4511
Length  124, alignments in bytes  4/ 3:	15.1492	5.2831	8.8891	12.5642	15.6393
Length  124, alignments in bytes  5/ 7:	15.2863	5.32309	8.41048	12.5688	17.224
Length  124, alignments in bytes  7/ 5:	15.4512	5.28473	7.83044	12.8016	15.985
Length  128, alignments in bytes  0/ 4:	19.8631	9.07658	11.8463	17.0823	15.8621
Length  128, alignments in bytes  4/ 0:	15.0404	9.4169	11.1911	12.517	16.5065
Length  128, alignments in bytes  4/ 4:	12.7488	8.38773	11.4711	14.8306	16.1939
Length  128, alignments in bytes  2/ 2:	12.9994	8.79689	11.4772	15.1145	16.667
Length  128, alignments in bytes  2/ 6:	19.7024	9.11398	12.1144	17.4056	19.7623
Length  128, alignments in bytes  6/ 2:	15.5463	9.27652	7.65289	12.9141	20.0318
Length  128, alignments in bytes  1/ 7:	19.7165	9.07722	11.1674	17.3461	19.9861
Length  128, alignments in bytes  7/ 1:	20.2097	8.87199	7.30855	17.5161	17.5547
Length  128, alignments in bytes  3/ 4:	20.0434	9.09727	11.2278	17.1869	16.0008
Length  128, alignments in bytes  4/ 3:	19.7461	8.97871	12.0779	17.1514	16.067
Length  128, alignments in bytes  5/ 7:	19.7097	9.07367	7.46707	17.4427	19.6834
Length  128, alignments in bytes  7/ 5:	15.5089	8.82787	7.91463	17.3769	19.8335
Length  132, alignments in bytes  0/ 4:	15.5017	9.08215	11.9973	12.8424	16.3083
Length  132, alignments in bytes  4/ 0:	19.4648	8.86998	11.5347	16.8986	15.7366
Length  132, alignments in bytes  4/ 4:	12.8328	8.80745	11.6684	10.3965	17.1241
Length  132, alignments in bytes  2/ 2:	18.2626	8.41498	7.28847	14.9628	16.4984
Length  132, alignments in bytes  2/ 6:	20.2131	9.77718	7.9778	17.1029	20.2823
Length  132, alignments in bytes  6/ 2:	20.3704	8.86667	7.18947	14.2203	15.8499
Length  132, alignments in bytes  1/ 7:	15.4832	5.32138	7.87431	12.8238	15.9436
Length  132, alignments in bytes  7/ 1:	15.7731	5.28194	7.25006	13.3702	15.5596
Length  132, alignments in bytes  3/ 4:	15.5879	5.32649	7.91951	12.9065	16.0276
Length  132, alignments in bytes  4/ 3:	15.5976	5.28387	7.13083	13.1983	15.0626
Length  132, alignments in bytes  5/ 7:	15.5325	5.31894	7.06683	13.0405	16.2419
Length  132, alignments in bytes  7/ 5:	15.6636	5.28149	7.26346	13.2605	16.6503
Length  136, alignments in bytes  0/ 4:	15.5701	5.31256	7.0872	13.1013	16.8284
Length  136, alignments in bytes  4/ 0:	15.235	5.28351	7.18941	12.7502	16.595
Length  136, alignments in bytes  4/ 4:	12.8688	5.04164	7.68069	10.4852	13.8428
Length  136, alignments in bytes  2/ 2:	13.2156	5.04318	7.6707	10.7229	13.466
Length  136, alignments in bytes  2/ 6:	15.6305	5.32814	7.18373	13.2244	16.9296
Length  136, alignments in bytes  6/ 2:	15.7527	5.28563	7.27289	13.3809	16.4914
Length  136, alignments in bytes  1/ 7:	14.9945	5.31932	7.06609	13.0091	15.4619
Length  136, alignments in bytes  7/ 1:	15.9031	5.27968	7.30597	13.5494	16.5903
Length  136, alignments in bytes  3/ 4:	15.6743	5.32736	7.25392	13.2198	16.8495
Length  136, alignments in bytes  4/ 3:	15.6744	5.28404	7.19742	13.2603	16.7039
Length  136, alignments in bytes  5/ 7:	14.9871	5.32028	7.12781	13.0306	16.3188
Length  136, alignments in bytes  7/ 5:	15.76	5.27983	7.29654	13.345	15.9805
Length  140, alignments in bytes  0/ 4:	15.5884	5.32549	7.0795	13.0552	17.0134
Length  140, alignments in bytes  4/ 0:	15.3081	5.6539	7.68204	13.1085	16.8092
Length  140, alignments in bytes  4/ 4:	13.2316	5.33562	7.58099	11.8039	14.762
Length  140, alignments in bytes  2/ 2:	13.3057	5.03929	7.77487	10.8334	13.1752
Length  140, alignments in bytes  2/ 6:	15.654	5.3224	7.23906	13.1296	17.6567
Length  140, alignments in bytes  6/ 2:	15.8769	5.65602	9.09253	13.799	16.5292
Length  140, alignments in bytes  1/ 7:	15.5364	5.31578	7.11655	13.03	18.1809
Length  140, alignments in bytes  7/ 1:	16.0517	5.65175	8.0108	13.9978	17.3711
Length  140, alignments in bytes  3/ 4:	15.5892	5.32828	7.26628	13.0645	17.3854
Length  140, alignments in bytes  4/ 3:	15.2491	5.65353	7.80298	13.2587	15.8405
Length  140, alignments in bytes  5/ 7:	15.5598	5.69868	9.0753	13.3678	17.5912
Length  140, alignments in bytes  7/ 5:	15.7004	5.65001	8.90544	13.5554	16.9351
Length  144, alignments in bytes  0/ 4:	15.659	5.71599	7.71455	13.4556	17.7802
Length  144, alignments in bytes  4/ 0:	15.4722	5.65576	7.48141	13.3248	16.8516
Length  144, alignments in bytes  4/ 4:	13.4406	5.33414	7.61166	11.6786	14.5969
Length  144, alignments in bytes  2/ 2:	13.6043	5.336	7.6035	11.4464	13.5687
Length  144, alignments in bytes  2/ 6:	15.7657	5.71503	7.72177	13.5729	17.6524
Length  144, alignments in bytes  6/ 2:	15.8427	5.65471	8.51088	13.6801	17.5222
Length  144, alignments in bytes  1/ 7:	15.693	5.69875	7.73125	14.2272	15.6023
Length  144, alignments in bytes  7/ 1:	15.9005	5.65074	7.73964	13.7754	17.1382
Length  144, alignments in bytes  3/ 4:	15.6984	5.71741	8.29031	13.5161	17.6702
Length  144, alignments in bytes  4/ 3:	15.7043	5.65091	9.19608	13.5585	17.6319
Length  144, alignments in bytes  5/ 7:	15.7127	5.70192	7.83369	13.6009	15.4943
Length  144, alignments in bytes  7/ 5:	15.787	5.65332	7.21056	13.6512	17.3353
Length  148, alignments in bytes  0/ 4:	15.8008	5.71249	8.33014	13.651	17.7178
Length  148, alignments in bytes  4/ 0:	15.5252	5.65234	7.6463	13.6123	15.8253
Length  148, alignments in bytes  4/ 4:	13.3283	5.33673	7.93324	11.3227	14.0313
Length  148, alignments in bytes  2/ 2:	13.8654	5.33563	7.69344	11.6834	14.483
Length  148, alignments in bytes  2/ 6:	15.8755	5.71454	8.49754	13.7061	17.3521
Length  148, alignments in bytes  6/ 2:	15.9267	5.65442	7.70175	13.9931	16.7572
Length  148, alignments in bytes  1/ 7:	15.7468	5.6967	8.32751	13.6082	17.8604
Length  148, alignments in bytes  7/ 1:	16.0177	5.65392	7.79102	14.1153	17.1156
Length  148, alignments in bytes  3/ 4:	15.8538	5.71028	8.37659	13.8421	16.5207
Length  148, alignments in bytes  4/ 3:	15.9182	5.65398	7.6451	14.0123	15.7379
Length  148, alignments in bytes  5/ 7:	15.8069	5.69841	7.57024	13.9126	16.6836
Length  148, alignments in bytes  7/ 5:	15.9701	5.67505	7.76453	14.0719	16.5499
Length  152, alignments in bytes  0/ 4:	15.8716	5.71399	7.53264	13.9539	16.0898
Length  152, alignments in bytes  4/ 0:	15.6764	5.65408	7.70934	13.825	16.4195
Length  152, alignments in bytes  4/ 4:	13.3476	5.33617	8.01845	11.4061	13.2369
Length  152, alignments in bytes  2/ 2:	13.6369	5.33835	8.02608	11.6148	13.4219
Length  152, alignments in bytes  2/ 6:	15.9542	5.71519	7.6998	14.0586	16.8343
Length  152, alignments in bytes  6/ 2:	16.0371	5.65561	7.78236	14.1374	16.8486
Length  152, alignments in bytes  1/ 7:	15.5711	5.69725	7.57413	13.7803	15.9688
Length  152, alignments in bytes  7/ 1:	16.1441	5.65669	7.80815	14.3033	17.2172
Length  152, alignments in bytes  3/ 4:	15.9719	5.71916	7.75397	14.0638	16.255
Length  152, alignments in bytes  4/ 3:	15.9638	5.65302	7.71353	14.0829	16.571
Length  152, alignments in bytes  5/ 7:	15.5738	5.69992	7.65245	13.7785	15.988
Length  152, alignments in bytes  7/ 5:	16.0274	5.59332	7.77634	14.1813	16.1052
Length  156, alignments in bytes  0/ 4:	16.053	5.71915	7.58331	14.1319	16.9527
Length  156, alignments in bytes  4/ 0:	15.7293	5.97115	8.02045	14.2358	16.534
Length  156, alignments in bytes  4/ 4:	13.3464	5.59848	7.94112	11.8398	14.415
Length  156, alignments in bytes  2/ 2:	13.7112	5.33867	8.10611	11.7356	13.1802
Length  156, alignments in bytes  2/ 6:	16.0857	5.71782	7.75388	14.2029	17.1508
Length  156, alignments in bytes  6/ 2:	16.12	5.97006	8.11121	14.5769	16.4745
Length  156, alignments in bytes  1/ 7:	15.967	5.7005	7.63889	14.0823	16.8195
Length  156, alignments in bytes  7/ 1:	16.2884	5.99567	8.03236	14.7626	16.5608
Length  156, alignments in bytes  3/ 4:	16.0544	5.71768	7.76788	14.1238	16.561
Length  156, alignments in bytes  4/ 3:	15.8866	5.96786	9.26059	14.454	17.0544
Length  156, alignments in bytes  5/ 7:	16.0218	6.00795	7.89993	14.5008	18.1066
Length  156, alignments in bytes  7/ 5:	16.2083	5.97217	8.01511	14.6965	17.1134
Length  160, alignments in bytes  0/ 4:	16.0923	6.00017	7.97198	14.5523	17.491
Length  160, alignments in bytes  4/ 0:	15.7405	5.98836	8.10614	14.5565	17.3468
Length  160, alignments in bytes  4/ 4:	13.4058	5.61972	7.97408	12.2999	13.6245
Length  160, alignments in bytes  2/ 2:	13.6644	5.60191	7.97145	12.0425	13.8309
Length  160, alignments in bytes  2/ 6:	16.1645	6.00267	9.03568	14.6228	17.0653
Length  160, alignments in bytes  6/ 2:	16.298	5.97426	8.10681	14.8177	17.7072
Length  160, alignments in bytes  1/ 7:	16.1523	5.9843	8.04831	14.6625	16.663
Length  160, alignments in bytes  7/ 1:	16.4077	5.97072	8.48552	14.9547	17.3475
Length  160, alignments in bytes  3/ 4:	16.1955	6.02725	9.09665	14.599	17.3346
Length  160, alignments in bytes  4/ 3:	16.1708	5.9828	8.10945	14.698	18.2539
Length  160, alignments in bytes  5/ 7:	16.1814	5.98567	8.30872	14.7085	16.6234
Length  160, alignments in bytes  7/ 5:	16.2544	5.97145	7.80362	14.7676	17.1901
Length  164, alignments in bytes  0/ 4:	16.2544	6.00371	7.87506	14.735	17.6521
Length  164, alignments in bytes  4/ 0:	15.8041	5.98912	8.25723	14.3731	16.3292
Length  164, alignments in bytes  4/ 4:	13.5536	5.59946	8.32417	11.9949	15.379
Length  164, alignments in bytes  2/ 2:	13.7309	5.61674	8.05501	12.1284	13.5081
Length  164, alignments in bytes  2/ 6:	16.3061	6.00037	8.62321	14.8017	17.793
Length  164, alignments in bytes  6/ 2:	16.3834	5.99089	8.23656	15.0309	17.1519
Length  164, alignments in bytes  1/ 7:	16.2136	6.00706	8.00258	14.7266	18.2764
Length  164, alignments in bytes  7/ 1:	16.5267	5.97075	8.39963	15.2318	17.3594
Length  164, alignments in bytes  3/ 4:	16.3257	6.00336	7.94093	14.7849	17.3114
Length  164, alignments in bytes  4/ 3:	16.317	5.98987	8.25485	15.0662	18.0772
Length  164, alignments in bytes  5/ 7:	16.2947	5.98074	8.0955	14.9375	17.2333
Length  164, alignments in bytes  7/ 5:	16.3956	5.88574	8.39842	15.1143	17.2942
Length  168, alignments in bytes  0/ 4:	16.3163	6.00348	8.14156	14.9671	17.5214
Length  168, alignments in bytes  4/ 0:	15.9151	5.99387	8.2345	14.5398	17.4589
Length  168, alignments in bytes  4/ 4:	13.5963	5.59557	8.3851	12.3138	14.0604
Length  168, alignments in bytes  2/ 2:	13.8425	5.59843	8.37251	12.3287	15.135
Length  168, alignments in bytes  2/ 6:	16.3903	6.00134	8.22316	15.0639	17.5832
Length  168, alignments in bytes  6/ 2:	16.506	5.9734	8.311	15.2157	17.7244
Length  168, alignments in bytes  1/ 7:	15.767	5.98419	8.09567	14.4867	17.7957
Length  168, alignments in bytes  7/ 1:	16.6578	5.97649	8.41949	15.3707	17.7265
Length  168, alignments in bytes  3/ 4:	16.46	6.00093	8.38103	15.0673	17.0822
Length  168, alignments in bytes  4/ 3:	16.4073	5.97511	8.26003	15.122	17.5274
Length  168, alignments in bytes  5/ 7:	15.7628	6.00659	8.16782	14.5054	17.1184
Length  168, alignments in bytes  7/ 5:	16.4985	5.97447	8.42169	15.1831	17.2502
Length  172, alignments in bytes  0/ 4:	16.2984	6.00525	8.11494	14.8516	18.8216
Length  172, alignments in bytes  4/ 0:	15.9875	6.17894	8.45728	14.8994	18.5097
Length  172, alignments in bytes  4/ 4:	13.5151	5.83614	8.24023	12.4268	15.8017
Length  172, alignments in bytes  2/ 2:	13.9142	5.61827	8.50546	12.4317	15.0022
Length  172, alignments in bytes  2/ 6:	16.3464	6.00027	8.28876	14.9473	18.1831
Length  172, alignments in bytes  6/ 2:	16.6458	6.18201	9.38161	15.623	18.5203
Length  172, alignments in bytes  1/ 7:	16.2524	5.98354	8.16656	14.8416	18.4192
Length  172, alignments in bytes  7/ 1:	16.8023	6.18051	9.02928	15.7921	18.0583
Length  172, alignments in bytes  3/ 4:	16.2938	6.00554	8.39932	14.876	18.8521
Length  172, alignments in bytes  4/ 3:	16.0108	6.18382	8.8145	15.0887	18.4431
Length  172, alignments in bytes  5/ 7:	16.2648	6.22028	9.37289	15.1446	18.1489
Length  172, alignments in bytes  7/ 5:	16.4334	6.18456	8.82031	15.3486	18.1572
Length  176, alignments in bytes  0/ 4:	16.3811	6.23895	8.34856	15.223	18.5325
Length  176, alignments in bytes  4/ 0:	16.1154	6.18683	8.70532	15.071	17.8606
Length  176, alignments in bytes  4/ 4:	13.7401	5.83667	8.25812	12.6226	15.8016
Length  176, alignments in bytes  2/ 2:	13.9472	5.83568	8.2576	12.8678	15.7902
Length  176, alignments in bytes  2/ 6:	16.4835	6.23717	9.35493	15.3786	19.0238
Length  176, alignments in bytes  6/ 2:	16.5726	6.21904	8.58467	15.4845	19.0567
Length  176, alignments in bytes  1/ 7:	16.3967	6.21426	8.51419	15.3387	18.341
Length  176, alignments in bytes  7/ 1:	16.6279	6.18297	8.29327	15.6272	19.2808
Length  176, alignments in bytes  3/ 4:	16.4012	6.24203	8.53683	15.2697	19.3516
Length  176, alignments in bytes  4/ 3:	16.4282	6.18434	8.48956	15.3533	19.9965
Length  176, alignments in bytes  5/ 7:	16.4515	6.21622	8.73116	15.3733	18.3403
Length  176, alignments in bytes  7/ 5:	16.532	6.18149	8.3071	15.4542	18.9469
Length  180, alignments in bytes  0/ 4:	16.5059	6.2412	8.53877	15.4388	19.3839
Length  180, alignments in bytes  4/ 0:	16.2051	6.18336	8.88878	15.4079	17.5605
Length  180, alignments in bytes  4/ 4:	13.6541	5.83873	8.61586	12.7023	16.2592
Length  180, alignments in bytes  2/ 2:	14.2481	5.83702	8.35091	13.1717	15.6445
Length  180, alignments in bytes  2/ 6:	16.5939	6.24254	8.8994	15.5107	18.8626
Length  180, alignments in bytes  6/ 2:	16.6528	6.18552	8.89064	15.811	18.7718
Length  180, alignments in bytes  1/ 7:	16.4533	6.21616	8.45992	15.4294	19.1806
Length  180, alignments in bytes  7/ 1:	16.7556	6.18497	9.0127	15.9225	20.2342
Length  180, alignments in bytes  3/ 4:	16.5612	6.24089	8.28317	15.489	19.1964
Length  180, alignments in bytes  4/ 3:	16.6359	6.18558	8.88666	15.8261	18.7853
Length  180, alignments in bytes  5/ 7:	16.5391	6.21852	8.63736	15.7443	19.2628
Length  180, alignments in bytes  7/ 5:	16.6937	6.13002	9.01215	15.8947	19.2964
Length  184, alignments in bytes  0/ 4:	16.5625	6.23788	8.78732	15.7722	18.3966
Length  184, alignments in bytes  4/ 0:	16.3406	6.19478	8.77412	15.5985	19.4009
Length  184, alignments in bytes  4/ 4:	13.6947	5.83745	8.71359	12.8088	16.2285
Length  184, alignments in bytes  2/ 2:	13.9997	5.83369	8.69917	13.0399	16.0337
Length  184, alignments in bytes  2/ 6:	16.6642	6.23816	8.75891	15.8844	18.8752
Length  184, alignments in bytes  6/ 2:	16.7751	6.19611	8.8727	15.9492	19.1892
Length  184, alignments in bytes  1/ 7:	16.3277	6.21375	8.63539	15.6298	19.1549
Length  184, alignments in bytes  7/ 1:	16.8693	6.19257	8.93968	16.1132	19.9188
Length  184, alignments in bytes  3/ 4:	16.6772	6.24283	9.00244	15.8631	19.3295
Length  184, alignments in bytes  4/ 3:	16.7024	6.19667	8.78004	15.9041	19.7457
Length  184, alignments in bytes  5/ 7:	16.329	6.21819	8.70903	15.6241	18.7971
Length  184, alignments in bytes  7/ 5:	16.7904	6.1937	8.93732	15.9974	19.5518
Length  188, alignments in bytes  0/ 4:	16.7516	6.24716	8.68733	15.9192	18.9606
Length  188, alignments in bytes  4/ 0:	17.2715	6.4241	9.26608	15.9945	19.6719
Length  188, alignments in bytes  4/ 4:	14.6139	6.09016	8.42662	13.1469	16.3417
Length  188, alignments in bytes  2/ 2:	14.0925	5.83401	8.82614	13.1748	15.7192
Length  188, alignments in bytes  2/ 6:	16.8289	6.24605	8.82805	15.9828	20.0858
Length  188, alignments in bytes  6/ 2:	17.7284	6.42755	9.11174	16.3683	18.668
Length  188, alignments in bytes  1/ 7:	16.6902	6.22182	8.82773	15.8798	19.1487
Length  188, alignments in bytes  7/ 1:	17.8526	6.42239	9.19025	16.5832	20.1304
Length  188, alignments in bytes  3/ 4:	16.7557	6.24673	8.93407	15.9471	20.0497
Length  188, alignments in bytes  4/ 3:	17.5383	6.42773	9.25771	16.2664	19.4323
Length  188, alignments in bytes  5/ 7:	17.6035	6.46185	9.71378	16.2618	19.6593
Length  188, alignments in bytes  7/ 5:	17.7895	6.43089	9.27686	16.4777	19.7396
Length  192, alignments in bytes  0/ 4:	17.6762	6.48207	8.96689	16.3159	19.0557
Length  192, alignments in bytes  4/ 0:	17.2291	6.43251	9.71944	15.8125	20.0728
Length  192, alignments in bytes  4/ 4:	14.631	6.09074	8.4953	13.2088	16.125
Length  192, alignments in bytes  2/ 2:	14.9357	6.09148	8.47195	13.4869	14.7792
Length  192, alignments in bytes  2/ 6:	17.7492	6.47742	9.0574	16.3943	19.4493
Length  192, alignments in bytes  6/ 2:	17.8926	6.43306	9.28674	16.5683	20.0877
Length  192, alignments in bytes  1/ 7:	17.724	6.46074	9.71973	16.4346	19.6307
Length  192, alignments in bytes  7/ 1:	18.1023	6.43134	9.06403	16.7501	19.5626
Length  192, alignments in bytes  3/ 4:	17.7293	6.48441	9.57642	16.3577	19.3427
Length  192, alignments in bytes  4/ 3:	17.7859	6.45103	9.0966	16.4799	20.1612
Length  192, alignments in bytes  5/ 7:	17.7359	6.46069	9.21909	16.4461	19.6391
Length  192, alignments in bytes  7/ 5:	17.8586	6.42892	8.83586	16.5707	20.1688
Length  196, alignments in bytes  0/ 4:	17.7937	6.48357	8.98833	16.5452	19.7961
Length  196, alignments in bytes  4/ 0:	17.2729	6.43095	9.34177	16.1045	19.7687
Length  196, alignments in bytes  4/ 4:	14.6634	6.09018	8.82335	13.4189	17.554
Length  196, alignments in bytes  2/ 2:	15.002	6.09091	8.56316	13.5651	16.0822
Length  196, alignments in bytes  2/ 6:	17.8567	6.50914	9.38866	16.5756	20.1807
Length  196, alignments in bytes  6/ 2:	17.9697	6.43243	9.46367	16.834	20.1353
Length  196, alignments in bytes  1/ 7:	17.7988	6.45956	9.15846	16.5302	19.7635
Length  196, alignments in bytes  7/ 1:	18.1421	6.42949	9.48119	17.0445	20.3575
Length  196, alignments in bytes  3/ 4:	17.8467	6.48419	8.81683	16.5627	19.7609
Length  196, alignments in bytes  4/ 3:	17.9601	6.4308	9.34119	16.8755	19.4974
Length  196, alignments in bytes  5/ 7:	17.8375	6.46292	9.17572	16.7489	19.3806
Length  196, alignments in bytes  7/ 5:	17.998	6.43912	9.48268	16.9348	20.2893
Length  200, alignments in bytes  0/ 4:	17.8897	6.48456	9.21622	16.778	19.2476
Length  200, alignments in bytes  4/ 0:	17.4327	6.44337	9.31889	16.2711	20.4002
Length  200, alignments in bytes  4/ 4:	14.8282	6.09137	8.94351	13.4986	16.0325
Length  200, alignments in bytes  2/ 2:	15.0245	6.09096	8.91513	13.7921	16.4603
Length  200, alignments in bytes  2/ 6:	17.9735	6.48375	9.29491	16.8782	19.0516
Length  200, alignments in bytes  6/ 2:	18.1022	6.44273	9.39317	17.0279	20.0166
Length  200, alignments in bytes  1/ 7:	17.3836	6.45912	9.17293	16.3348	21.0707
Length  200, alignments in bytes  7/ 1:	18.3307	6.43988	9.50128	17.1952	20.7103
Length  200, alignments in bytes  3/ 4:	17.9763	6.48677	9.45967	16.8552	19.4821
Length  200, alignments in bytes  4/ 3:	18.036	6.44267	9.31683	16.9389	20.4634
Length  200, alignments in bytes  5/ 7:	17.3886	6.48022	9.24632	16.3428	20.398
Length  200, alignments in bytes  7/ 5:	18.0874	6.44218	9.52602	16.9949	20.3306
Length  204, alignments in bytes  0/ 4:	17.8182	6.4875	9.19365	16.6118	21.0188
Length  204, alignments in bytes  4/ 0:	17.4823	6.80006	9.87743	16.6648	20.9428
Length  204, alignments in bytes  4/ 4:	14.775	6.47023	8.76276	13.8036	18.3059
Length  204, alignments in bytes  2/ 2:	15.147	6.09073	9.02797	13.8841	15.3382
Length  204, alignments in bytes  2/ 6:	17.9108	6.48744	9.37386	16.7126	20.5115
Length  204, alignments in bytes  6/ 2:	18.2172	6.80247	10.335	17.4434	20.1217
Length  204, alignments in bytes  1/ 7:	17.7835	6.49193	9.24756	16.5983	21.9213
Length  204, alignments in bytes  7/ 1:	18.4089	6.8289	9.8941	17.6285	21.0385
Length  204, alignments in bytes  3/ 4:	17.8153	6.48738	9.5114	16.6065	19.9136
Length  204, alignments in bytes  4/ 3:	17.6582	6.79939	9.66856	16.9556	20.4781
Length  204, alignments in bytes  5/ 7:	17.8155	6.88152	9.59692	16.9261	21.4107
Length  204, alignments in bytes  7/ 5:	17.9792	6.80551	9.60588	17.1866	21.3185
Length  208, alignments in bytes  0/ 4:	17.9005	6.91187	9.62216	17.0029	20.7505
Length  208, alignments in bytes  4/ 0:	17.6727	6.80754	9.57213	16.8698	21.1736
Length  208, alignments in bytes  4/ 4:	14.9059	6.46803	8.81561	14.0021	17.5607
Length  208, alignments in bytes  2/ 2:	15.2472	6.47215	8.81934	14.3	17.1317
Length  208, alignments in bytes  2/ 6:	17.994	6.90503	9.99541	17.16	21.2794
Length  208, alignments in bytes  6/ 2:	18.1101	6.83279	9.70959	17.2873	21.0184
Length  208, alignments in bytes  1/ 7:	17.9441	6.87933	9.50885	17.1086	20.7657
Length  208, alignments in bytes  7/ 1:	18.1952	6.80753	9.40938	17.4028	21.6172
Length  208, alignments in bytes  3/ 4:	17.9459	6.91479	9.6134	17.055	21.4386
Length  208, alignments in bytes  4/ 3:	17.9752	6.8107	9.61327	17.1673	21.9669
Length  208, alignments in bytes  5/ 7:	17.9766	6.88043	9.51595	17.16	20.7965
Length  208, alignments in bytes  7/ 5:	18.0827	6.81006	9.48911	17.2577	21.5413
Length  212, alignments in bytes  0/ 4:	18.043	6.91483	9.49763	17.2032	21.7054
Length  212, alignments in bytes  4/ 0:	17.7554	6.80635	10.149	17.1598	20.9316
Length  212, alignments in bytes  4/ 4:	14.8468	6.47557	9.16074	14.1019	17.2054
Length  212, alignments in bytes  2/ 2:	15.4881	6.47319	8.90248	14.6042	17.0332
Length  212, alignments in bytes  2/ 6:	18.1194	6.91327	9.69781	17.2753	21.6287
Length  212, alignments in bytes  6/ 2:	18.2227	6.82603	9.85426	17.6094	21.0052
Length  212, alignments in bytes  1/ 7:	18.0143	6.8811	9.5544	17.1822	21.3794
Length  212, alignments in bytes  7/ 1:	18.3216	6.80727	10.295	17.7241	20.6383
Length  212, alignments in bytes  3/ 4:	18.095	6.91747	9.36249	17.2751	20.6479
Length  212, alignments in bytes  4/ 3:	18.1744	6.81204	10.1456	17.6238	22.06
Length  212, alignments in bytes  5/ 7:	18.0769	6.87958	9.72321	17.5159	21.4453
Length  212, alignments in bytes  7/ 5:	18.2319	6.82082	10.2677	17.6962	21.3945
Length  216, alignments in bytes  0/ 4:	18.1201	6.91798	10.0222	17.5354	21.3255
Length  216, alignments in bytes  4/ 0:	17.8938	6.8231	10.0537	17.3531	21.2957
Length  216, alignments in bytes  4/ 4:	14.9617	6.4742	9.25636	14.1967	17.0293
Length  216, alignments in bytes  2/ 2:	15.2125	6.47359	9.25276	14.4735	17.2009
Length  216, alignments in bytes  2/ 6:	18.2096	6.9203	9.83777	17.6415	20.3484
Length  216, alignments in bytes  6/ 2:	18.2932	6.84969	9.93071	17.7287	21.2176
Length  216, alignments in bytes  1/ 7:	17.9728	6.88354	9.91858	17.4558	22.1542
Length  216, alignments in bytes  7/ 1:	18.4516	6.82394	10.0596	17.9113	22.0407
Length  216, alignments in bytes  3/ 4:	18.1997	6.91797	10.2791	17.6169	22.0685
Length  216, alignments in bytes  4/ 3:	18.2466	6.82339	9.90121	17.6832	21.5922
Length  216, alignments in bytes  5/ 7:	17.9711	6.88434	9.79198	17.4813	20.3659
Length  216, alignments in bytes  7/ 5:	18.3312	6.81972	10.0224	17.7833	21.8513
Length  220, alignments in bytes  0/ 4:	18.2948	6.91545	9.90462	17.7355	22.208
Length  220, alignments in bytes  4/ 0:	17.971	7.14737	10.0656	17.7823	21.1104
Length  220, alignments in bytes  4/ 4:	14.8797	6.77507	9.12784	14.4941	18.3319
Length  220, alignments in bytes  2/ 2:	15.3013	6.4726	9.36086	14.5895	17.0258
Length  220, alignments in bytes  2/ 6:	18.3873	6.91414	10.0868	17.7778	21.4383
Length  220, alignments in bytes  6/ 2:	18.4311	7.14445	10.1749	18.1495	20.668
Length  220, alignments in bytes  1/ 7:	18.2813	6.88075	9.96603	17.6616	22.9938
Length  220, alignments in bytes  7/ 1:	18.6091	7.14467	10.2633	18.3434	21.6509
Length  220, alignments in bytes  3/ 4:	18.3269	6.91367	10.0141	17.7186	23.2575
Length  220, alignments in bytes  4/ 3:	18.3379	7.1433	10.0769	18.1057	21.6588
Length  220, alignments in bytes  5/ 7:	18.3031	7.22435	10.0474	18.0436	21.3514
Length  220, alignments in bytes  7/ 5:	18.521	7.17979	10.1264	18.3046	22.2119
Length  224, alignments in bytes  0/ 4:	18.3516	7.25513	9.95432	18.1177	22.2944
Length  224, alignments in bytes  4/ 0:	17.9137	7.15813	10.1875	17.6105	22.0206
Length  224, alignments in bytes  4/ 4:	14.981	6.77702	9.22601	14.5852	16.156
Length  224, alignments in bytes  2/ 2:	15.2031	6.77614	9.20276	14.8975	17.558
Length  224, alignments in bytes  2/ 6:	18.4471	7.23027	10.161	18.1786	22.5696
Length  224, alignments in bytes  6/ 2:	18.6165	7.15363	10.2381	18.3975	21.7186
Length  224, alignments in bytes  1/ 7:	18.436	7.2076	10.068	18.2196	23.0619
Length  224, alignments in bytes  7/ 1:	18.8452	7.15742	9.95621	18.5801	22.3912
Length  224, alignments in bytes  3/ 4:	18.4014	7.23253	10.0734	18.1452	21.4548
Length  224, alignments in bytes  4/ 3:	18.5161	7.15436	10.1589	18.301	22.0623
Length  224, alignments in bytes  5/ 7:	18.4516	7.20732	10.0691	18.2265	23.0596
Length  224, alignments in bytes  7/ 5:	18.5923	7.15553	9.92471	18.3715	22.1809
Length  228, alignments in bytes  0/ 4:	18.5116	7.23343	10.0636	18.3036	23.2206
Length  228, alignments in bytes  4/ 0:	17.9791	7.15125	10.4454	17.9044	22.3932
Length  228, alignments in bytes  4/ 4:	15.0305	6.77649	9.52815	14.8397	18.5982
Length  228, alignments in bytes  2/ 2:	15.3316	6.77534	9.29486	14.9855	17.6304
Length  228, alignments in bytes  2/ 6:	18.5814	7.26271	10.184	18.3718	22.3849
Length  228, alignments in bytes  6/ 2:	18.7057	7.18352	10.4124	18.6741	22.3602
Length  228, alignments in bytes  1/ 7:	18.5147	7.24011	10.1141	18.2941	22.7535
Length  228, alignments in bytes  7/ 1:	18.9096	7.18294	10.574	18.8722	22.3489
Length  228, alignments in bytes  3/ 4:	18.5593	7.26845	9.94232	18.3492	23.1723
Length  228, alignments in bytes  4/ 3:	18.7205	7.15555	10.4581	18.6956	23.6103
Length  228, alignments in bytes  5/ 7:	18.5708	7.23541	10.2554	18.5255	22.001
Length  228, alignments in bytes  7/ 5:	18.7661	7.16185	10.5949	18.758	21.7504
Length  232, alignments in bytes  0/ 4:	18.5965	7.23505	10.3324	18.5696	21.6566
Length  232, alignments in bytes  4/ 0:	18.1058	7.15915	10.8331	18.0846	22.3682
Length  232, alignments in bytes  4/ 4:	15.0648	6.7765	9.70508	14.9021	17.1675
Length  232, alignments in bytes  2/ 2:	15.3758	6.77574	9.63084	15.2114	18.0227
Length  232, alignments in bytes  2/ 6:	18.7008	7.23355	10.3826	18.6754	22.4705
Length  232, alignments in bytes  6/ 2:	18.8637	7.15991	10.4791	18.8546	22.4764
Length  232, alignments in bytes  1/ 7:	18.1282	7.21228	10.2606	18.156	21.3703
Length  232, alignments in bytes  7/ 1:	19.1035	7.16089	10.5921	19.0398	22.4555
Length  232, alignments in bytes  3/ 4:	18.6897	7.23779	10.5442	18.6413	21.7032
Length  232, alignments in bytes  4/ 3:	18.7708	7.16174	10.4009	18.7621	22.6163
Length  232, alignments in bytes  5/ 7:	18.1231	7.20995	10.3295	18.1541	22.3076
Length  232, alignments in bytes  7/ 5:	18.8602	7.16013	10.6107	18.826	23.0598
Length  236, alignments in bytes  0/ 4:	18.5158	7.23851	10.2798	18.4185	22.4463
Length  236, alignments in bytes  4/ 0:	18.1811	7.38542	11.1849	18.4566	21.965
Length  236, alignments in bytes  4/ 4:	15.1343	6.99261	9.4205	15.2864	19.7436
Length  236, alignments in bytes  2/ 2:	15.4516	6.77579	9.7543	15.2882	17.8295
Length  236, alignments in bytes  2/ 6:	18.6049	7.24028	10.4551	18.5195	23.0912
Length  236, alignments in bytes  6/ 2:	19.0011	7.38521	10.6721	19.2914	23.1201
Length  236, alignments in bytes  1/ 7:	18.4929	7.21153	10.3298	18.3901	23.4769
Length  236, alignments in bytes  7/ 1:	19.2364	7.38629	10.8922	19.4943	22.9924
Length  236, alignments in bytes  3/ 4:	18.5336	7.24266	10.5901	18.4244	22.8717
Length  236, alignments in bytes  4/ 3:	18.4426	7.38425	10.8771	18.7523	22.6355
Length  236, alignments in bytes  5/ 7:	18.5189	7.46797	10.5855	18.7047	23.6938
Length  236, alignments in bytes  7/ 5:	18.7183	7.39087	10.9173	18.9834	23.6524
Length  240, alignments in bytes  0/ 4:	18.6182	7.48737	10.7617	18.8215	22.9453
Length  240, alignments in bytes  4/ 0:	18.429	7.3945	10.6822	18.715	23.0805
Length  240, alignments in bytes  4/ 4:	15.3142	6.99271	9.49359	15.4879	18.8076
Length  240, alignments in bytes  2/ 2:	15.6086	6.99431	9.49429	15.7923	18.3313
Length  240, alignments in bytes  2/ 6:	18.6915	7.48692	10.8318	18.9657	22.3584
Length  240, alignments in bytes  6/ 2:	18.8353	7.39186	10.7602	19.1297	23.5013
Length  240, alignments in bytes  1/ 7:	18.647	7.49867	10.5524	18.9143	22.7811
Length  240, alignments in bytes  7/ 1:	18.9454	7.41762	10.4691	19.2601	23.8854
Length  240, alignments in bytes  3/ 4:	18.6338	7.51869	10.8582	18.8562	23.6379
Length  240, alignments in bytes  4/ 3:	18.6902	7.41063	10.801	18.9838	23.9384
Length  240, alignments in bytes  5/ 7:	18.6816	7.49756	10.6032	18.934	22.668
Length  240, alignments in bytes  7/ 5:	18.8362	7.39105	10.4892	19.086	22.512
Length  244, alignments in bytes  0/ 4:	18.7795	7.4897	10.5468	19.0178	23.8552
Length  244, alignments in bytes  4/ 0:	18.5253	7.39232	11.0415	19.0035	22.9947
Length  244, alignments in bytes  4/ 4:	15.2023	7.02026	9.82986	15.5464	19.5822
Length  244, alignments in bytes  2/ 2:	15.8728	6.99409	9.62254	16.0873	18.5572
Length  244, alignments in bytes  2/ 6:	18.8419	7.49017	10.7431	19.0953	23.6067
Length  244, alignments in bytes  6/ 2:	18.9566	7.39091	11.9476	19.4377	23.3408
Length  244, alignments in bytes  1/ 7:	18.7191	7.47401	10.6473	18.9899	23.7147
Length  244, alignments in bytes  7/ 1:	19.077	7.394	11.1888	19.5652	23.3051
Length  244, alignments in bytes  3/ 4:	18.8028	7.49756	10.5065	19.0711	23.8396
Length  244, alignments in bytes  4/ 3:	18.9128	7.41595	11.0108	19.424	24.056
Length  244, alignments in bytes  5/ 7:	18.7801	7.4892	11.7986	19.2855	22.5339
Length  244, alignments in bytes  7/ 5:	18.9797	7.41779	11.1545	19.4854	23.9373
Length  248, alignments in bytes  0/ 4:	18.8536	7.49313	10.8745	19.3506	23.7396
Length  248, alignments in bytes  4/ 0:	18.6451	7.39957	11.9171	19.1876	22.9943
Length  248, alignments in bytes  4/ 4:	15.3396	6.99089	9.93155	15.6321	17.0651
Length  248, alignments in bytes  2/ 2:	15.5538	6.99579	9.94762	15.9323	18.7563
Length  248, alignments in bytes  2/ 6:	18.8974	7.49286	11.9285	19.4448	22.6703
Length  248, alignments in bytes  6/ 2:	19.0462	7.40361	11.1624	19.5563	23.5854
Length  248, alignments in bytes  1/ 7:	18.7422	7.47433	11.7943	19.288	23.3447
Length  248, alignments in bytes  7/ 1:	19.2407	7.39667	11.1497	19.75	24.5145
Length  248, alignments in bytes  3/ 4:	18.9219	7.5193	11.1497	19.4146	23.4165
Length  248, alignments in bytes  4/ 3:	18.9932	7.42458	11.1187	19.4962	23.653
Length  248, alignments in bytes  5/ 7:	18.7428	7.50136	11.0489	19.2887	23.1438
Length  248, alignments in bytes  7/ 5:	19.1248	7.39999	11.1223	19.583	23.2873
Length  252, alignments in bytes  0/ 4:	19.0624	7.49268	10.988	19.5578	23.2489
Length  252, alignments in bytes  4/ 0:	19.702	7.70377	11.236	19.6022	23.8721
Length  252, alignments in bytes  4/ 4:	16.2626	7.26062	9.66365	15.9858	19.792
Length  252, alignments in bytes  2/ 2:	15.6637	7.03256	10.0394	16.0387	18.3077
Length  252, alignments in bytes  2/ 6:	19.1028	7.49159	11.0486	19.6053	24.0252
Length  252, alignments in bytes  6/ 2:	20.1377	7.72076	11.3603	19.9928	24.371
Length  252, alignments in bytes  1/ 7:	18.9884	7.48796	11.0547	19.4929	24.8427
Length  252, alignments in bytes  7/ 1:	20.3717	7.70079	11.8308	20.2013	24.0348
Length  252, alignments in bytes  3/ 4:	19.0469	7.49501	11.0967	19.5572	24.2353
Length  252, alignments in bytes  4/ 3:	20.1307	7.69814	11.6973	19.9735	23.0591
Length  252, alignments in bytes  5/ 7:	20.0254	7.73718	11.2433	19.8867	24.9118
Length  252, alignments in bytes  7/ 5:	20.338	7.7133	11.2963	20.1751	23.8951
Length  256, alignments in bytes  0/ 4:	20.0805	7.78021	11.1418	19.9613	23.843
Length  256, alignments in bytes  4/ 0:	19.5942	7.72023	11.2718	19.4769	24.2023
Length  256, alignments in bytes  4/ 4:	16.2793	7.26518	9.71513	16.0477	18.7059
Length  256, alignments in bytes  2/ 2:	16.6192	7.2598	9.71573	16.3567	18.2247
Length  256, alignments in bytes  2/ 6:	20.1758	7.78708	11.4685	20.0315	24.8082
Length  256, alignments in bytes  6/ 2:	20.4498	7.70949	11.393	20.2713	24.638
Length  256, alignments in bytes  1/ 7:	20.1969	7.74924	11.3618	20.06	25.7058
Length  256, alignments in bytes  7/ 1:	20.6442	7.71028	11.0414	20.5122	24.7003
Length  256, alignments in bytes  3/ 4:	20.1199	7.77829	11.2992	20.018	24.5181
Length  256, alignments in bytes  4/ 3:	20.3431	7.70857	11.407	20.1931	23.5631
Length  256, alignments in bytes  5/ 7:	20.2058	7.75229	11.1701	20.0937	25.836
Length  256, alignments in bytes  7/ 5:	20.3801	7.71246	11.048	20.2416	23.4611
Length  260, alignments in bytes  0/ 4:	20.2876	7.81053	11.2759	20.1537	23.3151
Length  260, alignments in bytes  4/ 0:	19.6425	7.73416	11.5836	19.775	23.9929
Length  260, alignments in bytes  4/ 4:	16.3904	7.2919	10.0902	16.2858	20.5032
Length  260, alignments in bytes  2/ 2:	16.6896	7.26172	9.82787	16.4681	17.4197
Length  260, alignments in bytes  2/ 6:	20.3475	7.79103	11.3754	20.2209	24.7147
Length  260, alignments in bytes  6/ 2:	20.5105	7.70953	11.8536	20.5298	24.6194
Length  260, alignments in bytes  1/ 7:	20.2567	7.77391	11.2723	20.1342	24.6444
Length  260, alignments in bytes  7/ 1:	20.7613	7.71155	11.7239	20.754	24.5113
Length  260, alignments in bytes  3/ 4:	20.3518	7.78644	11.0189	20.1965	24.895
Length  260, alignments in bytes  4/ 3:	20.5554	7.71123	11.5471	20.5667	24.1548
Length  260, alignments in bytes  5/ 7:	20.2878	7.75339	11.4042	20.3525	23.8501
Length  260, alignments in bytes  7/ 5:	20.5916	7.72163	11.6738	20.6179	24.5416
Length  264, alignments in bytes  0/ 4:	20.3515	7.78456	11.4168	20.4107	24.9319
Length  264, alignments in bytes  4/ 0:	19.7906	7.71539	11.8599	19.9526	25.0901
Length  264, alignments in bytes  4/ 4:	16.4487	7.25821	10.145	16.3871	19.7536
Length  264, alignments in bytes  2/ 2:	16.7267	7.26254	10.1425	16.6469	19.62
Length  264, alignments in bytes  2/ 6:	20.466	7.78539	11.502	20.5099	24.7717
Length  264, alignments in bytes  6/ 2:	20.709	7.7123	11.7478	20.7427	24.3767
Length  264, alignments in bytes  1/ 7:	19.8901	7.74274	11.4067	20.0099	24.4431
Length  264, alignments in bytes  7/ 1:	20.8983	7.71167	11.7484	20.9401	24.4095
Length  264, alignments in bytes  3/ 4:	20.4142	7.78528	11.7175	20.4719	24.9057
Length  264, alignments in bytes  4/ 3:	20.6059	7.73106	11.5192	20.6223	24.5305
Length  264, alignments in bytes  5/ 7:	19.8837	7.76285	11.4127	19.986	24.6201
Length  264, alignments in bytes  7/ 5:	20.6849	7.72232	11.7392	20.6982	24.7004
Length  268, alignments in bytes  0/ 4:	20.2339	7.78564	11.7275	20.2693	24.9221
Length  268, alignments in bytes  4/ 0:	19.8741	8.16261	12.0826	20.3009	24.9011
Length  268, alignments in bytes  4/ 4:	16.5327	7.6169	10.0613	16.6305	20.9979
Length  268, alignments in bytes  2/ 2:	16.8327	7.25954	10.2296	16.769	19.0919
Length  268, alignments in bytes  2/ 6:	20.3134	7.78374	12.1202	20.3612	25.3584
Length  268, alignments in bytes  6/ 2:	20.8003	8.16824	11.9675	21.1724	25.1608
Length  268, alignments in bytes  1/ 7:	20.1654	7.74426	12.0128	20.2321	25.8249
Length  268, alignments in bytes  7/ 1:	21.0388	8.15814	12.3592	21.4154	25.0907
Length  268, alignments in bytes  3/ 4:	20.217	7.78973	11.725	20.2887	24.8894
Length  268, alignments in bytes  4/ 3:	20.2351	8.15924	11.9353	20.6523	24.9138
Length  268, alignments in bytes  5/ 7:	20.1877	8.25842	11.8671	20.57	24.6185
Length  268, alignments in bytes  7/ 5:	20.4668	8.18636	12.1485	20.8751	24.789
Length  272, alignments in bytes  0/ 4:	20.3259	8.28087	11.8134	20.6771	25.8379
Length  272, alignments in bytes  4/ 0:	20.1865	8.1633	12.1402	20.5937	25.2894
Length  272, alignments in bytes  4/ 4:	16.7045	7.62131	10.1064	16.8777	20.1444
Length  272, alignments in bytes  2/ 2:	17.0125	7.61075	10.1157	17.1725	19.3235
Length  272, alignments in bytes  2/ 6:	20.4773	8.28392	11.9455	20.8297	25.7973
Length  272, alignments in bytes  6/ 2:	20.6232	8.16393	11.8704	21.0156	25.919
Length  272, alignments in bytes  1/ 7:	20.3663	8.2569	11.7289	20.8167	24.8339
Length  272, alignments in bytes  7/ 1:	20.7899	8.16432	11.575	21.2363	25.8925
Length  272, alignments in bytes  3/ 4:	20.3369	12.6275	12.1267	20.7157	25.4304
Length  272, alignments in bytes  4/ 3:	20.4594	12.0663	11.799	20.8716	25.2498
Length  272, alignments in bytes  5/ 7:	20.4208	12.3395	11.7219	20.7931	24.8008
Length  272, alignments in bytes  7/ 5:	20.6081	11.9371	15.675	20.9799	25.4223
Length  276, alignments in bytes  0/ 4:	20.479	12.5405	11.9841	20.9075	25.6852
Length  276, alignments in bytes  4/ 0:	20.2256	11.9395	12.0739	20.9041	25.17
Length  276, alignments in bytes  4/ 4:	16.6337	11.4924	10.4029	16.9972	19.7522
Length  276, alignments in bytes  2/ 2:	17.2893	11.1728	10.1805	17.5045	19.2084
Length  276, alignments in bytes  2/ 6:	25.0421	12.3474	11.8835	20.9577	26.1218
Length  276, alignments in bytes  6/ 2:	20.7263	11.9333	12.3055	21.3208	25.6124
Length  276, alignments in bytes  1/ 7:	20.4794	12.2559	11.7242	20.8431	25.7615
Length  276, alignments in bytes  7/ 1:	20.8866	11.9363	12.1971	21.4649	25.4637
Length  276, alignments in bytes  3/ 4:	20.5222	12.4761	15.6449	20.9489	25.5314
Length  276, alignments in bytes  4/ 3:	20.7231	11.9367	12.123	21.3191	25.0765
Length  276, alignments in bytes  5/ 7:	20.5106	12.1611	12.2065	21.1158	25.4878
Length  276, alignments in bytes  7/ 5:	20.7931	11.9369	12.2553	21.3575	25.6761
Length  280, alignments in bytes  0/ 4:	20.5979	12.3382	12.0011	21.1951	25.6779
Length  280, alignments in bytes  4/ 0:	20.4072	11.9377	12.0324	21.0484	24.8377
Length  280, alignments in bytes  4/ 4:	16.715	11.2561	10.471	17.0599	18.4581
Length  280, alignments in bytes  2/ 2:	16.9949	7.61421	10.4674	17.3461	19.9079
Length  280, alignments in bytes  2/ 6:	20.6942	8.2874	12.1909	21.2979	25.9227
Length  280, alignments in bytes  6/ 2:	25.3221	8.17691	12.3378	21.4583	26.223
Length  280, alignments in bytes  1/ 7:	20.568	8.25618	12.1161	21.1486	24.58
Length  280, alignments in bytes  7/ 1:	21.0823	8.17612	12.2877	21.6422	26.4274
Length  280, alignments in bytes  3/ 4:	20.6555	8.28731	12.1754	21.2565	25.8083
Length  280, alignments in bytes  4/ 3:	20.8018	8.17708	12.2289	21.3724	24.9516
Length  280, alignments in bytes  5/ 7:	20.5673	8.25706	12.2502	21.154	25.4588
Length  280, alignments in bytes  7/ 5:	20.8764	8.17203	12.276	21.4602	25.7982
Length  284, alignments in bytes  0/ 4:	25.3747	8.28957	11.9056	21.4583	25.9155
Length  284, alignments in bytes  4/ 0:	20.4732	8.5822	12.383	21.4918	26.2974
Length  284, alignments in bytes  4/ 4:	16.64	7.90228	10.4493	17.3781	19.6128
Length  284, alignments in bytes  2/ 2:	17.0954	7.62088	10.5409	17.4907	19.4585
Length  284, alignments in bytes  2/ 6:	20.8892	8.29013	12.0865	21.5001	26.6941
Length  284, alignments in bytes  6/ 2:	20.9559	8.58604	12.6539	21.8825	26.2087
Length  284, alignments in bytes  1/ 7:	20.8012	8.25253	12.0302	21.374	26.2498
Length  284, alignments in bytes  7/ 1:	21.2007	8.57751	12.4604	22.1023	26.1615
Length  284, alignments in bytes  3/ 4:	25.3549	8.28958	12.2719	21.4407	25.1994
Length  284, alignments in bytes  4/ 3:	20.9507	8.57877	12.3791	21.8883	26.0715
Length  284, alignments in bytes  5/ 7:	20.8139	8.61809	12.4258	21.7847	26.6534
Length  284, alignments in bytes  7/ 5:	21.1596	8.58284	12.3517	22.0799	25.7522
Length  288, alignments in bytes  0/ 4:	20.8886	8.59096	12.135	21.8536	26.5467
Length  288, alignments in bytes  4/ 0:	24.7262	8.5817	12.6354	21.3298	25.2512
Length  288, alignments in bytes  4/ 4:	16.7093	7.90051	10.4909	17.4355	24.6207
Length  288, alignments in bytes  2/ 2:	16.9969	7.90251	10.4951	17.7789	19.2164
Length  288, alignments in bytes  2/ 6:	21.0146	8.64499	12.5031	21.9205	27.1658
Length  288, alignments in bytes  6/ 2:	21.2716	8.58202	12.4209	22.1797	26.9759
Length  288, alignments in bytes  1/ 7:	21.0142	8.61612	12.4851	21.9762	26.1534
Length  288, alignments in bytes  7/ 1:	21.4825	8.58247	16.3586	22.3914	26.9391
Length  288, alignments in bytes  3/ 4:	20.9241	8.66751	12.6845	21.89	26.8733
Length  288, alignments in bytes  4/ 3:	21.1899	8.58005	12.5088	22.0834	26.8353
Length  288, alignments in bytes  5/ 7:	21.0173	8.61967	12.2587	21.9621	26.2823
Length  288, alignments in bytes  7/ 5:	21.2109	8.58295	16.7367	22.1731	26.6794
Length  292, alignments in bytes  0/ 4:	21.102	8.64517	12.559	22.0688	27.3875
Length  292, alignments in bytes  4/ 0:	20.3962	8.58026	12.6461	21.5966	26.2852
Length  292, alignments in bytes  4/ 4:	16.7866	7.9084	10.8086	17.6954	19.7672
Length  292, alignments in bytes  2/ 2:	17.0833	7.92589	10.6174	17.8678	19.9587
Length  292, alignments in bytes  2/ 6:	25.7107	8.66301	13.0649	22.1147	27.2203
Length  292, alignments in bytes  6/ 2:	21.3656	8.58325	12.6258	22.4352	27.2864
Length  292, alignments in bytes  1/ 7:	21.0756	8.61719	12.44	22.021	25.587
Length  292, alignments in bytes  7/ 1:	21.5674	8.58185	12.809	22.6768	27.2637
Length  292, alignments in bytes  3/ 4:	21.1392	8.64455	16.2228	22.109	26.8795
Length  292, alignments in bytes  4/ 3:	21.3542	8.61084	12.6613	22.4603	26.9333
Length  292, alignments in bytes  5/ 7:	21.1374	8.61824	12.5154	22.2305	25.8675
Length  292, alignments in bytes  7/ 5:	21.4506	8.59038	12.7691	22.5087	27.0224
Length  296, alignments in bytes  0/ 4:	21.1723	8.64285	12.556	22.2941	27.1196
Length  296, alignments in bytes  4/ 0:	20.562	8.5916	12.5909	21.785	26.9608
Length  296, alignments in bytes  4/ 4:	16.8271	7.90146	10.8737	17.7928	25.2258
Length  296, alignments in bytes  2/ 2:	17.153	7.89897	10.874	18.1088	20.7721
Length  296, alignments in bytes  2/ 6:	21.2921	8.64474	12.6161	22.4273	27.1135
Length  296, alignments in bytes  6/ 2:	26.1144	8.56003	12.6822	22.6149	26.8505
Length  296, alignments in bytes  1/ 7:	20.7497	8.62315	12.4557	21.862	25.7103
Length  296, alignments in bytes  7/ 1:	21.7403	8.59106	12.805	22.8261	26.7182
Length  296, alignments in bytes  3/ 4:	21.2447	8.64354	12.8002	22.379	27.0925
Length  296, alignments in bytes  4/ 3:	21.428	8.59219	12.6244	22.5483	27.0277
Length  296, alignments in bytes  5/ 7:	20.7212	8.61911	12.5628	21.8487	27.3322
Length  296, alignments in bytes  7/ 5:	21.5218	8.59087	12.8152	22.602	26.6446
Length  300, alignments in bytes  0/ 4:	25.6318	8.64394	12.5276	22.1718	27.733
Length  300, alignments in bytes  4/ 0:	20.6518	8.84558	12.7652	22.1635	27.2002
Length  300, alignments in bytes  4/ 4:	16.8486	8.16295	10.7033	18.1456	20.6416
Length  300, alignments in bytes  2/ 2:	17.2168	7.90427	10.9697	18.1674	21.3756
Length  300, alignments in bytes  2/ 6:	21.1149	8.64398	12.6823	22.2876	26.8521
Length  300, alignments in bytes  6/ 2:	21.6359	8.84064	13.0791	23.0869	27.527
Length  300, alignments in bytes  1/ 7:	20.973	8.6393	12.5672	22.1122	27.9033
Length  300, alignments in bytes  7/ 1:	21.9013	8.83304	13.3407	23.2955	26.8844
Length  300, alignments in bytes  3/ 4:	25.6418	8.64677	12.8093	22.1751	28.2476
Length  300, alignments in bytes  4/ 3:	21.0672	8.84853	13.3086	22.5376	26.3891
Length  300, alignments in bytes  5/ 7:	21.0011	8.92517	13.0597	22.4534	28.8346
Length  300, alignments in bytes  7/ 5:	21.2815	8.80417	13.08	22.7677	27.9449
Length  304, alignments in bytes  0/ 4:	21.1413	8.94923	12.9515	22.5894	27.4803
Length  304, alignments in bytes  4/ 0:	25.4603	8.84355	12.8611	22.4959	27.3913
Length  304, alignments in bytes  4/ 4:	17.0966	8.15887	10.7691	18.4258	25.5298
Length  304, alignments in bytes  2/ 2:	17.392	8.15193	10.7701	18.7076	21.1352
Length  304, alignments in bytes  2/ 6:	21.2859	8.94582	13.2259	22.7593	28.5937
Length  304, alignments in bytes  6/ 2:	21.4411	8.847	13.0432	22.9398	28.025
Length  304, alignments in bytes  1/ 7:	21.2224	8.92084	13.1933	22.6784	27.5327
Length  304, alignments in bytes  7/ 1:	21.6583	8.84404	16.9421	23.0749	27.5106
Length  304, alignments in bytes  3/ 4:	21.1446	8.94812	13.2858	22.6446	27.6963
Length  304, alignments in bytes  4/ 3:	21.286	8.84621	12.9214	22.7929	26.6836
Length  304, alignments in bytes  5/ 7:	21.2178	8.92432	12.8027	22.6927	27.6932
Length  304, alignments in bytes  7/ 5:	21.4441	8.83852	16.7275	22.8816	27.0186
Length  308, alignments in bytes  0/ 4:	21.3092	8.94833	13.2158	22.795	27.1851
Length  308, alignments in bytes  4/ 0:	21.0437	8.84114	13.2216	22.7772	27.6688
Length  308, alignments in bytes  4/ 4:	16.9416	8.16011	11.0849	18.4436	21.6285
Length  308, alignments in bytes  2/ 2:	17.7047	8.16447	10.8573	19.0255	22.0384
Length  308, alignments in bytes  2/ 6:	25.9917	8.95012	13.0639	22.8736	28.4951
Length  308, alignments in bytes  6/ 2:	21.5632	8.86166	13.1985	23.2223	27.7793
Length  308, alignments in bytes  1/ 7:	21.3121	8.92767	12.9568	22.7472	28.0755
Length  308, alignments in bytes  7/ 1:	21.7258	8.84398	13.3673	23.3621	27.8808
Length  308, alignments in bytes  3/ 4:	21.3548	8.95232	16.7313	22.8692	27.1393
Length  308, alignments in bytes  4/ 3:	21.5614	8.84453	13.1844	23.2017	27.4882
Length  308, alignments in bytes  5/ 7:	21.3665	8.92821	13.1092	23.0055	27.2881
Length  308, alignments in bytes  7/ 5:	21.6346	8.84808	13.3634	23.2603	28.1039
Length  312, alignments in bytes  0/ 4:	21.4126	8.9514	13.124	23.1265	27.8925
Length  312, alignments in bytes  4/ 0:	21.2496	8.85226	13.1775	22.9529	28.3216
Length  312, alignments in bytes  4/ 4:	17.0518	8.15941	11.1468	18.5305	25.6513
Length  312, alignments in bytes  2/ 2:	17.3404	8.17491	11.1612	18.7935	21.1706
Length  312, alignments in bytes  2/ 6:	21.5326	8.92896	13.2157	23.1951	27.4352
Length  312, alignments in bytes  6/ 2:	26.249	8.85172	13.2732	23.3287	28.7313
Length  312, alignments in bytes  1/ 7:	21.4233	8.92758	13.1195	23.0842	27.7818
Length  312, alignments in bytes  7/ 1:	21.9298	8.85269	13.3735	23.5551	29.2687
Length  312, alignments in bytes  3/ 4:	21.4807	8.97873	13.4572	23.154	27.9436
Length  312, alignments in bytes  4/ 3:	21.6438	8.84993	13.2036	23.2663	27.6582
Length  312, alignments in bytes  5/ 7:	21.4173	8.92842	13.1614	23.06	28.0612
Length  312, alignments in bytes  7/ 5:	21.7203	8.85193	13.3393	23.3721	28.5207
Length  316, alignments in bytes  0/ 4:	21.7024	8.95163	13.1053	23.3616	27.8706
Length  316, alignments in bytes  4/ 0:	22.262	9.19633	13.7724	23.3939	28.5366
Length  316, alignments in bytes  4/ 4:	17.9288	8.4353	10.8796	18.8526	22.1538
Length  316, alignments in bytes  2/ 2:	17.4682	8.15451	11.2678	18.9498	20.1339
Length  316, alignments in bytes  2/ 6:	21.78	8.95308	13.2416	23.4151	28.1883
Length  316, alignments in bytes  6/ 2:	22.7155	9.17981	13.8552	23.8264	28.7348
Length  316, alignments in bytes  1/ 7:	21.6389	8.91046	13.1205	23.3098	28.6692
Length  316, alignments in bytes  7/ 1:	22.939	9.13083	13.4723	24.0131	28.7744
Length  316, alignments in bytes  3/ 4:	21.714	8.93617	13.3701	23.3734	28.5985
Length  316, alignments in bytes  4/ 3:	22.6907	9.17641	13.7692	23.8147	28.546
Length  316, alignments in bytes  5/ 7:	22.6046	9.19714	13.7832	23.7008	28.9909
Length  316, alignments in bytes  7/ 5:	22.9227	9.19629	13.7931	24.0155	27.8419
Length  320, alignments in bytes  0/ 4:	22.7045	9.21832	13.6848	23.7898	29.1606
Length  320, alignments in bytes  4/ 0:	22.0928	9.17723	13.5267	23.2725	28.5543
Length  320, alignments in bytes  4/ 4:	17.989	8.43718	10.9168	18.9747	20.2056
Length  320, alignments in bytes  2/ 2:	18.2993	8.43434	10.9101	19.2888	20.4063
Length  320, alignments in bytes  2/ 6:	22.7839	9.22011	13.6322	23.8769	28.3363
Length  320, alignments in bytes  6/ 2:	23.0406	9.20549	13.5562	24.1193	29.5737
Length  320, alignments in bytes  1/ 7:	22.8163	9.19637	13.8481	23.8875	28.326
Length  320, alignments in bytes  7/ 1:	23.2319	9.17625	13.2576	24.334	28.3191
Length  320, alignments in bytes  3/ 4:	22.746	9.21587	13.4736	23.8111	28.9924
Length  320, alignments in bytes  4/ 3:	22.916	9.20041	13.6879	24.0094	29.0493
Length  320, alignments in bytes  5/ 7:	22.8255	9.19792	13.5495	23.8929	28.4012
Length  320, alignments in bytes  7/ 5:	23.0067	9.17206	13.4108	24.0853	28.9711
Length  324, alignments in bytes  0/ 4:	22.9117	9.21381	13.5569	23.9884	28.7671
Length  324, alignments in bytes  4/ 0:	22.1656	9.1765	13.7798	23.5003	27.8298
Length  324, alignments in bytes  4/ 4:	18.0468	8.4344	11.2775	19.1593	22.9978
Length  324, alignments in bytes  2/ 2:	18.3989	8.43785	10.9801	19.3742	20.3981
Length  324, alignments in bytes  2/ 6:	22.9935	9.217	13.5494	24.0581	29.2483
Length  324, alignments in bytes  6/ 2:	23.136	9.17635	13.8349	24.3883	28.2433
Length  324, alignments in bytes  1/ 7:	22.8811	9.19585	13.5657	23.9596	28.6639
Length  324, alignments in bytes  7/ 1:	23.3473	9.17572	13.9133	24.5928	28.9867
Length  324, alignments in bytes  3/ 4:	22.9554	9.21661	13.283	24.0236	29.3508
Length  324, alignments in bytes  4/ 3:	23.1002	9.17667	13.8738	24.3946	28.74
Length  324, alignments in bytes  5/ 7:	22.918	9.22362	13.7143	24.1521	28.7831
Length  324, alignments in bytes  7/ 5:	23.2008	9.18304	14.0068	24.4644	29.3288
Length  328, alignments in bytes  0/ 4:	23.0139	9.21762	13.7359	24.2437	28.9295
Length  328, alignments in bytes  4/ 0:	22.3405	9.18275	13.8163	23.683	28.6654
Length  328, alignments in bytes  4/ 4:	18.1268	8.46132	11.3405	19.2213	22.8727
Length  328, alignments in bytes  2/ 2:	18.3833	8.42349	11.3375	19.5531	21.4621
Length  328, alignments in bytes  2/ 6:	23.1228	9.21988	13.8037	24.34	28.7667
Length  328, alignments in bytes  6/ 2:	23.3056	9.18111	13.9099	24.5661	29.0329
Length  328, alignments in bytes  1/ 7:	22.5059	9.19331	13.7179	23.7883	29.2548
Length  328, alignments in bytes  7/ 1:	23.5114	9.18373	14.0112	24.7719	28.8749
Length  328, alignments in bytes  3/ 4:	23.0771	9.21707	13.9924	24.2923	28.2287
Length  328, alignments in bytes  4/ 3:	23.1989	9.17815	13.7888	24.4823	28.5445
Length  328, alignments in bytes  5/ 7:	22.5036	9.19818	13.6811	23.8101	28.1093
Length  328, alignments in bytes  7/ 5:	23.3002	9.20682	13.9288	24.544	29.2322
Length  332, alignments in bytes  0/ 4:	22.8239	9.21857	13.6328	24.1306	29.732
Length  332, alignments in bytes  4/ 0:	22.4248	9.59807	13.9098	26.5854	29.6524
Length  332, alignments in bytes  4/ 4:	18.1038	8.82059	11.2647	21.4916	23.4961
Length  332, alignments in bytes  2/ 2:	18.5149	8.43968	11.3657	19.6272	22.9067
Length  332, alignments in bytes  2/ 6:	22.8772	9.23401	13.7959	24.2089	29.3765
Length  332, alignments in bytes  6/ 2:	23.4672	9.59869	14.4159	26.7193	28.858
Length  332, alignments in bytes  1/ 7:	22.7346	9.20042	13.6782	24.085	29.8216
Length  332, alignments in bytes  7/ 1:	23.657	9.59906	14.2254	26.9744	29.9994
Length  332, alignments in bytes  3/ 4:	22.8361	9.21927	13.9023	24.1206	29.9297
Length  332, alignments in bytes  4/ 3:	22.8248	9.60216	14.282	26.319	29.4555
Length  332, alignments in bytes  5/ 7:	22.7571	9.66373	14.2119	26.1876	29.4036
Length  332, alignments in bytes  7/ 5:	23.1204	9.59468	14.3224	27.3505	30.3349
Length  336, alignments in bytes  0/ 4:	22.9044	9.68863	13.7573	26.6722	30.1443
Length  336, alignments in bytes  4/ 0:	22.7613	9.60187	14.3892	25.7449	28.8174
Length  336, alignments in bytes  4/ 4:	18.3537	8.836	11.277	22.1969	21.5193
Length  336, alignments in bytes  2/ 2:	18.7478	8.81819	11.2821	22.5422	22.6383
Length  336, alignments in bytes  2/ 6:	23.0823	9.6873	14.2778	26.8097	29.5145
Length  336, alignments in bytes  6/ 2:	23.278	9.59843	14.3805	26.674	30.2498
Length  336, alignments in bytes  1/ 7:	23.0038	9.66425	14.0213	26.6653	29.8019
Length  336, alignments in bytes  7/ 1:	23.4135	9.59998	14.3168	26.8501	30.6948
Length  336, alignments in bytes  3/ 4:	22.9413	9.69019	14.2956	26.7289	30.2811
Length  336, alignments in bytes  4/ 3:	23.0936	9.59865	14.2693	26.4533	30.3989
Length  336, alignments in bytes  5/ 7:	23.0551	9.66043	13.9568	26.7376	31.3547
Length  336, alignments in bytes  7/ 5:	23.2125	9.59955	13.9866	26.6028	29.9806
Length  340, alignments in bytes  0/ 4:	23.1279	9.68718	14.1779	26.6806	29.7996
Length  340, alignments in bytes  4/ 0:	22.8962	9.59657	14.4995	25.9575	29.4699
Length  340, alignments in bytes  4/ 4:	18.2348	8.81612	11.6216	22.2319	23.1487
Length  340, alignments in bytes  2/ 2:	18.9857	8.82076	11.34	22.7885	21.5447
Length  340, alignments in bytes  2/ 6:	23.2107	9.68443	14.2992	26.87	30.0751
Length  340, alignments in bytes  6/ 2:	23.3689	9.56631	14.4136	27.1222	30.3757
Length  340, alignments in bytes  1/ 7:	23.0582	9.66301	14.1858	26.8633	29.9765
Length  340, alignments in bytes  7/ 1:	23.526	9.6004	14.5549	26.9126	30.2257
Length  340, alignments in bytes  3/ 4:	23.177	9.7056	14.1322	26.9288	30.9211
Length  340, alignments in bytes  4/ 3:	23.3743	9.59776	14.3197	26.9302	28.9398
Length  340, alignments in bytes  5/ 7:	23.1269	9.66335	14.2495	26.9566	30.3217
Length  340, alignments in bytes  7/ 5:	23.4494	9.61011	14.5591	26.9168	30.2405
Length  344, alignments in bytes  0/ 4:	23.1979	9.68825	14.242	26.8096	29.9825
Length  344, alignments in bytes  4/ 0:	23.0591	9.59633	14.5445	26.2335	29.1955
Length  344, alignments in bytes  4/ 4:	18.3662	8.84357	11.5397	22.3892	22.9413
Length  344, alignments in bytes  2/ 2:	18.6503	8.80258	11.6861	22.5899	22.5525
Length  344, alignments in bytes  2/ 6:	23.3075	9.68829	14.2282	27.2415	29.5155
Length  344, alignments in bytes  6/ 2:	23.5227	9.59927	14.3507	27.0107	30.3595
Length  344, alignments in bytes  1/ 7:	23.183	9.66568	14.2238	26.9156	29.3752
Length  344, alignments in bytes  7/ 1:	23.6821	9.6013	14.8517	27.2973	30.6898
Length  344, alignments in bytes  3/ 4:	23.2787	9.6859	14.5088	26.9142	29.9798
Length  344, alignments in bytes  4/ 3:	23.453	9.60014	14.3124	26.8785	30.2134
Length  344, alignments in bytes  5/ 7:	23.1922	9.65955	14.2476	27.016	29.8579
Length  344, alignments in bytes  7/ 5:	23.5326	9.59895	14.5942	27.0563	30.6085
Length  348, alignments in bytes  0/ 4:	23.5099	9.68112	14.1331	27.1572	29.9469
Length  348, alignments in bytes  4/ 0:	23.1756	10.0912	15.6667	25.3859	30.6694
Length  348, alignments in bytes  4/ 4:	18.2585	9.12402	11.6214	20.4219	23.4919
Length  348, alignments in bytes  2/ 2:	18.8002	8.81706	11.7658	23.0926	22.8018
Length  348, alignments in bytes  2/ 6:	23.5784	9.68475	14.5252	28.0494	30.5366
Length  348, alignments in bytes  6/ 2:	23.6337	10.0954	15.0039	25.9543	31.0249
Length  348, alignments in bytes  1/ 7:	23.4426	9.65952	14.4187	28.1753	30.4569
Length  348, alignments in bytes  7/ 1:	23.8362	10.092	14.7549	29.6314	31.2519
Length  348, alignments in bytes  3/ 4:	23.5331	9.68349	14.4066	27.979	29.8969
Length  348, alignments in bytes  4/ 3:	23.5624	10.0953	14.7012	25.7843	30.5491
Length  348, alignments in bytes  5/ 7:	23.4657	10.0931	14.7554	25.6715	30.0596
Length  348, alignments in bytes  7/ 5:	23.8058	10.0931	14.4686	26.3014	31.4984
Length  352, alignments in bytes  0/ 4:	23.5831	10.101	14.2287	25.9241	31.595
Length  352, alignments in bytes  4/ 0:	23.0751	10.1237	14.8945	25.4465	30.8061
Length  352, alignments in bytes  4/ 4:	18.3715	9.14584	11.6665	20.7128	22.7861
Length  352, alignments in bytes  2/ 2:	18.6645	9.14488	11.6685	20.7564	22.8083
Length  352, alignments in bytes  2/ 6:	23.6572	10.0886	15.0632	26.0196	30.4744
Length  352, alignments in bytes  6/ 2:	23.9053	10.0994	14.6896	26.1044	31.2558
Length  352, alignments in bytes  1/ 7:	23.6939	10.0771	14.3824	26.0413	30.5527
Length  352, alignments in bytes  7/ 1:	24.1001	10.0906	14.5576	26.2952	30.4089
Length  352, alignments in bytes  3/ 4:	23.6267	10.0975	14.6496	25.9583	31.3609
Length  352, alignments in bytes  4/ 3:	23.7998	10.0905	14.8684	25.9908	31.1106
Length  352, alignments in bytes  5/ 7:	23.6779	10.0734	14.7431	25.9855	30.5504
Length  352, alignments in bytes  7/ 5:	23.8762	10.0951	14.6856	26.0609	30.1815
Length  356, alignments in bytes  0/ 4:	23.8121	10.1037	15.1862	25.9842	31.1503
Length  356, alignments in bytes  4/ 0:	23.1196	10.0933	14.8211	25.7351	31.3461
Length  356, alignments in bytes  4/ 4:	18.3683	9.14156	12.0183	20.7425	23.0689
Length  356, alignments in bytes  2/ 2:	18.7886	9.14673	11.7409	20.9719	22.8106
Length  356, alignments in bytes  2/ 6:	23.9077	10.1012	14.5423	26.0577	31.5327
Length  356, alignments in bytes  6/ 2:	24.0057	10.0981	14.8652	26.3741	31.3257
Length  356, alignments in bytes  1/ 7:	23.7602	10.0778	14.5924	25.9496	31.4195
Length  356, alignments in bytes  7/ 1:	24.2002	10.0918	15.0651	26.6555	31.2687
Length  356, alignments in bytes  3/ 4:	23.8376	10.1009	14.5614	26.0029	32.244
Length  356, alignments in bytes  4/ 3:	23.9677	10.1112	14.8155	26.3913	30.5644
Length  356, alignments in bytes  5/ 7:	23.8071	10.0768	14.7549	26.2363	30.943
Length  356, alignments in bytes  7/ 5:	24.0656	10.0839	15.0778	26.5588	31.2819
Length  360, alignments in bytes  0/ 4:	23.8925	10.0205	14.794	26.2435	31.1337
Length  360, alignments in bytes  4/ 0:	23.3178	10.0917	14.8906	25.7598	31.5347
Length  360, alignments in bytes  4/ 4:	18.4607	9.14647	12.0753	20.9073	23.5085
Length  360, alignments in bytes  2/ 2:	18.7697	9.14789	12.0752	21.324	22.205
Length  360, alignments in bytes  2/ 6:	23.9739	10.1018	14.8739	26.3567	31.1363
Length  360, alignments in bytes  6/ 2:	24.1691	10.0928	14.9118	26.6525	30.8475
Length  360, alignments in bytes  1/ 7:	23.5018	10.0718	14.728	25.9008	32.2669
Length  360, alignments in bytes  7/ 1:	24.3904	10.1181	15.2647	26.844	30.6737
Length  360, alignments in bytes  3/ 4:	23.9571	10.1	15.0654	26.2931	31.4909
Length  360, alignments in bytes  4/ 3:	24.0732	10.0883	14.9131	26.5487	30.4723
Length  360, alignments in bytes  5/ 7:	23.5206	10.0751	14.766	25.9193	31.3309
Length  360, alignments in bytes  7/ 5:	24.1779	10.0901	15.078	26.6257	30.6694
Length  364, alignments in bytes  0/ 4:	23.7987	10.104	14.9192	26.2667	30.5222
Length  364, alignments in bytes  4/ 0:	23.4133	10.3603	15.4581	26.4707	30.7033
Length  364, alignments in bytes  4/ 4:	18.5745	9.40273	11.9121	21.3828	24.8053
Length  364, alignments in bytes  2/ 2:	18.8665	9.12738	12.1637	21.3497	23.3996
Length  364, alignments in bytes  2/ 6:	23.8729	10.0979	14.9394	26.3552	31.2578
Length  364, alignments in bytes  6/ 2:	24.3384	10.3634	15.591	27.3866	31.9898
Length  364, alignments in bytes  1/ 7:	23.5955	10.0759	14.7966	26.2982	30.647
Length  364, alignments in bytes  7/ 1:	24.532	10.3639	15.404	27.3206	30.8885
Length  364, alignments in bytes  3/ 4:	23.8224	10.102	15.0761	26.2743	31.5201
Length  364, alignments in bytes  4/ 3:	23.7758	10.3603	15.4807	26.5593	31.7055
Length  364, alignments in bytes  5/ 7:	23.6187	10.3638	15.1116	26.733	32.4655
Length  364, alignments in bytes  7/ 5:	23.9596	10.3654	15.5165	26.8809	31.2131
Length  368, alignments in bytes  0/ 4:	23.8764	10.4566	15.0753	26.7966	31.9506
Length  368, alignments in bytes  4/ 0:	23.6375	10.3574	15.5806	26.4842	30.7826
Length  368, alignments in bytes  4/ 4:	18.787	9.40231	11.9545	21.6189	24.1781
Length  368, alignments in bytes  2/ 2:	19.1327	9.40169	11.9603	21.8833	24.0487
Length  368, alignments in bytes  2/ 6:	24.0323	10.4543	15.199	26.9581	32.5406
Length  368, alignments in bytes  6/ 2:	24.2526	10.362	15.4749	27.0657	32.8163
Length  368, alignments in bytes  1/ 7:	23.973	10.4336	14.8737	26.8818	31.5783
Length  368, alignments in bytes  7/ 1:	24.2474	10.3778	15.3028	27.1454	32.4936
Length  368, alignments in bytes  3/ 4:	23.9443	10.4546	15.4037	26.8371	32.0921
Length  368, alignments in bytes  4/ 3:	23.9568	10.3599	15.6733	26.8683	31.9278
Length  368, alignments in bytes  5/ 7:	24.033	10.4309	15.204	26.9203	31.8687
Length  368, alignments in bytes  7/ 5:	24.0862	10.3627	14.8591	27.1609	32.1409
Length  372, alignments in bytes  0/ 4:	24.0923	10.4789	15.2118	26.9027	31.3653
Length  372, alignments in bytes  4/ 0:	23.7129	10.3607	15.379	26.8824	30.9586
Length  372, alignments in bytes  4/ 4:	18.6868	9.39941	12.2804	21.477	24.5697
Length  372, alignments in bytes  2/ 2:	19.4085	9.40111	12.046	22.0327	24.0454
Length  372, alignments in bytes  2/ 6:	24.1679	10.4567	15.2931	27.0038	40.3409
Length  372, alignments in bytes  6/ 2:	24.3299	10.3642	15.6104	27.5212	32.048
Length  372, alignments in bytes  1/ 7:	23.9334	10.4327	15.2499	27.04	31.0185
Length  372, alignments in bytes  7/ 1:	24.4045	10.3635	15.4705	27.8055	31.2313
Length  372, alignments in bytes  3/ 4:	24.1492	10.4529	14.9053	26.9521	32.9305
Length  372, alignments in bytes  4/ 3:	24.3383	10.2747	15.3463	27.3381	32.0492
Length  372, alignments in bytes  5/ 7:	23.9922	10.432	15.4318	27.1874	32.9754
Length  372, alignments in bytes  7/ 5:	24.4926	10.3603	15.6552	27.5858	35.71
Length  376, alignments in bytes  0/ 4:	24.1702	10.4598	15.1972	27.3784	32.138
Length  376, alignments in bytes  4/ 0:	23.9412	10.3605	15.5016	27.0936	32.7782
Length  376, alignments in bytes  4/ 4:	18.7944	9.36223	12.3612	21.5659	22.7591
Length  376, alignments in bytes  2/ 2:	19.0855	9.40454	12.3517	22.1439	23.0232
Length  376, alignments in bytes  2/ 6:	24.2934	10.4583	15.5395	27.3159	31.2288
Length  376, alignments in bytes  6/ 2:	24.4876	10.3604	15.647	27.5679	32.4846
Length  376, alignments in bytes  1/ 7:	24.0539	10.4318	15.4323	27.1647	31.2045
Length  376, alignments in bytes  7/ 1:	24.563	10.3627	15.6554	27.6761	36.7543
Length  376, alignments in bytes  3/ 4:	24.2399	10.4196	15.5728	27.2988	32.142
Length  376, alignments in bytes  4/ 3:	24.3203	10.3638	15.621	27.4237	32.2631
Length  376, alignments in bytes  5/ 7:	24.0409	10.4327	15.4824	27.1706	32.3624
Length  376, alignments in bytes  7/ 5:	24.3991	10.3664	15.9337	27.3163	31.9144
Length  380, alignments in bytes  0/ 4:	24.3648	10.4527	15.36	27.518	32.6972
Length  380, alignments in bytes  4/ 0:	24.9153	10.7014	16.0853	27.3453	31.8954
Length  380, alignments in bytes  4/ 4:	19.5979	9.687	12.1144	22.2907	24.6678
Length  380, alignments in bytes  2/ 2:	19.2149	9.40083	12.4602	22.2005	24.0878
Length  380, alignments in bytes  2/ 6:	24.4249	10.4517	15.5364	27.4919	33.2674
Length  380, alignments in bytes  6/ 2:	25.4995	10.7686	15.9212	28.1924	31.8692
Length  380, alignments in bytes  1/ 7:	24.2876	10.4344	15.4968	27.2178	33.3531
Length  380, alignments in bytes  7/ 1:	25.6121	10.7951	15.4914	28.0372	32.2411
Length  380, alignments in bytes  3/ 4:	24.3657	10.4537	15.5779	27.4702	33.4058
Length  380, alignments in bytes  4/ 3:	25.3612	10.7706	15.6379	28.1988	37.5542
Length  380, alignments in bytes  5/ 7:	25.237	10.7517	15.9104	27.6325	33.5521
Length  380, alignments in bytes  7/ 5:	25.5464	10.7711	16.0707	27.9311	33.126
Length  384, alignments in bytes  0/ 4:	25.2992	10.7667	16.3431	27.7972	32.4349
Length  384, alignments in bytes  4/ 0:	24.8404	10.7706	15.8219	27.5289	33.0555
Length  384, alignments in bytes  4/ 4:	19.6908	9.68715	12.1458	22.1045	24.0955
Length  384, alignments in bytes  2/ 2:	19.9908	9.68846	12.1476	22.4904	23.522
Length  384, alignments in bytes  2/ 6:	25.4075	10.7716	16.0143	27.8828	33.7933
Length  384, alignments in bytes  6/ 2:	25.6554	10.7683	15.9042	28.0347	33.488
Length  384, alignments in bytes  1/ 7:	25.4254	10.7497	15.8418	27.8934	32.9049
Length  384, alignments in bytes  7/ 1:	25.8993	10.7703	15.6386	28.7896	34.2232
Length  384, alignments in bytes  3/ 4:	25.3378	10.7715	16.4371	27.824	33.619
Length  384, alignments in bytes  4/ 3:	25.5411	10.7716	15.7943	27.94	39.3567
Length  384, alignments in bytes  5/ 7:	25.44	10.7435	15.8378	27.9048	32.7366
Length  384, alignments in bytes  7/ 5:	25.6276	10.7702	15.368	27.966	33.2403
Length  388, alignments in bytes  0/ 4:	25.498	10.7689	16.0295	27.9032	33.9182
Length  388, alignments in bytes  4/ 0:	25.0158	10.7698	15.8857	27.813	33.2787
Length  388, alignments in bytes  4/ 4:	19.7138	9.70468	12.5092	22.5497	25.2979
Length  388, alignments in bytes  2/ 2:	20.0871	9.68936	12.2133	22.511	23.6191
Length  388, alignments in bytes  2/ 6:	25.5647	10.767	15.9396	27.9633	33.9202
Length  388, alignments in bytes  6/ 2:	25.7503	10.7681	16.1162	28.7919	33.3294
Length  388, alignments in bytes  1/ 7:	25.4979	10.7472	15.8963	27.8782	33.3823
Length  388, alignments in bytes  7/ 1:	25.9712	10.7674	16.1252	28.5981	33.4353
Length  388, alignments in bytes  3/ 4:	25.5488	10.7694	15.652	27.9376	34.6815
Length  388, alignments in bytes  4/ 3:	25.7648	10.771	16.0296	28.3396	32.9279
Length  388, alignments in bytes  5/ 7:	25.5935	10.7476	16.1796	28.1636	33.2289
Length  388, alignments in bytes  7/ 5:	25.814	10.7735	16.1251	28.4846	34.1394
Length  392, alignments in bytes  0/ 4:	25.6069	10.7693	15.9763	28.1498	33.2947
Length  392, alignments in bytes  4/ 0:	25.0807	10.7719	15.9379	27.6747	32.6602
Length  392, alignments in bytes  4/ 4:	19.7837	9.69028	12.5802	22.398	23.586
Length  392, alignments in bytes  2/ 2:	20.1318	9.65924	12.5643	22.5987	24.1819
Length  392, alignments in bytes  2/ 6:	25.7361	10.7681	16.1835	28.2468	33.2375
Length  392, alignments in bytes  6/ 2:	25.9302	10.7703	16.2908	28.5318	32.722
Length  392, alignments in bytes  1/ 7:	25.3799	10.749	16.1489	27.9635	32.2512
Length  392, alignments in bytes  7/ 1:	26.1718	10.7704	16.1546	28.778	33.9477
Length  392, alignments in bytes  3/ 4:	25.6851	10.7717	16.1321	28.2118	33.1782
Length  392, alignments in bytes  4/ 3:	25.8285	10.7688	16.2837	28.4564	33.4204
Length  392, alignments in bytes  5/ 7:	25.3652	10.7702	16.2133	27.9721	33.4226
Length  392, alignments in bytes  7/ 5:	25.9355	10.77	16.1486	28.5461	32.4882
Length  396, alignments in bytes  0/ 4:	25.4295	10.7729	15.7211	28.1541	34.1941
Length  396, alignments in bytes  4/ 0:	25.2998	11.2174	16.512	28.3064	33.7845
Length  396, alignments in bytes  4/ 4:	19.9019	10.0709	12.4843	22.6305	26.1469
Length  396, alignments in bytes  2/ 2:	20.2164	9.6476	12.6374	22.8153	24.3335
Length  396, alignments in bytes  2/ 6:	25.5474	10.7755	15.9836	28.2407	33.0582
Length  396, alignments in bytes  6/ 2:	26.0593	11.218	16.4601	28.9076	34.0949
Length  396, alignments in bytes  1/ 7:	25.5135	10.7557	15.8786	28.1092	34.2511
Length  396, alignments in bytes  7/ 1:	26.2824	11.2141	16.5851	29.2552	33.9928
Length  396, alignments in bytes  3/ 4:	25.4342	10.7762	16.1707	28.1625	34.0921
Length  396, alignments in bytes  4/ 3:	25.6602	11.2141	16.4595	29.5172	33.9488
Length  396, alignments in bytes  5/ 7:	25.5183	11.1937	15.9461	28.8392	34.3017
Length  396, alignments in bytes  7/ 5:	25.7619	11.2161	16.6957	29.1917	34.4929
Length  400, alignments in bytes  0/ 4:	25.6416	11.2228	16.0473	28.9141	34.5476
Length  400, alignments in bytes  4/ 0:	25.4343	11.2166	16.1118	28.9363	33.0338
Length  400, alignments in bytes  4/ 4:	20.1506	10.0921	12.4976	22.9324	25.4936
Length  400, alignments in bytes  2/ 2:	20.5177	10.0681	12.503	23.3549	26.1706
Length  400, alignments in bytes  2/ 6:	25.7413	11.2215	16.3485	28.8386	33.9716
Length  400, alignments in bytes  6/ 2:	25.8213	11.2144	16.4149	29.3072	33.5877
Length  400, alignments in bytes  1/ 7:	25.8223	11.1999	16.2978	28.8887	33.9792
Length  400, alignments in bytes  7/ 1:	26.0737	11.215	16.219	29.0414	34.8331
Length  400, alignments in bytes  3/ 4:	25.6548	11.2181	16.4367	28.6954	34.5715
Length  400, alignments in bytes  4/ 3:	25.7745	11.2166	16.5167	29.1451	33.516
Length  400, alignments in bytes  5/ 7:	25.8687	11.1939	16.1966	29.2848	33.9842
Length  400, alignments in bytes  7/ 5:	25.8957	11.2188	16.217	28.8651	34.5636
Length  404, alignments in bytes  0/ 4:	25.7477	11.222	16.2033	29.7502	34.7257
Length  404, alignments in bytes  4/ 0:	25.641	11.2174	16.5876	28.6595	33.6878
Length  404, alignments in bytes  4/ 4:	20.0266	10.0673	12.8376	22.9447	25.8218
Length  404, alignments in bytes  2/ 2:	20.7783	10.0654	12.5594	23.5807	26.1516
Length  404, alignments in bytes  2/ 6:	25.8291	11.2236	16.2633	28.9788	35.1295
Length  404, alignments in bytes  6/ 2:	26.0205	11.2151	16.5658	29.2073	33.5843
Length  404, alignments in bytes  1/ 7:	25.7987	11.1945	16.234	28.7605	34.883
Length  404, alignments in bytes  7/ 1:	26.2455	11.2118	16.6451	29.2336	34.5836
Length  404, alignments in bytes  3/ 4:	25.7689	11.2212	15.9398	28.8359	34.4732
Length  404, alignments in bytes  4/ 3:	26.0458	11.2136	16.5781	29.2031	34.0098
Length  404, alignments in bytes  5/ 7:	25.8652	11.1925	16.4658	29.5677	33.3413
Length  404, alignments in bytes  7/ 5:	26.2027	11.2141	16.6496	30.023	35.4397
Length  408, alignments in bytes  0/ 4:	26.0163	11.2208	16.3922	29.1902	34.3029
Length  408, alignments in bytes  4/ 0:	25.7217	11.216	16.4601	28.956	35.0609
Length  408, alignments in bytes  4/ 4:	20.141	10.0687	12.9332	23.076	25.5474
Length  408, alignments in bytes  2/ 2:	20.4256	10.0628	12.9017	23.487	25.459
Length  408, alignments in bytes  2/ 6:	26.1214	11.2169	16.5239	29.6181	34.454
Length  408, alignments in bytes  6/ 2:	26.0646	11.2197	16.7206	29.6637	34.451
Length  408, alignments in bytes  1/ 7:	26.006	11.195	16.4046	29.1189	34.4322
Length  408, alignments in bytes  7/ 1:	26.4554	11.216	16.6949	30.325	34.0405
Length  408, alignments in bytes  3/ 4:	26.0903	11.2197	16.5652	29.2646	34.3664
Length  408, alignments in bytes  4/ 3:	26.1038	11.2105	16.7612	29.771	34.68
Length  408, alignments in bytes  5/ 7:	25.8109	11.1977	16.5177	29.1165	34.3008
Length  408, alignments in bytes  7/ 5:	26.294	11.2183	16.7259	29.52	34.9511
Length  412, alignments in bytes  0/ 4:	26.0298	11.2179	16.244	29.2321	34.7046
Length  412, alignments in bytes  4/ 0:	25.8906	11.6492	16.8749	30.2389	35.1077
Length  412, alignments in bytes  4/ 4:	20.0384	10.3674	12.8314	23.4855	25.768
Length  412, alignments in bytes  2/ 2:	20.5798	10.0663	12.986	23.5556	25.5891
Length  412, alignments in bytes  2/ 6:	26.0844	11.2229	16.5153	29.2609	34.8455
Length  412, alignments in bytes  6/ 2:	26.3856	11.644	16.8012	29.8616	34.8822
Length  412, alignments in bytes  1/ 7:	26.0857	11.1914	16.3463	29.0766	33.9957
Length  412, alignments in bytes  7/ 1:	26.541	11.6456	16.7517	29.9257	34.925
Length  412, alignments in bytes  3/ 4:	25.9883	11.2173	16.6215	29.1913	35.336
Length  412, alignments in bytes  4/ 3:	26.1643	11.6453	16.8195	29.6545	33.9882
Length  412, alignments in bytes  5/ 7:	26.1091	11.5581	16.7315	29.7197	36.7616
Length  412, alignments in bytes  7/ 5:	26.4319	11.6428	16.9014	29.9654	35.3085
Length  416, alignments in bytes  0/ 4:	26.1731	11.5592	16.3799	29.7085	35.3034
Length  416, alignments in bytes  4/ 0:	25.61	11.6467	16.7398	29.1927	35.4245
Length  416, alignments in bytes  4/ 4:	20.1209	10.3779	12.8694	23.5849	26.6583
Length  416, alignments in bytes  2/ 2:	20.4343	10.3601	12.8726	23.8203	25.2417
Length  416, alignments in bytes  2/ 6:	26.2809	11.5874	16.7568	29.7806	34.4911
Length  416, alignments in bytes  6/ 2:	26.4405	11.6659	16.8284	30.2783	34.6388
Length  416, alignments in bytes  1/ 7:	26.2879	11.5596	16.8218	29.814	35.4005
Length  416, alignments in bytes  7/ 1:	26.7822	11.5072	16.5568	30.3204	36.1374
Length  416, alignments in bytes  3/ 4:	26.2082	11.5861	16.8002	29.742	35.5247
Length  416, alignments in bytes  4/ 3:	26.4561	11.6445	16.8663	30.0035	34.5174
Length  416, alignments in bytes  5/ 7:	26.2913	11.5575	16.5553	29.8007	34.8533
Length  416, alignments in bytes  7/ 5:	26.5194	11.6434	16.4356	30.0759	34.7539
Length  420, alignments in bytes  0/ 4:	26.2513	11.5834	16.9737	30.2469	36.5839
Length  420, alignments in bytes  4/ 0:	25.7174	11.6442	17.0527	29.4078	35.8382
Length  420, alignments in bytes  4/ 4:	20.1405	10.3632	13.209	23.805	26.5997
Length  420, alignments in bytes  2/ 2:	20.5505	10.3663	12.9735	24.0001	25.6313
Length  420, alignments in bytes  2/ 6:	26.3707	11.5848	16.8605	30.1693	35.9749
Length  420, alignments in bytes  6/ 2:	26.5783	11.6443	17.018	30.3499	35.4662
Length  420, alignments in bytes  1/ 7:	26.348	11.5572	16.7589	29.9638	35.6998
Length  420, alignments in bytes  7/ 1:	26.8295	11.648	17.1544	30.5011	35.6901
Length  420, alignments in bytes  3/ 4:	26.295	11.5852	16.5343	30.0771	36.7328
Length  420, alignments in bytes  4/ 3:	26.613	11.6106	17.0636	30.3626	35.0285
Length  420, alignments in bytes  5/ 7:	26.4064	11.5585	16.856	30.0859	35.7423
Length  420, alignments in bytes  7/ 5:	26.6906	11.6481	17.149	30.3601	35.9474
Length  424, alignments in bytes  0/ 4:	26.4389	11.585	16.9917	30.0782	34.8612
Length  424, alignments in bytes  4/ 0:	25.8508	11.6522	17.079	29.6522	35.6307
Length  424, alignments in bytes  4/ 4:	20.2597	10.3629	13.2794	23.9666	25.2936
Length  424, alignments in bytes  2/ 2:	20.5701	10.3618	13.2997	24.1339	25.8704
Length  424, alignments in bytes  2/ 6:	26.6042	11.5865	16.9439	30.3148	34.612
Length  424, alignments in bytes  6/ 2:	26.681	11.6558	17.0429	30.4288	35.1208
Length  424, alignments in bytes  1/ 7:	26.0893	11.5554	16.8361	29.7238	34.9633
Length  424, alignments in bytes  7/ 1:	27.0191	11.6455	17.2107	30.659	34.9441
Length  424, alignments in bytes  3/ 4:	26.5114	11.5855	17.1365	30.3077	35.7729
Length  424, alignments in bytes  4/ 3:	26.6767	11.649	16.968	30.3633	35.7568
Length  424, alignments in bytes  5/ 7:	26.0429	11.5555	16.8962	29.7315	34.3847
Length  424, alignments in bytes  7/ 5:	26.7873	11.6707	17.1587	30.4408	35.5341
Length  428, alignments in bytes  0/ 4:	26.2904	11.5888	16.8494	31.5298	36.3645
Length  428, alignments in bytes  4/ 0:	30.3831	11.9182	17.0636	33.3303	35.1429
Length  428, alignments in bytes  4/ 4:	20.3514	10.6099	13.0991	24.3997	30.8006
Length  428, alignments in bytes  2/ 2:	20.6625	10.3671	17.3788	24.315	30.4644
Length  428, alignments in bytes  2/ 6:	31.1956	11.5934	20.8526	34.0112	40.7673
Length  428, alignments in bytes  6/ 2:	31.5725	11.9127	17.2718	35.4204	41.2668
Length  428, alignments in bytes  1/ 7:	26.1761	11.5605	20.8508	33.8063	36.8032
Length  428, alignments in bytes  7/ 1:	31.8347	11.911	17.1113	34.396	41.1974
Length  428, alignments in bytes  3/ 4:	30.9963	11.589	20.8759	33.6693	37.0514
Length  428, alignments in bytes  4/ 3:	26.4224	11.9059	17.0343	30.3688	41.1301
Length  428, alignments in bytes  5/ 7:	26.1999	11.8183	17.0344	33.8114	36.9947
Length  428, alignments in bytes  7/ 5:	26.4616	11.9095	17.2859	34.0318	41.1026
Length  432, alignments in bytes  0/ 4:	26.3739	11.8502	17.0284	33.8055	36.559
Length  432, alignments in bytes  4/ 0:	30.7511	11.9133	17.274	33.8804	36.6824
Length  432, alignments in bytes  4/ 4:	20.601	10.6115	17.3099	24.5289	32.6008
Length  432, alignments in bytes  2/ 2:	20.9257	10.6098	17.3454	24.9293	32.3803
Length  432, alignments in bytes  2/ 6:	26.5145	11.8525	17.2955	30.4557	41.9581
Length  432, alignments in bytes  6/ 2:	31.2129	11.9153	17.3333	34.2336	41.8149
Length  432, alignments in bytes  1/ 7:	31.0058	11.8229	17.0533	33.7405	41.2609
Length  432, alignments in bytes  7/ 1:	26.7503	11.9341	21.1569	34.2823	42.2989
Length  432, alignments in bytes  3/ 4:	26.4174	11.851	17.2083	33.8777	35.1443
Length  432, alignments in bytes  4/ 3:	26.46	11.9143	17.4116	34.9628	35.6061
Length  432, alignments in bytes  5/ 7:	31.2464	11.7685	17.1796	33.8178	41.3339
Length  432, alignments in bytes  7/ 5:	26.5699	11.9158	21.2424	30.7242	40.5352
Length  436, alignments in bytes  0/ 4:	31.333	11.8497	17.1997	33.9846	43.2948
Length  436, alignments in bytes  4/ 0:	26.3265	11.9138	17.5724	34.0391	36.7555
Length  436, alignments in bytes  4/ 4:	20.4687	10.6116	13.4901	24.5748	32.0294
Length  436, alignments in bytes  2/ 2:	21.3079	10.6365	17.302	29.4178	32.5384
Length  436, alignments in bytes  2/ 6:	31.2621	11.8506	17.2627	30.8725	42.0551
Length  436, alignments in bytes  6/ 2:	26.7905	11.9158	21.448	31.005	41.3575
Length  436, alignments in bytes  1/ 7:	31.1623	11.8397	17.1694	34.6377	37.4497
Length  436, alignments in bytes  7/ 1:	26.8775	11.9102	17.6672	31.0864	40.551
Length  436, alignments in bytes  3/ 4:	31.1233	11.8489	21.1445	34.0768	41.4283
Length  436, alignments in bytes  4/ 3:	31.4374	11.9127	17.5888	34.4716	40.7804
Length  436, alignments in bytes  5/ 7:	31.1188	11.8234	21.4254	34.391	37.4159
Length  436, alignments in bytes  7/ 5:	31.3117	11.9149	17.6198	34.5851	41.1229
Length  440, alignments in bytes  0/ 4:	31.1221	11.8537	17.4032	34.2594	37.5034
Length  440, alignments in bytes  4/ 0:	31.2077	11.7997	21.4328	34.2725	37.6738
Length  440, alignments in bytes  4/ 4:	20.5795	10.6076	13.5826	24.6621	32.2152
Length  440, alignments in bytes  2/ 2:	20.8583	10.63	13.5756	29.4409	32.3753
Length  440, alignments in bytes  2/ 6:	31.4746	11.852	21.4809	34.3773	42.1346
Length  440, alignments in bytes  6/ 2:	31.1295	11.9173	21.4469	31.2499	42.4646
Length  440, alignments in bytes  1/ 7:	26.7527	11.8087	21.2952	30.866	40.3656
Length  440, alignments in bytes  7/ 1:	31.6553	11.9144	21.4645	35.1319	42.2093
Length  440, alignments in bytes  3/ 4:	26.7536	11.8545	17.6181	31.2182	37.199
Length  440, alignments in bytes  4/ 3:	26.8024	11.9214	17.5828	31.4567	36.7261
Length  440, alignments in bytes  5/ 7:	26.7396	11.8213	17.4482	30.8386	37.011
Length  440, alignments in bytes  7/ 5:	26.8995	11.9149	17.6332	31.1479	37.2212
Length  444, alignments in bytes  0/ 4:	26.8468	11.8541	17.5387	31.0204	38.0865
Length  444, alignments in bytes  4/ 0:	27.5624	12.2955	17.7522	31.0508	37.8212
Length  444, alignments in bytes  4/ 4:	21.4465	10.9235	13.3105	25.0948	28.0497
Length  444, alignments in bytes  2/ 2:	21.0489	10.6101	13.6922	25.0702	27.6271
Length  444, alignments in bytes  2/ 6:	26.9322	11.8559	17.5389	31.0463	38.4392
Length  444, alignments in bytes  6/ 2:	28.1237	12.2851	17.7277	31.7479	37.2425
Length  444, alignments in bytes  1/ 7:	26.7524	11.823	17.414	31.0375	37.988
Length  444, alignments in bytes  7/ 1:	28.3526	12.2843	17.7535	31.969	38.082
Length  444, alignments in bytes  3/ 4:	26.8722	11.8551	17.6383	31.0226	36.9792
Length  444, alignments in bytes  4/ 3:	28.0604	12.2893	17.6772	31.9079	37.877
Length  444, alignments in bytes  5/ 7:	27.8011	12.1588	17.6769	31.5423	39.419
Length  444, alignments in bytes  7/ 5:	28.1561	12.2438	17.661	31.8411	38.2483
Length  448, alignments in bytes  0/ 4:	27.7862	12.1872	17.4334	31.56	38.2285
Length  448, alignments in bytes  4/ 0:	27.4062	12.2888	17.7747	31.0294	38.4613
Length  448, alignments in bytes  4/ 4:	21.5487	10.9428	13.3688	25.1597	28.2076
Length  448, alignments in bytes  2/ 2:	21.8554	10.9357	13.3459	25.376	28.2264
Length  448, alignments in bytes  2/ 6:	27.8944	12.1915	17.8155	31.6421	39.2955
Length  448, alignments in bytes  6/ 2:	28.2957	12.2866	17.7908	31.7101	39.0011
Length  448, alignments in bytes  1/ 7:	27.9299	12.1626	17.6466	32.4113	37.9229
Length  448, alignments in bytes  7/ 1:	28.4539	12.2926	17.5714	32.1201	39.7325
Length  448, alignments in bytes  3/ 4:	27.8442	12.2032	17.6062	31.5674	38.4852
Length  448, alignments in bytes  4/ 3:	28.1671	12.2911	17.8806	31.8492	39.4481
Length  448, alignments in bytes  5/ 7:	27.9852	12.158	17.7085	32.4422	36.5257
Length  448, alignments in bytes  7/ 5:	28.216	12.2704	17.5666	31.927	39.0767
Length  452, alignments in bytes  0/ 4:	28.1006	12.1864	17.6519	31.6465	39.107
Length  452, alignments in bytes  4/ 0:	27.4017	12.2878	18.0852	31.2945	36.7376
Length  452, alignments in bytes  4/ 4:	21.6111	10.9353	13.6947	25.3982	28.5915
Length  452, alignments in bytes  2/ 2:	21.9956	10.9342	13.4196	25.5768	28.411
Length  452, alignments in bytes  2/ 6:	28.1592	12.1896	17.8234	32.7172	37.4391
Length  452, alignments in bytes  6/ 2:	28.388	12.2931	18.0104	32.2155	38.5746
Length  452, alignments in bytes  1/ 7:	28.0788	12.184	17.7045	31.8989	38.8825
Length  452, alignments in bytes  7/ 1:	28.551	12.2973	18.2116	32.3472	38.6887
Length  452, alignments in bytes  3/ 4:	28.1558	12.2114	17.537	32.168	39.1514
Length  452, alignments in bytes  4/ 3:	28.2633	12.2876	18.0765	32.6172	36.3279
Length  452, alignments in bytes  5/ 7:	28.1498	12.1589	17.8973	32.0188	37.4605
Length  452, alignments in bytes  7/ 5:	28.4078	12.24	18.2154	32.2897	38.8497
Length  456, alignments in bytes  0/ 4:	28.0759	12.196	17.9018	32.0794	38.594
Length  456, alignments in bytes  4/ 0:	27.5118	12.2958	18.144	31.4844	38.496
Length  456, alignments in bytes  4/ 4:	21.6761	10.9408	13.7144	25.4929	28.3481
Length  456, alignments in bytes  2/ 2:	22.0457	10.9408	13.7735	25.6921	28.7278
Length  456, alignments in bytes  2/ 6:	28.1969	12.1878	18.0125	32.8211	38.5015
Length  456, alignments in bytes  6/ 2:	28.6292	12.2994	18.142	32.316	38.1174
Length  456, alignments in bytes  1/ 7:	27.7361	12.1557	18.211	31.5723	37.2246
Length  456, alignments in bytes  7/ 1:	28.717	12.2953	18.2039	32.509	39.5386
Length  456, alignments in bytes  3/ 4:	28.2394	12.1832	18.131	32.1429	38.9717
Length  456, alignments in bytes  4/ 3:	28.4263	12.3023	18.064	32.2962	38.8418
Length  456, alignments in bytes  5/ 7:	28.0503	12.1577	17.9145	31.5716	38.0136
Length  456, alignments in bytes  7/ 5:	28.5827	12.2926	18.2113	32.3742	37.268
Length  460, alignments in bytes  0/ 4:	27.9753	12.1965	18.1422	31.828	38.6145
Length  460, alignments in bytes  4/ 0:	27.6439	12.6152	18.1748	31.8687	39.2804
Length  460, alignments in bytes  4/ 4:	21.7807	11.2379	13.6715	25.8278	29.5468
Length  460, alignments in bytes  2/ 2:	22.1151	10.9483	13.8677	25.8612	28.813
Length  460, alignments in bytes  2/ 6:	28.08	12.197	18.1329	31.937	39.9446
Length  460, alignments in bytes  6/ 2:	28.6964	12.613	18.3431	32.9364	39.7538
Length  460, alignments in bytes  1/ 7:	27.9772	12.1662	17.9683	31.7889	39.2739
Length  460, alignments in bytes  7/ 1:	28.85	12.613	18.4269	33.0587	39.7099
Length  460, alignments in bytes  3/ 4:	27.9744	12.1931	18.233	31.8492	39.8494
Length  460, alignments in bytes  4/ 3:	28.0834	12.6127	18.1408	32.2196	39.3378
Length  460, alignments in bytes  5/ 7:	27.9709	12.5388	18.1843	32.1438	38.7322
Length  460, alignments in bytes  7/ 5:	28.2647	12.6121	18.2765	33.2429	42.8909
Length  464, alignments in bytes  0/ 4:	28.0885	12.5751	18.0484	32.1664	37.9803
Length  464, alignments in bytes  4/ 0:	27.854	12.6151	18.3447	32.0188	41.5517
Length  464, alignments in bytes  4/ 4:	22.1343	11.2333	13.7196	26.2074	27.8236
Length  464, alignments in bytes  2/ 2:	22.4109	11.2371	13.7128	26.5968	28.022
Length  464, alignments in bytes  2/ 6:	28.2737	12.5731	18.2475	32.3193	40.1249
Length  464, alignments in bytes  6/ 2:	28.4027	12.6143	18.3794	32.5853	40.6358
Length  464, alignments in bytes  1/ 7:	28.189	12.5374	18.1804	32.6605	39.4219
Length  464, alignments in bytes  7/ 1:	28.6219	12.6148	18.1086	32.71	39.7672
Length  464, alignments in bytes  3/ 4:	28.1174	12.5976	18.2139	32.1997	40.5418
Length  464, alignments in bytes  4/ 3:	28.2415	12.6165	18.2976	32.4286	40.7426
Length  464, alignments in bytes  5/ 7:	28.2372	12.537	18.1993	32.6252	39.686
Length  464, alignments in bytes  7/ 5:	28.378	12.4786	18.0939	32.5649	42.916
Length  468, alignments in bytes  0/ 4:	28.2927	12.5744	18.1828	32.4847	41.1865
Length  468, alignments in bytes  4/ 0:	28.0133	12.6126	18.6408	32.5134	39.3478
Length  468, alignments in bytes  4/ 4:	21.911	11.1915	14.052	26.3146	29.0495
Length  468, alignments in bytes  2/ 2:	23.2845	11.2366	13.7891	27.6188	29.4306
Length  468, alignments in bytes  2/ 6:	28.6265	12.5737	18.3326	32.5583	50.1974
Length  468, alignments in bytes  6/ 2:	28.5259	12.6152	18.5589	32.8721	38.3257
Length  468, alignments in bytes  1/ 7:	28.2927	12.5412	18.1993	32.7372	39.297
Length  468, alignments in bytes  7/ 1:	28.6944	12.642	18.7499	32.8748	39.9693
Length  468, alignments in bytes  3/ 4:	28.3378	12.576	18.0532	32.7628	42.507
Length  468, alignments in bytes  4/ 3:	28.5689	12.6114	18.5711	33.1431	37.9206
Length  468, alignments in bytes  5/ 7:	28.3394	12.5425	18.4373	32.5479	39.7855
Length  468, alignments in bytes  7/ 5:	28.8168	12.621	18.7693	33.4024	40.2475
Length  472, alignments in bytes  0/ 4:	28.3845	12.5746	18.4574	32.7671	38.7097
Length  472, alignments in bytes  4/ 0:	28.1892	12.6212	18.7632	32.7706	40.276
Length  472, alignments in bytes  4/ 4:	22.0333	11.2263	14.1408	26.4147	29.3778
Length  472, alignments in bytes  2/ 2:	22.4032	11.233	14.1101	26.6342	29.1529
Length  472, alignments in bytes  2/ 6:	28.5027	12.5751	18.5507	32.8952	39.605
Length  472, alignments in bytes  6/ 2:	28.6833	12.6203	18.664	32.9013	40.4252
Length  472, alignments in bytes  1/ 7:	28.5795	12.5385	18.6274	32.7896	39.3125
Length  472, alignments in bytes  7/ 1:	29.0983	12.6199	18.7245	33.3108	40.4458
Length  472, alignments in bytes  3/ 4:	28.4542	12.577	18.7083	32.8494	39.8307
Length  472, alignments in bytes  4/ 3:	28.6025	12.5708	18.5535	33.4384	40.0459
Length  472, alignments in bytes  5/ 7:	28.586	12.5387	18.5704	32.7923	39.2815
Length  472, alignments in bytes  7/ 5:	28.9559	12.6217	18.7557	32.9158	38.5859
Length  476, alignments in bytes  0/ 4:	28.6597	12.579	18.5755	33.0736	40.9328
Length  476, alignments in bytes  4/ 0:	28.2839	13.1733	18.6929	32.9072	40.9804
Length  476, alignments in bytes  4/ 4:	21.9295	11.6884	14.0487	26.655	30.1376
Length  476, alignments in bytes  2/ 2:	22.5396	11.237	14.2383	26.6768	29.2146
Length  476, alignments in bytes  2/ 6:	28.7147	12.5865	18.7947	33.132	40.3939
Length  476, alignments in bytes  6/ 2:	28.7691	13.1907	18.833	34.3363	39.893
Length  476, alignments in bytes  1/ 7:	28.5821	12.5424	18.6447	32.8154	40.3542
Length  476, alignments in bytes  7/ 1:	28.9936	13.1669	18.7507	34.3817	41.2641
Length  476, alignments in bytes  3/ 4:	28.6629	12.5795	18.724	33.09	40.863
Length  476, alignments in bytes  4/ 3:	28.933	13.1571	18.7454	33.806	48.7115
Length  476, alignments in bytes  5/ 7:	28.6239	13.0435	18.7353	33.2488	42.0363
Length  476, alignments in bytes  7/ 5:	28.9626	13.16	18.8145	33.5754	42.1037
Length  480, alignments in bytes  0/ 4:	28.7119	13.0837	18.5167	33.432	41.7695
Length  480, alignments in bytes  4/ 0:	28.1033	13.1706	18.8902	32.8898	41.841
Length  480, alignments in bytes  4/ 4:	27.0702	15.5072	14.0956	30.5673	34.654
Length  480, alignments in bytes  2/ 2:	22.3856	11.6874	14.0918	27.2774	30.1604
Length  480, alignments in bytes  2/ 6:	28.7835	13.0847	18.8034	33.5208	41.4377
Length  480, alignments in bytes  6/ 2:	29.0995	13.168	18.8972	34.9201	41.8286
Length  480, alignments in bytes  1/ 7:	28.8323	13.0685	18.7037	33.5357	39.3376
Length  480, alignments in bytes  7/ 1:	29.2734	13.1576	18.6675	33.8572	42.2107
Length  480, alignments in bytes  3/ 4:	28.7243	13.0859	18.692	33.4403	41.709
Length  480, alignments in bytes  4/ 3:	28.9801	13.1627	19.074	33.5892	49.4943
Length  480, alignments in bytes  5/ 7:	28.8488	13.0438	18.7513	33.5472	40.7682
Length  480, alignments in bytes  7/ 5:	29.0232	13.154	18.6576	35.1437	40.5425
Length  484, alignments in bytes  0/ 4:	28.8978	13.0878	18.7714	33.5974	47.929
Length  484, alignments in bytes  4/ 0:	28.1464	13.1727	19.1186	33.1315	40.0604
Length  484, alignments in bytes  4/ 4:	22.0914	11.7131	14.4427	26.9657	30.4991
Length  484, alignments in bytes  2/ 2:	22.4683	11.6889	14.1797	27.1792	29.7189
Length  484, alignments in bytes  2/ 6:	28.9686	13.0816	18.8805	33.5381	46.4388
Length  484, alignments in bytes  6/ 2:	29.1373	13.1493	19.2224	34.0906	39.8648
Length  484, alignments in bytes  1/ 7:	29.0656	13.0328	18.7521	33.7469	42.1246
Length  484, alignments in bytes  7/ 1:	29.3715	13.146	19.2662	34.2121	39.6678
Length  484, alignments in bytes  3/ 4:	28.9525	13.0623	18.6172	33.7845	42.4035
Length  484, alignments in bytes  4/ 3:	29.1585	13.149	19.16	34.0964	40.502
Length  484, alignments in bytes  5/ 7:	29.0898	13.0184	18.9741	33.8367	41.0072
Length  484, alignments in bytes  7/ 5:	29.2593	13.1688	19.3023	34.0998	42.0185
Length  488, alignments in bytes  0/ 4:	28.9741	13.0685	19.0476	33.785	40.8269
Length  488, alignments in bytes  4/ 0:	28.3498	13.1492	19.1389	33.2096	41.3609
Length  488, alignments in bytes  4/ 4:	22.2281	11.6611	14.5057	27.0442	30.0272
Length  488, alignments in bytes  2/ 2:	22.4787	11.6617	14.499	27.2912	30.5225
Length  488, alignments in bytes  2/ 6:	29.1153	13.0663	19.0954	34.9865	40.1038
Length  488, alignments in bytes  6/ 2:	29.346	13.1496	19.2329	34.1897	42.0207
Length  488, alignments in bytes  1/ 7:	28.5379	13.0197	18.9772	33.4389	39.4067
Length  488, alignments in bytes  7/ 1:	29.5536	13.1701	19.3284	34.5522	40.9174
Length  488, alignments in bytes  3/ 4:	29.0496	13.004	19.2655	33.8478	41.1208
Length  488, alignments in bytes  4/ 3:	29.382	13.1535	19.1573	34.1082	40.3166
Length  488, alignments in bytes  5/ 7:	28.5434	13.0224	19.0356	33.4306	40.4214
Length  488, alignments in bytes  7/ 5:	29.4595	13.1518	19.3105	34.9085	41.1274
Length  492, alignments in bytes  0/ 4:	28.7884	13.0184	19.6565	33.7158	42.1342
Length  492, alignments in bytes  4/ 0:	28.4598	13.3753	19.6107	33.7516	42.3937
Length  492, alignments in bytes  4/ 4:	22.4	11.9031	14.3314	27.792	29.4422
Length  492, alignments in bytes  2/ 2:	22.6386	11.6915	14.5811	27.4579	28.7253
Length  492, alignments in bytes  2/ 6:	28.9003	13.0656	19.8673	33.8349	42.0606
Length  492, alignments in bytes  6/ 2:	29.4422	13.3217	19.3675	34.7777	42.2932
Length  492, alignments in bytes  1/ 7:	28.7601	13.0217	19.2791	33.6863	40.0914
Length  492, alignments in bytes  7/ 1:	29.6761	13.3738	19.5195	34.8931	42.0569
Length  492, alignments in bytes  3/ 4:	28.8115	13.0707	19.2741	33.7219	41.9811
Length  492, alignments in bytes  4/ 3:	29.2436	13.3696	19.4388	34.373	45.3941
Length  492, alignments in bytes  5/ 7:	28.7861	13.3208	19.2189	34.0341	42.2161
Length  492, alignments in bytes  7/ 5:	29.0747	13.3718	19.5396	34.311	41.9429
Length  496, alignments in bytes  0/ 4:	28.8007	13.3329	19.2773	34.2492	42.4637
Length  496, alignments in bytes  4/ 0:	28.7848	13.3713	19.3521	33.9164	41.4191
Length  496, alignments in bytes  4/ 4:	23.1624	11.9044	14.3228	28.6188	29.5657
Length  496, alignments in bytes  2/ 2:	23.3212	11.9027	14.3888	28.6334	30.0566
Length  496, alignments in bytes  2/ 6:	28.9802	13.3418	19.3447	34.3949	42.7924
Length  496, alignments in bytes  6/ 2:	29.2162	13.3724	19.4427	34.47	42.8344
Length  496, alignments in bytes  1/ 7:	29.0553	13.2967	19.2568	34.3319	40.2305
Length  496, alignments in bytes  7/ 1:	29.4081	13.3976	19.1843	34.6131	43.1196
Length  496, alignments in bytes  3/ 4:	28.8363	13.3368	19.487	34.2954	41.2584
Length  496, alignments in bytes  4/ 3:	29.0644	13.373	19.3584	34.3576	46.5018
Length  496, alignments in bytes  5/ 7:	29.2953	13.2953	19.2606	34.3191	42.1375
Length  496, alignments in bytes  7/ 5:	29.2228	13.3725	19.1513	34.4733	42.6401
Length  500, alignments in bytes  0/ 4:	29.1011	13.3606	19.2504	34.3759	52.3372
Length  500, alignments in bytes  4/ 0:	28.8212	13.3732	19.7188	34.3745	41.6543
Length  500, alignments in bytes  4/ 4:	22.5464	11.8978	14.7388	27.8845	30.9075
Length  500, alignments in bytes  2/ 2:	23.4539	11.9328	14.4931	28.6858	31.3459
Length  500, alignments in bytes  2/ 6:	29.4917	13.3365	19.3801	34.7697	48.6511
Length  500, alignments in bytes  6/ 2:	29.2855	13.3724	19.8105	34.7755	41.9848
Length  500, alignments in bytes  1/ 7:	29.1376	13.297	19.2818	34.3463	42.6739
Length  500, alignments in bytes  7/ 1:	29.509	13.3724	19.8384	35.2139	41.4966
Length  500, alignments in bytes  3/ 4:	29.1322	13.3331	19.1222	34.4167	44.2223
Length  500, alignments in bytes  4/ 3:	29.6213	13.3684	19.6931	34.7966	40.4434
Length  500, alignments in bytes  5/ 7:	29.172	13.2999	19.6785	34.9079	41.2221
Length  500, alignments in bytes  7/ 5:	29.4039	13.4046	19.8234	35.1372	42.0823
Length  504, alignments in bytes  0/ 4:	29.1079	13.3408	19.5499	34.6975	41.0847
Length  504, alignments in bytes  4/ 0:	29.0307	13.3764	19.9257	34.7367	42.0362
Length  504, alignments in bytes  4/ 4:	22.674	11.9054	14.7988	27.9789	30.7714
Length  504, alignments in bytes  2/ 2:	23.0092	11.9001	14.7965	28.385	29.2092
Length  504, alignments in bytes  2/ 6:	29.8421	13.3379	19.796	35.0939	42.4334
Length  504, alignments in bytes  6/ 2:	29.4663	13.3889	19.8786	35.29	43.1064
Length  504, alignments in bytes  1/ 7:	29.4663	13.2929	19.6845	34.7415	41.0199
Length  504, alignments in bytes  7/ 1:	29.7072	13.3717	19.8258	35.5955	42.9258
Length  504, alignments in bytes  3/ 4:	29.1965	13.3368	19.7485	34.7301	42.3514
Length  504, alignments in bytes  4/ 3:	29.7445	13.3755	19.8077	35.3317	42.0746
Length  504, alignments in bytes  5/ 7:	29.4725	13.3224	19.7612	34.7173	41.8765
Length  504, alignments in bytes  7/ 5:	29.5104	13.3747	19.8602	35.2426	42.268
Length  508, alignments in bytes  0/ 4:	29.4505	13.3366	19.6632	34.9804	41.8582
Length  508, alignments in bytes  4/ 0:	30.0736	13.5445	19.7742	34.8319	43.6319
Length  508, alignments in bytes  4/ 4:	23.4933	12.0513	14.4934	28.3742	31.8926
Length  508, alignments in bytes  2/ 2:	23.1701	11.9031	14.8936	28.6351	30.8064
Length  508, alignments in bytes  2/ 6:	29.4967	13.3624	19.8384	35.0344	42.816
Length  508, alignments in bytes  6/ 2:	30.763	13.5374	19.959	35.3491	43.7741
Length  508, alignments in bytes  1/ 7:	29.3897	13.2986	19.7574	34.7733	43.3722
Length  508, alignments in bytes  7/ 1:	30.6549	13.5363	20.2841	35.5028	43.3179
Length  508, alignments in bytes  3/ 4:	29.4726	13.3368	19.785	34.9814	41.937
Length  508, alignments in bytes  4/ 3:	30.4705	13.5239	20.1862	35.2086	41.6628
Length  508, alignments in bytes  5/ 7:	30.2753	13.4386	19.8101	35.1402	42.7033
Length  508, alignments in bytes  7/ 5:	30.5908	13.5321	19.8717	35.4367	44.6685
Length  512, alignments in bytes  0/ 4:	30.4704	13.472	19.6842	35.33	43.5111
Length  512, alignments in bytes  4/ 0:	29.8585	13.5343	19.9453	34.8057	44.6298
Length  512, alignments in bytes  4/ 4:	23.6023	12.0501	14.5362	28.4689	31.342
Length  512, alignments in bytes  2/ 2:	23.8637	12.0348	14.5352	28.8	31.6529
Length  512, alignments in bytes  2/ 6:	30.5112	13.4429	19.8747	36.4247	43.8527
Length  512, alignments in bytes  6/ 2:	30.7755	13.5361	20.0064	35.4893	44.0326
Length  512, alignments in bytes  1/ 7:	30.5478	13.4372	19.8202	35.4235	43.8872
Length  512, alignments in bytes  7/ 1:	30.9149	13.5374	19.747	35.9064	44.3927
Length  512, alignments in bytes  3/ 4:	30.5044	13.4671	19.8112	35.3647	43.7944
Length  512, alignments in bytes  4/ 3:	30.5997	13.5384	19.9156	35.4661	43.8508
Length  512, alignments in bytes  5/ 7:	30.5523	13.4	19.8252	35.4285	41.8591
Length  512, alignments in bytes  7/ 5:	30.7006	13.5388	19.7321	35.5308	43.6591
diff mbox series

Patch

diff --git a/sysdeps/powerpc/powerpc64/le/power9/stpcpy.S b/sysdeps/powerpc/powerpc64/le/power9/stpcpy.S
new file mode 100644
index 0000000000..44425cb1e8
--- /dev/null
+++ b/sysdeps/powerpc/powerpc64/le/power9/stpcpy.S
@@ -0,0 +1,24 @@ 
+/* Optimized stpcpy implementation for PowerPC64/POWER9.
+   Copyright (C) 2015-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/>.  */
+
+#define USE_AS_STPCPY
+#include <sysdeps/powerpc/powerpc64/le/power9/strcpy.S>
+
+weak_alias (__stpcpy, stpcpy)
+libc_hidden_def (__stpcpy)
+libc_hidden_builtin_def (stpcpy)
diff --git a/sysdeps/powerpc/powerpc64/le/power9/strcpy.S b/sysdeps/powerpc/powerpc64/le/power9/strcpy.S
index 5749228054..ce8f503291 100644
--- a/sysdeps/powerpc/powerpc64/le/power9/strcpy.S
+++ b/sysdeps/powerpc/powerpc64/le/power9/strcpy.S
@@ -18,19 +18,35 @@ 
 
 #include <sysdep.h>
 
-#ifndef STRCPY
-# define STRCPY strcpy
-#endif
+#ifdef USE_AS_STPCPY
+# ifndef STPCPY
+#   define FUNC_NAME __stpcpy
+# else
+#   define FUNC_NAME STPCPY
+# endif
+#else
+# ifndef STRCPY
+#  define FUNC_NAME strcpy
+# else
+#  define FUNC_NAME STRCPY
+# endif
+#endif  /* !USE_AS_STPCPY  */
 
 /* Implements the function
 
    char * [r3] strcpy (char *dest [r3], const char *src [r4])
 
+   or
+
+   char * [r3] stpcpy (char *dest [r3], const char *src [r4])
+
+   if USE_AS_STPCPY is defined.
+
    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)
+ENTRY_TOCLESS (FUNC_NAME, 4)
 	CALL_MCOUNT 2
 
 	/* NULL string optimisation  */
@@ -53,8 +69,8 @@  ENTRY_TOCLESS (STRCPY, 4)
 	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  */
+	vctzlsbb r7,v6		/* Number of trailing zeroes  */
+	addi	r8,r7,1		/* Add null terminator  */
 
 	/* r8 = bytes including null
 	   r9 = bytes to get source 16B aligned
@@ -68,6 +84,11 @@  ENTRY_TOCLESS (STRCPY, 4)
 	sldi	r10,r8,56	/* stxvl wants size in top 8 bits  */
 	stxvl	32+v0,r11,r10	/* Partial store  */
 
+#ifdef USE_AS_STPCPY
+	/* stpcpy returns the dest address plus the size not counting the
+	   final '\0'.  */
+	add	r3,r11,r7
+#endif
 	blr
 
 L(no_null):
@@ -106,28 +127,43 @@  L(loop):
 
 L(tail1):
 	vctzlsbb r8,v6
-	addi	r8,r8,1
-	sldi	r9,r8,56	/* stxvl wants size in top 8 bits  */
+	addi	r9,r8,1
+	sldi	r9,r9,56	/* stxvl wants size in top 8 bits  */
 	stxvl	32+v0,r11,r9
+#ifdef USE_AS_STPCPY
+	/* stpcpy returns the dest address plus the size not counting the
+	   final '\0'.  */
+	add	r3,r11,r8
+#endif
 	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	r9,r8,1		/* Add null terminator  */
+	sldi	r10,r9,56	/* stxvl wants size in top 8 bits  */
 	addi	r11,r11,16
 	stxvl	32+v1,r11,r10	/* Partial store  */
+#ifdef USE_AS_STPCPY
+	/* stpcpy returns the dest address plus the size not counting the
+	   final '\0'.  */
+	add	r3,r11,r8
+#endif
 	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	r9,r8,1		/* Add null terminator  */
+	sldi	r10,r9,56	/* stxvl wants size in top 8 bits  */
 	addi	r11,r11,32
 	stxvl	32+v2,r11,r10	/* Partial store  */
+#ifdef USE_AS_STPCPY
+	/* stpcpy returns the dest address plus the size not counting the
+	   final '\0'.  */
+	add	r3,r11,r8
+#endif
 	blr
 
 L(tail4):
@@ -135,10 +171,17 @@  L(tail4):
 	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	r9,r8,1		/* Add null terminator  */
+	sldi	r10,r9,56	/* stxvl wants size in top 8 bits  */
 	addi	r11,r11,48
 	stxvl	32+v3,r11,r10	/* Partial store  */
+#ifdef USE_AS_STPCPY
+	/* stpcpy returns the dest address plus the size not counting the
+	   final '\0'.  */
+	add	r3,r11,r8
+#endif
 	blr
-END (STRCPY)
+END (FUNC_NAME)
+#ifndef USE_AS_STPCPY
 libc_hidden_builtin_def (strcpy)
+#endif
diff --git a/sysdeps/powerpc/powerpc64/multiarch/Makefile b/sysdeps/powerpc/powerpc64/multiarch/Makefile
index db11345053..61a6901f7d 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 strcpy-power9
+sysdep_routines += strcmp-power9 strncmp-power9 strcpy-power9 stpcpy-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 ad11ede20e..8021d8d8fa 100644
--- a/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+++ b/sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
@@ -98,6 +98,10 @@  __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
 
   /* Support sysdeps/powerpc/powerpc64/multiarch/stpcpy.c.  */
   IFUNC_IMPL (i, name, stpcpy,
+#ifdef __LITTLE_ENDIAN__
+	      IFUNC_IMPL_ADD (array, i, strncmp, hwcap2 & PPC_FEATURE2_ARCH_3_00,
+			      __stpcpy_power9)
+#endif
 	      IFUNC_IMPL_ADD (array, i, stpcpy, hwcap2 & PPC_FEATURE2_ARCH_2_07,
 			      __stpcpy_power8)
 	      IFUNC_IMPL_ADD (array, i, stpcpy, hwcap & PPC_FEATURE_HAS_VSX,
diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power9.S b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power9.S
new file mode 100644
index 0000000000..a728d49fd2
--- /dev/null
+++ b/sysdeps/powerpc/powerpc64/multiarch/stpcpy-power9.S
@@ -0,0 +1,24 @@ 
+/* Optimized stpcpy implementation for POWER9/PPC64.
+   Copyright (C) 2015-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/>.  */
+
+#define STPCPY __stpcpy_power9
+
+#undef libc_hidden_builtin_def
+#define libc_hidden_builtin_def(name)
+
+#include <sysdeps/powerpc/powerpc64/le/power9/stpcpy.S>
diff --git a/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c b/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
index 0a63c8f51a..68e1e648c3 100644
--- a/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
+++ b/sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
@@ -26,13 +26,20 @@ 
 extern __typeof (__stpcpy) __stpcpy_ppc attribute_hidden;
 extern __typeof (__stpcpy) __stpcpy_power7 attribute_hidden;
 extern __typeof (__stpcpy) __stpcpy_power8 attribute_hidden;
+# ifdef __LITTLE_ENDIAN__
+extern __typeof (__stpcpy) __stpcpy_power9 attribute_hidden;
+# endif
 
 libc_ifunc_hidden (__stpcpy, __stpcpy,
-		   (hwcap2 & PPC_FEATURE2_ARCH_2_07)
-		   ? __stpcpy_power8
-		   : (hwcap & PPC_FEATURE_HAS_VSX)
-		     ? __stpcpy_power7
-		     : __stpcpy_ppc);
+# ifdef __LITTLE_ENDIAN__
+		   (hwcap2 & PPC_FEATURE2_ARCH_3_00)
+		   ? __stpcpy_power9 :
+# endif
+		     (hwcap2 & PPC_FEATURE2_ARCH_2_07)
+		     ? __stpcpy_power8
+		     : (hwcap & PPC_FEATURE_HAS_VSX)
+		       ? __stpcpy_power7
+		       : __stpcpy_ppc);
 
 weak_alias (__stpcpy, stpcpy)
 libc_hidden_def (__stpcpy)