php/rubik.log3

 #[0,1,3,5,2,4,4,0,5,3,1,0,3,5,5,1,3,4,4,5,2, 0, 0,0,2,2,4,5,5,5,3,3,1,2,2] # needs 22 minutes (target 38!)long test 22 minutes : 

dbQ: config c2r 26 [0 => [0, 15, 38], 1 => [1, 14], 2 => [2, 13, 18], 12 => [3, 25], 22 => [4, 24, 29], 21 => [5, 28], 20 => [6, 27, 40], 10 => [7, 39], 11 => [8], 200 => [9, 36, 47], 201 => [10, 46], 202 => [11, 20, 45], 102 => [12, 19], 100 => [16, 37], 101 => [17], 212 => [21, 52], 222 => [22, 31, 51], 122 => [23, 30], 112 => [26], 221 => [32, 50], 220 => [33, 42, 49], 120 => [34, 41], 121 => [35], 210 => [43, 48], 110 => [44], 211 => [53]]
dbQ: config r2n 48 [0 => [0, 38, 15], 1 => [1, 14], 2 => [2, 13, 18], 3 => [3, 25], 4 => [4, 24, 29], 5 => [5, 28], 6 => [6, 27, 40], 7 => [7, 39], 9 => [9, 36, 47], 10 => [10, 46], 11 => [11, 45, 20], 12 => [12, 19], 13 => [13, 18, 2], 14 => [14, 1], 15 => [15, 0, 38], 16 => [16, 37], 18 => [18, 2, 13], 19 => [19, 12], 20 => [20, 11, 45], 21 => [21, 52], 22 => [22, 51, 31], 23 => [23, 30], 24 => [24, 29, 4], 25 => [25, 3], 27 => [27, 40, 6], 28 => [28, 5], 29 => [29, 4, 24], 30 => [30, 23], 31 => [31, 22, 51], 32 => [32, 50], 33 => [33, 49, 42], 34 => [34, 41], 36 => [36, 47, 9], 37 => [37, 16], 38 => [38, 15, 0], 39 => [39, 7], 40 => [40, 6, 27], 41 => [41, 34], 42 => [42, 33, 49], 43 => [43, 48], 45 => [45, 20, 11], 46 => [46, 10], 47 => [47, 9, 36], 48 => [48, 43], 49 => [49, 42, 33], 50 => [50, 32], 51 => [51, 31, 22], 52 => [52, 21]]
dbQ: r 15 [[6, 2], [0, 6], [8, r2], [9, 4], [38, 3], [16, 2], [15, 1], [19, 5], [13, 2], [26, 1], [24, 2], [18, 1], [30, 8], [27, 3], [41, 13]]
dbQ: cd function ($c) { return
        substr($c, 6, 2) . substr($c, 0, 6) . (self::ROT8[$c[8]] ?? err("bad ROT8 c[8] $c[8]")) . substr($c, 9, 4) . substr($c, 38, 3) . substr($c, 16, 2)  # 18
      . $c[15] . substr($c, 19, 5) . substr($c, 13, 2) . $c[26] . substr($c, 24, 2) . $c[18] . substr($c, 30, 8)  # 38
      . substr($c, 27, 3) . substr($c, 41, 13); }
dbQ: r 11 [[18, 3], [3, 6], [15, 2], [9, 6], [17, r2], [45, 3], [21, 15], [0, 3], [39, 6], [36, 3], [48, 6]]
dbQ: cd function ($c) { return
        substr($c, 18, 3) . substr($c, 3, 6) . substr($c, 15, 2) . substr($c, 9, 6) . (self::ROT8[$c[17]] ?? err("bad ROT8 c[17] $c[17]"))  # 18
      . substr($c, 45, 3) . substr($c, 21, 15)  # 36
      . substr($c, 0, 3) . substr($c, 39, 6) . substr($c, 36, 3) . substr($c, 48, 6); }
dbQ: r 16 [[0, 2], [29, 3], [5, 6], [2, 3], [14, 4], [24, 2], [18, 6], [26, r2], [27, 2], [51, 2], [45, 1], [32, 13], [13, 1], [46, 5], [11, 2], [53, 1]]
dbQ: cd function ($c) { return
        substr($c, 0, 2) . substr($c, 29, 3) . substr($c, 5, 6) . substr($c, 2, 3) . substr($c, 14, 4)  # 18
      . substr($c, 24, 2) . substr($c, 18, 6) . (self::ROT8[$c[26]] ?? err("bad ROT8 c[26] $c[26]")) . substr($c, 27, 2) . substr($c, 51, 2) . $c[45] . substr($c, 32, 13)  # 45
      . $c[13] . substr($c, 46, 5) . substr($c, 11, 2) . $c[53]; }
dbQ: r 13 [[0, 4], [40, 3], [7, 15], [4, 3], [25, 2], [33, 2], [27, 6], [35, r2], [36, 4], [49, 3], [43, 6], [22, 3], [52, 2]]
dbQ: cd function ($c) { return
        substr($c, 0, 4) . substr($c, 40, 3) . substr($c, 7, 15)  # 22
      . substr($c, 4, 3) . substr($c, 25, 2) . substr($c, 33, 2) . substr($c, 27, 6) . (self::ROT8[$c[35]] ?? err("bad ROT8 c[35] $c[35]"))  # 36
      . substr($c, 36, 4) . substr($c, 49, 3) . substr($c, 43, 6) . substr($c, 22, 3) . substr($c, 52, 2); }
dbQ: r 19 [[9, 1], [1, 5], [15, 2], [8, 1], [49, 1], [10, 5], [47, 2], [17, 10], [0, 1], [28, 5], [6, 2], [35, 1], [42, 2], [36, 6], [44, r2], [45, 2], [33, 2], [27, 1], [50, 4]]
dbQ: cd function ($c) { return
        $c[9] . substr($c, 1, 5) . substr($c, 15, 2) . $c[8] . $c[49] . substr($c, 10, 5) . substr($c, 47, 2) . substr($c, 17, 10)  # 27
      . $c[0] . substr($c, 28, 5) . substr($c, 6, 2) . $c[35]  # 36
      . substr($c, 42, 2) . substr($c, 36, 6) . (self::ROT8[$c[44]] ?? err("bad ROT8 c[44] $c[44]")) . substr($c, 45, 2) . substr($c, 33, 2) . $c[27] . substr($c, 50, 4); }
dbQ: r 15 [[0, 9], [20, 3], [12, 8], [31, 3], [23, 8], [42, 2], [36, 1], [34, 2], [11, 1], [37, 5], [9, 2], [44, 1], [51, 2], [45, 6], [53, r2]]
dbQ: cd function ($c) { return
        substr($c, 0, 9) . substr($c, 20, 3) . substr($c, 12, 8)  # 20
      . substr($c, 31, 3) . substr($c, 23, 8) . substr($c, 42, 2) . $c[36] . substr($c, 34, 2)  # 36
      . $c[11] . substr($c, 37, 5) . substr($c, 9, 2) . $c[44] . substr($c, 51, 2) . substr($c, 45, 6) . (self::ROT8[$c[53]] ?? err("bad ROT8 c[53] $c[53]")); }
dbQ: fRot [ 0 => function ($c) { return
        substr($c, 6, 2) . substr($c, 0, 6) . (self::ROT8[$c[8]] ?? err("bad ROT8 c[8] $c[8]")) . substr($c, 9, 4) . substr($c, 38, 3) . substr($c, 16, 2)  # 18
      . $c[15] . substr($c, 19, 5) . substr($c, 13, 2) . $c[26] . substr($c, 24, 2) . $c[18] . substr($c, 30, 8)  # 38
      . substr($c, 27, 3) . substr($c, 41, 13); }
    , 1 => function ($c) { return
        substr($c, 18, 3) . substr($c, 3, 6) . substr($c, 15, 2) . substr($c, 9, 6) . (self::ROT8[$c[17]] ?? err("bad ROT8 c[17] $c[17]"))  # 18
      . substr($c, 45, 3) . substr($c, 21, 15)  # 36
      . substr($c, 0, 3) . substr($c, 39, 6) . substr($c, 36, 3) . substr($c, 48, 6); }
    , 2 => function ($c) { return
        substr($c, 0, 2) . substr($c, 29, 3) . substr($c, 5, 6) . substr($c, 2, 3) . substr($c, 14, 4)  # 18
      . substr($c, 24, 2) . substr($c, 18, 6) . (self::ROT8[$c[26]] ?? err("bad ROT8 c[26] $c[26]")) . substr($c, 27, 2) . substr($c, 51, 2) . $c[45] . substr($c, 32, 13)  # 45
      . $c[13] . substr($c, 46, 5) . substr($c, 11, 2) . $c[53]; }
    , 3 => function ($c) { return
        substr($c, 0, 4) . substr($c, 40, 3) . substr($c, 7, 15)  # 22
      . substr($c, 4, 3) . substr($c, 25, 2) . substr($c, 33, 2) . substr($c, 27, 6) . (self::ROT8[$c[35]] ?? err("bad ROT8 c[35] $c[35]"))  # 36
      . substr($c, 36, 4) . substr($c, 49, 3) . substr($c, 43, 6) . substr($c, 22, 3) . substr($c, 52, 2); }
    , 4 => function ($c) { return
        $c[9] . substr($c, 1, 5) . substr($c, 15, 2) . $c[8] . $c[49] . substr($c, 10, 5) . substr($c, 47, 2) . substr($c, 17, 10)  # 27
      . $c[0] . substr($c, 28, 5) . substr($c, 6, 2) . $c[35]  # 36
      . substr($c, 42, 2) . substr($c, 36, 6) . (self::ROT8[$c[44]] ?? err("bad ROT8 c[44] $c[44]")) . substr($c, 45, 2) . substr($c, 33, 2) . $c[27] . substr($c, 50, 4); }
    , 5 => function ($c) { return
        substr($c, 0, 9) . substr($c, 20, 3) . substr($c, 12, 8)  # 20
      . substr($c, 31, 3) . substr($c, 23, 8) . substr($c, 42, 2) . $c[36] . substr($c, 34, 2)  # 36
      . $c[11] . substr($c, 37, 5) . substr($c, 9, 2) . $c[44] . substr($c, 51, 2) . substr($c, 45, 6) . (self::ROT8[$c[53]] ?? err("bad ROT8 c[53] $c[53]")); }
    ];
dbQ: rRot tt [1, 2, 3, 4, 5] [1 => [24 => 18, 25 => 19, 4 => 13, 3 => 12, 2 => 11, 1 => 10, 0 => 9, 7 => 16, 6 => 15, 5 => 14, 8 => 17, 39 => 37, 40 => 38, 18 => 20, 19 => 21, 13 => 45, 12 => 52, 11 => 51, 10 => 50, 9 => 49, 16 => 48, 15 => 47, 14 => 46, 17 => 53, 37 => 43, 38 => 36, 20 => 22, 21 => 23, 45 => 31, 52 => 30, 51 => 29, 50 => 28, 49 => 27, 48 => 34, 47 => 33, 46 => 32, 53 => 35, 43 => 41, 36 => 42, 22 => 24, 23 => 25, 31 => 4, 30 => 3, 29 => 2, 28 => 1, 27 => 0, 34 => 7, 33 => 6, 32 => 5, 35 => 8, 41 => 39, 42 => 40], 2 => [9 => 15, 10 => 16, 47 => 38, 46 => 37, 45 => 36, 52 => 43, 51 => 42, 50 => 41, 49 => 40, 48 => 39, 53 => 44, 32 => 34, 33 => 27, 11 => 9, 12 => 10, 20 => 47, 19 => 46, 18 => 45, 25 => 52, 24 => 51, 23 => 50, 22 => 49, 21 => 48, 26 => 53, 30 => 32, 31 => 33, 13 => 11, 14 => 12, 2 => 20, 1 => 19, 0 => 18, 7 => 25, 6 => 24, 5 => 23, 4 => 22, 3 => 21, 8 => 26, 28 => 30, 29 => 31, 15 => 13, 16 => 14, 38 => 2, 37 => 1, 36 => 0, 43 => 7, 42 => 6, 41 => 5, 40 => 4, 39 => 3, 44 => 8, 34 => 28, 27 => 29], 3 => [18 => 24, 19 => 25, 13 => 4, 12 => 3, 11 => 2, 10 => 1, 9 => 0, 16 => 7, 15 => 6, 14 => 5, 17 => 8, 37 => 39, 38 => 40, 20 => 18, 21 => 19, 45 => 13, 52 => 12, 51 => 11, 50 => 10, 49 => 9, 48 => 16, 47 => 15, 46 => 14, 53 => 17, 43 => 37, 36 => 38, 22 => 20, 23 => 21, 31 => 45, 30 => 52, 29 => 51, 28 => 50, 27 => 49, 34 => 48, 33 => 47, 32 => 46, 35 => 53, 41 => 43, 42 => 36, 24 => 22, 25 => 23, 4 => 31, 3 => 30, 2 => 29, 1 => 28, 0 => 27, 7 => 34, 6 => 33, 5 => 32, 8 => 35, 39 => 41, 40 => 42], 4 => [15 => 9, 16 => 10, 38 => 47, 37 => 46, 36 => 45, 43 => 52, 42 => 51, 41 => 50, 40 => 49, 39 => 48, 44 => 53, 34 => 32, 27 => 33, 9 => 11, 10 => 12, 47 => 20, 46 => 19, 45 => 18, 52 => 25, 51 => 24, 50 => 23, 49 => 22, 48 => 21, 53 => 26, 32 => 30, 33 => 31, 11 => 13, 12 => 14, 20 => 2, 19 => 1, 18 => 0, 25 => 7, 24 => 6, 23 => 5, 22 => 4, 21 => 3, 26 => 8, 30 => 28, 31 => 29, 13 => 15, 14 => 16, 2 => 38, 1 => 37, 0 => 36, 7 => 43, 6 => 42, 5 => 41, 4 => 40, 3 => 39, 8 => 44, 28 => 34, 29 => 27], 5 => [9 => 13, 10 => 14, 47 => 2, 46 => 1, 45 => 0, 52 => 7, 51 => 6, 50 => 5, 49 => 4, 48 => 3, 53 => 8, 32 => 28, 33 => 29, 11 => 15, 12 => 16, 20 => 38, 19 => 37, 18 => 36, 25 => 43, 24 => 42, 23 => 41, 22 => 40, 21 => 39, 26 => 44, 30 => 34, 31 => 27, 13 => 9, 14 => 10, 2 => 47, 1 => 46, 0 => 45, 7 => 52, 6 => 51, 5 => 50, 4 => 49, 3 => 48, 8 => 53, 28 => 32, 29 => 33, 15 => 11, 16 => 12, 38 => 20, 37 => 19, 36 => 18, 43 => 25, 42 => 24, 41 => 23, 40 => 22, 39 => 21, 44 => 26, 34 => 30, 27 => 31]]
dbQ: r 1 [[0, 54]]
dbQ: cd function ($c) { return
        substr($c, 0, 54); }
dbQ: r 14 [[9, 9], [49, 4], [45, 4], [53, 1], [20, 6], [18, 2], [26, 1], [0, 9], [42, 2], [36, 6], [44, 1], [31, 4], [27, 4], [35, 1]]
dbQ: cd function ($c) { return
        substr($c, 9, 9) . substr($c, 49, 4) . substr($c, 45, 4) . $c[53]  # 18
      . substr($c, 20, 6) . substr($c, 18, 2) . $c[26] . substr($c, 0, 9)  # 36
      . substr($c, 42, 2) . substr($c, 36, 6) . $c[44] . substr($c, 31, 4) . substr($c, 27, 4) . $c[35]; }
dbQ: r 10 [[18, 9], [15, 2], [9, 6], [17, 1], [45, 9], [29, 6], [27, 2], [35, 1], [0, 9], [36, 9]]
dbQ: cd function ($c) { return
        substr($c, 18, 9) . substr($c, 15, 2) . substr($c, 9, 6) . $c[17]  # 18
      . substr($c, 45, 9) . substr($c, 29, 6) . substr($c, 27, 2) . $c[35]  # 36
      . substr($c, 0, 9) . substr($c, 36, 9); }
dbQ: r 14 [[27, 9], [0, 9], [24, 2], [18, 6], [26, 1], [49, 4], [45, 4], [53, 1], [38, 6], [36, 2], [44, 1], [13, 4], [9, 4], [17, 1]]
dbQ: cd function ($c) { return
        substr($c, 27, 9) . substr($c, 0, 9)  # 18
      . substr($c, 24, 2) . substr($c, 18, 6) . $c[26] . substr($c, 49, 4) . substr($c, 45, 4) . $c[53]  # 36
      . substr($c, 38, 6) . substr($c, 36, 2) . $c[44] . substr($c, 13, 4) . substr($c, 9, 4) . $c[17]; }
dbQ: r 10 [[36, 9], [11, 6], [9, 2], [17, 1], [0, 9], [33, 2], [27, 6], [35, 1], [45, 9], [18, 9]]
dbQ: cd function ($c) { return
        substr($c, 36, 9) . substr($c, 11, 6) . substr($c, 9, 2) . $c[17]  # 18
      . substr($c, 0, 9) . substr($c, 33, 2) . substr($c, 27, 6) . $c[35]  # 36
      . substr($c, 45, 9) . substr($c, 18, 9); }
dbQ: r 10 [[45, 9], [13, 4], [9, 4], [17, 1], [36, 9], [31, 4], [27, 4], [35, 1], [18, 9], [0, 9]]
dbQ: cd function ($c) { return
        substr($c, 45, 9) . substr($c, 13, 4) . substr($c, 9, 4) . $c[17]  # 18
      . substr($c, 36, 9) . substr($c, 31, 4) . substr($c, 27, 4) . $c[35]  # 36
      . substr($c, 18, 9) . substr($c, 0, 9); }
dbQ: rRot [ 0 => function ($c) { return
        substr($c, 0, 54); }
    , 1 => function ($c) { return
        substr($c, 9, 9) . substr($c, 49, 4) . substr($c, 45, 4) . $c[53]  # 18
      . substr($c, 20, 6) . substr($c, 18, 2) . $c[26] . substr($c, 0, 9)  # 36
      . substr($c, 42, 2) . substr($c, 36, 6) . $c[44] . substr($c, 31, 4) . substr($c, 27, 4) . $c[35]; }
    , 2 => function ($c) { return
        substr($c, 18, 9) . substr($c, 15, 2) . substr($c, 9, 6) . $c[17]  # 18
      . substr($c, 45, 9) . substr($c, 29, 6) . substr($c, 27, 2) . $c[35]  # 36
      . substr($c, 0, 9) . substr($c, 36, 9); }
    , 3 => function ($c) { return
        substr($c, 27, 9) . substr($c, 0, 9)  # 18
      . substr($c, 24, 2) . substr($c, 18, 6) . $c[26] . substr($c, 49, 4) . substr($c, 45, 4) . $c[53]  # 36
      . substr($c, 38, 6) . substr($c, 36, 2) . $c[44] . substr($c, 13, 4) . substr($c, 9, 4) . $c[17]; }
    , 4 => function ($c) { return
        substr($c, 36, 9) . substr($c, 11, 6) . substr($c, 9, 2) . $c[17]  # 18
      . substr($c, 0, 9) . substr($c, 33, 2) . substr($c, 27, 6) . $c[35]  # 36
      . substr($c, 45, 9) . substr($c, 18, 9); }
    , 5 => function ($c) { return
        substr($c, 45, 9) . substr($c, 13, 4) . substr($c, 9, 4) . $c[17]  # 18
      . substr($c, 36, 9) . substr($c, 31, 4) . substr($c, 27, 4) . $c[35]  # 36
      . substr($c, 18, 9) . substr($c, 0, 9); }
    ]
dbQ: rTrg [[0, 38, 15], [1, 14], [2, 13, 18], [3, 25], [4, 24, 29], [5, 28], [6, 27, 40], [7, 39], [16, 37], [19, 12], [30, 23], [41, 34], [47, 9, 36], [46, 10], [45, 20, 11], [52, 21], [51, 31, 22], [50, 32], [49, 42, 33], [48, 43]]
target 3 colourCells, changes [0 => 0, 38 => 4, 15 => 1] 19 <--< [2 => 1, 13 => 0, 18 => 4]
dbQ: 
from = 511543535144102201453223525421454315233530243010005101
fA   = ??1??????????0????4???????????????????????????????????
tA   = 0??????????????1??????????????????????4???????????????
solving for 3 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 10 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 153, bk 24 memory 9.20e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: return stps 3 [23, 2]
solved 3 targets, in 2 rots, 1.53e+2 = 153 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    345        
    154        
    421        
203 534 532 150
435 355 252 010
233 511 453 010
    220        
    011        
    144        
--- rot 23 ------
    344        
    155        
    421        
203 530 425 150
435 351 533 410
233 514 322 510
    220        
    010        
    141        
--- rot 2 ------
    344        
    155        
    022        
203 415 325 150
435 113 533 410
234 035 322 510
    124        
    010        
    141        
target 5 colourCells, changes [1 => 0, 14 => 1] 3 <--< [34 => 1, 41 => 0]
dbQ: 
from = 035351411141042101322352353022544315234530243510005141
fA   = 0??????????????1??????????????????1???4??0????????????
tA   = 00????????????11??????????????????????4???????????????
solving for 5 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 10 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 153, bk 64 memory 9.25e+5 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 1.67e+2 = 167 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [42, 13, 42]
solved 5 targets, in 3 rots, 1.67e+2 = 167 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    344        
    155        
    022        
203 415 325 150
435 113 533 410
234 035 322 510
    124        
    010        
    141        
--- rot 42 ------
    144        
    055        
    122        
432 015 325 150
574 013 533 411
302 035 322 514
    324        
    110        
    041        
--- rot 13 ------
    144        
    055        
    122        
432 015 325 150
574 013 533 411
514 302 035 322
    013        
    472        
    104        
--- rot 42 ------
    044        
    455        
    122        
415 215 325 153
435 113 533 410
234 002 035 320
    113        
    072        
    104        
target 8 colourCells, changes [2 => 0, 13 => 1, 18 => 2] 7 <--< [9 => 1, 36 => 2, 47 => 0]
dbQ: 
from = 002351211104231107035352353122544045234551443320035141
fA   = 00???????1????11????????????????????2?4????????0??????
tA   = 000??????????111??2???????????????????4???????????????
solving for 8 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 13 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 198, bk 117 memory 9.35e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: return stps 3 [52, 22]
solved 8 targets, in 2 rots, 1.98e+2 = 198 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    044        
    455        
    122        
415 215 325 153
435 113 533 410
234 002 035 320
    113        
    072        
    104        
--- rot 52 ------
    401        
    455        
    122        
515 215 322 023
335 113 534 054
534 002 034 351
    113        
    072        
    440        
--- rot 22 ------
    403        
    452        
    120        
515 213 430 223
335 110 475 354
534 000 223 551
    111        
    075        
    442        
target 10 colourCells, changes [3 => 0, 25 => 2] 5 <--< [32 => 0, 50 => 2]
dbQ: 
from = 000031211442511107223503447120230445534551533551432235
fA   = 000??????????111??2?????????????0?????4???????????2???
tA   = 0000?????????111??2??????2????????????4???????????????
solving for 10 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 13 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 198, bk 137 memory 9.41e+5 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 2.16e+2 = 216 tries, 2025-02-23T16:32:26
sercDR 2, 2.26e+2 = 226 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [1, 33, 3, 21]
solved 10 targets, in 4 rots, 2.26e+2 = 226 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    403        
    452        
    120        
515 213 430 223
335 110 475 354
534 000 223 551
    111        
    075        
    442        
--- rot 1 ------
    403        
    452        
    442        
510 300 130 223
332 130 175 354
531 210 123 551
    554        
    075        
    442        
--- rot 33 ------
    444        
    430        
    223        
300 130 223 510
332 130 175 354
531 210 123 551
    554        
    075        
    442        
--- rot 3 ------
    444        
    430        
    120        
305 211 223 510
335 113 275 354
534 000 323 551
    112        
    075        
    442        
--- rot 21 ------
    445        
    433        
    125        
305 214 353 210
335 110 212 554
534 000 223 251
    111        
    073        
    440        
target 13 colourCells, changes [4 => 0, 24 => 2, 29 => 3] 13 <--< [11 => 0, 45 => 2, 20 => 3]
dbQ: 
from = 000041211440311107223235321125354443534550333251401255
fA   = 0000???????0?111??2?3????2????????????4??????2????????
tA   = 00000????????111??2?????22???3????????4???????????????
solving for 13 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 193 memory 9.45e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: return stps 3 [53, 33]
solved 13 targets, in 2 rots, 2.43e+2 = 243 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    445        
    433        
    125        
305 214 353 210
335 110 212 554
534 000 223 251
    111        
    073        
    440        
--- rot 53 ------
    323        
    433        
    125        
505 214 350 252
435 110 214 531
434 000 224 140
    111        
    073        
    335        
--- rot 33 ------
    143        
    212        
    533        
214 350 252 505
435 110 214 531
434 000 224 140
    111        
    073        
    335        
target 15 colourCells, changes [5 => 0, 28 => 3] 9 <--< [16 => 0, 37 => 3]
dbQ: 
from = 000005311335311107224425221533234121434541243140150553
fA   = 00000????????1110?2?????22???3???????34???????????????
tA   = 000000???????111??2?????22??33????????4???????????????
solving for 15 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 200 memory 9.46e+5 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 2.61e+2 = 261 tries, 2025-02-23T16:32:26
sercDR 2, 4.39e+2 = 439 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [33, 1, 41, 3]
solved 15 targets, in 4 rots, 4.39e+2 = 439 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    143        
    212        
    533        
214 350 252 505
435 110 214 531
434 000 224 140
    111        
    073        
    335        
--- rot 33 ------
    521        
    374        
    323        
350 252 505 214
435 110 214 531
434 000 224 140
    111        
    073        
    335        
--- rot 1 ------
    521        
    374        
    522        
353 200 105 214
432 530 114 531
433 210 124 140
    054        
    073        
    335        
--- rot 41 ------
    221        
    574        
    222        
323 000 105 215
553 030 114 533
344 310 124 145
    054        
    173        
    435        
--- rot 3 ------
    221        
    574        
    433        
320 300 205 215
555 110 214 533
344 000 224 145
    111        
    173        
    435        
target 18 colourCells, changes [6 => 0, 27 => 3, 40 => 4] 25 <--< [6 => 3, 27 => 4, 40 => 0]
dbQ: 
from = 000000311435311117224450221433412257344502355145351253
fA   = 0000003??????111??2?????22?433????????4?0?????????????
tA   = 0000000??????111??2?????22?333????????4?4?????????????
solving for 18 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 214 memory 9.47e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3213, bk 2672 memory 1.29e+6 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 3.23e+3 = 3231 tries, 2025-02-23T16:32:26
sercDR 2, 3.52e+3 = 3519 tries, 2025-02-23T16:32:26
sercDR 3, 4.47e+3 = 4474 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [11, 53, 13, 42, 51, 43]
solved 18 targets, in 6 rots, 4.47e+3 = 4474 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    221        
    574        
    433        
320 300 205 215
555 110 214 533
344 000 224 145
    111        
    173        
    435        
--- rot 11 ------
    221        
    574        
    433        
320 300 205 215
555 110 214 533
000 224 145 344
    135        
    113        
    114        
--- rot 53 ------
    545        
    574        
    433        
120 300 204 352
255 110 211 411
200 224 141 435
    135        
    113        
    350        
--- rot 13 ------
    545        
    574        
    433        
120 300 204 352
255 110 211 411
435 200 224 141
    311        
    573        
    035        
--- rot 42 ------
    345        
    574        
    033        
534 100 204 352
512 110 211 411
021 200 224 143
    511        
    573        
    435        
--- rot 51 ------
    055        
    574        
    033        
434 100 203 213
312 110 214 534
521 200 225 341
    511        
    573        
    414        
--- rot 43 ------
    155        
    474        
    333        
534 000 203 214
273 510 214 535
124 000 225 345
    111        
    173        
    214        
target 20 colourCells, changes [7 => 0, 39 => 4] 17 <--< [23 => 0, 30 => 4]
dbQ: 
from = 000000051214311117225430221333455147124343527345541253
fA   = 0000000??????111??2????022?3334???????4?4?????????????
tA   = 00000000?????111??2?????22?333????????444?????????????
solving for 20 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 214 memory 9.47e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3213, bk 2736 memory 1.30e+6 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 3.23e+3 = 3231 tries, 2025-02-23T16:32:26
sercDR 2, 3.43e+3 = 3427 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [41, 3, 51, 33, 1]
solved 20 targets, in 5 rots, 3.43e+3 = 3427 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    155        
    474        
    333        
534 000 203 214
273 510 214 535
124 000 225 345
    111        
    173        
    214        
--- rot 41 ------
    055        
    574        
    033        
434 100 203 213
312 110 214 534
521 200 225 341
    511        
    573        
    414        
--- rot 3 ------
    055        
    574        
    124        
435 211 003 213
311 070 314 534
521 000 325 341
    222        
    573        
    414        
--- rot 51 ------
    534        
    574        
    124        
435 211 000 341
111 070 315 154
421 000 325 253
    222        
    573        
    543        
--- rot 33 ------
    155        
    253        
    444        
211 000 341 435
111 070 315 154
421 000 325 253
    222        
    573        
    543        
--- rot 1 ------
    155        
    253        
    333        
214 000 241 435
114 010 215 154
424 000 225 253
    111        
    573        
    543        
target 22 colourCells, changes [16 => 1, 37 => 4] 18 <--< [43 => 1, 48 => 4]
dbQ: 
from = 000000001543311157225514221333355125424441211253453415
fA   = 00000000?????111??2?????22?333????????444??1????4?????
tA   = 00000000?????1111?2?????22?333???????4444?????????????
solving for 22 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 214 memory 9.47e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3213, bk 2814 memory 1.31e+6 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 3.23e+3 = 3231 tries, 2025-02-23T16:32:26
sercDR 2, 3.52e+3 = 3519 tries, 2025-02-23T16:32:26
sercDR 3, 7.21e+3 = 7214 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [51, 12, 52, 11, 52, 12]
solved 22 targets, in 6 rots, 7.21e+3 = 7214 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    155        
    253        
    333        
214 000 241 435
114 010 215 154
424 000 225 253
    111        
    573        
    543        
--- rot 51 ------
    412        
    253        
    333        
514 000 241 543
414 010 215 375
324 000 225 412
    111        
    573        
    551        
--- rot 12 ------
    412        
    253        
    333        
514 000 241 543
414 010 215 375
225 412 324 000
    155        
    335        
    111        
--- rot 52 ------
    111        
    253        
    333        
414 000 242 000
514 010 214 533
125 412 325 345
    155        
    335        
    214        
--- rot 11 ------
    111        
    253        
    333        
414 000 242 000
514 010 214 533
412 325 345 125
    554        
    551        
    132        
--- rot 52 ------
    231        
    253        
    333        
514 000 244 521
414 010 215 375
212 325 344 000
    554        
    551        
    111        
--- rot 12 ------
    231        
    253        
    333        
514 000 244 521
414 010 215 375
344 000 212 325
    111        
    115        
    455        
target 24 colourCells, changes [19 => 2, 12 => 1] 6 <--< [34 => 2, 41 => 1]
dbQ: 
from = 000000001455511111212544221333313225344441541325512537
fA   = 00000000?????1111?2?????22?333????2??44441????????????
tA   = 00000000????11111?22????22?333???????4444?????????????
solving for 24 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 214 memory 9.47e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3213, bk 2842 memory 1.31e+6 real 2.10e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 3.23e+3 = 3231 tries, 2025-02-23T16:32:26
sercDR 2, 3.52e+3 = 3519 tries, 2025-02-23T16:32:26
sercDR 3, 7.86e+3 = 7857 tries, 2025-02-23T16:32:26
sercDR 4, 7.29e+4 = 72945 tries, 2025-02-23T16:32:26
sercDR 5, 2.41e+5 = 241235 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [11, 2, 33, 2, 13, 21, 51, 23]
solved 24 targets, in 8 rots, 2.41e+5 = 241235 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    231        
    253        
    333        
514 000 244 521
414 010 215 375
344 000 212 325
    111        
    115        
    455        
--- rot 11 ------
    231        
    253        
    333        
514 000 244 521
414 010 215 375
000 212 325 344
    155        
    135        
    114        
--- rot 2 ------
    231        
    253        
    551        
513 212 044 521
412 050 415 375
002 000 425 344
    333        
    135        
    114        
--- rot 33 ------
    522        
    533        
    131        
212 044 521 513
412 050 415 375
002 000 425 344
    333        
    135        
    114        
--- rot 2 ------
    522        
    533        
    333        
214 000 221 513
414 010 215 375
005 440 225 344
    131        
    135        
    114        
--- rot 13 ------
    522        
    533        
    333        
214 000 221 513
414 010 215 375
344 005 440 225
    111        
    113        
    451        
--- rot 21 ------
    522        
    533        
    335        
214 002 150 113
414 013 234 375
344 003 224 125
    110        
    110        
    455        
--- rot 51 ------
    342        
    533        
    335        
414 002 155 355
514 013 232 112
544 003 222 131
    110        
    110        
    440        
--- rot 23 ------
    342        
    533        
    333        
414 000 221 555
514 010 215 312
544 000 225 231
    111        
    111        
    443        
target 26 colourCells, changes
dbQ: 
from = 000000001443111111225512221333324353544441451231255531
fA   = 00000000????11111?22???222?3333??????4444?????????????
tA   = 00000000????11111?22???222?3333??????4444?????????????
solving for 26 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: return stps 3 []
solved 26 targets, in 0 rots, 1.80e+1 = 18 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    342        
    533        
    333        
414 000 221 555
514 010 215 312
544 000 225 231
    111        
    111        
    443        
target 28 colourCells, changes [41 => 4, 34 => 3] 24 <--< [10 => 4, 46 => 3]
dbQ: 
from = 000000001443111111225512221333324353544441451231255531
fA   = 00000000??4?11111?22???222?3333??????4444?????3???????
tA   = 00000000????11111?22???222?3333???3??44444????????????
solving for 28 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 16 memory 9.19e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 243, bk 214 memory 9.47e+5 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3213, bk 2852 memory 1.31e+6 real 2.10e+6, 2025-02-23T16:32:26
dbQ: bx 3, rotC 42783, bk 37833 memory 6.57e+6 real 8.91e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 4.28e+4 = 42801 tries, 2025-02-23T16:32:26
sercDR 2, 4.31e+4 = 43089 tries, 2025-02-23T16:32:26
sercDR 3, 4.51e+4 = 45086 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [23, 12, 3, 41, 1, 12, 21]
solved 28 targets, in 7 rots, 4.51e+4 = 45086 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    342        
    533        
    333        
414 000 221 555
514 010 215 312
544 000 225 231
    111        
    111        
    443        
--- rot 23 ------
    340        
    530        
    330        
414 001 222 355
514 011 272 312
544 003 551 231
    112        
    113        
    445        
--- rot 12 ------
    340        
    530        
    330        
414 001 222 355
514 011 272 312
551 231 544 003
    544        
    351        
    211        
--- rot 3 ------
    340        
    530        
    144        
415 200 322 355
514 370 372 312
554 111 044 003
    522        
    351        
    211        
--- rot 41 ------
    240        
    330        
    144        
544 500 322 351
135 370 372 315
455 211 044 003
    322        
    251        
    511        
--- rot 1 ------
    240        
    330        
    330        
544 001 222 351
134 011 272 315
451 532 344 003
    455        
    251        
    511        
--- rot 12 ------
    240        
    330        
    330        
544 001 222 351
134 011 272 315
344 003 451 532
    115        
    112        
    554        
--- rot 21 ------
    245        
    333        
    333        
544 000 221 451
134 010 215 215
344 000 224 532
    111        
    111        
    553        
target 31 colourCells, changes [47 => 5, 9 => 1, 36 => 4] 50 <--< [22 => 1, 51 => 4, 31 => 5]
dbQ: 
from = 000000001553111111224512221333354233344444513532515421
fA   = 00000000????11111?22??1222?33335??3??44444?????????4??
tA   = 00000000?1??11111?22???222?3333???3?444444?????5??????
solving for 31 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 288, bk 262 memory 9.59e+5 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3933, bk 3502 memory 1.36e+6 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 3, rotC 52533, bk 46683 memory 7.27e+6 real 8.91e+6, 2025-02-23T16:32:26
before sercDR 2025-02-23T16:32:26
sercDR 1, 5.26e+4 = 52551 tries, 2025-02-23T16:32:26
sercDR 2, 5.28e+4 = 52839 tries, 2025-02-23T16:32:26
sercDR 3, 5.36e+4 = 53637 tries, 2025-02-23T16:32:26
dbQ: return stps 3 [11, 22, 33, 23, 31, 23, 13]
solved 31 targets, in 7 rots, 5.36e+4 = 53637 tries, 0 secs, 0 tot  at 2025-02-23T16:32:26
--- from ------
    245        
    333        
    333        
544 000 221 451
134 010 215 215
344 000 224 532
    111        
    111        
    553        
--- rot 11 ------
    245        
    333        
    333        
544 000 221 451
134 010 215 215
000 224 532 344
    113        
    135        
    115        
--- rot 22 ------
    243        
    335        
    335        
544 003 235 451
134 012 552 015
000 224 122 044
    115        
    133        
    113        
--- rot 33 ------
    332        
    314        
    553        
003 235 451 544
134 012 552 015
000 224 122 044
    115        
    133        
    113        
--- rot 23 ------
    335        
    312        
    554        
003 235 154 344
134 013 235 415
000 223 221 244
    110        
    130        
    115        
--- rot 31 ------
    524        
    335        
    335        
344 003 235 154
134 013 235 415
000 223 221 244
    110        
    130        
    115        
--- rot 23 ------
    523        
    333        
    333        
344 000 222 554
134 010 213 515
000 225 155 444
    112        
    134        
    111        
--- rot 13 ------
    523        
    333        
    333        
344 000 222 554
134 010 213 515
444 000 225 155
    111        
    111        
    142        
target 33 colourCells, changes [46 => 5, 10 => 1] 34 <--< [43 => 1, 48 => 5]
dbQ: 
from = 000000001142111111225322221333332533444444313155545551
fA   = 00000000?1??11111?22???222?3333???3?444444?1???55?????
tA   = 00000000?11?11111?22???222?3333???3?444444????55??????
solving for 33 target colourCells  2025-02-23T16:32:26
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 1, rotC 288, bk 262 memory 9.59e+5 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 2, rotC 3933, bk 3502 memory 1.36e+6 real 6.29e+6, 2025-02-23T16:32:26
dbQ: bx 3, rotC 52533, bk 46720 memory 7.28e+6 real 8.91e+6, 2025-02-23T16:32:27
dbQ: bx 4, rotC 700803, bk 620824 memory 9.25e+7 real 9.44e+7, 2025-02-23T16:32:27
before sercDR 2025-02-23T16:32:27
sercDR 1, 7.01e+5 = 700821 tries, 2025-02-23T16:32:27
sercDR 2, 7.01e+5 = 701109 tries, 2025-02-23T16:32:27
sercDR 3, 7.05e+5 = 705447 tries, 2025-02-23T16:32:27
sercDR 4, 7.17e+5 = 717132 tries, 2025-02-23T16:32:27
dbQ: return stps 3 [11, 21, 31, 53, 33, 51, 23, 13, 53]
solved 33 targets, in 9 rots, 7.17e+5 = 717132 tries, 1 secs, 1 tot  at 2025-02-23T16:32:27
--- from ------
    523        
    333        
    333        
344 000 222 554
134 010 213 515
444 000 225 155
    111        
    111        
    142        
--- rot 11 ------
    523        
    333        
    333        
344 000 222 554
134 010 213 515
000 225 155 444
    112        
    134        
    111        
--- rot 21 ------
    524        
    335        
    335        
344 003 235 154
134 013 235 415
000 223 221 244
    110        
    130        
    115        
--- rot 31 ------
    455        
    253        
    533        
154 344 003 235
134 013 235 415
000 223 221 244
    110        
    130        
    115        
--- rot 53 ------
    351        
    253        
    533        
554 344 005 242
534 013 231 473
400 223 221 455
    110        
    130        
    110        
--- rot 33 ------
    523        
    335        
    331        
344 005 242 554
534 013 231 473
400 223 221 455
    110        
    130        
    110        
--- rot 51 ------
    453        
    335        
    331        
144 005 245 435
134 013 232 515
000 223 223 544
    110        
    130        
    112        
--- rot 23 ------
    455        
    333        
    333        
144 000 222 135
134 010 214 515
000 222 325 344
    115        
    135        
    114        
--- rot 13 ------
    455        
    333        
    333        
144 000 222 135
134 010 214 515
344 000 222 325
    111        
    111        
    455        
--- rot 53 ------
    242        
    333        
    333        
544 000 225 351
534 010 215 273
444 000 224 555
    111        
    111        
    113        
target 36 colourCells, changes [45 => 5, 20 => 2, 11 => 1] 38 <--< [33 => 2, 49 => 1, 42 => 5]
dbQ: 
from = 000000001113111111224552221333324233444444553555315327
fA   = 00000000?11?11111?22???222?3333??23?4444445???55?1????
tA   = 00000000?11111111?222??222?3333???3?444444???555??????
solving for 36 target colourCells  2025-02-23T16:32:27
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 5.24e+7, 2025-02-23T16:32:27
dbQ: bx 1, rotC 288, bk 262 memory 9.59e+5 real 5.24e+7, 2025-02-23T16:32:27
dbQ: bx 2, rotC 3933, bk 3502 memory 1.36e+6 real 5.24e+7, 2025-02-23T16:32:27
dbQ: bx 3, rotC 52533, bk 46741 memory 7.28e+6 real 5.51e+7, 2025-02-23T16:32:27
dbQ: bx 4, rotC 701118, bk 621573 memory 9.26e+7 real 9.44e+7, 2025-02-23T16:32:28
before sercDR 2025-02-23T16:32:28
sercDR 1, 7.01e+5 = 701136 tries, 2025-02-23T16:32:28
sercDR 2, 7.01e+5 = 701424 tries, 2025-02-23T16:32:28
sercDR 3, 7.03e+5 = 702779 tries, 2025-02-23T16:32:28
dbQ: return stps 3 [13, 41, 11, 23, 13, 43, 11, 21]
solved 36 targets, in 8 rots, 7.03e+5 = 702779 tries, 1 secs, 2 tot  at 2025-02-23T16:32:28
--- from ------
    242        
    333        
    333        
544 000 225 351
534 010 215 273
444 000 224 555
    111        
    111        
    113        
--- rot 13 ------
    242        
    333        
    333        
544 000 225 351
534 010 215 273
555 444 000 224
    111        
    171        
    311        
--- rot 41 ------
    042        
    033        
    433        
445 100 225 353
455 110 215 273
555 344 000 222
    411        
    371        
    111        
--- rot 11 ------
    042        
    033        
    433        
445 100 225 353
455 110 215 273
344 000 222 555
    111        
    111        
    431        
--- rot 23 ------
    040        
    030        
    430        
445 101 222 353
455 111 272 373
344 001 255 255
    115        
    112        
    433        
--- rot 13 ------
    040        
    030        
    430        
445 101 222 353
455 111 272 373
255 344 001 255
    411        
    371        
    325        
--- rot 43 ------
    540        
    330        
    330        
244 001 222 353
534 011 272 373
555 444 001 254
    111        
    171        
    325        
--- rot 11 ------
    540        
    330        
    330        
244 001 222 353
534 011 272 373
444 001 254 555
    115        
    112        
    113        
--- rot 21 ------
    545        
    333        
    333        
244 000 224 353
534 010 215 273
444 000 222 555
    111        
    111        
    111        
target 38 colourCells, changes [52 => 5, 21 => 2] 36 <--< [21 => 5, 52 => 2]
dbQ: 
from = 000000001111111111222542221333354533444444253555335327
fA   = 00000000?11111111?2225?222?3333???3?444444???555????2?
tA   = 00000000?11111111?2222?222?3333???3?444444???555????5?
solving for 38 target colourCells  2025-02-23T16:32:28
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 5.24e+7, 2025-02-23T16:32:28
dbQ: bx 1, rotC 288, bk 262 memory 9.59e+5 real 5.24e+7, 2025-02-23T16:32:28
dbQ: bx 2, rotC 3933, bk 3502 memory 1.36e+6 real 5.24e+7, 2025-02-23T16:32:28
dbQ: bx 3, rotC 52533, bk 46741 memory 7.28e+6 real 5.51e+7, 2025-02-23T16:32:28
dbQ: bx 4, rotC 701118, bk 621648 memory 9.26e+7 real 9.44e+7, 2025-02-23T16:32:29
before sercDR 2025-02-23T16:32:29
sercDR 1, 7.01e+5 = 701136 tries, 2025-02-23T16:32:29
sercDR 2, 7.01e+5 = 701424 tries, 2025-02-23T16:32:29
sercDR 3, 7.06e+5 = 705762 tries, 2025-02-23T16:32:29
sercDR 4, 7.71e+5 = 770850 tries, 2025-02-23T16:32:29
sercDR 5, 1.75e+6 = 1747188 tries, 2025-02-23T16:32:31
sercDR 6, 1.64e+7 = 16392276 tries, 2025-02-23T16:32:49
sercDR 7, 2.36e+8 = 236068614 tries, 2025-02-23T16:37:22
sercDR 8, 8.27e+8 = 827480184 tries, 2025-02-23T16:51:51
dbQ: return stps 3 [11, 21, 31, 52, 13, 51, 33, 53, 11, 52, 23, 13, 51]
solved 38 targets, in 13 rots, 8.27e+8 = 827480184 tries, 1163 secs, 1165 tot  at 2025-02-23T16:51:51
--- from ------
    545        
    333        
    333        
244 000 224 353
534 010 215 273
444 000 222 555
    111        
    111        
    111        
--- rot 11 ------
    545        
    333        
    333        
244 000 224 353
534 010 215 273
000 222 555 444
    111        
    131        
    111        
--- rot 21 ------
    544        
    332        
    333        
244 005 455 153
534 013 235 173
000 223 225 144
    110        
    130        
    112        
--- rot 31 ------
    423        
    453        
    533        
153 244 005 455
534 013 235 173
000 223 225 144
    110        
    130        
    112        
--- rot 52 ------
    211        
    453        
    533        
553 244 000 441
534 013 235 331
500 223 221 554
    110        
    130        
    324        
--- rot 13 ------
    211        
    453        
    533        
553 244 000 441
534 013 235 331
554 500 223 221
    311        
    211        
    400        
--- rot 51 ------
    555        
    453        
    533        
453 244 002 111
034 013 231 452
054 500 221 432
    311        
    211        
    350        
--- rot 33 ------
    545        
    335        
    335        
244 002 111 453
034 013 231 452
054 500 221 432
    311        
    211        
    350        
--- rot 53 ------
    111        
    335        
    335        
544 002 110 444
434 013 235 335
554 500 223 223
    311        
    211        
    200        
--- rot 11 ------
    111        
    335        
    335        
544 002 110 444
434 013 235 335
500 223 223 554
    110        
    130        
    322        
--- rot 52 ------
    223        
    335        
    335        
344 002 115 455
534 013 234 573
000 223 225 444
    110        
    130        
    111        
--- rot 23 ------
    222        
    333        
    333        
344 000 221 555
534 010 211 573
000 221 545 344
    114        
    135        
    114        
--- rot 13 ------
    222        
    333        
    333        
344 000 221 555
534 010 211 573
344 000 221 545
    111        
    111        
    454        
--- rot 51 ------
    353        
    333        
    333        
444 000 222 535
534 010 212 514
444 000 222 555
    111        
    111        
    111        
target 41 colourCells, changes
dbQ: 
from = 000000001111111111222222221333335333444444453555453551
fA   = 00000000?11111111?22222222?33333??3?444444???555???55?
tA   = 00000000?11111111?22222222?33333??3?444444???555???55?
solving for 41 target colourCells  2025-02-23T16:51:52
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 5.24e+7, 2025-02-23T16:51:52
dbQ: return stps 3 []
solved 41 targets, in 0 rots, 1.80e+1 = 18 tries, 0 secs, 1166 tot  at 2025-02-23T16:51:52
--- from ------
    353        
    333        
    333        
444 000 222 535
534 010 212 514
444 000 222 555
    111        
    111        
    111        
target 43 colourCells, changes [50 => 5, 32 => 3] 40 <--< [32 => 5, 50 => 3]
dbQ: 
from = 000000001111111111222222221333335333444444453555453551
fA   = 00000000?11111111?22222222?333335?3?444444???555??355?
tA   = 00000000?11111111?22222222?333333?3?444444???555??555?
solving for 43 target colourCells  2025-02-23T16:51:52
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 5.24e+7, 2025-02-23T16:51:52
dbQ: bx 1, rotC 288, bk 262 memory 9.59e+5 real 5.24e+7, 2025-02-23T16:51:52
dbQ: bx 2, rotC 3933, bk 3502 memory 1.36e+6 real 5.24e+7, 2025-02-23T16:51:52
dbQ: bx 3, rotC 52533, bk 46741 memory 7.28e+6 real 5.51e+7, 2025-02-23T16:51:52
dbQ: bx 4, rotC 701118, bk 621649 memory 9.26e+7 real 9.44e+7, 2025-02-23T16:51:53
*** rotC 489053, bk 431913 memory 9.74e+8 real 9.79e+8, 2025-02-23T16:52:08    
... rotC 456749, bk 403326 memory 9.96e+8 real 1.00e+9, 2025-02-23T16:52:09    
dbQ: bx 5, rotC 9324738, bk 8240087 memory 9.96e+8 real 1.00e+9, 2025-02-23T16:52:09
before sercDR 2025-02-23T16:52:09
sercDR 1, 9.32e+6 = 9324756 tries, 2025-02-23T16:52:09
sercDR 2, 9.33e+6 = 9325044 tries, 2025-02-23T16:52:09
sercDR 3, 9.33e+6 = 9329382 tries, 2025-02-23T16:52:09
sercDR 4, 9.39e+6 = 9394470 tries, 2025-02-23T16:52:10
sercDR 5, 1.04e+7 = 10370808 tries, 2025-02-23T16:52:12
sercDR 6, 2.50e+7 = 25015896 tries, 2025-02-23T16:52:44
sercDR 7, 6.72e+7 = 67204454 tries, 2025-02-23T16:54:19
dbQ: return stps 3 [11, 31, 51, 33, 53, 13, 42, 31, 41, 31, 43, 32, 42]
solved 43 targets, in 13 rots, 6.72e+7 = 67204454 tries, 147 secs, 1313 tot  at 2025-02-23T16:54:19
--- from ------
    353        
    333        
    333        
444 000 222 535
534 010 212 514
444 000 222 555
    111        
    111        
    111        
--- rot 11 ------
    353        
    333        
    333        
444 000 222 535
534 010 212 514
000 222 555 444
    111        
    131        
    111        
--- rot 31 ------
    333        
    553        
    333        
535 444 000 222
534 010 212 514
000 222 555 444
    111        
    131        
    111        
--- rot 51 ------
    055        
    553        
    333        
135 444 003 244
134 010 213 234
100 222 553 254
    111        
    131        
    520        
--- rot 33 ------
    350        
    335        
    335        
444 003 244 135
134 010 213 234
100 222 553 254
    111        
    131        
    520        
--- rot 53 ------
    433        
    335        
    335        
044 003 240 221
534 010 212 513
300 222 555 445
    111        
    131        
    411        
--- rot 13 ------
    433        
    335        
    335        
044 003 240 221
534 010 212 513
445 300 222 555
    411        
    111        
    111        
--- rot 42 ------
    433        
    135        
    135        
544 503 240 223
475 310 212 510
440 100 222 550
    411        
    311        
    311        
--- rot 31 ------
    355        
    353        
    411        
223 544 503 240
475 310 212 510
440 100 222 550
    411        
    311        
    311        
--- rot 41 ------
    555        
    353        
    111        
350 444 503 244
214 310 212 513
244 300 222 553
    011        
    011        
    011        
--- rot 31 ------
    531        
    571        
    531        
244 350 444 503
214 310 212 513
244 300 222 553
    011        
    011        
    011        
--- rot 43 ------
    331        
    371        
    331        
222 550 444 500
474 510 212 510
444 500 222 550
    311        
    311        
    311        
--- rot 32 ------
    133        
    133        
    133        
444 500 222 550
474 510 212 510
444 500 222 550
    311        
    311        
    311        
--- rot 42 ------
    333        
    333        
    333        
444 000 222 555
434 010 212 515
444 000 222 555
    111        
    111        
    111        
target 46 colourCells, changes
dbQ: 
from = 000000001111111111222222221333333333444444443555555551
fA   = 00000000?11111111?22222222?33333333?4444444??555?5555?
tA   = 00000000?11111111?22222222?33333333?4444444??555?5555?
solving for 46 target colourCells  2025-02-23T16:54:19
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 6.65e+8, 2025-02-23T16:54:19
dbQ: return stps 3 []
solved 46 targets, in 0 rots, 1.80e+1 = 18 tries, 0 secs, 1313 tot  at 2025-02-23T16:54:19
--- from ------
    333        
    333        
    333        
444 000 222 555
434 010 212 515
444 000 222 555
    111        
    111        
    111        
target 48 colourCells, changes
dbQ: 
from = 000000001111111111222222221333333333444444443555555551
fA   = 00000000?11111111?22222222?33333333?44444444?55555555?
tA   = 00000000?11111111?22222222?33333333?44444444?55555555?
solving for 48 target colourCells  2025-02-23T16:54:19
dbQ: bx 0, rotC 18, bk 19 memory 9.20e+5 real 6.65e+8, 2025-02-23T16:54:19
dbQ: return stps 3 []
solved 48 targets, in 0 rots, 1.80e+1 = 18 tries, 0 secs, 1313 tot  at 2025-02-23T16:54:19
--- from ------
    333        
    333        
    333        
444 000 222 555
434 010 212 515
444 000 222 555
    111        
    111        
    111        
solved 99 rots, 8.96e+8 = 896461120 tries, 1313 secs, 20.753 back, 1291.613 search, at 2025-02-23T16:54:19

{*** error: tst end ***}

--- error: tst end ---
PHP Fatal error:  Uncaught Error: error: tst end in /wkData/www/inf/php/env.php:17
Stack trace:
#0 /wkData/www/inf/php/rubik.php(688): err()
#1 {main}
  thrown in /wkData/www/inf/php/env.php on line 17
walter@wk13:/wkData/pc$