I packed all files with 7z-store. And I analyzed this file quickly. There are some part which are highly redundant under short context (i.e order 0 to 2). Dozens of repeated patterns exist in these regions. We are all know that PAQ8 fails on very very redundant data (for example, even GZip becomes a competitor for huge file which only consists single character). Seems PAQ8 fails at these regions. I also tried several combination to figure out what else causes redundancy. E8 filter does not help (at least for BIT).
Code:
CCMX (5) 32,710,257
BIT 0.7 (-p=4) 34,586,410
BIT 0.7+E8 (-p=4) 34,638,948
BBB+E8 41,980,834
DURILCA (-t1 -m256) 44,249,620
DURILCA (-t3 -m256) 50,639,088
7z-Store 127,705,277
BBB was started without E8 4 hours ago (still running!). Though BBB+E8 was finished within only ~1 hour. Anyway, I also started most craziest thing: M1 optimization!
The score is 65713045 bytes so far on Q6600 (4 threads). According to current context mask, it seems I'm right. Next step is segmentation. Both DURILCA -l and seg_file failed. Now, I'll use new seg_file compilation which provided by Shelwien.