/l3/users/28-09-2015/NT-Ladm/debian2.net.nt/root :1 :2 :3 :4 :5 :6 :7 |
|
#apt-get install acl
Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово НОВЫЕ пакеты, которые будут установлены: acl обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 66 пакетов не обновлено. Необходимо скачать 70,8 kБ архивов. После данной операции, объём занятого дискового пространства возрастёт на 264 kB. Получено:1 http://ftp.ua.debian.org/debian/ wheezy/main acl amd64 2.2.51-8 [70,8 kB] Получено 70,8 kБ за 0с (641 kБ/c) Выбор ранее не выбранного пакета acl. (Чтение базы данных … на данный момент установлен 30081 файл и каталог.) Распаковывается пакет acl (из файла …/acl_2.2.51-8_amd64.deb) … Обрабатываются триггеры для man-db … Настраивается пакет acl (2.2.51-8) … |
#setfakl
![]() l3script: setfakl: команда не найдена |
#setfacl -m u^anna^rx /opt/project/
![]() setfacl: Option -m: Недопустимый аргумент near character 1 |
#setfacl -m u:anna:rx /opt/project/
|
#ls -ld /opt//project/
drwxrws---+ 2 root developers 4096 Сен 30 16:20 /opt//project/ |
#getfacl
![]() Usage: getfacl [-aceEsRLPtpndvh] file ... Try `getfacl --help' for more information. |
#getfacl /opt//project/
getfacl: Removing leading '/' from absolute path names # file: opt//project/ # owner: root # group: developers # flags: -s- user::rwx user:anna:r-x group::rwx mask::rwx other::--- |
#lsmod
Module Size Used by loop 22641 0 snd_pcm 68083 0 snd_page_alloc 13003 1 snd_pcm snd_timer 22917 1 snd_pcm snd 52893 2 snd_timer,snd_pcm soundcore 13065 1 snd pcspkr 12579 0 parport_pc 22364 0 psmouse 69265 0 ... sg 25874 0 sr_mod 21899 0 cdrom 35401 1 sr_mod ata_generic 12479 0 floppy 53134 0 ata_piix 29535 0 libata 140630 2 ata_piix,ata_generic scsi_mod 162269 3 libata,sr_mod,sg xen_blkfront 17398 2 xen_netfront 21985 0 |
#df -h
Файловая система Размер Использовано Дост Использовано% Cмонтировано в rootfs 16G 1,1G 14G 8% / udev 10M 0 10M 0% /dev tmpfs 50M 152K 50M 1% /run /dev/disk/by-uuid/92b79496-a6c3-450d-a438-766caa8504d8 16G 1,1G 14G 8% / tmpfs 5,0M 0 5,0M 0% /run/lock tmpfs 100M 0 100M 0% /run/shm |
#swapon -s
Filename Type Size Used Priority |
#pvdisplay
![]() l3script: pvdisplay: команда не найдена |
#./test.sh 10 100 &> /dev/null
![]() ^Z [1]+ Stopped ./test.sh 10 100 &>/dev/null |
#jobs
[1]+ Stopped ./test.sh 10 100 &>/dev/null |
#bg %1
[1]+ ./test.sh 10 100 &>/dev/null & |
#jobs
[1]+ Running ./test.sh 10 100 &>/dev/null & |
#jobs -l
[1]+ 19095 Running ./test.sh 10 100 &>/dev/null & |
#sleep 1000 &
[2] 19143 |
#jobs -l
[1]- 19095 Running ./test.sh 10 100 &>/dev/null & [2]+ 19143 Running sleep 1000 & |
#fg %-
![]() ./test.sh 10 100 &>/dev/null ^Z [1]+ Stopped ./test.sh 10 100 &>/dev/null |
#bg %+
[1]+ ./test.sh 10 100 &>/dev/null & |
#jobs -l
[1]- 19095 Running ./test.sh 10 100 &>/dev/null & [2]+ 19143 Running sleep 1000 & |
#ps
PID TTY TIME CMD 18609 pts/4 00:00:00 l3script 19095 pts/4 00:00:00 test.sh 19143 pts/4 00:00:00 sleep 19185 pts/4 00:00:00 sleep 19186 pts/4 00:00:00 ps |
#ps a
PID TTY STAT TIME COMMAND 2282 tty1 Ss+ 0:00 /sbin/getty 38400 tty1 2283 tty2 Ss+ 0:00 /sbin/getty 38400 tty2 2284 tty3 Ss+ 0:00 /sbin/getty 38400 tty3 2285 tty4 Ss+ 0:00 /sbin/getty 38400 tty4 2286 tty5 Ss+ 0:00 /sbin/getty 38400 tty5 2287 tty6 Ss+ 0:00 /sbin/getty 38400 tty6 14369 pts/2 Ss+ 0:01 l3script 17486 pts/6 Ss 0:00 l3script 17587 pts/6 S+ 0:00 less /etc/passwd ... 18633 pts/7 Ss 0:00 -bash 18678 pts/7 S+ 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script 18749 pts/7 S+ 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script 18750 pts/8 Ss+ 0:00 l3script 18814 pts/9 Ss+ 0:00 -bash 18947 pts/10 Ss+ 0:00 -bash 19095 pts/4 S 0:00 /bin/bash ./test.sh 10 100 19143 pts/4 S 0:00 sleep 1000 19195 pts/4 S 0:00 sleep 10 19196 pts/4 R+ 0:00 ps a |
#ps al
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 4 0 2282 1 20 0 18368 968 - Ss+ tty1 0:00 /sbin/getty 38400 tty1 4 0 2283 1 20 0 18368 976 - Ss+ tty2 0:00 /sbin/getty 38400 tty2 4 0 2284 1 20 0 18368 976 - Ss+ tty3 0:00 /sbin/getty 38400 tty3 4 0 2285 1 20 0 18368 972 - Ss+ tty4 0:00 /sbin/getty 38400 tty4 4 0 2286 1 20 0 18368 972 - Ss+ tty5 0:00 /sbin/getty 38400 tty5 4 0 2287 1 20 0 18368 968 - Ss+ tty6 0:00 /sbin/getty 38400 tty6 0 0 14369 14368 20 0 24072 2588 - Ss+ pts/2 0:01 l3script 0 1000 17486 17485 20 0 22224 2900 - Ss pts/6 0:00 l3script 0 1000 17587 17486 20 0 10048 936 - S+ pts/6 0:00 less /etc/passwd ... 0 1000 18633 18632 20 0 22136 2788 - Ss pts/7 0:00 -bash 0 1000 18678 18633 20 0 18164 836 - S+ pts/7 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.sc 1 1000 18749 18678 20 0 18168 468 - S+ pts/7 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.sc 0 1000 18750 18749 20 0 22224 2852 - Ss+ pts/8 0:00 l3script 0 1001 18814 18813 20 0 22600 3196 - Ss+ pts/9 0:00 -bash 0 1002 18947 18946 20 0 22600 3200 - Ss+ pts/10 0:00 -bash 0 0 19095 18609 20 0 12872 1440 - S pts/4 0:00 /bin/bash ./test.sh 10 100 0 0 19143 18609 20 0 7708 320 - S pts/4 0:00 sleep 1000 0 0 19211 19095 20 0 7708 324 - S pts/4 0:00 sleep 10 4 0 19212 18609 20 0 10536 844 - R+ pts/4 0:00 ps al |
#ps au
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 2282 0.0 0.1 18368 968 tty1 Ss+ Сен25 0:00 /sbin/getty 38400 tty1 root 2283 0.0 0.1 18368 976 tty2 Ss+ Сен25 0:00 /sbin/getty 38400 tty2 root 2284 0.0 0.1 18368 976 tty3 Ss+ Сен25 0:00 /sbin/getty 38400 tty3 root 2285 0.0 0.1 18368 972 tty4 Ss+ Сен25 0:00 /sbin/getty 38400 tty4 root 2286 0.0 0.1 18368 972 tty5 Ss+ Сен25 0:00 /sbin/getty 38400 tty5 root 2287 0.0 0.1 18368 968 tty6 Ss+ Сен25 0:00 /sbin/getty 38400 tty6 root 14369 0.0 0.5 24072 2588 pts/2 Ss+ Сен30 0:01 l3script user 17486 0.0 0.5 22224 2900 pts/6 Ss Сен30 0:00 l3script user 17587 0.0 0.1 10048 936 pts/6 S+ Сен30 0:00 less /etc/passwd ... user 18633 0.0 0.5 22136 2788 pts/7 Ss 10:08 0:00 -bash user 18678 0.0 0.1 18164 836 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user 18749 0.0 0.0 18168 468 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user 18750 0.0 0.5 22224 2852 pts/8 Ss+ 10:08 0:00 l3script ivan 18814 0.0 0.6 22600 3196 pts/9 Ss+ 10:08 0:00 -bash petr 18947 0.0 0.6 22600 3200 pts/10 Ss+ 10:09 0:00 -bash root 19095 0.0 0.2 12872 1440 pts/4 S 14:33 0:00 /bin/bash ./test.sh 10 100 root 19143 0.0 0.0 7708 320 pts/4 S 14:36 0:00 sleep 1000 root 19222 0.0 0.0 7708 320 pts/4 S 14:39 0:00 sleep 10 root 19223 0.0 0.2 18948 1256 pts/4 R+ 14:39 0:00 ps au |
#ps au | sort -k4 -r
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND petr 18947 0.0 0.6 22600 3200 pts/10 Ss+ 10:09 0:00 -bash ivan 18814 0.0 0.6 22600 3196 pts/9 Ss+ 10:08 0:00 -bash root 14369 0.0 0.5 24072 2588 pts/2 Ss+ Сен30 0:01 l3script user 17486 0.0 0.5 22224 2900 pts/6 Ss Сен30 0:00 l3script user 18750 0.0 0.5 22224 2852 pts/8 Ss+ 10:08 0:00 l3script root 18532 0.0 0.5 22144 2780 pts/3 Ss 10:04 0:00 -bash user 18633 0.0 0.5 22136 2788 pts/7 Ss 10:08 0:00 -bash root 18609 0.0 0.4 21696 2356 pts/4 Ss 10:04 0:00 l3script root 19234 0.0 0.2 18948 1260 pts/4 R+ 14:40 0:00 ps au ... root 2287 0.0 0.1 18368 968 tty6 Ss+ Сен25 0:00 /sbin/getty 38400 tty6 root 2282 0.0 0.1 18368 968 tty1 Ss+ Сен25 0:00 /sbin/getty 38400 tty1 root 18577 0.0 0.1 18164 840 pts/3 S+ 10:04 0:00 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script user 18678 0.0 0.1 18164 836 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script root 19235 0.0 0.1 16220 800 pts/4 S+ 14:40 0:00 sort -k4 -r user 17587 0.0 0.1 10048 936 pts/6 S+ Сен30 0:00 less /etc/passwd root 19233 0.0 0.0 7708 320 pts/4 S 14:40 0:00 sleep 10 root 19143 0.0 0.0 7708 320 pts/4 S 14:36 0:00 sleep 1000 user 18749 0.0 0.0 18168 468 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script root 18608 0.0 0.0 18168 468 pts/3 S+ 10:04 0:00 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script |
#cat john
![]() cat: john: Нет такого файла или каталога |
#cat .john/john.log
0:00:00:00 Starting a new session 0:00:00:00 Loaded a total of 4 password hashes with 4 different salts 0:00:00:00 - Hash type: generic crypt(3) (lengths up to 72) 0:00:00:00 - Algorithm: ?/64 0:00:00:00 - Candidate passwords will be buffered and tried in chunks of 96 0:00:00:00 - Configured to use otherwise idle processor cycles only 0:00:00:00 Proceeding with "single crack" mode 0:00:00:00 - 1013 preprocessed word mangling rules 0:00:00:00 - Allocated 4 buffers of 96 candidate passwords each 0:00:00:00 - Rule #1: ':' accepted as '' ... 2:22:55:29 - Trying length 5, fixed @3, character count 22 2:23:12:26 - Switching to length 4 2:23:12:26 - Expanding tables for length 4 to character count 34 2:23:12:26 - Trying length 4, fixed @3, character count 34 2:23:15:21 - Switching to length 5 2:23:15:21 - Expanding tables for length 5 to character count 23 2:23:15:21 - Trying length 5, fixed @4, character count 23 2:23:34:50 - Switching to length 7 2:23:34:50 - Expanding tables for length 7 to character count 10 2:23:34:50 - Trying length 7, fixed @1, character count 10 |
#cat .john/john.log
0:00:00:00 Starting a new session 0:00:00:00 Loaded a total of 4 password hashes with 4 different salts 0:00:00:00 - Hash type: generic crypt(3) (lengths up to 72) 0:00:00:00 - Algorithm: ?/64 0:00:00:00 - Candidate passwords will be buffered and tried in chunks of 96 0:00:00:00 - Configured to use otherwise idle processor cycles only 0:00:00:00 Proceeding with "single crack" mode 0:00:00:00 - 1013 preprocessed word mangling rules 0:00:00:00 - Allocated 4 buffers of 96 candidate passwords each 0:00:00:00 - Rule #1: ':' accepted as '' ... 2:22:55:29 - Trying length 5, fixed @3, character count 22 2:23:12:26 - Switching to length 4 2:23:12:26 - Expanding tables for length 4 to character count 34 2:23:12:26 - Trying length 4, fixed @3, character count 34 2:23:15:21 - Switching to length 5 2:23:15:21 - Expanding tables for length 5 to character count 23 2:23:15:21 - Trying length 5, fixed @4, character count 23 2:23:34:50 - Switching to length 7 2:23:34:50 - Expanding tables for length 7 to character count 10 2:23:34:50 - Trying length 7, fixed @1, character count 10 |
#ps u -u user
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND user 5136 0.2 3.6 55984 18300 ? Ss Сен28 11:29 l3-agent user 17485 0.0 0.0 18168 464 ? S Сен30 0:00 script -f -c l3script -q /home/user/.lilalo//18551103281142017498-1443620383.scr user 17486 0.0 0.5 22224 2900 pts/6 Ss Сен30 0:00 l3script user 17587 0.0 0.1 10048 936 pts/6 S+ Сен30 0:00 less /etc/passwd user 18632 0.0 0.3 71292 1876 ? S 10:08 0:00 sshd: user@pts/7 user 18633 0.0 0.5 22136 2788 pts/7 Ss 10:08 0:00 -bash user 18678 0.0 0.1 18164 836 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user 18749 0.0 0.0 18168 468 pts/7 S+ 10:08 0:00 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user 18750 0.0 0.5 22224 2852 pts/8 Ss+ 10:08 0:00 l3script |
#ps -u user -o "%u %y %a"
RUSER TTY COMMAND user ? l3-agent user ? script -f -c l3script -q /home/user/.lilalo//18551103281142017498-1443620383.script user pts/6 l3script user pts/6 less /etc/passwd user ? sshd: user@pts/7 user pts/7 -bash user pts/7 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user pts/7 script -f -c l3script -q /home/user/.lilalo//24927219102907821596-1443683321.script user pts/8 l3script |
#ps -u user -o "%u %y %a %p"
RUSER TTY COMMAND PID user ? l3-agent 5136 user ? script -f -c l3script -q /h 17485 user pts/6 l3script 17486 user pts/6 less /etc/passwd 17587 user ? sshd: user@pts/7 18632 user pts/7 -bash 18633 user pts/7 script -f -c l3script -q /h 18678 user pts/7 script -f -c l3script -q /h 18749 user pts/8 l3script 18750 |
#ps -u user -o "%u %U %y %a %p"
RUSER USER TTY COMMAND PID user user ? l3-agent 5136 user user ? script -f -c l3script -q /h 17485 user user pts/6 l3script 17486 user user pts/6 less /etc/passwd 17587 user user ? sshd: user@pts/7 18632 user user pts/7 -bash 18633 user user pts/7 script -f -c l3script -q /h 18678 user user pts/7 script -f -c l3script -q /h 18749 user user pts/8 l3script 18750 |
#top
top - 14:49:30 up 5 days, 21:26, 4 users, load average: 1,00, 1,01, 1,05 Tasks: 72 total, 2 running, 70 sleeping, 0 stopped, 0 zombie %Cpu(s): 2,6 us, 0,1 sy, 85,2 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 12,0 st Unacceptable floating point KiB Mem: 507368 total, 487644 used, 19724 free, 136408 buffers KiB Swap: 0 total, 0 used, 0 free, 217228 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5037 root 39 19 20628 6392 860 R 97,0 1,3 4307:50 john 3376 root 20 0 51468 13m 1636 S 2,9 2,8 21:50.36 l3-agent 12675 root 20 0 0 0 0 S 0,1 0,0 0:05.32 kworker/0:1 ... 1952 root 22520 1068 824 S 0,0 0,2 0:04.53 cron 0 2258 root 49932 1248 640 S 0,0 0,2 0:00.02 sshd 0 2282 root 18368 968 812 S 0,0 0,2 0:00.04 getty 0 2283 root 18368 976 812 S 0,0 0,2 0:00.00 getty 0 2284 root 18368 976 812 S 0,0 0,2 0:00.00 getty 0 2285 root 18368 972 812 S 0,0 0,2 0:00.00 getty 0 2286 root 18368 972 812 S 0,0 0,2 0:00.00 getty 0 2287 root 18368 968 812 S 0,0 0,2 0:00.00 getty 0 3329 root 0 0 0 S 0,0 0,0 0:06.73 flush-202:0 0 3376 root 52708 14m 1636 R 98,6 3,0 25:02.96 l3-agent 0 |
#top
top - 14:53:37 up 5 days, 21:30, 4 users, load average: 1,87, 1,52, 1,25 Tasks: 69 total, 2 running, 67 sleeping, 0 stopped, 0 zombie %Cpu(s): 0,0 us, 0,3 sy, 67,6 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 32,1 st KiB Mem: 507368 total, 495192 used, 12176 free, 136488 buffers KiB Swap: 0 total, 0 used, 0 free, 221472 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5037 root 39 19 20628 6392 860 R 99,3 1,3 4308:29 john 18608 root 20 0 18168 468 308 S 0,3 0,1 0:01.47 script 1 root 20 0 10648 828 696 S 0,0 0,2 0:07.79 init 2 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kthreadd ... 2287 root 20 0 18368 968 812 S 0,0 0,2 0:00.00 getty 3329 root 20 0 0 0 0 S 0,0 0,0 0:06.73 flush-202:0 5136 user 20 0 55984 17m 1640 S 0,0 3,6 11:29.27 l3-agent 12675 root 20 0 0 0 0 S 0,0 0,0 0:06.72 kworker/0:1 13078 root 20 0 0 0 0 S 0,0 0,0 0:02.82 kworker/0:0 14368 root 20 0 18168 468 308 S 0,0 0,1 0:00.13 script 14369 root 20 0 24072 2588 1784 S 0,0 0,5 0:01.00 l3script 17485 user 20 0 18168 464 304 S 0,0 0,1 0:00.00 script 17486 user 20 0 22224 2900 1704 S 0,0 0,6 0:00.07 l3script 17587 user 20 0 10048 936 776 S 0,0 0,2 0:00.00 less |
#top -d 1`
![]() > ^C |
#top -d 1
top - 14:55:03 up 5 days, 21:32, 4 users, load average: 1,37, 1,44, 1,24 Tasks: 69 total, 2 running, 67 sleeping, 0 stopped, 0 zombie %Cpu(s): 1,0 us, 1,0 sy, 98,0 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st KiB Mem: 507368 total, 494200 used, 13168 free, 136496 buffers KiB Swap: 0 total, 0 used, 0 free, 221652 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5037 root 39 19 20628 6392 860 R 98,4 1,3 4309:39 john 1 root 20 0 10648 828 696 S 0,0 0,2 0:07.79 init 2 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kthreadd 3 root 20 0 0 0 0 S 0,0 0,0 0:00.27 ksoftirqd/0 ... 13078 root 20 0 0 0 0 S 0,0 0,0 0:02.82 kworker/0:0 14368 root 20 0 18168 468 308 S 0,0 0,1 0:00.13 script 14369 root 20 0 24072 2588 1784 S 0,0 0,5 0:01.00 l3script 17485 user 20 0 18168 464 304 S 0,0 0,1 0:00.00 script 17486 user 20 0 22224 2900 1704 S 0,0 0,6 0:00.07 l3script 17587 user 20 0 10048 936 776 S 0,0 0,2 0:00.00 less 18530 root 20 0 71292 3752 2904 S 0,0 0,7 0:02.44 sshd 18532 root 20 0 22144 2780 1684 S 0,0 0,5 0:00.04 bash 18577 root 20 0 18164 840 688 S 0,0 0,2 0:00.02 script 18608 root 20 0 18168 468 308 S 0,0 0,1 0:01.55 script |
#fuser - v ~user/toushlist
![]() Указанное имя файла v не существует. Указанное имя файла /home/user/toushlist не существует. |
#fuser - v ~user/toushlist.swp
![]() Указанное имя файла v не существует. Указанное имя файла /home/user/toushlist.swp не существует. |
#fuser - v /bin/cat
Указанное имя файла v не существует. /bin/cat: 19528e |
#fuser -v /bin/cat
ÐÐÐID ÐÐСТУРÐÐÐÐÐÐÐ /bin/cat: user 19528 ...e. cat |
#fuser -v /lib/x86_64-linux-gnu/libacl.so/1
![]() Указанное имя файла /lib/x86_64-linux-gnu/libacl.so/1 не существует. |
#fuser -v /lib/x86_64-linux-gnu/libacl.so.1
ÐÐÐID ÐÐСТУРÐÐÐÐÐÐÐ /lib/x86_64-linux-gnu/libacl.so.1.1.0: user 19576 ....m vi |
#apt-get install vsftpd
Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово НОВЫЕ пакеты, которые будут установлены: vsftpd обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 66 пакетов не обновлено. Необходимо скачать 158 kБ архивов. После данной операции, объём занятого дискового пространства возрастёт на 286 kB. Получено:1 http://ftp.ua.debian.org/debian/ wheezy/main vsftpd amd64 2.3.5-3 [158 kB] Получено 158 kБ за 0с (994 kБ/c) Предварительная настройка пакетов ... Выбор ранее не выбранного пакета vsftpd. (Чтение базы данных … на данный момент установлено 30104 файла и каталога.) Распаковывается пакет vsftpd (из файла …/vsftpd_2.3.5-3_amd64.deb) … Обрабатываются триггеры для man-db … Настраивается пакет vsftpd (2.3.5-3) … Starting FTP server: vsftpd. |
#cp v ~user/* /srv/ftp
![]() cp: не удалось выполнить stat для «v»: Нет такого файла или каталога cp: пропускается каталог «/home/user/BACKUP» cp: пропускается каталог «/home/user/BIN» cp: пропускается каталог «/home/user/C» cp: пропускается каталог «/home/user/d1» cp: пропускается каталог «/home/user/files» cp: пропускается каталог «/home/user/LPI 1» cp: пропускается каталог «/home/user/LPI 2» cp: пропускается каталог «/home/user/NAMES» cp: пропускается каталог «/home/user/PICS» cp: пропускается каталог «/home/user/PROJ» cp: пропускается каталог «/home/user/SH» cp: пропускается каталог «/home/user/soft» cp: пропускается каталог «/home/user/SOURCE» cp: пропускается каталог «/home/user/TEXT» |
#cp -v ~user/* /srv/ftp
![]() cp: переписать «/srv/ftp/2»? y «/home/user/2» -> «/srv/ftp/2» cp: переписать «/srv/ftp/a»? y «/home/user/a» -> «/srv/ftp/a» cp: переписать «/srv/ftp/ABA»? y «/home/user/ABA» -> «/srv/ftp/ABA» cp: переписать «/srv/ftp/ABB»? y «/home/user/ABB» -> «/srv/ftp/ABB» cp: переписать «/srv/ftp/ABC»? y «/home/user/ABC» -> «/srv/ftp/ABC» ... cp: пропускается каталог «/home/user/TEXT» cp: переписать «/srv/ftp/touchlist»? cp: переписать «/srv/ftp/TOUCHLIST»? y «/home/user/TOUCHLIST» -> «/srv/ftp/TOUCHLIST» cp: переписать «/srv/ftp/TR.SH»? y «/home/user/TR.SH» -> «/srv/ftp/TR.SH» cp: переписать «/srv/ftp/UNSORTED»? y «/home/user/UNSORTED» -> «/srv/ftp/UNSORTED» cp: переписать «/srv/ftp/UNSORTEDINES»? y «/home/user/UNSORTEDINES» -> «/srv/ftp/UNSORTEDINES» |
#y
![]() l3script: y: команда не найдена |
#y
![]() l3script: y: команда не найдена |
#y
![]() l3script: y: команда не найдена |
#y
![]() l3script: y: команда не найдена |
#ды -фш
![]() l3script: $'\320\264\321\213': команда не найдена |
#ls -ai
652806 . 653011 .aptitude 653135 errors 653027 .l3rc 653152 mymotd 653094 report 653032 .vim 2 .. 652912 .bash_history 653156 files 653090 .lesshst 653155 mynologin 653093 shadow 653151 .viminfo 653138 1 522884 .bash_profile 653043 install 653022 .lilalo 653137 privet.sh 653139 shell.sh 653110 .vimrc 653140 all 653124 .bashrc 653095 .john 653154 minologin 652943 .profile 653153 test.sh |
#cd
|
#kill -l
1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 16) SIGSTKFLT 17) SIGCHLD 18) SIGCONT 19) SIGSTOP 20) SIGTSTP 21) SIGTTIN 22) SIGTTOU 23) SIGURG 24) SIGXCPU 25) SIGXFSZ 26) SIGVTALRM 27) SIGPROF 28) SIGWINCH 29) SIGIO 30) SIGPWR 31) SIGSYS 34) SIGRTMIN 35) SIGRTMIN+1 36) SIGRTMIN+2 37) SIGRTMIN+3 38) SIGRTMIN+4 39) SIGRTMIN+5 40) SIGRTMIN+6 41) SIGRTMIN+7 42) SIGRTMIN+8 43) SIGRTMIN+9 44) SIGRTMIN+10 45) SIGRTMIN+11 46) SIGRTMIN+12 47) SIGRTMIN+13 48) SIGRTMIN+14 49) SIGRTMIN+15 50) SIGRTMAX-14 51) SIGRTMAX-13 52) SIGRTMAX-12 53) SIGRTMAX-11 54) SIGRTMAX-10 55) SIGRTMAX-9 56) SIGRTMAX-8 57) SIGRTMAX-7 58) SIGRTMAX-6 59) SIGRTMAX-5 60) SIGRTMAX-4 61) SIGRTMAX-3 62) SIGRTMAX-2 63) SIGRTMAX-1 64) SIGRTMAX |
#ls -a
. 1 .aptitude .bash_profile errors install .l3rc .lilalo mymotd privet.sh report shell.sh .vim .vimrc .. all .bash_history .bashrc files .john .lesshst minologin mynologin .profile shadow test.sh .viminfo |
#./test.sh 5 30
![]() You enter 2 parameters 1 2 3 4 5 6 7 8 9 10 kill 11 -20 199112 0 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ^C |
#echo $TERM
xterm |
#nice -n 5 sleep 1000 &
[1] 19968 |
#ps l
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 4 0 2282 1 20 0 18368 968 - Ss+ tty1 0:00 /sbin/getty 38400 tty1 4 0 2283 1 20 0 18368 976 - Ss+ tty2 0:00 /sbin/getty 38400 tty2 4 0 2284 1 20 0 18368 976 - Ss+ tty3 0:00 /sbin/getty 38400 tty3 4 0 2285 1 20 0 18368 972 - Ss+ tty4 0:00 /sbin/getty 38400 tty4 4 0 2286 1 20 0 18368 972 - Ss+ tty5 0:00 /sbin/getty 38400 tty5 4 0 2287 1 20 0 18368 968 - Ss+ tty6 0:00 /sbin/getty 38400 tty6 0 0 14369 14368 20 0 24072 2588 - Ss+ pts/2 0:01 l3script 4 0 18532 18530 20 0 22144 2780 - Ss pts/3 0:00 -bash 0 0 18577 18532 20 0 18164 840 - S+ pts/3 0:00 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script 1 0 18608 18577 20 0 18168 468 - S+ pts/3 0:01 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script 0 0 18609 18608 20 0 21772 2452 - Ss pts/4 0:00 l3script 0 0 19968 18609 25 5 7708 324 - SN pts/4 0:00 sleep 1000 4 0 19976 18609 20 0 10536 844 - R+ pts/4 0:00 ps l |
#renice -5 19968
19968 (process ID) old priority 5, new priority -5 |
#ps l
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 4 0 2282 1 20 0 18368 968 - Ss+ tty1 0:00 /sbin/getty 38400 tty1 4 0 2283 1 20 0 18368 976 - Ss+ tty2 0:00 /sbin/getty 38400 tty2 4 0 2284 1 20 0 18368 976 - Ss+ tty3 0:00 /sbin/getty 38400 tty3 4 0 2285 1 20 0 18368 972 - Ss+ tty4 0:00 /sbin/getty 38400 tty4 4 0 2286 1 20 0 18368 972 - Ss+ tty5 0:00 /sbin/getty 38400 tty5 4 0 2287 1 20 0 18368 968 - Ss+ tty6 0:00 /sbin/getty 38400 tty6 0 0 14369 14368 20 0 24072 2588 - Ss+ pts/2 0:01 l3script 4 0 18532 18530 20 0 22144 2780 - Ss pts/3 0:00 -bash 0 0 18577 18532 20 0 18164 840 - S+ pts/3 0:00 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script 1 0 18608 18577 20 0 18168 468 - S+ pts/3 0:01 script -f -c l3script -q /root/.lilalo//8451225202679721453-1443683074.script 0 0 18609 18608 20 0 21772 2452 - Ss pts/4 0:00 l3script 0 0 19968 18609 15 -5 7708 324 - S< pts/4 0:00 sleep 1000 4 0 19992 18609 20 0 10536 844 - R+ pts/4 0:00 ps l |
#renice 5 -u user
1000 (user ID) old priority 0, new priority 5 |
#top
top - 15:58:54 up 5 days, 22:36, 4 users, load average: 1,03, 1,02, 1,05 Tasks: 73 total, 2 running, 71 sleeping, 0 stopped, 0 zombie %Cpu(s): 0,3 us, 0,3 sy, 99,3 ni, 0,0 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st KiB Mem: 507368 total, 478808 used, 28560 free, 132340 buffers KiB Swap: 0 total, 0 used, 0 free, 211600 cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 5037 root 39 19 20628 6392 860 R 99,4 1,3 4372:56 john 18530 root 20 0 71292 3756 2904 S 0,3 0,7 0:02.56 sshd 1 root 20 0 10648 828 696 S 0,0 0,2 0:07.83 init 2 root 20 0 0 0 0 S 0,0 0,0 0:00.00 kthreadd ... 13078 root 20 0 0 0 0 S 0,0 0,0 0:03.00 kworker/0:0 14368 root 20 0 18168 468 308 S 0,0 0,1 0:00.13 script 14369 root 20 0 24072 2588 1784 S 0,0 0,5 0:01.00 l3script 17485 user 25 5 18168 464 304 S 0,0 0,1 0:00.00 script 17486 user 25 5 22224 2900 1704 S 0,0 0,6 0:00.07 l3script 17587 user 25 5 10048 936 776 S 0,0 0,2 0:00.00 less [1]+ Done nice -n 5 sleep 1000 18530 root 20 0 71292 3756 2904 S 0,0 0,7 0:02.56 sshd 18532 root 20 0 22144 2780 1684 S 0,0 0,5 0:00.04 bash 18577 root 20 0 18164 840 688 S 0,0 0,2 0:00.03 script |
#~/bin/bigwork
![]() l3script: /root/bin/bigwork: Нет такого файла или каталога |
#kill 2282
|
#kill -9 20179
|
#~/bin/signal_trap
![]() l3script: /root/bin/signal_trap: Нет такого файла или каталога |
#Введите :quit<Enter> для выхода из Vim
32 #AuthorizedKeysFile %h/.ssh/authorized_keys 33 34 # Don't read the user's ~/.rhosts and ~/.shosts files 35 IgnoreRhosts yes 36 # For this to work you will also need host keys in /etc/ssh_known_hosts 37 RhostsRSAAuthentication no 38 # similar for protocol version 2 39 HostbasedAuthentication no 40 # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication 41 #IgnoreUserKnownHosts yes ... 53 # Kerberos options 54 #KerberosAuthentication no 55 #KerberosGetAFSToken no 56 #KerberosOrLocalPasswd yes 57 #KerberosTicketCleanup yes 58 59 # GSSAPI options 60 #GSSAPIAuthentication no 61 #GSSAPICleanupCredentials yes "/etc/ssh/sshd_config" 87L, 2491C записано |
#vi /etc/rsyslog.conf
--- /tmp/l3-saved-20904.2140.22662 2015-10-02 14:23:34.888969892 +0300 +++ /etc/rsyslog.conf 2015-10-02 14:24:49.064969893 +0300 @@ -66,6 +66,7 @@ lpr.* -/var/log/lpr.log mail.* -/var/log/mail.log user.* -/var/log/user.log +local5.info /var/log/ssh # # Logging for the mail system. Split it up so that |
#service rsyslog reload
![]() Usage: /etc/init.d/rsyslog {start|stop|rotate|restart|force-reload|status} |
#ls /var/log
alternatives.log aptitude.1.gz auth.log.4.gz daemon.log.2.gz debug.3.gz dmesg.3.gz dpkg.log.3.gz iptraf lastlog mail.warn messages.4.gz syslog.3.gz user.log wtmp alternatives.log.1 auth.log btmp daemon.log.3.gz dmesg dmesg.4.gz exim4 kern.log lpr.log messages news syslog.4.gz user.log.1 wtmp.1 alternatives.log.2.gz auth.log.1 btmp.1 debug dmesg.0 dpkg.log faillog kern.log.1 mail.err messages.1 syslog syslog.5.gz user.log.2.gz apt auth.log.2.gz daemon.log debug.1 dmesg.1.gz dpkg.log.1 fsck kern.log.2.gz mail.info messages.2.gz syslog.1 syslog.6.gz user.log.3.gz aptitude auth.log.3.gz daemon.log.1 debug.2.gz dmesg.2.gz dpkg.log.2.gz installer kern.log.3.gz mail.log messages.3.gz syslog.2.gz syslog.7.gz vsftpd.log |
#logger
![]() ^C |
#logger -p local5.warn "Test message"
|
#tail -5 /var/log/syslog
Oct 2 12:17:01 debian2 /USR/SBIN/CRON[20808]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Oct 2 13:17:01 debian2 /USR/SBIN/CRON[20816]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Oct 2 14:17:01 debian2 /USR/SBIN/CRON[20926]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Oct 2 14:29:56 debian2 kernel: imklog 5.8.11, log source = /proc/kmsg started. Oct 2 14:29:56 debian2 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="21049" x-info="http://www.rsyslog.com"] start |
#tail -5 /var/log/ssh
Oct 2 14:30:42 debian2 logger: Test message |
#~
![]() 1 "/etc/rsyslog" [Новый файл] |
#~
45 # 46 $WorkDirectory /var/spool/rsyslog 47 48 # 49 # Include all config files in /etc/rsyslog.d/ 50 # 51 $IncludeConfig /etc/rsyslog.d/*.conf 52 53 54 ############### ... 66 lpr.* -/var/log/lpr.log 67 mail.* -/var/log/mail.log 68 user.* -/var/log/user.log 69 local5.info /var/log/ssh 70 71 # 72 # Logging for the mail system. Split it up so that local5.info @192.168.13.5 70,0-1 16% 70,27-45 16% "/etc/rsyslog.conf" 122L, 2710C записано |
#vi /etc/rsyslog.conf
|
#cd /erc/logrotate.conf
![]() l3script: cd: /erc/logrotate.conf: Нет такого файла или каталога |
#cd /erc/logrotate.d
![]() l3script: cd: /erc/logrotate.d: Нет такого файла или каталога |
#cd /etc/logrotate.d
|
#ls
apt aptitude dpkg exim4-base exim4-paniclog iptraf rsyslog vsftpd |
#cat wsftpd
![]() cat: wsftpd: Нет такого файла или каталога |
#cat vsftpd
/var/log/vsftpd.log { create 640 root adm # ftpd doesn't handle SIGHUP properly missingok notifempty rotate 4 weekly } |
#cd /etc/cron.daily
|
#ls
apt aptitude bsdmainutils dpkg exim4-base locate logrotate man-db passwd |
#cat logrotate
#!/bin/sh test -x /usr/sbin/logrotate || exit 0 /usr/sbin/logrotate /etc/logrotate.conf |
#cat /etc/crontab
# /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d. These files also have username fields, # that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) # |
#apt-get install anacron
Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово Предлагаемые пакеты: powermgmt-base НОВЫЕ пакеты, которые будут установлены: anacron обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 66 пакетов не обновлено. Необходимо скачать 35,2 kБ архивов. После данной операции, объём занятого дискового пространства возрастёт на 167 kB. Получено:1 http://ftp.ua.debian.org/debian/ wheezy/main anacron amd64 2.3-19 [35,2 kB] Получено 35,2 kБ за 0с (308 kБ/c) Выбор ранее не выбранного пакета anacron. (Чтение базы данных … на данный момент установлено 30157 файлов и каталогов.) Распаковывается пакет anacron (из файла …/anacron_2.3-19_amd64.deb) … Обрабатываются триггеры для man-db … Настраивается пакет anacron (2.3-19) … |
#cat /etc/anacrontab
# /etc/anacrontab: configuration file for anacron # See anacron(8) and anacrontab(5) for details. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root LOGNAME=root # These replace cron's entries 1 5 cron.daily run-parts --report /etc/cron.daily 7 10 cron.weekly run-parts --report /etc/cron.weekly @monthly 15 cron.monthly run-parts --report /etc/cron.monthly |
#vi /etc/crontab/
![]() |
#~
2 # Unlike any other crontab you don't have to run the `crontab' 3 # command to install the new version when you edit this file 4 # and files in /etc/cron.d. These files also have username fields, 5 # that none of the other crontabs do. 6 7 SHELL=/bin/sh 8 0 16 2,19-23 10 * wall "Tea Time" 16 # ~ ~ ... ~ ~ ~ ~ ~ ~ ~ ~ ~ "/etc/crontab" 16L, 757C записано |
#vi /etc/cron.deny
![]() --- /dev/null 2015-09-25 17:22:43.884000009 +0300 +++ /etc/cron.deny 2015-10-02 15:11:20.180969892 +0300 @@ -0,0 +1 @@ +user |
#apt-get install at
Чтение списков пакетов… Готово Построение дерева зависимостей Чтение информации о состоянии… Готово НОВЫЕ пакеты, которые будут установлены: at обновлено 0, установлено 1 новых пакетов, для удаления отмечено 0 пакетов, и 66 пакетов не обновлено. Необходимо скачать 45,1 kБ архивов. После данной операции, объём занятого дискового пространства возрастёт на 103 kB. Получено:1 http://ftp.ua.debian.org/debian/ wheezy/main at amd64 3.1.13-2+deb7u1 [45,1 kB] Получено 45,1 kБ за 0с (486 kБ/c) Выбор ранее не выбранного пакета at. (Чтение базы данных … на данный момент установлено 30184 файла и каталога.) Распаковывается пакет at (из файла …/at_3.1.13-2+deb7u1_amd64.deb) … Обрабатываются триггеры для man-db … Настраивается пакет at (3.1.13-2+deb7u1) … [ ok ] Starting deferred execution scheduler: atd. |
#at now +9hours
![]() warning: commands will be executed using /bin/sh |
#at now +9 hours
warning: commands will be executed using /bin/sh at> cd /usr/rsc/kernels/2.6.39 at> make && make modules_install && make install<EOT> job 2 at Sat Oct 3 00:14:00 2015 |
#atq
2 Sat Oct 3 00:14:00 2015 a root |
#atrm 1
![]() Cannot find jobid 1 |
0:00:00:00 Starting a new session 0:00:00:00 Loaded a total of 4 password hashes with 4 different salts 0:00:00:00 - Hash type: generic crypt(3) (lengths up to 72) 0:00:00:00 - Algorithm: ?/64 0:00:00:00 - Candidate passwords will be buffered and tried in chunks of 96 0:00:00:00 - Configured to use otherwise idle processor cycles only 0:00:00:00 Proceeding with "single crack" mode 0:00:00:00 - 1013 preprocessed word mangling rules 0:00:00:00 - Allocated 4 buffers of 96 candidate passwords each 0:00:00:00 - Rule #1: ':' accepted as '' 0:00:00:00 - Rule #2: '-s x**' rejected 0:00:00:00 - Rule #3: '-c (?a c Q' accepted as '(?acQ' 0:00:00:00 - Rule #4: '-c l Q' accepted as 'lQ' 0:00:00:00 - Rule #5: '-s-c x** /?u l' rejected 0:00:00:00 - Rule #6: '>6 '6' accepted as '>6'6' 0:00:00:00 - Rule #7: '>7 '7 l' accepted as '>7'7l' 0:00:00:00 - Rule #8: '-c >6 '6 /?u l' accepted as '>6'6/?ul' 0:00:00:00 - Rule #9: '>5 '5' accepted as '>5'5' 0:00:00:00 - Rule #10: '<* d' accepted as '<*d' 0:00:00:00 - Rule #11: 'r c' accepted as 'rc' 0:00:00:00 - Rule #12: '-c <* (?a d c' accepted as '<*(?adc' 0:00:00:00 - Rule #13: '-c >5 '5 /?u l' accepted as '>5'5/?ul' 0:00:00:00 - Rule #14: '-c u Q' accepted as 'uQ' 0:00:00:00 - Rule #15: '-c )?a r l' accepted as ')?arl' 0:00:00:00 - Rule #16: '-: <* !?A l p' accepted as '<*!?Alp' 0:00:00:00 - Rule #17: '-c <* !?A c p' accepted as '<*!?Acp' 0:00:00:00 - Rule #18: '-c <* c Q d' accepted as '<*cQd' 0:00:00:00 - Rule #19: '-c >7 '7 /?u' accepted as '>7'7/?u' 0:00:00:00 - Rule #20: '>4 '4 l' accepted as '>4'4l' 0:00:00:00 - Rule #21: '-c <+ (?l c r' accepted as '<+(?lcr' 0:00:00:00 - Rule #22: '-c <+ )?l l Tm' accepted as '<+)?llTm' 0:00:00:00 - Rule #23: '>3 '3' accepted as '>3'3' 0:00:00:00 - Rule #24: '-c >4 '4 /?u' accepted as '>4'4/?u' 0:00:00:00 - Rule #25: '-c >3 '3 /?u l' accepted as '>3'3/?ul' 0:00:00:00 - Rule #26: '-c u Q r' accepted as 'uQr' 0:00:00:00 - Rule #27: '<* d M 'l f Q' accepted as '<*dM'lfQ' 0:00:00:00 - Rule #28: '-c <* l Q d M 'l f Q' accepted as '<*lQdM'lfQ' 0:00:00:00 - Rule #29: '>2 x12' accepted as '>2x12' 0:00:00:00 - Rule #30: '>3 x13' accepted as '>3x13' 0:00:00:00 - Rule #31: '>4 x14' accepted as '>4x14' 0:00:00:00 - Rule #32: '>5 x15' accepted as '>5x15' 0:00:00:00 - Rule #33: '>6 x16' accepted as '>6x16' 0:00:00:00 - Rule #34: '>7 x17' accepted as '>7x17' 0:00:00:00 - Rule #35: '>8 x18' accepted as '>8x18' 0:00:00:00 - Rule #36: '>9 [' accepted as '>9[' 0:00:00:00 - Rule #37: '>3 x22' accepted as '>3x22' 0:00:00:00 - Rule #38: '>4 x23' accepted as '>4x23' 0:00:00:00 - Rule #39: '>5 x24' accepted as '>5x24' 0:00:00:00 - Rule #40: '>6 x25' accepted as '>6x25' 0:00:00:00 - Rule #41: '>7 x26' accepted as '>7x26' 0:00:00:00 - Rule #42: '>8 x27' accepted as '>8x27' 0:00:00:00 - Rule #43: '>9 x28' accepted as '>9x28' 0:00:00:00 - Rule #44: '>4 x32' accepted as '>4x32' 0:00:00:00 - Rule #45: '>5 x33' accepted as '>5x33' 0:00:00:00 - Rule #46: '>6 x34' accepted as '>6x34' 0:00:00:00 - Rule #47: '>7 x35' accepted as '>7x35' 0:00:00:00 - Rule #48: '>8 x36' accepted as '>8x36' 0:00:00:00 - Rule #49: '>9 x37' accepted as '>9x37' 0:00:00:00 - Rule #50: '-c >2 x12 /?u l' accepted as '>2x12/?ul' 0:00:00:00 - Rule #51: '-c >3 x13 /?u l' accepted as '>3x13/?ul' 0:00:00:00 - Rule #52: '-c >4 x14 /?u l' accepted as '>4x14/?ul' 0:00:00:00 - Rule #53: '-c >5 x15 /?u l' accepted as '>5x15/?ul' 0:00:00:00 - Rule #54: '-c >6 x16 /?u l' accepted as '>6x16/?ul' 0:00:00:00 - Rule #55: '-c >7 x17 /?u l' accepted as '>7x17/?ul' 0:00:00:00 - Rule #56: '-c >8 x18 /?u l' accepted as '>8x18/?ul' 0:00:00:00 - Rule #57: '-c >9 [ /?u l' accepted as '>9[/?ul' 0:00:00:00 - Rule #58: '-c >3 x22 /?u l' accepted as '>3x22/?ul' 0:00:00:00 - Rule #59: '-c >4 x23 /?u l' accepted as '>4x23/?ul' 0:00:00:00 - Rule #60: '-c >5 x24 /?u l' accepted as '>5x24/?ul' 0:00:00:00 - Rule #61: '-c >6 x25 /?u l' accepted as '>6x25/?ul' 0:00:00:00 - Rule #62: '-c >7 x26 /?u l' accepted as '>7x26/?ul' 0:00:00:00 - Rule #63: '-c >8 x27 /?u l' accepted as '>8x27/?ul' 0:00:00:00 - Rule #64: '-c >9 x28 /?u l' accepted as '>9x28/?ul' 0:00:00:00 - Rule #65: '-c >4 x32 /?u l' accepted as '>4x32/?ul' 0:00:00:00 - Rule #66: '-c >5 x33 /?u l' accepted as '>5x33/?ul' 0:00:00:00 - Rule #67: '-c >6 x34 /?u l' accepted as '>6x34/?ul' 0:00:00:00 - Rule #68: '-c >7 x35 /?u l' accepted as '>7x35/?ul' 0:00:00:00 - Rule #69: '-c >8 x36 /?u l' accepted as '>8x36/?ul' 0:00:00:00 - Rule #70: '-c >9 x37 /?u l' accepted as '>9x37/?ul' 0:00:00:00 - Rule #71: '<* l $1' accepted as '<*l$1' 0:00:00:00 - Rule #72: '<* l $2' accepted as '<*l$2' 0:00:00:00 - Rule #73: '<* l $3' accepted as '<*l$3' 0:00:00:00 - Rule #74: '<* l $4' accepted as '<*l$4' 0:00:00:00 - Rule #75: '<* l $5' accepted as '<*l$5' 0:00:00:00 - Rule #76: '<* l $6' accepted as '<*l$6' 0:00:00:00 - Rule #77: '<* l $7' accepted as '<*l$7' 0:00:00:00 - Rule #78: '<* l $8' accepted as '<*l$8' 0:00:00:00 - Rule #79: '<* l $9' accepted as '<*l$9' 0:00:00:02 - Rule #80: '<* l $!' accepted as '<*l$!' 0:00:00:02 - Oldest still in use is now rule #79 0:00:00:02 - Rule #81: '<* l $0' accepted as '<*l$0' 0:00:00:02 - Rule #82: '<* l $a' accepted as '<*l$a' 0:00:00:02 - Rule #83: '<* l $b' accepted as '<*l$b' 0:00:00:02 - Rule #84: '<* l $c' accepted as '<*l$c' 0:00:00:02 - Rule #85: '<* l $d' accepted as '<*l$d' 0:00:00:02 - Rule #86: '<* l $e' accepted as '<*l$e' 0:00:00:02 - Rule #87: '<* l $f' accepted as '<*l$f' 0:00:00:02 - Rule #88: '<* l $g' accepted as '<*l$g' 0:00:00:02 - Rule #89: '<* l $h' accepted as '<*l$h' 0:00:00:02 - Rule #90: '<* l $i' accepted as '<*l$i' 0:00:00:02 - Rule #91: '<* l $j' accepted as '<*l$j' 0:00:00:02 - Rule #92: '<* l $k' accepted as '<*l$k' 0:00:00:02 - Rule #93: '<* l $l' accepted as '<*l$l' 0:00:00:02 - Rule #94: '<* l $m' accepted as '<*l$m' 0:00:00:02 - Rule #95: '<* l $n' accepted as '<*l$n' 0:00:00:02 - Rule #96: '<* l $o' accepted as '<*l$o' 0:00:00:02 - Rule #97: '<* l $p' accepted as '<*l$p' 0:00:00:02 - Rule #98: '<* l $q' accepted as '<*l$q' 0:00:00:02 - Rule #99: '<* l $r' accepted as '<*l$r' 0:00:00:02 - Rule #100: '<* l $t' accepted as '<*l$t' 0:00:00:02 - Rule #101: '<* l $u' accepted as '<*l$u' 0:00:00:02 - Rule #102: '<* l $v' accepted as '<*l$v' 0:00:00:02 - Rule #103: '<* l $w' accepted as '<*l$w' 0:00:00:05 - Rule #104: '<* l $x' accepted as '<*l$x' 0:00:00:05 - Oldest still in use is now rule #103 0:00:00:05 - Rule #105: '<* l $y' accepted as '<*l$y' 0:00:00:05 - Rule #106: '<* l $z' accepted as '<*l$z' 0:00:00:05 - Rule #107: '<* l $"' accepted as '<*l$"' 0:00:00:05 - Rule #108: '<* l $#' accepted as '<*l$#' 0:00:00:05 - Rule #109: '<* l $$' accepted as '<*l$$' 0:00:00:05 - Rule #110: '<* l $%' accepted as '<*l$%' 0:00:00:05 - Rule #111: '<* l $&' accepted as '<*l$&' 0:00:00:05 - Rule #112: '<* l $'' accepted as '<*l$'' 0:00:00:05 - Rule #113: '<* l $(' accepted as '<*l$(' 0:00:00:05 - Rule #114: '<* l $)' accepted as '<*l$)' 0:00:00:05 - Rule #115: '<* l $*' accepted as '<*l$*' 0:00:00:05 - Rule #116: '<* l $+' accepted as '<*l$+' 0:00:00:05 - Rule #117: '<* l $,' accepted as '<*l$,' 0:00:00:05 - Rule #118: '<* l $-' accepted as '<*l$-' 0:00:00:05 - Rule #119: '<* l $.' accepted as '<*l$.' 0:00:00:05 - Rule #120: '<* l $/' accepted as '<*l$/' 0:00:00:05 - Rule #121: '<* l $:' accepted as '<*l$:' 0:00:00:05 - Rule #122: '<* l $;' accepted as '<*l$;' 0:00:00:05 - Rule #123: '<* l $<' accepted as '<*l$<' 0:00:00:05 - Rule #124: '<* l $=' accepted as '<*l$=' 0:00:00:05 - Rule #125: '<* l $>' accepted as '<*l$>' 0:00:00:05 - Rule #126: '<* l $?' accepted as '<*l$?' 0:00:00:05 - Rule #127: '<* l $@' accepted as '<*l$@' 0:00:00:08 - Rule #128: '<* l $[' accepted as '<*l$[' 0:00:00:08 - Oldest still in use is now rule #127 0:00:00:08 - Rule #129: '<* l $\' accepted as '<*l$\' 0:00:00:08 - Rule #130: '<* l $]' accepted as '<*l$]' 0:00:00:08 - Rule #131: '<* l $^' accepted as '<*l$^' 0:00:00:08 - Rule #132: '<* l $_' accepted as '<*l$_' 0:00:00:08 - Rule #133: '<* l $`' accepted as '<*l$`' 0:00:00:08 - Rule #134: '<* l ${' accepted as '<*l${' 0:00:00:08 - Rule #135: '<* l $|' accepted as '<*l$|' 0:00:00:08 - Rule #136: '<* l $}' accepted as '<*l$}' 0:00:00:08 - Rule #137: '<* l $~' accepted as '<*l$~' 0:00:00:08 - Rule #138: '-c <* (?a c $1' accepted as '<*(?ac$1' 0:00:00:08 - Rule #139: '-c <* (?a c $2' accepted as '<*(?ac$2' 0:00:00:08 - Rule #140: '-c <* (?a c $3' accepted as '<*(?ac$3' 0:00:00:08 - Rule #141: '-c <* (?a c $4' accepted as '<*(?ac$4' 0:00:00:08 - Rule #142: '-c <* (?a c $5' accepted as '<*(?ac$5' 0:00:00:08 - Rule #143: '-c <* (?a c $6' accepted as '<*(?ac$6' 0:00:00:08 - Rule #144: '-c <* (?a c $7' accepted as '<*(?ac$7' 0:00:00:08 - Rule #145: '-c <* (?a c $8' accepted as '<*(?ac$8' 0:00:00:08 - Rule #146: '-c <* (?a c $9' accepted as '<*(?ac$9' 0:00:00:08 - Rule #147: '-c <* (?a c $!' accepted as '<*(?ac$!' 0:00:00:08 - Rule #148: '-c <* (?a c $0' accepted as '<*(?ac$0' 0:00:00:08 - Rule #149: '-c <* (?a c $a' accepted as '<*(?ac$a' 0:00:00:08 - Rule #150: '-c <* (?a c $b' accepted as '<*(?ac$b' 0:00:00:08 - Rule #151: '-c <* (?a c $c' accepted as '<*(?ac$c' 0:00:00:08 - Rule #152: '-c <* (?a c $d' accepted as '<*(?ac$d' 0:00:00:08 - Rule #153: '-c <* (?a c $e' accepted as '<*(?ac$e' 0:00:00:08 - Rule #154: '-c <* (?a c $f' accepted as '<*(?ac$f' 0:00:00:08 - Rule #155: '-c <* (?a c $g' accepted as '<*(?ac$g' 0:00:00:08 - Rule #156: '-c <* (?a c $h' accepted as '<*(?ac$h' 0:00:00:11 - Rule #157: '-c <* (?a c $i' accepted as '<*(?ac$i' 0:00:00:11 - Oldest still in use is now rule #156 0:00:00:11 - Rule #158: '-c <* (?a c $j' accepted as '<*(?ac$j' 0:00:00:11 - Rule #159: '-c <* (?a c $k' accepted as '<*(?ac$k' 0:00:00:11 - Rule #160: '-c <* (?a c $l' accepted as '<*(?ac$l' 0:00:00:11 - Rule #161: '-c <* (?a c $m' accepted as '<*(?ac$m' 0:00:00:11 - Rule #162: '-c <* (?a c $n' accepted as '<*(?ac$n' 0:00:00:11 - Rule #163: '-c <* (?a c $o' accepted as '<*(?ac$o' 0:00:00:11 - Rule #164: '-c <* (?a c $p' accepted as '<*(?ac$p' 0:00:00:11 - Rule #165: '-c <* (?a c $q' accepted as '<*(?ac$q' 0:00:00:11 - Rule #166: '-c <* (?a c $r' accepted as '<*(?ac$r' 0:00:00:11 - Rule #167: '-c <* (?a c $t' accepted as '<*(?ac$t' 0:00:00:11 - Rule #168: '-c <* (?a c $u' accepted as '<*(?ac$u' 0:00:00:11 - Rule #169: '-c <* (?a c $v' accepted as '<*(?ac$v' 0:00:00:11 - Rule #170: '-c <* (?a c $w' accepted as '<*(?ac$w' 0:00:00:11 - Rule #171: '-c <* (?a c $x' accepted as '<*(?ac$x' 0:00:00:11 - Rule #172: '-c <* (?a c $y' accepted as '<*(?ac$y' 0:00:00:11 - Rule #173: '-c <* (?a c $z' accepted as '<*(?ac$z' 0:00:00:11 - Rule #174: '-c <* (?a c $"' accepted as '<*(?ac$"' 0:00:00:11 - Rule #175: '-c <* (?a c $#' accepted as '<*(?ac$#' 0:00:00:11 - Rule #176: '-c <* (?a c $$' accepted as '<*(?ac$$' 0:00:00:11 - Rule #177: '-c <* (?a c $%' accepted as '<*(?ac$%' 0:00:00:11 - Rule #178: '-c <* (?a c $&' accepted as '<*(?ac$&' 0:00:00:11 - Rule #179: '-c <* (?a c $'' accepted as '<*(?ac$'' 0:00:00:11 - Rule #180: '-c <* (?a c $(' accepted as '<*(?ac$(' 0:00:00:11 - Rule #181: '-c <* (?a c $)' accepted as '<*(?ac$)' 0:00:00:11 - Rule #182: '-c <* (?a c $*' accepted as '<*(?ac$*' 0:00:00:11 - Rule #183: '-c <* (?a c $+' accepted as '<*(?ac$+' 0:00:00:11 - Rule #184: '-c <* (?a c $,' accepted as '<*(?ac$,' 0:00:00:11 - Rule #185: '-c <* (?a c $-' accepted as '<*(?ac$-' 0:00:00:11 - Rule #186: '-c <* (?a c $.' accepted as '<*(?ac$.' 0:00:00:11 - Rule #187: '-c <* (?a c $/' accepted as '<*(?ac$/' 0:00:00:11 - Rule #188: '-c <* (?a c $:' accepted as '<*(?ac$:' 0:00:00:15 - Rule #189: '-c <* (?a c $;' accepted as '<*(?ac$;' 0:00:00:15 - Oldest still in use is now rule #188 0:00:00:15 - Rule #190: '-c <* (?a c $<' accepted as '<*(?ac$<' 0:00:00:15 - Rule #191: '-c <* (?a c $=' accepted as '<*(?ac$=' 0:00:00:15 - Rule #192: '-c <* (?a c $>' accepted as '<*(?ac$>' 0:00:00:15 - Rule #193: '-c <* (?a c $?' accepted as '<*(?ac$?' 0:00:00:15 - Rule #194: '-c <* (?a c $@' accepted as '<*(?ac$@' 0:00:00:15 - Rule #195: '-c <* (?a c $[' accepted as '<*(?ac$[' 0:00:00:15 - Rule #196: '-c <* (?a c $\' accepted as '<*(?ac$\' 0:00:00:15 - Rule #197: '-c <* (?a c $]' accepted as '<*(?ac$]' 0:00:00:15 - Rule #198: '-c <* (?a c $^' accepted as '<*(?ac$^' 0:00:00:15 - Rule #199: '-c <* (?a c $_' accepted as '<*(?ac$_' 0:00:00:15 - Rule #200: '-c <* (?a c $`' accepted as '<*(?ac$`' 0:00:00:15 - Rule #201: '-c <* (?a c ${' accepted as '<*(?ac${' 0:00:00:15 - Rule #202: '-c <* (?a c $|' accepted as '<*(?ac$|' 0:00:00:15 - Rule #203: '-c <* (?a c $}' accepted as '<*(?ac$}' 0:00:00:15 - Rule #204: '-c <* (?a c $~' accepted as '<*(?ac$~' 0:00:00:15 - Rule #205: '-: <* !?A (?z l $s M 'l p Q X0z0 'l $s' accepted as '<*!?A(?zl$sM'lpQX0z0'l$s' 0:00:00:15 - Rule #206: '-c <* !?A (?a c $s M 'l p Q X0z0 'l $s' accepted as '<*!?A(?ac$sM'lpQX0z0'l$s' 0:00:00:15 - Rule #207: '-: <* /?A (?z l $s' accepted as '<*/?A(?zl$s' 0:00:00:15 - Rule #208: '-c <* /?A (?a c $s' accepted as '<*/?A(?ac$s' 0:00:00:15 - Rule #209: '<* l r $1' accepted as '<*lr$1' 0:00:00:15 - Rule #210: '<* l r $2' accepted as '<*lr$2' 0:00:00:15 - Rule #211: '<* l r $3' accepted as '<*lr$3' 0:00:00:15 - Rule #212: '<* l r $4' accepted as '<*lr$4' 0:00:00:15 - Rule #213: '<* l r $5' accepted as '<*lr$5' 0:00:00:15 - Rule #214: '<* l r $6' accepted as '<*lr$6' 0:00:00:15 - Rule #215: '<* l r $7' accepted as '<*lr$7' 0:00:00:15 - Rule #216: '<* l r $8' accepted as '<*lr$8' 0:00:00:15 - Rule #217: '<* l r $9' accepted as '<*lr$9' 0:00:00:15 - Rule #218: '<* l r $!' accepted as '<*lr$!' 0:00:00:15 - Rule #219: '-c <* /?a u $1' accepted as '<*/?au$1' 0:00:00:18 - Rule #220: '-c <* /?a u $2' accepted as '<*/?au$2' 0:00:00:18 - Oldest still in use is now rule #219 0:00:00:18 - Rule #221: '-c <* /?a u $3' accepted as '<*/?au$3' 0:00:00:18 - Rule #222: '-c <* /?a u $4' accepted as '<*/?au$4' 0:00:00:18 - Rule #223: '-c <* /?a u $5' accepted as '<*/?au$5' 0:00:00:18 - Rule #224: '-c <* /?a u $6' accepted as '<*/?au$6' 0:00:00:18 - Rule #225: '-c <* /?a u $7' accepted as '<*/?au$7' 0:00:00:18 - Rule #226: '-c <* /?a u $8' accepted as '<*/?au$8' 0:00:00:18 - Rule #227: '-c <* /?a u $9' accepted as '<*/?au$9' 0:00:00:18 - Rule #228: '-c <* /?a u $!' accepted as '<*/?au$!' 0:00:00:18 - Rule #229: '-: <- (?z l Az"'s"' accepted as '<-(?zlAz"'s"' 0:00:00:18 - Rule #230: '-c <- (?a c Az"'s"' accepted as '<-(?acAz"'s"' 0:00:00:18 - Rule #231: '-: <- (?z l Az"!!"' accepted as '<-(?zlAz"!!"' 0:00:00:18 - Rule #232: '-c <- (?a c Az"!!"' accepted as '<-(?acAz"!!"' 0:00:00:18 - Rule #233: '-: (?z l $! <- Az"!!"' accepted as '(?zl$!<-Az"!!"' 0:00:00:18 - Rule #234: '-c (?a c $! <- Az"!!"' accepted as '(?ac$!<-Az"!!"' 0:00:00:18 - Rule #235: '-: /?v @?v >2 (?z l' accepted as '/?v@?v>2(?zl' 0:00:00:18 - Rule #236: '-c /?v @?v >2 (?a c' accepted as '/?v@?v>2(?ac' 0:00:00:18 - Rule #237: '/?v @?v >2 <* d' accepted as '/?v@?v>2<*d' 0:00:00:18 - Rule #238: '<* l P' accepted as '<*lP' 0:00:00:18 - Rule #239: '<* l I' accepted as '<*lI' 0:00:00:18 - Rule #240: '-c <* l P (?a c' accepted as '<*lP(?ac' 0:00:00:18 - Rule #241: '-c <* l I (?a c' accepted as '<*lI(?ac' 0:00:00:18 - Rule #242: '-: <* (?z l )y omi $e' accepted as '<*(?zl)yomi$e' 0:00:00:18 - Rule #243: '-c <* (?a c )y omi $e' accepted as '<*(?ac)yomi$e' 0:00:00:18 - Rule #244: '-: <* (?z l )e ] )i val1 oay' accepted as '<*(?zl)e])ival1oay' 0:00:00:18 - Rule #245: '-c <* (?a c )e ] )i val1 oay' accepted as '<*(?ac)e])ival1oay' 0:00:00:18 - Rule #246: '-: l /a sa4 (?z :' accepted as 'l/asa4(?z' 0:00:00:18 - Rule #247: '-: l /e se3 (?z :' accepted as 'l/ese3(?z' 0:00:00:18 - Rule #248: '-: l /l sl1 (?z :' accepted as 'l/lsl1(?z' 0:00:00:18 - Rule #249: '-: l /o so0 (?z :' accepted as 'l/oso0(?z' 0:00:00:18 - Rule #250: '-: l /s ss$ (?z :' accepted as 'l/sss$(?z' 0:00:00:18 - Rule #251: '-c l /a sa4 (?a c' accepted as 'l/asa4(?ac' 0:00:00:18 - Rule #252: '-c l /e se3 (?a c' accepted as 'l/ese3(?ac' 0:00:00:18 - Rule #253: '-c l /l sl1 (?a c' accepted as 'l/lsl1(?ac' 0:00:00:18 - Rule #254: '-c l /o so0 (?a c' accepted as 'l/oso0(?ac' 0:00:00:18 - Rule #255: '-c l /s ss$ (?a c' accepted as 'l/sss$(?ac' 0:00:00:18 - Rule #256: '-: l /a /e sa4 se3 (?z :' accepted as 'l/a/esa4se3(?z' 0:00:00:18 - Rule #257: '-: l /a /l sa4 sl1 (?z :' accepted as 'l/a/lsa4sl1(?z' 0:00:00:18 - Rule #258: '-: l /a /o sa4 so0 (?z :' accepted as 'l/a/osa4so0(?z' 0:00:00:18 - Rule #259: '-: l /a /s sa4 ss$ (?z :' accepted as 'l/a/ssa4ss$(?z' 0:00:00:18 - Rule #260: '-c l /a /e sa4 se3 (?a c' accepted as 'l/a/esa4se3(?ac' 0:00:00:18 - Rule #261: '-c l /a /l sa4 sl1 (?a c' accepted as 'l/a/lsa4sl1(?ac' 0:00:00:18 - Rule #262: '-c l /a /o sa4 so0 (?a c' accepted as 'l/a/osa4so0(?ac' 0:00:00:18 - Rule #263: '-c l /a /s sa4 ss$ (?a c' accepted as 'l/a/ssa4ss$(?ac' 0:00:00:18 - Rule #264: '-: l /e /l se3 sl1 (?z :' accepted as 'l/e/lse3sl1(?z' 0:00:00:18 - Rule #265: '-: l /e /o se3 so0 (?z :' accepted as 'l/e/ose3so0(?z' 0:00:00:18 - Rule #266: '-: l /e /s se3 ss$ (?z :' accepted as 'l/e/sse3ss$(?z' 0:00:00:18 - Rule #267: '-c l /e /l se3 sl1 (?a c' accepted as 'l/e/lse3sl1(?ac' 0:00:00:18 - Rule #268: '-c l /e /o se3 so0 (?a c' accepted as 'l/e/ose3so0(?ac' 0:00:00:18 - Rule #269: '-c l /e /s se3 ss$ (?a c' accepted as 'l/e/sse3ss$(?ac' 0:00:00:18 - Rule #270: '-: l /l /o sl1 so0 (?z :' accepted as 'l/l/osl1so0(?z' 0:00:00:18 - Rule #271: '-: l /l /s sl1 ss$ (?z :' accepted as 'l/l/ssl1ss$(?z' 0:00:00:18 - Rule #272: '-c l /l /o sl1 so0 (?a c' accepted as 'l/l/osl1so0(?ac' 0:00:00:18 - Rule #273: '-c l /l /s sl1 ss$ (?a c' accepted as 'l/l/ssl1ss$(?ac' 0:00:00:18 - Rule #274: '-: l /o /s so0 ss$ (?z :' accepted as 'l/o/sso0ss$(?z' 0:00:00:18 - Rule #275: '-c l /o /s so0 ss$ (?a c' accepted as 'l/o/sso0ss$(?ac' 0:00:00:18 - Rule #276: '-: l /a /e /l sa4 se3 sl1 (?z :' accepted as 'l/a/e/lsa4se3sl1(?z' 0:00:00:18 - Rule #277: '-: l /a /e /o sa4 se3 so0 (?z :' accepted as 'l/a/e/osa4se3so0(?z' 0:00:00:18 - Rule #278: '-: l /a /e /s sa4 se3 ss$ (?z :' accepted as 'l/a/e/ssa4se3ss$(?z' 0:00:00:18 - Rule #279: '-c l /a /e /l sa4 se3 sl1 (?a c' accepted as 'l/a/e/lsa4se3sl1(?ac' 0:00:00:18 - Rule #280: '-c l /a /e /o sa4 se3 so0 (?a c' accepted as 'l/a/e/osa4se3so0(?ac' 0:00:00:18 - Rule #281: '-c l /a /e /s sa4 se3 ss$ (?a c' accepted as 'l/a/e/ssa4se3ss$(?ac' 0:00:00:18 - Rule #282: '-: l /a /l /o sa4 sl1 so0 (?z :' accepted as 'l/a/l/osa4sl1so0(?z' 0:00:00:18 - Rule #283: '-: l /a /l /s sa4 sl1 ss$ (?z :' accepted as 'l/a/l/ssa4sl1ss$(?z' 0:00:00:18 - Rule #284: '-c l /a /l /o sa4 sl1 so0 (?a c' accepted as 'l/a/l/osa4sl1so0(?ac' 0:00:00:18 - Rule #285: '-c l /a /l /s sa4 sl1 ss$ (?a c' accepted as 'l/a/l/ssa4sl1ss$(?ac' 0:00:00:18 - Rule #286: '-: l /a /o /s sa4 so0 ss$ (?z :' accepted as 'l/a/o/ssa4so0ss$(?z' 0:00:00:18 - Rule #287: '-c l /a /o /s sa4 so0 ss$ (?a c' accepted as 'l/a/o/ssa4so0ss$(?ac' 0:00:00:18 - Rule #288: '-: l /e /l /o se3 sl1 so0 (?z :' accepted as 'l/e/l/ose3sl1so0(?z' 0:00:00:18 - Rule #289: '-: l /e /l /s se3 sl1 ss$ (?z :' accepted as 'l/e/l/sse3sl1ss$(?z' 0:00:00:18 - Rule #290: '-c l /e /l /o se3 sl1 so0 (?a c' accepted as 'l/e/l/ose3sl1so0(?ac' 0:00:00:18 - Rule #291: '-c l /e /l /s se3 sl1 ss$ (?a c' accepted as 'l/e/l/sse3sl1ss$(?ac' 0:00:00:18 - Rule #292: '-: l /e /o /s se3 so0 ss$ (?z :' accepted as 'l/e/o/sse3so0ss$(?z' 0:00:00:18 - Rule #293: '-: l /l /o /s sl1 so0 ss$ (?z :' accepted as 'l/l/o/ssl1so0ss$(?z' 0:00:00:18 - Rule #294: '-c l /e /o /s se3 so0 ss$ (?a c' accepted as 'l/e/o/sse3so0ss$(?ac' 0:00:00:18 - Rule #295: '-c l /l /o /s sl1 so0 ss$ (?a c' accepted as 'l/l/o/ssl1so0ss$(?ac' 0:00:00:18 - Rule #296: '-: l /a /e /l /o sa4 se3 sl1 so0 (?z :' accepted as 'l/a/e/l/osa4se3sl1so0(?z' 0:00:00:18 - Rule #297: '-: l /a /e /l /s sa4 se3 sl1 ss$ (?z :' accepted as 'l/a/e/l/ssa4se3sl1ss$(?z' 0:00:00:18 - Rule #298: '-c l /a /e /l /o sa4 se3 sl1 so0 (?a c' accepted as 'l/a/e/l/osa4se3sl1so0(?ac' 0:00:00:18 - Rule #299: '-c l /a /e /l /s sa4 se3 sl1 ss$ (?a c' accepted as 'l/a/e/l/ssa4se3sl1ss$(?ac' 0:00:00:18 - Rule #300: '-: l /a /e /o /s sa4 se3 so0 ss$ (?z :' accepted as 'l/a/e/o/ssa4se3so0ss$(?z' 0:00:00:18 - Rule #301: '-: l /a /l /o /s sa4 sl1 so0 ss$ (?z :' accepted as 'l/a/l/o/ssa4sl1so0ss$(?z' 0:00:00:18 - Rule #302: '-c l /a /e /o /s sa4 se3 so0 ss$ (?a c' accepted as 'l/a/e/o/ssa4se3so0ss$(?ac' 0:00:00:18 - Rule #303: '-c l /a /l /o /s sa4 sl1 so0 ss$ (?a c' accepted as 'l/a/l/o/ssa4sl1so0ss$(?ac' 0:00:00:18 - Rule #304: '-: l /e /l /o /s se3 sl1 so0 ss$ (?z :' accepted as 'l/e/l/o/sse3sl1so0ss$(?z' 0:00:00:18 - Rule #305: '-c l /e /l /o /s se3 sl1 so0 ss$ (?a c' accepted as 'l/e/l/o/sse3sl1so0ss$(?ac' 0:00:00:18 - Rule #306: '-: l /a /e /l /o /s sa4 se3 sl1 so0 ss$ (?z :' accepted as 'l/a/e/l/o/ssa4se3sl1so0ss$(?z' 0:00:00:18 - Rule #307: '-c l /a /e /l /o /s sa4 se3 sl1 so0 ss$ (?a c' accepted as 'l/a/e/l/o/ssa4se3sl1so0ss$(?ac' 0:00:00:18 - Rule #308: 'l ^1' accepted as 'l^1' 0:00:00:18 - Rule #309: 'l ^a' accepted as 'l^a' 0:00:00:18 - Rule #310: 'l ^b' accepted as 'l^b' 0:00:00:18 - Rule #311: 'l ^c' accepted as 'l^c' 0:00:00:19 - Rule #312: 'l ^d' accepted as 'l^d' 0:00:00:19 - Rule #313: 'l ^e' accepted as 'l^e' 0:00:00:22 - Rule #314: 'l ^f' accepted as 'l^f' 0:00:00:23 - Rule #315: 'l ^g' accepted as 'l^g' 0:00:00:23 - Oldest still in use is now rule #311 0:00:00:23 - Rule #316: 'l ^h' accepted as 'l^h' 0:00:00:23 - Rule #317: 'l ^i' accepted as 'l^i' 0:00:00:23 - Rule #318: 'l ^j' accepted as 'l^j' 0:00:00:23 - Rule #319: 'l ^k' accepted as 'l^k' 0:00:00:23 - Rule #320: 'l ^l' accepted as 'l^l' 0:00:00:23 - Rule #321: 'l ^m' accepted as 'l^m' 0:00:00:23 - Rule #322: 'l ^n' accepted as 'l^n' 0:00:00:23 - Rule #323: 'l ^o' accepted as 'l^o' 0:00:00:23 - Rule #324: 'l ^p' accepted as 'l^p' 0:00:00:23 - Rule #325: 'l ^q' accepted as 'l^q' 0:00:00:23 - Rule #326: 'l ^r' accepted as 'l^r' 0:00:00:23 - Rule #327: 'l ^s' accepted as 'l^s' 0:00:00:23 - Rule #328: 'l ^t' accepted as 'l^t' 0:00:00:23 - Rule #329: 'l ^u' accepted as 'l^u' 0:00:00:23 - Rule #330: 'l ^v' accepted as 'l^v' 0:00:00:23 - Rule #331: 'l ^w' accepted as 'l^w' 0:00:00:23 - Rule #332: 'l ^x' accepted as 'l^x' 0:00:00:23 - Rule #333: 'l ^y' accepted as 'l^y' 0:00:00:23 - Rule #334: 'l ^z' accepted as 'l^z' 0:00:00:23 - Rule #335: 'l ^2' accepted as 'l^2' 0:00:00:24 - Rule #336: 'l ^3' accepted as 'l^3' 0:00:00:24 - Oldest still in use is now rule #313 0:00:00:24 - Rule #337: 'l ^4' accepted as 'l^4' 0:00:00:27 - Rule #338: 'l ^5' accepted as 'l^5' 0:00:00:27 - Oldest still in use is now rule #314 0:00:00:28 - Rule #339: 'l ^6' accepted as 'l^6' 0:00:00:28 - Oldest still in use is now rule #335 0:00:00:28 - Rule #340: 'l ^7' accepted as 'l^7' 0:00:00:28 - Rule #341: 'l ^8' accepted as 'l^8' 0:00:00:28 - Rule #342: 'l ^9' accepted as 'l^9' 0:00:00:28 - Rule #343: 'l ^0' accepted as 'l^0' 0:00:00:28 - Rule #344: '-c l Q ^A' accepted as 'lQ^A' 0:00:00:28 - Rule #345: '-c l Q ^B' accepted as 'lQ^B' 0:00:00:28 - Rule #346: '-c l Q ^C' accepted as 'lQ^C' 0:00:00:28 - Rule #347: '-c l Q ^D' accepted as 'lQ^D' 0:00:00:28 - Rule #348: '-c l Q ^E' accepted as 'lQ^E' 0:00:00:28 - Rule #349: '-c l Q ^F' accepted as 'lQ^F' 0:00:00:28 - Rule #350: '-c l Q ^G' accepted as 'lQ^G' 0:00:00:28 - Rule #351: '-c l Q ^H' accepted as 'lQ^H' 0:00:00:28 - Rule #352: '-c l Q ^I' accepted as 'lQ^I' 0:00:00:28 - Rule #353: '-c l Q ^J' accepted as 'lQ^J' 0:00:00:28 - Rule #354: '-c l Q ^K' accepted as 'lQ^K' 0:00:00:28 - Rule #355: '-c l Q ^L' accepted as 'lQ^L' 0:00:00:28 - Rule #356: '-c l Q ^M' accepted as 'lQ^M' 0:00:00:28 - Rule #357: '-c l Q ^N' accepted as 'lQ^N' 0:00:00:28 - Rule #358: '-c l Q ^O' accepted as 'lQ^O' 0:00:00:28 - Rule #359: '-c l Q ^P' accepted as 'lQ^P' 0:00:00:28 - Rule #360: '-c l Q ^Q' accepted as 'lQ^Q' 0:00:00:28 - Rule #361: '-c l Q ^R' accepted as 'lQ^R' 0:00:00:28 - Rule #362: '-c l Q ^S' accepted as 'lQ^S' 0:00:00:28 - Rule #363: '-c l Q ^T' accepted as 'lQ^T' 0:00:00:28 - Rule #364: '-c l Q ^U' accepted as 'lQ^U' 0:00:00:28 - Rule #365: '-c l Q ^V' accepted as 'lQ^V' 0:00:00:28 - Rule #366: '-c l Q ^W' accepted as 'lQ^W' 0:00:00:28 - Rule #367: '-c l Q ^X' accepted as 'lQ^X' 0:00:00:28 - Rule #368: '-c l Q ^Y' accepted as 'lQ^Y' 0:00:00:28 - Rule #369: '-c l Q ^Z' accepted as 'lQ^Z' 0:00:00:28 - Rule #370: '^A' accepted 0:00:00:28 - Rule #371: '^B' accepted 0:00:00:28 - Rule #372: '^C' accepted 0:00:00:28 - Rule #373: '^D' accepted 0:00:00:28 - Rule #374: '^E' accepted 0:00:00:28 - Rule #375: '^F' accepted 0:00:00:28 - Rule #376: '^G' accepted 0:00:00:28 - Rule #377: '^H' accepted 0:00:00:28 - Rule #378: '^I' accepted 0:00:00:28 - Rule #379: '^J' accepted 0:00:00:28 - Rule #380: '^K' accepted 0:00:00:28 - Rule #381: '^L' accepted 0:00:00:28 - Rule #382: '^M' accepted 0:00:00:28 - Rule #383: '^N' accepted 0:00:00:28 - Rule #384: '^O' accepted 0:00:00:28 - Rule #385: '^P' accepted 0:00:00:29 - Rule #386: '^Q' accepted 0:00:00:29 - Oldest still in use is now rule #337 0:00:00:29 - Rule #387: '^R' accepted 0:00:00:31 - Rule #388: '^S' accepted 0:00:00:31 - Oldest still in use is now rule #338 0:00:00:32 - Rule #389: '^T' accepted 0:00:00:32 - Oldest still in use is now rule #385 0:00:00:32 - Rule #390: '^U' accepted 0:00:00:32 - Rule #391: '^V' accepted 0:00:00:32 - Rule #392: '^W' accepted 0:00:00:32 - Rule #393: '^X' accepted 0:00:00:32 - Rule #394: '^Y' accepted 0:00:00:32 - Rule #395: '^Z' accepted 0:00:00:32 - Rule #396: 'l ^"' accepted as 'l^"' 0:00:00:32 - Rule #397: 'l ^#' accepted as 'l^#' 0:00:00:32 - Rule #398: 'l ^$' accepted as 'l^$' 0:00:00:32 - Rule #399: 'l ^%' accepted as 'l^%' 0:00:00:32 - Rule #400: 'l ^&' accepted as 'l^&' 0:00:00:32 - Rule #401: 'l ^'' accepted as 'l^'' 0:00:00:32 - Rule #402: 'l ^(' accepted as 'l^(' 0:00:00:32 - Rule #403: 'l ^)' accepted as 'l^)' 0:00:00:32 - Rule #404: 'l ^*' accepted as 'l^*' 0:00:00:32 - Rule #405: 'l ^+' accepted as 'l^+' 0:00:00:32 - Rule #406: 'l ^,' accepted as 'l^,' 0:00:00:32 - Rule #407: 'l ^-' accepted as 'l^-' 0:00:00:32 - Rule #408: 'l ^.' accepted as 'l^.' 0:00:00:32 - Rule #409: 'l ^/' accepted as 'l^/' 0:00:00:34 - Rule #410: 'l ^:' accepted as 'l^:' 0:00:00:34 - Oldest still in use is now rule #387 0:00:00:34 - Rule #411: 'l ^;' accepted as 'l^;' 0:00:00:36 - Rule #412: 'l ^<' accepted as 'l^<' 0:00:00:36 - Oldest still in use is now rule #388 0:00:00:37 - Rule #413: 'l ^=' accepted as 'l^=' 0:00:00:37 - Oldest still in use is now rule #409 0:00:00:37 - Rule #414: 'l ^>' accepted as 'l^>' 0:00:00:37 - Rule #415: 'l ^?' accepted as 'l^?' 0:00:00:37 - Rule #416: 'l ^@' accepted as 'l^@' 0:00:00:37 - Rule #417: 'l ^[' accepted as 'l^[' 0:00:00:37 - Rule #418: 'l ^\' accepted as 'l^\' 0:00:00:37 - Rule #419: 'l ^]' accepted as 'l^]' 0:00:00:37 - Rule #420: 'l ^^' accepted as 'l^^' 0:00:00:37 - Rule #421: 'l ^_' accepted as 'l^_' 0:00:00:37 - Rule #422: 'l ^`' accepted as 'l^`' 0:00:00:37 - Rule #423: 'l ^{' accepted as 'l^{' 0:00:00:37 - Rule #424: 'l ^|' accepted as 'l^|' 0:00:00:37 - Rule #425: 'l ^}' accepted as 'l^}' 0:00:00:37 - Rule #426: 'l ^~' accepted as 'l^~' 0:00:00:37 - Rule #427: '-: <9 (?a l A0"the"' accepted as '<9(?alA0"the"' 0:00:00:37 - Rule #428: '-: <9 (?a l A0"The"' accepted as '<9(?alA0"The"' 0:00:00:37 - Rule #429: '-c <9 (?a c A0"the"' accepted as '<9(?acA0"the"' 0:00:00:37 - Rule #430: '-c <9 (?a c A0"The"' accepted as '<9(?acA0"The"' 0:00:00:37 - Rule #431: '-: <9 (?a l A0"amy"' accepted as '<9(?alA0"amy"' 0:00:00:37 - Rule #432: '-: <9 (?a l A0"Amy"' accepted as '<9(?alA0"Amy"' 0:00:00:37 - Rule #433: '-c <9 (?a c A0"amy"' accepted as '<9(?acA0"amy"' 0:00:00:37 - Rule #434: '-c <9 (?a c A0"Amy"' accepted as '<9(?acA0"Amy"' 0:00:00:37 - Rule #435: '-: <9 (?a l A0"mr"' accepted as '<9(?alA0"mr"' 0:00:00:37 - Rule #436: '-: <9 (?a l A0"dr"' accepted as '<9(?alA0"dr"' 0:00:00:37 - Rule #437: '-: <9 (?a l A0"Mr"' accepted as '<9(?alA0"Mr"' 0:00:00:37 - Rule #438: '-: <9 (?a l A0"Dr"' accepted as '<9(?alA0"Dr"' 0:00:00:37 - Rule #439: '-c <9 (?a c A0"mr"' accepted as '<9(?acA0"mr"' 0:00:00:37 - Rule #440: '-c <9 (?a c A0"dr"' accepted as '<9(?acA0"dr"' 0:00:00:38 - Rule #441: '-c <9 (?a c A0"Mr"' accepted as '<9(?acA0"Mr"' 0:00:00:38 - Oldest still in use is now rule #411 0:00:00:38 - Rule #442: '-c <9 (?a c A0"Dr"' accepted as '<9(?acA0"Dr"' 0:00:00:38 - Rule #443: '-: <9 (?a l A0"mr."' accepted as '<9(?alA0"mr."' 0:00:00:39 - Rule #444: '-: <9 (?a l A0"dr."' accepted as '<9(?alA0"dr."' 0:00:00:41 - Rule #445: '-: <9 (?a l A0"Mr."' accepted as '<9(?alA0"Mr."' 0:00:00:41 - Oldest still in use is now rule #412 0:00:00:42 - Rule #446: '-: <9 (?a l A0"Dr."' accepted as '<9(?alA0"Dr."' 0:00:00:42 - Oldest still in use is now rule #440 0:00:00:42 - Rule #447: '-c <9 (?a c A0"mr."' accepted as '<9(?acA0"mr."' 0:00:00:42 - Rule #448: '-c <9 (?a c A0"dr."' accepted as '<9(?acA0"dr."' 0:00:00:42 - Rule #449: '-c <9 (?a c A0"Mr."' accepted as '<9(?acA0"Mr."' 0:00:00:42 - Rule #450: '-c <9 (?a c A0"Dr."' accepted as '<9(?acA0"Dr."' 0:00:00:42 - Rule #451: '-: <9 (?a l A0"__"' accepted as '<9(?alA0"__"' 0:00:00:42 - Rule #452: '-c <9 (?a c A0"__"' accepted as '<9(?acA0"__"' 0:00:00:42 - Rule #453: '<- !?A l p ^2' accepted as '<-!?Alp^2' 0:00:00:42 - Rule #454: '<- !?A l p ^4' accepted as '<-!?Alp^4' 0:00:00:42 - Rule #455: '<- !?A l p ^0' accepted as '<-!?Alp^0' 0:00:00:42 - Rule #456: '<- !?A l p ^1' accepted as '<-!?Alp^1' 0:00:00:42 - Rule #457: '<- !?A l p ^3' accepted as '<-!?Alp^3' 0:00:00:42 - Rule #458: '<- !?A l p ^5' accepted as '<-!?Alp^5' 0:00:00:42 - Rule #459: '<- !?A l p ^6' accepted as '<-!?Alp^6' 0:00:00:42 - Rule #460: '<- !?A l p ^7' accepted as '<-!?Alp^7' 0:00:00:42 - Rule #461: '<- !?A l p ^8' accepted as '<-!?Alp^8' 0:00:00:42 - Rule #462: '<- !?A l p ^9' accepted as '<-!?Alp^9' 0:00:00:42 - Rule #463: '-p-c (?a 2 (?a c 1 c' accepted as '(?a2(?ac1c' 0:00:00:42 - Rule #464: '-p-c (?a 2 (?a c 1 l' accepted as '(?a2(?ac1l' 0:00:00:42 - Rule #465: '-p 1 <- $ + l' accepted as '1<-$ +l' 0:00:00:42 - Rule #466: '-p 1 <- $_ + l' accepted as '1<-$_+l' 0:00:00:42 - Rule #467: '-p 1 <- $- + l' accepted as '1<-$-+l' 0:00:00:42 - Rule #468: '-p-c 1 <- (?a c $ 2 l' accepted as '1<-(?ac$ 2l' 0:00:00:42 - Rule #469: '-p-c 1 <- (?a c $_ 2 l' accepted as '1<-(?ac$_2l' 0:00:00:42 - Rule #470: '-p-c 1 <- (?a c $- 2 l' accepted as '1<-(?ac$-2l' 0:00:00:42 - Rule #471: '-p-c 1 <- l $ 2 (?a c' accepted as '1<-l$ 2(?ac' 0:00:00:42 - Rule #472: '-p-c 1 <- l $_ 2 (?a c' accepted as '1<-l$_2(?ac' 0:00:00:42 - Rule #473: '-p-c 1 <- l $- 2 (?a c' accepted as '1<-l$-2(?ac' 0:00:00:42 - Rule #474: '-p-c 1 <- (?a c $ 2 (?a c' accepted as '1<-(?ac$ 2(?ac' 0:00:00:42 - Rule #475: '-p-c 1 <- (?a c $_ 2 (?a c' accepted as '1<-(?ac$_2(?ac' 0:00:00:42 - Rule #476: '-p-c 1 <- (?a c $- 2 (?a c' accepted as '1<-(?ac$-2(?ac' 0:00:00:42 - Rule #477: '-p-c 1 u 2 l' accepted as '1u2l' 0:00:00:42 - Rule #478: '-p-: 1 r 2 l' accepted as '1r2l' 0:00:00:42 - Rule #479: '-p-c 2 (?a c 1 u' accepted as '2(?ac1u' 0:00:00:42 - Rule #480: '-p-c 2 (?a c 1 r' accepted as '2(?ac1r' 0:00:00:42 - Rule #481: '-p-c 1 l 2 u' accepted as '1l2u' 0:00:00:42 - Rule #482: '-p-: 1 l 2 r' accepted as '1l2r' 0:00:00:42 - Rule #483: '-p-c 1 (?a c 2 u' accepted as '1(?ac2u' 0:00:00:42 - Rule #484: '-p-c 1 (?a c 2 r' accepted as '1(?ac2r' 0:00:00:42 - Rule #485: '-: (?a l {' accepted as '(?al{' 0:00:00:42 - Rule #486: '-: (?a l }' accepted as '(?al}' 0:00:00:42 - Rule #487: '-c (?a c {' accepted as '(?ac{' 0:00:00:42 - Rule #488: '-c (?a c }' accepted as '(?ac}' 0:00:00:42 - Rule #489: '-: (?a l { {' accepted as '(?al{{' 0:00:00:42 - Rule #490: '-: (?a l } }' accepted as '(?al}}' 0:00:00:42 - Rule #491: '-c (?a c { {' accepted as '(?ac{{' 0:00:00:42 - Rule #492: '-c (?a c } }' accepted as '(?ac}}' 0:00:00:42 - Rule #493: '-c <+ )?u l Tm' accepted as '<+)?ulTm' 0:00:00:42 - Rule #494: '-c T0 Q M c Q l Q u Q C Q X0z0 'l' accepted as 'T0QMcQlQuQCQX0z0'l' 0:00:00:42 - Rule #495: '-c T1 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T1QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #496: '-c T2 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T2QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #497: '-c T3 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T3QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #498: '-c T4 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T4QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #499: '-c T5 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T5QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #500: '-c T6 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T6QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #501: '-c T7 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T7QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #502: '-c T8 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T8QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #503: '-c T9 Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'T9QMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #504: '-c TA Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'TAQMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #505: '-c TB Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'TBQMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #506: '-c TC Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'TCQMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #507: '-c TD Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'TDQMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #508: '-c TE Q M l Tm Q C Q u Q l Q c Q X0z0 'l' accepted as 'TEQMlTmQCQuQlQcQX0z0'l' 0:00:00:42 - Rule #509: '-c l Q T1 Q M T1 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT1QMT1QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #510: '-c l Q T2 Q M T2 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT2QMT2QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #511: '-c l Q T3 Q M T3 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT3QMT3QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #512: '-c l Q T4 Q M T4 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT4QMT4QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #513: '-c l Q T5 Q M T5 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT5QMT5QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #514: '-c l Q T6 Q M T6 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT6QMT6QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #515: '-c l Q T7 Q M T7 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT7QMT7QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #516: '-c l Q T8 Q M T8 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT8QMT8QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #517: '-c l Q T9 Q M T9 Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQT9QMT9QlTmQCQuQX0z0'l' 0:00:00:42 - Rule #518: '-c l Q TA Q M TA Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQTAQMTAQlTmQCQuQX0z0'l' 0:00:00:42 - Rule #519: '-c l Q TB Q M TB Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQTBQMTBQlTmQCQuQX0z0'l' 0:00:00:42 - Rule #520: '-c l Q TC Q M TC Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQTCQMTCQlTmQCQuQX0z0'l' 0:00:00:42 - Rule #521: '-c l Q TD Q M TD Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQTDQMTDQlTmQCQuQX0z0'l' 0:00:00:42 - Rule #522: '-c l Q TE Q M TE Q l Tm Q C Q u Q X0z0 'l' accepted as 'lQTEQMTEQlTmQCQuQX0z0'l' 0:00:00:42 - Rule #523: '-c >2 <G %2?a l T0 M T2 T4 T6 T8 TA TC TE Q M l Tm Q X0z0 'l' accepted as '>2<G%2?alT0MT2T4T6T8TATCTEQMlTmQX0z0'l' 0:00:00:42 - Rule #524: '-c >2 <G %2?a u T0 M T2 T4 T6 T8 TA TC TE Q M l Tm Q X0z0 'l' accepted as '>2<G%2?auT0MT2T4T6T8TATCTEQMlTmQX0z0'l' 0:00:00:42 - Rule #525: '-c >2 /?l /?u t Q M c Q C Q l Tm Q X0z0 'l' accepted as '>2/?l/?utQMcQCQlTmQX0z0'l' 0:00:00:42 - Rule #526: '>2 D1' accepted as '>2D1' 0:00:00:42 - Rule #527: '>3 D2' accepted as '>3D2' 0:00:00:42 - Rule #528: '>4 D3' accepted as '>4D3' 0:00:00:42 - Rule #529: '>5 D4' accepted as '>5D4' 0:00:00:42 - Rule #530: '>6 D5' accepted as '>6D5' 0:00:00:42 - Rule #531: '>7 D6' accepted as '>7D6' 0:00:00:42 - Rule #532: '>8 D7' accepted as '>8D7' 0:00:00:42 - Rule #533: '>8 D8' accepted as '>8D8' 0:00:00:42 - Rule #534: '>9 D9' accepted as '>9D9' 0:00:00:42 - Rule #535: '>A DA' accepted as '>ADA' 0:00:00:42 - Rule #536: '>B DB' accepted as '>BDB' 0:00:00:42 - Rule #537: '>C DC' accepted as '>CDC' 0:00:00:42 - Rule #538: '>D DD' accepted as '>DDD' 0:00:00:42 - Rule #539: '>E DE' accepted as '>EDE' 0:00:00:42 - Rule #540: '-c /?u >2 D1 l' accepted as '/?u>2D1l' 0:00:00:42 - Rule #541: '-c /?u >3 D2 l' accepted as '/?u>3D2l' 0:00:00:42 - Rule #542: '-c /?u >4 D3 l' accepted as '/?u>4D3l' 0:00:00:42 - Rule #543: '-c /?u >5 D4 l' accepted as '/?u>5D4l' 0:00:00:42 - Rule #544: '-c /?u >6 D5 l' accepted as '/?u>6D5l' 0:00:00:42 - Rule #545: '-c /?u >7 D6 l' accepted as '/?u>7D6l' 0:00:00:42 - Rule #546: '-c /?u >8 D7 l' accepted as '/?u>8D7l' 0:00:00:42 - Rule #547: '-c /?u >8 D8 l' accepted as '/?u>8D8l' 0:00:00:42 - Rule #548: '-c /?u >9 D9 l' accepted as '/?u>9D9l' 0:00:00:42 - Rule #549: '-c /?u >A DA l' accepted as '/?u>ADAl' 0:00:00:42 - Rule #550: '-c /?u >B DB l' accepted as '/?u>BDBl' 0:00:00:42 - Rule #551: '-c /?u >C DC l' accepted as '/?u>CDCl' 0:00:00:42 - Rule #552: '-c /?u >D DD l' accepted as '/?u>DDDl' 0:00:00:42 - Rule #553: '-c /?u >E DE l' accepted as '/?u>EDEl' 0:00:00:42 - Rule #554: '=1?a [ M c Q' accepted as '=1?a[McQ' 0:00:00:42 - Rule #555: '-c (?a >1 D1 c' accepted as '(?a>1D1c' 0:00:00:43 - Rule #556: '-c (?a >2 D2 c' accepted as '(?a>2D2c' 0:00:00:43 - Oldest still in use is now rule #443 0:00:00:43 - Rule #557: '-c (?a >3 D3 c' accepted as '(?a>3D3c' 0:00:00:43 - Rule #558: '-c (?a >4 D4 c' accepted as '(?a>4D4c' 0:00:00:43 - Rule #559: '-c (?a >5 D5 c' accepted as '(?a>5D5c' 0:00:00:43 - Rule #560: '-c (?a >6 D6 c' accepted as '(?a>6D6c' 0:00:00:43 - Rule #561: '-c (?a >7 D7 c' accepted as '(?a>7D7c' 0:00:00:43 - Rule #562: '-c (?a >8 D8 c' accepted as '(?a>8D8c' 0:00:00:43 - Rule #563: '-c (?a >9 D9 c' accepted as '(?a>9D9c' 0:00:00:43 - Rule #564: '-c (?a >A DA c' accepted as '(?a>ADAc' 0:00:00:43 - Rule #565: '-c (?a >B DB c' accepted as '(?a>BDBc' 0:00:00:43 - Rule #566: '-c (?a >C DC c' accepted as '(?a>CDCc' 0:00:00:43 - Rule #567: '-c (?a >D DD c' accepted as '(?a>DDDc' 0:00:00:43 - Rule #568: '-c (?a >E DE c' accepted as '(?a>EDEc' 0:00:00:43 - Rule #569: '-: >3 (?a l i1.' accepted as '>3(?ali1.' 0:00:00:46 - Rule #570: '-: >3 (?a l i2.' accepted as '>3(?ali2.' 0:00:00:46 - Oldest still in use is now rule #445 0:00:00:46 - Rule #571: '-c >3 (?a c i1.' accepted as '>3(?aci1.' 0:00:00:47 - Rule #572: '-c >3 (?a c i2.' accepted as '>3(?aci2.' 0:00:00:47 - Oldest still in use is now rule #555 0:00:00:47 - Rule #573: '<- l Az"10"' accepted as '<-lAz"10"' 0:00:00:47 - Rule #574: '<- l Az"11"' accepted as '<-lAz"11"' 0:00:00:47 - Rule #575: '<- l Az"12"' accepted as '<-lAz"12"' 0:00:00:47 - Rule #576: '<- l Az"13"' accepted as '<-lAz"13"' 0:00:00:47 - Rule #577: '<- l Az"14"' accepted as '<-lAz"14"' 0:00:00:47 - Rule #578: '<- l Az"15"' accepted as '<-lAz"15"' 0:00:00:47 - Rule #579: '<- l Az"16"' accepted as '<-lAz"16"' 0:00:00:47 - Rule #580: '<- l Az"17"' accepted as '<-lAz"17"' 0:00:00:47 - Rule #581: '<- l Az"18"' accepted as '<-lAz"18"' 0:00:00:47 - Rule #582: '<- l Az"19"' accepted as '<-lAz"19"' 0:00:00:47 - Rule #583: '<- l Az"90"' accepted as '<-lAz"90"' 0:00:00:47 - Rule #584: '<- l Az"91"' accepted as '<-lAz"91"' 0:00:00:47 - Rule #585: '<- l Az"92"' accepted as '<-lAz"92"' 0:00:00:47 - Rule #586: '<- l Az"93"' accepted as '<-lAz"93"' 0:00:00:47 - Rule #587: '<- l Az"94"' accepted as '<-lAz"94"' 0:00:00:47 - Rule #588: '<- l Az"95"' accepted as '<-lAz"95"' 0:00:00:47 - Rule #589: '<- l Az"96"' accepted as '<-lAz"96"' 0:00:00:47 - Rule #590: '<- l Az"97"' accepted as '<-lAz"97"' 0:00:00:47 - Rule #591: '<- l Az"98"' accepted as '<-lAz"98"' 0:00:00:47 - Rule #592: '<- l Az"99"' accepted as '<-lAz"99"' 0:00:00:48 - Rule #593: '<- l Az"00"' accepted as '<-lAz"00"' 0:00:00:48 - Oldest still in use is now rule #569 0:00:00:48 - Rule #594: '<- l Az"01"' accepted as '<-lAz"01"' 0:00:00:50 - Rule #595: '<- l Az"02"' accepted as '<-lAz"02"' 0:00:00:50 - Oldest still in use is now rule #571 0:00:00:52 - Rule #596: '<- l Az"03"' accepted as '<-lAz"03"' 0:00:00:52 - Oldest still in use is now rule #592 0:00:00:52 - Rule #597: '<- l Az"04"' accepted as '<-lAz"04"' 0:00:00:52 - Rule #598: '<- l Az"05"' accepted as '<-lAz"05"' 0:00:00:52 - Rule #599: '<- l Az"06"' accepted as '<-lAz"06"' 0:00:00:52 - Rule #600: '<- l Az"07"' accepted as '<-lAz"07"' 0:00:00:52 - Rule #601: '<- l Az"08"' accepted as '<-lAz"08"' 0:00:00:52 - Rule #602: '<- l Az"09"' accepted as '<-lAz"09"' 0:00:00:52 - Rule #603: '-c <- (?a c Az"10"' accepted as '<-(?acAz"10"' 0:00:00:52 - Rule #604: '-c <- (?a c Az"11"' accepted as '<-(?acAz"11"' 0:00:00:52 - Rule #605: '-c <- (?a c Az"12"' accepted as '<-(?acAz"12"' 0:00:00:52 - Rule #606: '-c <- (?a c Az"13"' accepted as '<-(?acAz"13"' 0:00:00:52 - Rule #607: '-c <- (?a c Az"14"' accepted as '<-(?acAz"14"' 0:00:00:52 - Rule #608: '-c <- (?a c Az"15"' accepted as '<-(?acAz"15"' 0:00:00:52 - Rule #609: '-c <- (?a c Az"16"' accepted as '<-(?acAz"16"' 0:00:00:52 - Rule #610: '-c <- (?a c Az"17"' accepted as '<-(?acAz"17"' 0:00:00:52 - Rule #611: '-c <- (?a c Az"18"' accepted as '<-(?acAz"18"' 0:00:00:52 - Rule #612: '-c <- (?a c Az"19"' accepted as '<-(?acAz"19"' 0:00:00:52 - Rule #613: '-c <- (?a c Az"90"' accepted as '<-(?acAz"90"' 0:00:00:52 - Rule #614: '-c <- (?a c Az"91"' accepted as '<-(?acAz"91"' 0:00:00:52 - Rule #615: '-c <- (?a c Az"92"' accepted as '<-(?acAz"92"' 0:00:00:52 - Rule #616: '-c <- (?a c Az"93"' accepted as '<-(?acAz"93"' 0:00:00:52 - Rule #617: '-c <- (?a c Az"94"' accepted as '<-(?acAz"94"' 0:00:00:52 - Rule #618: '-c <- (?a c Az"95"' accepted as '<-(?acAz"95"' 0:00:00:52 - Rule #619: '-c <- (?a c Az"96"' accepted as '<-(?acAz"96"' 0:00:00:52 - Rule #620: '-c <- (?a c Az"97"' accepted as '<-(?acAz"97"' 0:00:00:53 - Rule #621: '-c <- (?a c Az"98"' accepted as '<-(?acAz"98"' 0:00:00:53 - Oldest still in use is now rule #594 0:00:00:53 - Rule #622: '-c <- (?a c Az"99"' accepted as '<-(?acAz"99"' 0:00:00:53 - Rule #623: '-c <- (?a c Az"00"' accepted as '<-(?acAz"00"' 0:00:00:56 - Rule #624: '-c <- (?a c Az"01"' accepted as '<-(?acAz"01"' 0:00:00:56 - Oldest still in use is now rule #595 0:00:00:56 - Rule #625: '-c <- (?a c Az"02"' accepted as '<-(?acAz"02"' 0:00:00:57 - Rule #626: '-c <- (?a c Az"03"' accepted as '<-(?acAz"03"' 0:00:00:57 - Oldest still in use is now rule #620 0:00:00:57 - Rule #627: '-c <- (?a c Az"04"' accepted as '<-(?acAz"04"' 0:00:00:57 - Rule #628: '-c <- (?a c Az"05"' accepted as '<-(?acAz"05"' 0:00:00:57 - Rule #629: '-c <- (?a c Az"06"' accepted as '<-(?acAz"06"' 0:00:00:57 - Rule #630: '-c <- (?a c Az"07"' accepted as '<-(?acAz"07"' 0:00:00:57 - Rule #631: '-c <- (?a c Az"08"' accepted as '<-(?acAz"08"' 0:00:00:57 - Rule #632: '-c <- (?a c Az"09"' accepted as '<-(?acAz"09"' 0:00:00:57 - Rule #633: '<- l Az"70"' accepted as '<-lAz"70"' 0:00:00:57 - Rule #634: '<- l Az"71"' accepted as '<-lAz"71"' 0:00:00:57 - Rule #635: '<- l Az"72"' accepted as '<-lAz"72"' 0:00:00:57 - Rule #636: '<- l Az"73"' accepted as '<-lAz"73"' 0:00:00:57 - Rule #637: '<- l Az"74"' accepted as '<-lAz"74"' 0:00:00:57 - Rule #638: '<- l Az"75"' accepted as '<-lAz"75"' 0:00:00:57 - Rule #639: '<- l Az"76"' accepted as '<-lAz"76"' 0:00:00:57 - Rule #640: '<- l Az"77"' accepted as '<-lAz"77"' 0:00:00:57 - Rule #641: '<- l Az"78"' accepted as '<-lAz"78"' 0:00:00:57 - Rule #642: '<- l Az"79"' accepted as '<-lAz"79"' 0:00:00:57 - Rule #643: '<- l Az"80"' accepted as '<-lAz"80"' 0:00:00:57 - Rule #644: '<- l Az"81"' accepted as '<-lAz"81"' 0:00:00:57 - Rule #645: '<- l Az"82"' accepted as '<-lAz"82"' 0:00:00:57 - Rule #646: '<- l Az"83"' accepted as '<-lAz"83"' 0:00:00:57 - Rule #647: '<- l Az"84"' accepted as '<-lAz"84"' 0:00:00:58 - Rule #648: '<- l Az"85"' accepted as '<-lAz"85"' 0:00:00:58 - Oldest still in use is now rule #623 0:00:00:58 - Rule #649: '<- l Az"86"' accepted as '<-lAz"86"' 0:00:01:00 - Rule #650: '<- l Az"87"' accepted as '<-lAz"87"' 0:00:01:00 - Oldest still in use is now rule #625 0:00:01:00 - Rule #651: '<- l Az"88"' accepted as '<-lAz"88"' 0:00:01:01 - Rule #652: '<- l Az"89"' accepted as '<-lAz"89"' 0:00:01:01 - Oldest still in use is now rule #647 0:00:01:01 - Rule #653: '<- l Az"20"' accepted as '<-lAz"20"' 0:00:01:01 - Rule #654: '<- l Az"21"' accepted as '<-lAz"21"' 0:00:01:01 - Rule #655: '<- l Az"22"' accepted as '<-lAz"22"' 0:00:01:01 - Rule #656: '<- l Az"23"' accepted as '<-lAz"23"' 0:00:01:01 - Rule #657: '<- l Az"24"' accepted as '<-lAz"24"' 0:00:01:01 - Rule #658: '<- l Az"25"' accepted as '<-lAz"25"' 0:00:01:01 - Rule #659: '<- l Az"26"' accepted as '<-lAz"26"' 0:00:01:01 - Rule #660: '<- l Az"27"' accepted as '<-lAz"27"' 0:00:01:01 - Rule #661: '<- l Az"28"' accepted as '<-lAz"28"' 0:00:01:01 - Rule #662: '<- l Az"29"' accepted as '<-lAz"29"' 0:00:01:01 - Rule #663: '-c <- (?a c Az"70"' accepted as '<-(?acAz"70"' 0:00:01:01 - Rule #664: '-c <- (?a c Az"71"' accepted as '<-(?acAz"71"' 0:00:01:01 - Rule #665: '-c <- (?a c Az"72"' accepted as '<-(?acAz"72"' 0:00:01:01 - Rule #666: '-c <- (?a c Az"73"' accepted as '<-(?acAz"73"' 0:00:01:01 - Rule #667: '-c <- (?a c Az"74"' accepted as '<-(?acAz"74"' 0:00:01:01 - Rule #668: '-c <- (?a c Az"75"' accepted as '<-(?acAz"75"' 0:00:01:01 - Rule #669: '-c <- (?a c Az"76"' accepted as '<-(?acAz"76"' 0:00:01:01 - Rule #670: '-c <- (?a c Az"77"' accepted as '<-(?acAz"77"' 0:00:01:01 - Rule #671: '-c <- (?a c Az"78"' accepted as '<-(?acAz"78"' 0:00:01:01 - Rule #672: '-c <- (?a c Az"79"' accepted as '<-(?acAz"79"' 0:00:01:01 - Rule #673: '-c <- (?a c Az"80"' accepted as '<-(?acAz"80"' 0:00:01:01 - Rule #674: '-c <- (?a c Az"81"' accepted as '<-(?acAz"81"' 0:00:01:03 - Rule #675: '-c <- (?a c Az"82"' accepted as '<-(?acAz"82"' 0:00:01:03 - Oldest still in use is now rule #649 0:00:01:03 - Rule #676: '-c <- (?a c Az"83"' accepted as '<-(?acAz"83"' 0:00:01:03 - Rule #677: '-c <- (?a c Az"84"' accepted as '<-(?acAz"84"' 0:00:01:05 - Rule #678: '-c <- (?a c Az"85"' accepted as '<-(?acAz"85"' 0:00:01:05 - Oldest still in use is now rule #651 0:00:01:05 - Rule #679: '-c <- (?a c Az"86"' accepted as '<-(?acAz"86"' 0:00:01:06 - Rule #680: '-c <- (?a c Az"87"' accepted as '<-(?acAz"87"' 0:00:01:06 - Oldest still in use is now rule #674 0:00:01:06 - Rule #681: '-c <- (?a c Az"88"' accepted as '<-(?acAz"88"' 0:00:01:06 - Rule #682: '-c <- (?a c Az"89"' accepted as '<-(?acAz"89"' 0:00:01:06 - Rule #683: '-c <- (?a c Az"20"' accepted as '<-(?acAz"20"' 0:00:01:06 - Rule #684: '-c <- (?a c Az"21"' accepted as '<-(?acAz"21"' 0:00:01:06 - Rule #685: '-c <- (?a c Az"22"' accepted as '<-(?acAz"22"' 0:00:01:06 - Rule #686: '-c <- (?a c Az"23"' accepted as '<-(?acAz"23"' 0:00:01:06 - Rule #687: '-c <- (?a c Az"24"' accepted as '<-(?acAz"24"' 0:00:01:06 - Rule #688: '-c <- (?a c Az"25"' accepted as '<-(?acAz"25"' 0:00:01:06 - Rule #689: '-c <- (?a c Az"26"' accepted as '<-(?acAz"26"' 0:00:01:06 - Rule #690: '-c <- (?a c Az"27"' accepted as '<-(?acAz"27"' 0:00:01:06 - Rule #691: '-c <- (?a c Az"28"' accepted as '<-(?acAz"28"' 0:00:01:06 - Rule #692: '-c <- (?a c Az"29"' accepted as '<-(?acAz"29"' 0:00:01:06 - Rule #693: '<* l $A' accepted as '<*l$A' 0:00:01:06 - Rule #694: '<* l $B' accepted as '<*l$B' 0:00:01:06 - Rule #695: '<* l $C' accepted as '<*l$C' 0:00:01:06 - Rule #696: '<* l $D' accepted as '<*l$D' 0:00:01:06 - Rule #697: '<* l $E' accepted as '<*l$E' 0:00:01:06 - Rule #698: '<* l $F' accepted as '<*l$F' 0:00:01:06 - Rule #699: '<* l $G' accepted as '<*l$G' 0:00:01:06 - Rule #700: '<* l $H' accepted as '<*l$H' 0:00:01:06 - Rule #701: '<* l $I' accepted as '<*l$I' 0:00:01:06 - Rule #702: '<* l $J' accepted as '<*l$J' 0:00:01:06 - Rule #703: '<* l $K' accepted as '<*l$K' 0:00:01:07 - Rule #704: '<* l $L' accepted as '<*l$L' 0:00:01:07 - Oldest still in use is now rule #677 0:00:01:07 - Rule #705: '<* l $M' accepted as '<*l$M' 0:00:01:10 - Rule #706: '<* l $N' accepted as '<*l$N' 0:00:01:10 - Oldest still in use is now rule #679 0:00:01:11 - Rule #707: '<* l $O' accepted as '<*l$O' 0:00:01:11 - Oldest still in use is now rule #703 0:00:01:11 - Rule #708: '<* l $P' accepted as '<*l$P' 0:00:01:11 - Rule #709: '<* l $Q' accepted as '<*l$Q' 0:00:01:11 - Rule #710: '<* l $R' accepted as '<*l$R' 0:00:01:11 - Rule #711: '<* l $S' accepted as '<*l$S' 0:00:01:11 - Rule #712: '<* l $T' accepted as '<*l$T' 0:00:01:11 - Rule #713: '<* l $U' accepted as '<*l$U' 0:00:01:11 - Rule #714: '<* l $V' accepted as '<*l$V' 0:00:01:11 - Rule #715: '<* l $W' accepted as '<*l$W' 0:00:01:11 - Rule #716: '<* l $X' accepted as '<*l$X' 0:00:01:11 - Rule #717: '<* l $Y' accepted as '<*l$Y' 0:00:01:11 - Rule #718: '<* l $Z' accepted as '<*l$Z' 0:00:01:11 - Rule #719: '-c <* (?a c $A' accepted as '<*(?ac$A' 0:00:01:11 - Rule #720: '-c <* (?a c $B' accepted as '<*(?ac$B' 0:00:01:11 - Rule #721: '-c <* (?a c $C' accepted as '<*(?ac$C' 0:00:01:11 - Rule #722: '-c <* (?a c $D' accepted as '<*(?ac$D' 0:00:01:11 - Rule #723: '-c <* (?a c $E' accepted as '<*(?ac$E' 0:00:01:11 - Rule #724: '-c <* (?a c $F' accepted as '<*(?ac$F' 0:00:01:11 - Rule #725: '-c <* (?a c $G' accepted as '<*(?ac$G' 0:00:01:11 - Rule #726: '-c <* (?a c $H' accepted as '<*(?ac$H' 0:00:01:11 - Rule #727: '-c <* (?a c $I' accepted as '<*(?ac$I' 0:00:01:11 - Rule #728: '-c <* (?a c $J' accepted as '<*(?ac$J' 0:00:01:11 - Rule #729: '-c <* (?a c $K' accepted as '<*(?ac$K' 0:00:01:11 - Rule #730: '-c <* (?a c $L' accepted as '<*(?ac$L' 0:00:01:13 - Rule #731: '-c <* (?a c $M' accepted as '<*(?ac$M' 0:00:01:13 - Oldest still in use is now rule #705 0:00:01:13 - Rule #732: '-c <* (?a c $N' accepted as '<*(?ac$N' 0:00:01:15 - Rule #733: '-c <* (?a c $O' accepted as '<*(?ac$O' 0:00:01:15 - Oldest still in use is now rule #706 0:00:01:15 - Rule #734: '-c <* (?a c $P' accepted as '<*(?ac$P' 0:00:01:17 - Rule #735: '-c <* (?a c $Q' accepted as '<*(?ac$Q' 0:00:01:17 - Oldest still in use is now rule #730 0:00:01:17 - Rule #736: '-c <* (?a c $R' accepted as '<*(?ac$R' 0:00:01:17 - Rule #737: '-c <* (?a c $S' accepted as '<*(?ac$S' 0:00:01:17 - Rule #738: '-c <* (?a c $T' accepted as '<*(?ac$T' 0:00:01:17 - Rule #739: '-c <* (?a c $U' accepted as '<*(?ac$U' 0:00:01:17 - Rule #740: '-c <* (?a c $V' accepted as '<*(?ac$V' 0:00:01:17 - Rule #741: '-c <* (?a c $W' accepted as '<*(?ac$W' 0:00:01:17 - Rule #742: '-c <* (?a c $X' accepted as '<*(?ac$X' 0:00:01:17 - Rule #743: '-c <* (?a c $Y' accepted as '<*(?ac$Y' 0:00:01:17 - Rule #744: '-c <* (?a c $Z' accepted as '<*(?ac$Z' 0:00:01:17 - Rule #745: '-c u /I sIi' accepted as 'u/IsIi' 0:00:01:17 - Rule #746: '%2?a C Q' accepted as '%2?aCQ' 0:00:01:17 - Rule #747: '/?A S Q' accepted as '/?ASQ' 0:00:01:17 - Rule #748: '-c /?v V Q' accepted as '/?vVQ' 0:00:01:17 - Rule #749: ':R Q' accepted as 'RQ' 0:00:01:17 - Rule #750: ':L Q' accepted as 'LQ' 0:00:01:17 - Rule #751: 'l Q R' accepted as 'lQR' 0:00:01:17 - Rule #752: 'l Q L' accepted as 'lQL' 0:00:01:17 - Rule #753: '-c (?a c Q R' accepted as '(?acQR' 0:00:01:17 - Rule #754: '-c (?a c Q L' accepted as '(?acQL' 0:00:01:17 - Rule #755: ':R R Q' accepted as 'RRQ' 0:00:01:17 - Rule #756: ':L L Q' accepted as 'LLQ' 0:00:01:17 - Rule #757: '<- l ^1 $1' accepted as '<-l^1$1' 0:00:01:17 - Rule #758: '<- l ^! $!' accepted as '<-l^!$!' 0:00:01:17 - Rule #759: '<- l ^@ $@' accepted as '<-l^@$@' 0:00:01:17 - Rule #760: '<- l ^# $#' accepted as '<-l^#$#' 0:00:01:17 - Rule #761: '<- l ^$ $$' accepted as '<-l^$$$' 0:00:01:17 - Rule #762: '<- l ^% $%' accepted as '<-l^%$%' 0:00:01:18 - Rule #763: '<- l ^^ $^' accepted as '<-l^^$^' 0:00:01:18 - Oldest still in use is now rule #732 0:00:01:18 - Rule #764: '<- l ^& $&' accepted as '<-l^&$&' 0:00:01:20 - Rule #765: '<- l ^* $*' accepted as '<-l^*$*' 0:00:01:20 - Oldest still in use is now rule #734 0:00:01:20 - Rule #766: '<- l ^- $-' accepted as '<-l^-$-' 0:00:01:21 - Rule #767: '<- l ^= $=' accepted as '<-l^=$=' 0:00:01:21 - Oldest still in use is now rule #762 0:00:01:21 - Rule #768: '<- l ^_ $_' accepted as '<-l^_$_' 0:00:01:21 - Rule #769: '<- l ^+ $+' accepted as '<-l^+$+' 0:00:01:21 - Rule #770: '<- l ^. $.' accepted as '<-l^.$.' 0:00:01:21 - Rule #771: '<- l ^? $?' accepted as '<-l^?$?' 0:00:01:21 - Rule #772: '<- l ^| $|' accepted as '<-l^|$|' 0:00:01:21 - Rule #773: '<- l ^: $:' accepted as '<-l^:$:' 0:00:01:21 - Rule #774: '<- l ^' $'' accepted as '<-l^'$'' 0:00:01:21 - Rule #775: '<- l ^" $"' accepted as '<-l^"$"' 0:00:01:21 - Rule #776: '<- l ^( $)' accepted as '<-l^($)' 0:00:01:21 - Rule #777: '<- l ^{ $}' accepted as '<-l^{$}' 0:00:01:21 - Rule #778: '<- l ^[ $]' accepted as '<-l^[$]' 0:00:01:21 - Rule #779: '<- l ^< $>' accepted as '<-l^<$>' 0:00:01:21 - Rule #780: '<- l Az"60"' accepted as '<-lAz"60"' 0:00:01:21 - Rule #781: '<- l Az"61"' accepted as '<-lAz"61"' 0:00:01:21 - Rule #782: '<- l Az"62"' accepted as '<-lAz"62"' 0:00:01:21 - Rule #783: '<- l Az"63"' accepted as '<-lAz"63"' 0:00:01:21 - Rule #784: '<- l Az"64"' accepted as '<-lAz"64"' 0:00:01:21 - Rule #785: '<- l Az"65"' accepted as '<-lAz"65"' 0:00:01:21 - Rule #786: '<- l Az"66"' accepted as '<-lAz"66"' 0:00:01:22 - Rule #787: '<- l Az"67"' accepted as '<-lAz"67"' 0:00:01:22 - Oldest still in use is now rule #764 0:00:01:22 - Rule #788: '<- l Az"68"' accepted as '<-lAz"68"' 0:00:01:25 - Rule #789: '<- l Az"69"' accepted as '<-lAz"69"' 0:00:01:25 - Oldest still in use is now rule #766 0:00:01:25 - Rule #790: '<- l Az"30"' accepted as '<-lAz"30"' 0:00:01:26 - Rule #791: '<- l Az"31"' accepted as '<-lAz"31"' 0:00:01:26 - Oldest still in use is now rule #786 0:00:01:26 - Rule #792: '<- l Az"32"' accepted as '<-lAz"32"' 0:00:01:26 - Rule #793: '<- l Az"33"' accepted as '<-lAz"33"' 0:00:01:26 - Rule #794: '<- l Az"34"' accepted as '<-lAz"34"' 0:00:01:26 - Rule #795: '<- l Az"35"' accepted as '<-lAz"35"' 0:00:01:26 - Rule #796: '<- l Az"36"' accepted as '<-lAz"36"' 0:00:01:26 - Rule #797: '<- l Az"37"' accepted as '<-lAz"37"' 0:00:01:26 - Rule #798: '<- l Az"38"' accepted as '<-lAz"38"' 0:00:01:26 - Rule #799: '<- l Az"39"' accepted as '<-lAz"39"' 0:00:01:26 - Rule #800: '<- l Az"40"' accepted as '<-lAz"40"' 0:00:01:26 - Rule #801: '<- l Az"41"' accepted as '<-lAz"41"' 0:00:01:26 - Rule #802: '<- l Az"42"' accepted as '<-lAz"42"' 0:00:01:26 - Rule #803: '<- l Az"43"' accepted as '<-lAz"43"' 0:00:01:26 - Rule #804: '<- l Az"44"' accepted as '<-lAz"44"' 0:00:01:26 - Rule #805: '<- l Az"45"' accepted as '<-lAz"45"' 0:00:01:26 - Rule #806: '<- l Az"46"' accepted as '<-lAz"46"' 0:00:01:26 - Rule #807: '<- l Az"47"' accepted as '<-lAz"47"' 0:00:01:26 - Rule #808: '<- l Az"48"' accepted as '<-lAz"48"' 0:00:01:26 - Rule #809: '<- l Az"49"' accepted as '<-lAz"49"' 0:00:01:26 - Rule #810: '<- l Az"50"' accepted as '<-lAz"50"' 0:00:01:27 - Rule #811: '<- l Az"51"' accepted as '<-lAz"51"' 0:00:01:27 - Oldest still in use is now rule #788 0:00:01:27 - Rule #812: '<- l Az"52"' accepted as '<-lAz"52"' 0:00:01:29 - Rule #813: '<- l Az"53"' accepted as '<-lAz"53"' 0:00:01:29 - Oldest still in use is now rule #790 0:00:01:29 - Rule #814: '<- l Az"54"' accepted as '<-lAz"54"' 0:00:01:31 - Rule #815: '<- l Az"55"' accepted as '<-lAz"55"' 0:00:01:31 - Oldest still in use is now rule #810 0:00:01:31 - Rule #816: '<- l Az"56"' accepted as '<-lAz"56"' 0:00:01:31 - Rule #817: '<- l Az"57"' accepted as '<-lAz"57"' 0:00:01:31 - Rule #818: '<- l Az"58"' accepted as '<-lAz"58"' 0:00:01:31 - Rule #819: '<- l Az"59"' accepted as '<-lAz"59"' 0:00:01:31 - Rule #820: '-c <- (?a c Az"60"' accepted as '<-(?acAz"60"' 0:00:01:31 - Rule #821: '-c <- (?a c Az"61"' accepted as '<-(?acAz"61"' 0:00:01:31 - Rule #822: '-c <- (?a c Az"62"' accepted as '<-(?acAz"62"' 0:00:01:31 - Rule #823: '-c <- (?a c Az"63"' accepted as '<-(?acAz"63"' 0:00:01:31 - Rule #824: '-c <- (?a c Az"64"' accepted as '<-(?acAz"64"' 0:00:01:31 - Rule #825: '-c <- (?a c Az"65"' accepted as '<-(?acAz"65"' 0:00:01:31 - Rule #826: '-c <- (?a c Az"66"' accepted as '<-(?acAz"66"' 0:00:01:31 - Rule #827: '-c <- (?a c Az"67"' accepted as '<-(?acAz"67"' 0:00:01:31 - Rule #828: '-c <- (?a c Az"68"' accepted as '<-(?acAz"68"' 0:00:01:31 - Rule #829: '-c <- (?a c Az"69"' accepted as '<-(?acAz"69"' 0:00:01:31 - Rule #830: '-c <- (?a c Az"30"' accepted as '<-(?acAz"30"' 0:00:01:31 - Rule #831: '-c <- (?a c Az"31"' accepted as '<-(?acAz"31"' 0:00:01:31 - Rule #832: '-c <- (?a c Az"32"' accepted as '<-(?acAz"32"' 0:00:01:31 - Rule #833: '-c <- (?a c Az"33"' accepted as '<-(?acAz"33"' 0:00:01:31 - Rule #834: '-c <- (?a c Az"34"' accepted as '<-(?acAz"34"' 0:00:01:31 - Rule #835: '-c <- (?a c Az"35"' accepted as '<-(?acAz"35"' 0:00:01:31 - Rule #836: '-c <- (?a c Az"36"' accepted as '<-(?acAz"36"' 0:00:01:31 - Rule #837: '-c <- (?a c Az"37"' accepted as '<-(?acAz"37"' 0:00:01:31 - Rule #838: '-c <- (?a c Az"38"' accepted as '<-(?acAz"38"' 0:00:01:31 - Rule #839: '-c <- (?a c Az"39"' accepted as '<-(?acAz"39"' 0:00:01:32 - Rule #840: '-c <- (?a c Az"40"' accepted as '<-(?acAz"40"' 0:00:01:32 - Oldest still in use is now rule #812 0:00:01:32 - Rule #841: '-c <- (?a c Az"41"' accepted as '<-(?acAz"41"' 0:00:01:35 - Rule #842: '-c <- (?a c Az"42"' accepted as '<-(?acAz"42"' 0:00:01:35 - Oldest still in use is now rule #814 0:00:01:35 - Rule #843: '-c <- (?a c Az"43"' accepted as '<-(?acAz"43"' 0:00:01:35 - Rule #844: '-c <- (?a c Az"44"' accepted as '<-(?acAz"44"' 0:00:01:36 - Rule #845: '-c <- (?a c Az"45"' accepted as '<-(?acAz"45"' 0:00:01:36 - Oldest still in use is now rule #839 0:00:01:36 - Rule #846: '-c <- (?a c Az"46"' accepted as '<-(?acAz"46"' 0:00:01:36 - Rule #847: '-c <- (?a c Az"47"' accepted as '<-(?acAz"47"' 0:00:01:36 - Rule #848: '-c <- (?a c Az"48"' accepted as '<-(?acAz"48"' 0:00:01:36 - Rule #849: '-c <- (?a c Az"49"' accepted as '<-(?acAz"49"' 0:00:01:36 - Rule #850: '-c <- (?a c Az"50"' accepted as '<-(?acAz"50"' 0:00:01:36 - Rule #851: '-c <- (?a c Az"51"' accepted as '<-(?acAz"51"' 0:00:01:36 - Rule #852: '-c <- (?a c Az"52"' accepted as '<-(?acAz"52"' 0:00:01:36 - Rule #853: '-c <- (?a c Az"53"' accepted as '<-(?acAz"53"' 0:00:01:36 - Rule #854: '-c <- (?a c Az"54"' accepted as '<-(?acAz"54"' 0:00:01:36 - Rule #855: '-c <- (?a c Az"55"' accepted as '<-(?acAz"55"' 0:00:01:36 - Rule #856: '-c <- (?a c Az"56"' accepted as '<-(?acAz"56"' 0:00:01:36 - Rule #857: '-c <- (?a c Az"57"' accepted as '<-(?acAz"57"' 0:00:01:36 - Rule #858: '-c <- (?a c Az"58"' accepted as '<-(?acAz"58"' 0:00:01:36 - Rule #859: '-c <- (?a c Az"59"' accepted as '<-(?acAz"59"' 0:00:01:36 - Rule #860: '-: (?a l Az"007" <+' accepted as '(?alAz"007"<+' 0:00:01:36 - Rule #861: '-c (?a c Az"007" <+' accepted as '(?acAz"007"<+' 0:00:01:36 - Rule #862: '-: (?a l Az"123" <+' accepted as '(?alAz"123"<+' 0:00:01:36 - Rule #863: '-c (?a c Az"123" <+' accepted as '(?acAz"123"<+' 0:00:01:36 - Rule #864: '-: (?a l Az"111" <+' accepted as '(?alAz"111"<+' 0:00:01:36 - Rule #865: '-: (?a l Az"222" <+' accepted as '(?alAz"222"<+' 0:00:01:36 - Rule #866: '-: (?a l Az"333" <+' accepted as '(?alAz"333"<+' 0:00:01:36 - Rule #867: '-: (?a l Az"444" <+' accepted as '(?alAz"444"<+' 0:00:01:36 - Rule #868: '-: (?a l Az"555" <+' accepted as '(?alAz"555"<+' 0:00:01:36 - Rule #869: '-: (?a l Az"666" <+' accepted as '(?alAz"666"<+' 0:00:01:36 - Rule #870: '-: (?a l Az"777" <+' accepted as '(?alAz"777"<+' 0:00:01:36 - Rule #871: '-: (?a l Az"888" <+' accepted as '(?alAz"888"<+' 0:00:01:37 - Rule #872: '-: (?a l Az"999" <+' accepted as '(?alAz"999"<+' 0:00:01:37 - Oldest still in use is now rule #841 0:00:01:37 - Rule #873: '-c (?a c Az"111" <+' accepted as '(?acAz"111"<+' 0:00:01:39 - Rule #874: '-c (?a c Az"222" <+' accepted as '(?acAz"222"<+' 0:00:01:39 - Oldest still in use is now rule #844 0:00:01:39 - Rule #875: '-c (?a c Az"333" <+' accepted as '(?acAz"333"<+' 0:00:01:39 - Rule #876: '-c (?a c Az"444" <+' accepted as '(?acAz"444"<+' 0:00:01:41 - Rule #877: '-c (?a c Az"555" <+' accepted as '(?acAz"555"<+' 0:00:01:41 - Oldest still in use is now rule #871 0:00:01:41 - Rule #878: '-c (?a c Az"666" <+' accepted as '(?acAz"666"<+' 0:00:01:41 - Rule #879: '-c (?a c Az"777" <+' accepted as '(?acAz"777"<+' 0:00:01:41 - Rule #880: '-c (?a c Az"888" <+' accepted as '(?acAz"888"<+' 0:00:01:41 - Rule #881: '-c (?a c Az"999" <+' accepted as '(?acAz"999"<+' 0:00:01:41 - Rule #882: 'l Az"197" <+ >-' accepted as 'lAz"197"<+>-' 0:00:01:41 - Rule #883: 'l Az"198" <+ >-' accepted as 'lAz"198"<+>-' 0:00:01:41 - Rule #884: 'l Az"199" <+ >-' accepted as 'lAz"199"<+>-' 0:00:01:41 - Rule #885: 'l Az"196" <+ >-' accepted as 'lAz"196"<+>-' 0:00:01:41 - Rule #886: 'l Az"195" <+ >-' accepted as 'lAz"195"<+>-' 0:00:01:41 - Rule #887: 'l Az"194" <+ >-' accepted as 'lAz"194"<+>-' 0:00:01:41 - Rule #888: 'l Az"193" <+ >-' accepted as 'lAz"193"<+>-' 0:00:01:41 - Rule #889: 'l Az"192" <+ >-' accepted as 'lAz"192"<+>-' 0:00:01:41 - Rule #890: 'l Az"191" <+ >-' accepted as 'lAz"191"<+>-' 0:00:01:41 - Rule #891: 'l Az"190" <+ >-' accepted as 'lAz"190"<+>-' 0:00:01:41 - Rule #892: 'l Az"200" <+ >-' accepted as 'lAz"200"<+>-' 0:00:01:41 - Rule #893: 'l Az"201" <+ >-' accepted as 'lAz"201"<+>-' 0:00:01:41 - Rule #894: 'l Az"1970" <+' accepted as 'lAz"1970"<+' 0:00:01:41 - Rule #895: 'l Az"1971" <+' accepted as 'lAz"1971"<+' 0:00:01:41 - Rule #896: 'l Az"1972" <+' accepted as 'lAz"1972"<+' 0:00:01:41 - Rule #897: 'l Az"1973" <+' accepted as 'lAz"1973"<+' 0:00:01:41 - Rule #898: 'l Az"1974" <+' accepted as 'lAz"1974"<+' 0:00:01:41 - Rule #899: 'l Az"1975" <+' accepted as 'lAz"1975"<+' 0:00:01:41 - Rule #900: 'l Az"1976" <+' accepted as 'lAz"1976"<+' 0:00:01:41 - Rule #901: 'l Az"1977" <+' accepted as 'lAz"1977"<+' 0:00:01:41 - Rule #902: 'l Az"1978" <+' accepted as 'lAz"1978"<+' 0:00:01:41 - Rule #903: 'l Az"1979" <+' accepted as 'lAz"1979"<+' 0:00:01:41 - Rule #904: 'l Az"1980" <+' accepted as 'lAz"1980"<+' 0:00:01:41 - Rule #905: 'l Az"1981" <+' accepted as 'lAz"1981"<+' 0:00:01:41 - Rule #906: 'l Az"1982" <+' accepted as 'lAz"1982"<+' 0:00:01:41 - Rule #907: 'l Az"1983" <+' accepted as 'lAz"1983"<+' 0:00:01:41 - Rule #908: 'l Az"1984" <+' accepted as 'lAz"1984"<+' 0:00:01:41 - Rule #909: 'l Az"1985" <+' accepted as 'lAz"1985"<+' 0:00:01:41 - Rule #910: 'l Az"1986" <+' accepted as 'lAz"1986"<+' 0:00:01:42 - Rule #911: 'l Az"1987" <+' accepted as 'lAz"1987"<+' 0:00:01:42 - Oldest still in use is now rule #873 0:00:01:44 - Rule #912: 'l Az"1988" <+' accepted as 'lAz"1988"<+' 0:00:01:44 - Oldest still in use is now rule #876 0:00:01:44 - Rule #913: 'l Az"1989" <+' accepted as 'lAz"1989"<+' 0:00:01:46 - Rule #914: 'l Az"1990" <+' accepted as 'lAz"1990"<+' 0:00:01:46 - Oldest still in use is now rule #910 0:00:01:46 - Rule #915: 'l Az"1991" <+' accepted as 'lAz"1991"<+' 0:00:01:46 - Rule #916: 'l Az"1992" <+' accepted as 'lAz"1992"<+' 0:00:01:46 - Rule #917: 'l Az"1993" <+' accepted as 'lAz"1993"<+' 0:00:01:46 - Rule #918: 'l Az"1994" <+' accepted as 'lAz"1994"<+' 0:00:01:46 - Rule #919: 'l Az"1995" <+' accepted as 'lAz"1995"<+' 0:00:01:46 - Rule #920: 'l Az"1996" <+' accepted as 'lAz"1996"<+' 0:00:01:46 - Rule #921: 'l Az"1997" <+' accepted as 'lAz"1997"<+' 0:00:01:46 - Rule #922: 'l Az"1998" <+' accepted as 'lAz"1998"<+' 0:00:01:46 - Rule #923: 'l Az"1999" <+' accepted as 'lAz"1999"<+' 0:00:01:46 - Rule #924: 'l Az"2000" <+' accepted as 'lAz"2000"<+' 0:00:01:46 - Rule #925: 'l Az"2001" <+' accepted as 'lAz"2001"<+' 0:00:01:46 - Rule #926: 'l Az"2002" <+' accepted as 'lAz"2002"<+' 0:00:01:46 - Rule #927: 'l Az"2003" <+' accepted as 'lAz"2003"<+' 0:00:01:46 - Rule #928: 'l Az"2004" <+' accepted as 'lAz"2004"<+' 0:00:01:46 - Rule #929: 'l Az"2005" <+' accepted as 'lAz"2005"<+' 0:00:01:46 - Rule #930: 'l Az"2006" <+' accepted as 'lAz"2006"<+' 0:00:01:46 - Rule #931: 'l Az"2007" <+' accepted as 'lAz"2007"<+' 0:00:01:46 - Rule #932: 'l Az"2008" <+' accepted as 'lAz"2008"<+' 0:00:01:46 - Rule #933: 'l Az"2009" <+' accepted as 'lAz"2009"<+' 0:00:01:46 - Rule #934: 'l Az"2010" <+' accepted as 'lAz"2010"<+' 0:00:01:47 - Rule #935: 'l Az"2011" <+' accepted as 'lAz"2011"<+' 0:00:01:47 - Oldest still in use is now rule #911 0:00:01:49 - Rule #936: 'l Az"2012" <+' accepted as 'lAz"2012"<+' 0:00:01:49 - Oldest still in use is now rule #913 0:00:01:49 - Rule #937: 'l Az"2013" <+' accepted as 'lAz"2013"<+' 0:00:01:50 - Rule #938: 'l Az"2014" <+' accepted as 'lAz"2014"<+' 0:00:01:50 - Oldest still in use is now rule #934 0:00:01:50 - Rule #939: 'l Az"2015" <+' accepted as 'lAz"2015"<+' 0:00:01:50 - Rule #940: 'l Az"2016" <+' accepted as 'lAz"2016"<+' 0:00:01:50 - Rule #941: 'l Az"2017" <+' accepted as 'lAz"2017"<+' 0:00:01:50 - Rule #942: 'l Az"2018" <+' accepted as 'lAz"2018"<+' 0:00:01:50 - Rule #943: 'l Az"2019" <+' accepted as 'lAz"2019"<+' 0:00:01:50 - Rule #944: 'l Az"1969" <+' accepted as 'lAz"1969"<+' 0:00:01:50 - Rule #945: 'l Az"1968" <+' accepted as 'lAz"1968"<+' 0:00:01:50 - Rule #946: 'l Az"1967" <+' accepted as 'lAz"1967"<+' 0:00:01:50 - Rule #947: 'l Az"1966" <+' accepted as 'lAz"1966"<+' 0:00:01:50 - Rule #948: 'l Az"1965" <+' accepted as 'lAz"1965"<+' 0:00:01:50 - Rule #949: 'l Az"1964" <+' accepted as 'lAz"1964"<+' 0:00:01:50 - Rule #950: 'l Az"1963" <+' accepted as 'lAz"1963"<+' 0:00:01:50 - Rule #951: 'l Az"1962" <+' accepted as 'lAz"1962"<+' 0:00:01:50 - Rule #952: 'l Az"1961" <+' accepted as 'lAz"1961"<+' 0:00:01:50 - Rule #953: 'l Az"1960" <+' accepted as 'lAz"1960"<+' 0:00:01:50 - Rule #954: 'l Az"1959" <+' accepted as 'lAz"1959"<+' 0:00:01:50 - Rule #955: 'l Az"1958" <+' accepted as 'lAz"1958"<+' 0:00:01:50 - Rule #956: 'l Az"1957" <+' accepted as 'lAz"1957"<+' 0:00:01:50 - Rule #957: 'l Az"1956" <+' accepted as 'lAz"1956"<+' 0:00:01:50 - Rule #958: 'l Az"1955" <+' accepted as 'lAz"1955"<+' 0:00:01:51 - Rule #959: 'l Az"1954" <+' accepted as 'lAz"1954"<+' 0:00:01:51 - Oldest still in use is now rule #935 0:00:01:54 - Rule #960: 'l Az"1953" <+' accepted as 'lAz"1953"<+' 0:00:01:54 - Oldest still in use is now rule #937 0:00:01:54 - Rule #961: 'l Az"1952" <+' accepted as 'lAz"1952"<+' 0:00:01:55 - Rule #962: 'l Az"1951" <+' accepted as 'lAz"1951"<+' 0:00:01:55 - Oldest still in use is now rule #958 0:00:01:55 - Rule #963: 'l Az"1950" <+' accepted as 'lAz"1950"<+' 0:00:01:55 - Rule #964: 'l Az"1949" <+' accepted as 'lAz"1949"<+' 0:00:01:55 - Rule #965: 'l Az"1948" <+' accepted as 'lAz"1948"<+' 0:00:01:55 - Rule #966: 'l Az"1947" <+' accepted as 'lAz"1947"<+' 0:00:01:55 - Rule #967: 'l Az"1946" <+' accepted as 'lAz"1946"<+' 0:00:01:55 - Rule #968: 'l Az"1945" <+' accepted as 'lAz"1945"<+' 0:00:01:55 - Rule #969: 'l Az"1944" <+' accepted as 'lAz"1944"<+' 0:00:01:55 - Rule #970: 'l Az"1943" <+' accepted as 'lAz"1943"<+' 0:00:01:55 - Rule #971: 'l Az"1942" <+' accepted as 'lAz"1942"<+' 0:00:01:55 - Rule #972: 'l Az"1941" <+' accepted as 'lAz"1941"<+' 0:00:01:55 - Rule #973: 'l Az"1940" <+' accepted as 'lAz"1940"<+' 0:00:01:55 - Rule #974: 'l Az"1939" <+' accepted as 'lAz"1939"<+' 0:00:01:55 - Rule #975: 'l Az"1938" <+' accepted as 'lAz"1938"<+' 0:00:01:55 - Rule #976: 'l Az"1937" <+' accepted as 'lAz"1937"<+' 0:00:01:55 - Rule #977: 'l Az"1936" <+' accepted as 'lAz"1936"<+' 0:00:01:55 - Rule #978: 'l Az"1935" <+' accepted as 'lAz"1935"<+' 0:00:01:55 - Rule #979: 'l Az"1934" <+' accepted as 'lAz"1934"<+' 0:00:01:55 - Rule #980: 'l Az"1933" <+' accepted as 'lAz"1933"<+' 0:00:01:55 - Rule #981: 'l Az"1932" <+' accepted as 'lAz"1932"<+' 0:00:01:55 - Rule #982: 'l Az"1931" <+' accepted as 'lAz"1931"<+' 0:00:01:56 - Rule #983: 'l Az"1930" <+' accepted as 'lAz"1930"<+' 0:00:01:56 - Oldest still in use is now rule #959 0:00:01:58 - Rule #984: 'l Az"1929" <+' accepted as 'lAz"1929"<+' 0:00:01:58 - Oldest still in use is now rule #961 0:00:01:58 - Rule #985: 'l Az"1928" <+' accepted as 'lAz"1928"<+' 0:00:01:59 - Rule #986: 'l Az"1927" <+' accepted as 'lAz"1927"<+' 0:00:01:59 - Oldest still in use is now rule #982 0:00:01:59 - Rule #987: 'l Az"1926" <+' accepted as 'lAz"1926"<+' 0:00:01:59 - Rule #988: 'l Az"1925" <+' accepted as 'lAz"1925"<+' 0:00:01:59 - Rule #989: 'l Az"1924" <+' accepted as 'lAz"1924"<+' 0:00:01:59 - Rule #990: 'l Az"1923" <+' accepted as 'lAz"1923"<+' 0:00:01:59 - Rule #991: 'l Az"1922" <+' accepted as 'lAz"1922"<+' 0:00:01:59 - Rule #992: 'l Az"1921" <+' accepted as 'lAz"1921"<+' 0:00:01:59 - Rule #993: 'l Az"1920" <+' accepted as 'lAz"1920"<+' 0:00:01:59 - Rule #994: 'l Az"1919" <+' accepted as 'lAz"1919"<+' 0:00:01:59 - Rule #995: 'l Az"1918" <+' accepted as 'lAz"1918"<+' 0:00:01:59 - Rule #996: 'l Az"1917" <+' accepted as 'lAz"1917"<+' 0:00:01:59 - Rule #997: 'l Az"1916" <+' accepted as 'lAz"1916"<+' 0:00:01:59 - Rule #998: 'l Az"1915" <+' accepted as 'lAz"1915"<+' 0:00:01:59 - Rule #999: 'l Az"1914" <+' accepted as 'lAz"1914"<+' 0:00:01:59 - Rule #1000: 'l Az"1913" <+' accepted as 'lAz"1913"<+' 0:00:01:59 - Rule #1001: 'l Az"1912" <+' accepted as 'lAz"1912"<+' 0:00:01:59 - Rule #1002: 'l Az"1911" <+' accepted as 'lAz"1911"<+' 0:00:01:59 - Rule #1003: 'l Az"1910" <+' accepted as 'lAz"1910"<+' 0:00:01:59 - Rule #1004: 'l Az"1909" <+' accepted as 'lAz"1909"<+' 0:00:01:59 - Rule #1005: 'l Az"1908" <+' accepted as 'lAz"1908"<+' 0:00:01:59 - Rule #1006: 'l Az"1907" <+' accepted as 'lAz"1907"<+' 0:00:02:00 - Rule #1007: 'l Az"1906" <+' accepted as 'lAz"1906"<+' 0:00:02:00 - Oldest still in use is now rule #983 0:00:02:03 - Rule #1008: 'l Az"1905" <+' accepted as 'lAz"1905"<+' 0:00:02:03 - Oldest still in use is now rule #985 0:00:02:03 - Rule #1009: 'l Az"1904" <+' accepted as 'lAz"1904"<+' 0:00:02:04 - Rule #1010: 'l Az"1903" <+' accepted as 'lAz"1903"<+' 0:00:02:04 - Oldest still in use is now rule #1006 0:00:02:04 - Rule #1011: 'l Az"1902" <+' accepted as 'lAz"1902"<+' 0:00:02:04 - Rule #1012: 'l Az"1901" <+' accepted as 'lAz"1901"<+' 0:00:02:04 - Rule #1013: 'l Az"1900" <+' accepted as 'lAz"1900"<+' 0:00:02:04 - Processing the remaining buffered candidate passwords, if any 0:00:02:06 Proceeding with wordlist mode 0:00:02:06 - Wordlist file: /usr/share/john/password.lst 0:00:02:06 - 57 preprocessed word mangling rules 0:00:02:06 - Rule #1: ':' accepted as '' 0:00:02:07 + Cracked ivan 0:00:02:09 + Cracked user 0:00:02:10 + Cracked petr 0:00:02:48 - Rule #2: '-c >3 !?X l Q' accepted as '>3!?XlQ' 0:00:02:50 - Rule #3: '-c (?a >2 !?X c Q' accepted as '(?a>2!?XcQ' 0:00:03:25 - Rule #4: '<* >2 !?A l p' accepted as '<*>2!?Alp' 0:00:04:02 - Rule #5: '<* >2 !?A l $1' accepted as '<*>2!?Al$1' 0:00:04:39 - Rule #6: '-c <* >2 !?A c $1' accepted as '<*>2!?Ac$1' 0:00:05:14 - Rule #7: '<7 >1 !?A l d' accepted as '<7>1!?Ald' 0:00:05:38 - Rule #8: '>3 !?A l M r Q' accepted as '>3!?AlMrQ' 0:00:06:14 - Rule #9: '>2 !?A l ^1' accepted as '>2!?Al^1' 0:00:06:47 - Rule #10: '-c >2 !?X u Q M c Q u' accepted as '>2!?XuQMcQu' 0:00:07:25 - Rule #11: '<* >2 !?A l $2' accepted as '<*>2!?Al$2' 0:00:08:00 - Rule #12: '<* >2 !?A l $!' accepted as '<*>2!?Al$!' 0:00:08:35 - Rule #13: '<* >2 !?A l $3' accepted as '<*>2!?Al$3' 0:00:09:10 - Rule #14: '<* >2 !?A l $7' accepted as '<*>2!?Al$7' 0:00:09:45 - Rule #15: '<* >2 !?A l $9' accepted as '<*>2!?Al$9' 0:00:10:20 - Rule #16: '<* >2 !?A l $5' accepted as '<*>2!?Al$5' 0:00:10:53 - Rule #17: '<* >2 !?A l $4' accepted as '<*>2!?Al$4' 0:00:11:29 - Rule #18: '<* >2 !?A l $8' accepted as '<*>2!?Al$8' 0:00:12:03 - Rule #19: '<* >2 !?A l $6' accepted as '<*>2!?Al$6' 0:00:12:35 - Rule #20: '<* >2 !?A l $0' accepted as '<*>2!?Al$0' 0:00:13:08 - Rule #21: '<* >2 !?A l $.' accepted as '<*>2!?Al$.' 0:00:13:42 - Rule #22: '<* >2 !?A l $?' accepted as '<*>2!?Al$?' 0:00:14:17 - Rule #23: '/?p @?p >3 l' accepted as '/?p@?p>3l' 0:00:14:17 - Rule #24: '/?v @?v >3 l' accepted as '/?v@?v>3l' 0:00:14:40 - Rule #25: '/?w @?w >3 l' accepted as '/?w@?w>3l' 0:00:14:40 - Rule #26: '-c <7 >1 !?A c d' accepted as '<7>1!?Acd' 0:00:15:02 - Rule #27: '-c <+ >2 !?A c r' accepted as '<+>2!?Acr' 0:00:15:37 - Rule #28: '-c >2 !?A l M r Q c' accepted as '>2!?AlMrQc' 0:00:16:10 - Rule #29: '<7 >1 !?A l d M 'l f Q' accepted as '<7>1!?AldM'lfQ' 0:00:16:33 - Rule #30: '-c <+ >2 !?A l M r Q c r' accepted as '<+>2!?AlMrQcr' 0:00:17:09 - Rule #31: '>2 !?A l ^2' accepted as '>2!?Al^2' 0:00:17:44 - Rule #32: '>2 !?A l ^4' accepted as '>2!?Al^4' 0:00:18:19 - Rule #33: '-c <* >2 !?A c $2' accepted as '<*>2!?Ac$2' 0:00:18:52 - Rule #34: '-c <* >2 !?A c $!' accepted as '<*>2!?Ac$!' 0:00:19:26 - Rule #35: '-c <* >2 !?A c $3' accepted as '<*>2!?Ac$3' 0:00:20:01 - Rule #36: '-c <* >2 !?A c $9' accepted as '<*>2!?Ac$9' 0:00:20:36 - Rule #37: '-c <* >2 !?A c $5' accepted as '<*>2!?Ac$5' 0:00:21:10 - Rule #38: '-c <* >2 !?A c $7' accepted as '<*>2!?Ac$7' 0:00:21:44 - Rule #39: '-c <* >2 !?A c $4' accepted as '<*>2!?Ac$4' 0:00:22:20 - Rule #40: '-c <* >2 !?A c $6' accepted as '<*>2!?Ac$6' 0:00:22:55 - Rule #41: '-c <* >2 !?A c $8' accepted as '<*>2!?Ac$8' 0:00:23:29 - Rule #42: '-c <* >2 !?A c $.' accepted as '<*>2!?Ac$.' 0:00:24:04 - Rule #43: '-c <* >2 !?A c $?' accepted as '<*>2!?Ac$?' 0:00:24:38 - Rule #44: '-c <* >2 !?A c $0' accepted as '<*>2!?Ac$0' 0:00:25:11 - Rule #45: '>2 !?A l ^3' accepted as '>2!?Al^3' 0:00:25:46 - Rule #46: '>2 !?A l ^7' accepted as '>2!?Al^7' 0:00:26:20 - Rule #47: '>2 !?A l ^9' accepted as '>2!?Al^9' 0:00:26:55 - Rule #48: '>2 !?A l ^5' accepted as '>2!?Al^5' 0:00:27:31 - Rule #49: '>2 !?A l ^6' accepted as '>2!?Al^6' 0:00:28:04 - Rule #50: '>2 !?A l ^8' accepted as '>2!?Al^8' 0:00:28:37 - Rule #51: '-c <* >2 !?A c p' accepted as '<*>2!?Acp' 0:00:29:11 - Rule #52: '-: <* >2 !?A l M P Q' accepted as '<*>2!?AlMPQ' 0:00:29:44 - Rule #53: '-: <* >2 !?A l M I Q' accepted as '<*>2!?AlMIQ' 0:00:30:18 - Rule #54: '-c <* >2 !?A c M P Q' accepted as '<*>2!?AcMPQ' 0:00:30:52 - Rule #55: '-c <* >2 !?A c M I Q' accepted as '<*>2!?AcMIQ' 0:00:31:25 - Rule #56: '-s x**' rejected 0:00:31:25 - Rule #57: '-s-c x** M l Q' rejected 0:00:31:26 Proceeding with "incremental" mode: All 0:00:31:26 - Lengths 0 to 8, up to 95 different characters 0:00:31:26 - Switching to length 4 0:00:31:26 - Expanding tables for length 4 to character count 1 0:00:31:26 - Trying length 4, fixed @1, character count 1 0:00:31:26 - Switching to length 5 0:00:31:26 - Expanding tables for length 5 to character count 1 0:00:31:26 - Trying length 5, fixed @1, character count 1 0:00:31:26 - Expanding tables for length 5 to character count 2 0:00:31:26 - Trying length 5, fixed @2, character count 2 0:00:31:26 - Switching to length 6 0:00:31:26 - Expanding tables for length 6 to character count 1 0:00:31:26 - Trying length 6, fixed @1, character count 1 0:00:31:26 - Expanding tables for length 6 to character count 2 0:00:31:26 - Trying length 6, fixed @1, character count 2 0:00:31:26 - Trying length 6, fixed @2, character count 2 0:00:31:26 - Trying length 6, fixed @3, character count 2 0:00:31:26 - Trying length 6, fixed @4, character count 2 0:00:31:26 - Trying length 6, fixed @5, character count 2 0:00:31:26 - Trying length 6, fixed @6, character count 2 0:00:31:26 - Switching to length 7 0:00:31:26 - Expanding tables for length 7 to character count 1 0:00:31:26 - Trying length 7, fixed @1, character count 1 0:00:31:26 - Switching to length 8 0:00:31:26 - Expanding tables for length 8 to character count 1 0:00:31:26 - Trying length 8, fixed @1, character count 1 0:00:31:26 - Switching to length 3 0:00:31:26 - Expanding tables for length 3 to character count 1 0:00:31:26 - Trying length 3, fixed @1, character count 1 0:00:31:26 - Switching to length 4 0:00:31:26 - Expanding tables for length 4 to character count 2 0:00:31:26 - Trying length 4, fixed @2, character count 2 0:00:31:26 - Switching to length 5 0:00:31:26 - Expanding tables for length 5 to character count 2 0:00:31:26 - Trying length 5, fixed @1, character count 2 0:00:31:28 - Trying length 5, fixed @3, character count 2 0:00:31:28 - Trying length 5, fixed @4, character count 2 0:00:31:28 - Trying length 5, fixed @5, character count 2 0:00:31:28 - Switching to length 7 0:00:31:28 - Expanding tables for length 7 to character count 2 0:00:31:28 - Trying length 7, fixed @2, character count 2 0:00:31:28 - Trying length 7, fixed @3, character count 2 0:00:31:28 - Trying length 7, fixed @5, character count 2 0:00:31:28 - Switching to length 4 0:00:31:28 - Expanding tables for length 4 to character count 2 0:00:31:28 - Trying length 4, fixed @1, character count 2 0:00:31:28 - Trying length 4, fixed @3, character count 2 0:00:31:28 - Trying length 4, fixed @4, character count 2 0:00:31:28 - Switching to length 7 0:00:31:28 - Expanding tables for length 7 to character count 2 0:00:31:28 - Trying length 7, fixed @1, character count 2 0:00:31:29 - Trying length 7, fixed @4, character count 2 0:00:31:29 - Trying length 7, fixed @6, character count 2 0:00:31:29 - Trying length 7, fixed @7, character count 2 0:00:31:29 - Switching to length 8 0:00:31:29 - Expanding tables for length 8 to character count 2 0:00:31:29 - Trying length 8, fixed @2, character count 2 0:00:31:30 - Switching to length 3 0:00:31:30 - Expanding tables for length 3 to character count 2 0:00:31:30 - Trying length 3, fixed @1, character count 2 0:00:31:30 - Trying length 3, fixed @2, character count 2 0:00:31:30 - Switching to length 8 0:00:31:30 - Expanding tables for length 8 to character count 2 0:00:31:30 - Trying length 8, fixed @1, character count 2 0:00:31:31 - Trying length 8, fixed @3, character count 2 0:00:31:31 - Trying length 8, fixed @6, character count 2 0:00:31:31 - Trying length 8, fixed @7, character count 2 0:00:31:31 - Trying length 8, fixed @8, character count 2 0:00:31:31 - Switching to length 3 0:00:31:31 - Expanding tables for length 3 to character count 2 0:00:31:31 - Trying length 3, fixed @3, character count 2 0:00:31:32 - Switching to length 8 0:00:31:32 - Expanding tables for length 8 to character count 2 0:00:31:32 - Trying length 8, fixed @4, character count 2 0:00:31:32 - Trying length 8, fixed @5, character count 2 0:00:31:32 - Switching to length 6 0:00:31:32 - Expanding tables for length 6 to character count 3 0:00:31:32 - Trying length 6, fixed @2, character count 3 0:00:31:34 - Switching to length 5 0:00:31:34 - Expanding tables for length 5 to character count 3 0:00:31:34 - Trying length 5, fixed @2, character count 3 0:00:31:35 - Switching to length 4 0:00:31:35 - Expanding tables for length 4 to character count 3 0:00:31:35 - Trying length 4, fixed @2, character count 3 0:00:31:35 - Switching to length 6 0:00:31:35 - Expanding tables for length 6 to character count 3 0:00:31:35 - Trying length 6, fixed @3, character count 3 0:00:31:36 - Trying length 6, fixed @5, character count 3 0:00:31:37 - Switching to length 3 0:00:31:37 - Expanding tables for length 3 to character count 3 0:00:31:37 - Trying length 3, fixed @2, character count 3 0:00:31:37 - Switching to length 5 0:00:31:37 - Expanding tables for length 5 to character count 3 0:00:31:37 - Trying length 5, fixed @5, character count 3 0:00:31:37 - Switching to length 6 0:00:31:37 - Expanding tables for length 6 to character count 3 0:00:31:37 - Trying length 6, fixed @4, character count 3 0:00:31:38 - Trying length 6, fixed @6, character count 3 0:00:31:38 - Switching to length 5 0:00:31:38 - Expanding tables for length 5 to character count 3 0:00:31:38 - Trying length 5, fixed @3, character count 3 0:00:31:39 - Trying length 5, fixed @4, character count 3 0:00:31:39 - Switching to length 2 0:00:31:39 - Expanding tables for length 2 to character count 1 0:00:31:39 - Trying length 2, fixed @1, character count 1 0:00:31:39 - Switching to length 3 0:00:31:39 - Expanding tables for length 3 to character count 3 0:00:31:39 - Trying length 3, fixed @1, character count 3 0:00:31:39 - Switching to length 4 0:00:31:39 - Expanding tables for length 4 to character count 3 0:00:31:39 - Trying length 4, fixed @4, character count 3 0:00:31:39 - Switching to length 6 0:00:31:39 - Expanding tables for length 6 to character count 3 0:00:31:39 - Trying length 6, fixed @1, character count 3 0:00:31:42 - Switching to length 3 0:00:31:42 - Expanding tables for length 3 to character count 3 0:00:31:42 - Trying length 3, fixed @3, character count 3 0:00:31:43 - Switching to length 4 0:00:31:43 - Expanding tables for length 4 to character count 3 0:00:31:43 - Trying length 4, fixed @1, character count 3 0:00:31:43 - Trying length 4, fixed @3, character count 3 0:00:31:43 - Switching to length 5 0:00:31:43 - Expanding tables for length 5 to character count 3 0:00:31:43 - Trying length 5, fixed @1, character count 3 0:00:31:44 - Switching to length 2 0:00:31:44 - Expanding tables for length 2 to character count 2 0:00:31:44 - Trying length 2, fixed @1, character count 2 0:00:31:44 - Switching to length 7 0:00:31:44 - Expanding tables for length 7 to character count 3 0:00:31:44 - Trying length 7, fixed @2, character count 3 0:00:31:50 - Switching to length 3 0:00:31:50 - Expanding tables for length 3 to character count 4 0:00:31:50 - Trying length 3, fixed @1, character count 4 0:00:31:50 - Trying length 3, fixed @2, character count 4 0:00:31:50 - Trying length 3, fixed @3, character count 4 0:00:31:50 - Switching to length 4 0:00:31:50 - Expanding tables for length 4 to character count 4 0:00:31:50 - Trying length 4, fixed @2, character count 4 0:00:31:52 - Switching to length 1 0:00:31:52 - Expanding tables for length 1 to character count 1 0:00:31:52 - Trying length 1, fixed @1, character count 1 0:00:31:52 - Switching to length 5 0:00:31:52 - Expanding tables for length 5 to character count 4 0:00:31:52 - Trying length 5, fixed @2, character count 4 0:00:31:54 - Switching to length 7 0:00:31:54 - Expanding tables for length 7 to character count 3 0:00:31:54 - Trying length 7, fixed @5, character count 3 0:00:31:55 - Switching to length 1 0:00:31:55 - Expanding tables for length 1 to character count 2 0:00:31:55 - Trying length 1, fixed @1, character count 2 0:00:31:55 - Switching to length 2 0:00:31:55 - Expanding tables for length 2 to character count 2 0:00:31:55 - Trying length 2, fixed @2, character count 2 0:00:31:55 - Switching to length 7 0:00:31:55 - Expanding tables for length 7 to character count 3 0:00:31:55 - Trying length 7, fixed @3, character count 3 0:00:32:00 - Switching to length 6 0:00:32:00 - Expanding tables for length 6 to character count 4 0:00:32:00 - Trying length 6, fixed @2, character count 4 0:00:32:10 - Switching to length 7 0:00:32:10 - Expanding tables for length 7 to character count 3 0:00:32:10 - Trying length 7, fixed @6, character count 3 0:00:32:11 - Switching to length 4 0:00:32:11 - Expanding tables for length 4 to character count 4 0:00:32:11 - Trying length 4, fixed @3, character count 4 0:00:32:11 - Trying length 4, fixed @4, character count 4 0:00:32:11 - Switching to length 3 0:00:32:11 - Expanding tables for length 3 to character count 5 0:00:32:11 - Trying length 3, fixed @1, character count 5 0:00:32:12 - Switching to length 4 0:00:32:12 - Expanding tables for length 4 to character count 4 0:00:32:12 - Trying length 4, fixed @1, character count 4 0:00:32:12 - Switching to length 7 0:00:32:12 - Expanding tables for length 7 to character count 3 0:00:32:12 - Trying length 7, fixed @7, character count 3 0:00:32:13 - Switching to length 5 0:00:32:13 - Expanding tables for length 5 to character count 4 0:00:32:13 - Trying length 5, fixed @5, character count 4 0:00:32:14 - Switching to length 1 0:00:32:14 - Expanding tables for length 1 to character count 3 0:00:32:14 - Trying length 1, fixed @1, character count 3 0:00:32:14 - Switching to length 2 0:00:32:14 - Expanding tables for length 2 to character count 3 0:00:32:14 - Trying length 2, fixed @1, character count 3 0:00:32:14 - Switching to length 3 0:00:32:14 - Expanding tables for length 3 to character count 5 0:00:32:14 - Trying length 3, fixed @3, character count 5 0:00:32:14 - Switching to length 7 0:00:32:14 - Expanding tables for length 7 to character count 3 0:00:32:14 - Trying length 7, fixed @4, character count 3 0:00:32:16 - Switching to length 3 0:00:32:16 - Expanding tables for length 3 to character count 5 0:00:32:16 - Trying length 3, fixed @2, character count 5 0:00:32:16 - Switching to length 7 0:00:32:16 - Expanding tables for length 7 to character count 3 0:00:32:16 - Trying length 7, fixed @1, character count 3 0:00:32:26 - Switching to length 5 0:00:32:26 - Expanding tables for length 5 to character count 4 0:00:32:26 - Trying length 5, fixed @3, character count 4 0:00:32:28 - Switching to length 6 0:00:32:28 - Expanding tables for length 6 to character count 4 0:00:32:28 - Trying length 6, fixed @5, character count 4 0:00:32:32 - Trying length 6, fixed @6, character count 4 0:00:32:34 - Switching to length 5 0:00:32:34 - Expanding tables for length 5 to character count 4 0:00:32:34 - Trying length 5, fixed @4, character count 4 0:00:32:36 - Switching to length 6 0:00:32:36 - Expanding tables for length 6 to character count 4 0:00:32:36 - Trying length 6, fixed @3, character count 4 0:00:32:43 - Trying length 6, fixed @4, character count 4 0:00:32:48 - Switching to length 5 0:00:32:48 - Expanding tables for length 5 to character count 4 0:00:32:48 - Trying length 5, fixed @1, character count 4 0:00:32:51 - Switching to length 2 0:00:32:51 - Expanding tables for length 2 to character count 3 0:00:32:51 - Trying length 2, fixed @2, character count 3 0:00:32:51 - Switching to length 3 0:00:32:51 - Expanding tables for length 3 to character count 6 0:00:32:51 - Trying length 3, fixed @1, character count 6 0:00:32:51 - Switching to length 6 0:00:32:52 - Expanding tables for length 6 to character count 4 0:00:32:52 - Trying length 6, fixed @1, character count 4 0:00:33:05 - Switching to length 1 0:00:33:05 - Expanding tables for length 1 to character count 4 0:00:33:05 - Trying length 1, fixed @1, character count 4 0:00:33:05 - Expanding tables for length 1 to character count 5 0:00:33:05 - Trying length 1, fixed @1, character count 5 0:00:33:05 - Expanding tables for length 1 to character count 6 0:00:33:05 - Trying length 1, fixed @1, character count 6 0:00:33:05 - Expanding tables for length 1 to character count 7 0:00:33:05 - Trying length 1, fixed @1, character count 7 0:00:33:05 - Expanding tables for length 1 to character count 8 0:00:33:05 - Trying length 1, fixed @1, character count 8 0:00:33:05 - Switching to length 3 0:00:33:05 - Expanding tables for length 3 to character count 6 0:00:33:05 - Trying length 3, fixed @3, character count 6 0:00:33:05 - Switching to length 2 0:00:33:05 - Expanding tables for length 2 to character count 4 0:00:33:05 - Trying length 2, fixed @1, character count 4 0:00:33:05 - Switching to length 3 0:00:33:05 - Expanding tables for length 3 to character count 6 0:00:33:05 - Trying length 3, fixed @2, character count 6 0:00:33:05 - Switching to length 8 0:00:33:05 - Expanding tables for length 8 to character count 3 0:00:33:05 - Trying length 8, fixed @2, character count 3 0:00:33:24 - Switching to length 4 0:00:33:24 - Expanding tables for length 4 to character count 5 0:00:33:24 - Trying length 4, fixed @2, character count 5 0:00:33:25 - Switching to length 3 0:00:33:25 - Expanding tables for length 3 to character count 7 0:00:33:25 - Trying length 3, fixed @1, character count 7 0:00:33:25 - Switching to length 4 0:00:33:25 - Expanding tables for length 4 to character count 5 0:00:33:25 - Trying length 4, fixed @3, character count 5 0:00:33:26 - Trying length 4, fixed @4, character count 5 0:00:33:27 - Trying length 4, fixed @1, character count 5 0:00:33:28 - Switching to length 1 0:00:33:28 - Expanding tables for length 1 to character count 9 0:00:33:28 - Trying length 1, fixed @1, character count 9 0:00:33:28 - Expanding tables for length 1 to character count 10 0:00:33:28 - Trying length 1, fixed @1, character count 10 0:00:33:28 - Expanding tables for length 1 to character count 11 0:00:33:28 - Trying length 1, fixed @1, character count 11 0:00:33:28 - Switching to length 2 0:00:33:28 - Expanding tables for length 2 to character count 5 0:00:33:28 - Trying length 2, fixed @1, character count 5 0:00:33:28 - Trying length 2, fixed @2, character count 4 0:00:33:28 - Switching to length 8 0:00:33:28 - Expanding tables for length 8 to character count 3 0:00:33:28 - Trying length 8, fixed @6, character count 3 0:00:33:32 - Switching to length 3 0:00:33:32 - Expanding tables for length 3 to character count 7 0:00:33:32 - Trying length 3, fixed @3, character count 7 0:00:33:32 - Trying length 3, fixed @2, character count 7 0:00:33:33 - Switching to length 8 0:00:33:33 - Expanding tables for length 8 to character count 3 0:00:33:33 - Trying length 8, fixed @3, character count 3 0:00:33:45 - Switching to length 2 0:00:33:45 - Expanding tables for length 2 to character count 6 0:00:33:45 - Trying length 2, fixed @1, character count 6 0:00:33:45 - Switching to length 3 0:00:33:45 - Expanding tables for length 3 to character count 8 0:00:33:45 - Trying length 3, fixed @1, character count 8 0:00:33:46 - Switching to length 8 0:00:33:46 - Expanding tables for length 8 to character count 3 0:00:33:46 - Trying length 8, fixed @5, character count 3 0:00:33:51 - Switching to length 5 0:00:33:51 - Expanding tables for length 5 to character count 5 0:00:33:51 - Trying length 5, fixed @5, character count 5 0:00:33:55 - Switching to length 8 0:00:33:55 - Expanding tables for length 8 to character count 3 0:00:33:55 - Trying length 8, fixed @4, character count 3 0:00:34:03 - Switching to length 2 0:00:34:03 - Expanding tables for length 2 to character count 5 0:00:34:03 - Trying length 2, fixed @2, character count 5 0:00:34:03 - Switching to length 5 0:00:34:03 - Expanding tables for length 5 to character count 5 0:00:34:03 - Trying length 5, fixed @2, character count 5 0:00:34:09 - Switching to length 8 0:00:34:09 - Expanding tables for length 8 to character count 3 0:00:34:09 - Trying length 8, fixed @7, character count 3 0:00:34:11 - Trying length 8, fixed @8, character count 3 0:00:34:13 - Trying length 8, fixed @1, character count 3 0:00:34:40 - Switching to length 5 0:00:34:40 - Expanding tables for length 5 to character count 5 0:00:34:40 - Trying length 5, fixed @3, character count 5 0:00:34:44 - Switching to length 1 0:00:34:44 - Expanding tables for length 1 to character count 12 0:00:34:44 - Trying length 1, fixed @1, character count 12 0:00:34:44 - Expanding tables for length 1 to character count 13 0:00:34:44 - Trying length 1, fixed @1, character count 13 0:00:34:44 - Expanding tables for length 1 to character count 14 0:00:34:44 - Trying length 1, fixed @1, character count 14 0:00:34:44 - Expanding tables for length 1 to character count 15 0:00:34:44 - Trying length 1, fixed @1, character count 15 0:00:34:44 - Expanding tables for length 1 to character count 16 0:00:34:44 - Trying length 1, fixed @1, character count 16 0:00:34:44 - Expanding tables for length 1 to character count 17 0:00:34:44 - Trying length 1, fixed @1, character count 17 0:00:34:44 - Expanding tables for length 1 to character count 18 0:00:34:44 - Trying length 1, fixed @1, character count 18 0:00:34:44 - Expanding tables for length 1 to character count 19 0:00:34:44 - Trying length 1, fixed @1, character count 19 0:00:34:44 - Expanding tables for length 1 to character count 20 0:00:34:44 - Trying length 1, fixed @1, character count 20 0:00:34:44 - Expanding tables for length 1 to character count 21 0:00:34:44 - Trying length 1, fixed @1, character count 21 0:00:34:44 - Switching to length 3 0:00:34:44 - Expanding tables for length 3 to character count 8 0:00:34:44 - Trying length 3, fixed @3, character count 8 0:00:34:45 - Switching to length 5 0:00:34:45 - Expanding tables for length 5 to character count 5 0:00:34:45 - Trying length 5, fixed @4, character count 5 0:00:34:49 - Switching to length 2 0:00:34:49 - Expanding tables for length 2 to character count 7 0:00:34:49 - Trying length 2, fixed @1, character count 7 0:00:34:49 - Switching to length 3 0:00:34:49 - Expanding tables for length 3 to character count 8 0:00:34:49 - Trying length 3, fixed @2, character count 8 0:00:34:50 - Switching to length 2 0:00:34:50 - Expanding tables for length 2 to character count 6 0:00:34:50 - Trying length 2, fixed @2, character count 6 0:00:34:50 - Switching to length 4 0:00:34:50 - Expanding tables for length 4 to character count 6 0:00:34:50 - Trying length 4, fixed @2, character count 6 0:00:34:52 - Switching to length 3 0:00:34:52 - Expanding tables for length 3 to character count 9 0:00:34:52 - Trying length 3, fixed @1, character count 9 0:00:34:54 - Switching to length 4 0:00:34:54 - Expanding tables for length 4 to character count 6 0:00:34:54 - Trying length 4, fixed @4, character count 6 0:00:34:55 - Trying length 4, fixed @3, character count 6 0:00:34:56 - Switching to length 5 0:00:34:56 - Expanding tables for length 5 to character count 5 0:00:34:56 - Trying length 5, fixed @1, character count 5 0:00:35:05 - Switching to length 7 0:00:35:05 - Expanding tables for length 7 to character count 4 0:00:35:05 - Trying length 7, fixed @2, character count 4 0:00:35:43 - Switching to length 2 0:00:35:43 - Expanding tables for length 2 to character count 8 0:00:35:43 - Trying length 2, fixed @1, character count 8 0:00:35:43 - Switching to length 6 0:00:35:43 - Expanding tables for length 6 to character count 5 0:00:35:43 - Trying length 6, fixed @2, character count 5 0:00:36:14 - Trying length 6, fixed @6, character count 5 0:00:36:27 - Switching to length 4 0:00:36:27 - Expanding tables for length 4 to character count 6 0:00:36:27 - Trying length 4, fixed @1, character count 6 0:00:36:29 - Switching to length 3 0:00:36:29 - Expanding tables for length 3 to character count 9 0:00:36:29 - Trying length 3, fixed @3, character count 9 0:00:36:30 - Switching to length 2 0:00:36:30 - Expanding tables for length 2 to character count 7 0:00:36:30 - Trying length 2, fixed @2, character count 7 0:00:36:30 - Switching to length 3 0:00:36:30 - Expanding tables for length 3 to character count 9 0:00:36:30 - Trying length 3, fixed @2, character count 9 0:00:36:30 - Switching to length 6 0:00:36:30 - Expanding tables for length 6 to character count 5 0:00:36:30 - Trying length 6, fixed @3, character count 5 0:00:36:56 - Switching to length 3 0:00:36:56 - Expanding tables for length 3 to character count 10 0:00:36:56 - Trying length 3, fixed @1, character count 10 0:00:36:58 - Switching to length 6 0:00:36:58 - Expanding tables for length 6 to character count 5 0:00:36:58 - Trying length 6, fixed @4, character count 5 0:00:37:19 - Trying length 6, fixed @5, character count 5 0:00:37:34 - Trying length 6, fixed @1, character count 5 0:00:38:12 - Switching to length 2 0:00:38:12 - Expanding tables for length 2 to character count 8 0:00:38:12 - Trying length 2, fixed @2, character count 8 0:00:38:12 - Switching to length 3 0:00:38:12 - Expanding tables for length 3 to character count 10 0:00:38:12 - Trying length 3, fixed @3, character count 10 0:00:38:13 - Switching to length 2 0:00:38:13 - Expanding tables for length 2 to character count 9 0:00:38:13 - Trying length 2, fixed @1, character count 9 0:00:38:13 - Trying length 2, fixed @2, character count 9 0:00:38:13 - Switching to length 4 0:00:38:13 - Expanding tables for length 4 to character count 7 0:00:38:13 - Trying length 4, fixed @2, character count 7 0:00:38:17 - Trying length 4, fixed @4, character count 7 0:00:38:19 - Switching to length 1 0:00:38:19 - Expanding tables for length 1 to character count 22 0:00:38:19 - Trying length 1, fixed @1, character count 22 0:00:38:19 - Expanding tables for length 1 to character count 23 0:00:38:19 - Trying length 1, fixed @1, character count 23 0:00:38:19 - Expanding tables for length 1 to character count 24 0:00:38:19 - Trying length 1, fixed @1, character count 24 0:00:38:19 - Expanding tables for length 1 to character count 25 0:00:38:19 - Trying length 1, fixed @1, character count 25 0:00:38:19 - Expanding tables for length 1 to character count 26 0:00:38:19 - Trying length 1, fixed @1, character count 26 0:00:38:19 - Expanding tables for length 1 to character count 27 0:00:38:19 - Trying length 1, fixed @1, character count 27 0:00:38:19 - Expanding tables for length 1 to character count 28 0:00:38:19 - Trying length 1, fixed @1, character count 28 0:00:38:19 - Expanding tables for length 1 to character count 29 0:00:38:19 - Trying length 1, fixed @1, character count 29 0:00:38:19 - Expanding tables for length 1 to character count 30 0:00:38:19 - Trying length 1, fixed @1, character count 30 0:00:38:19 - Expanding tables for length 1 to character count 31 0:00:38:19 - Trying length 1, fixed @1, character count 31 0:00:38:19 - Expanding tables for length 1 to character count 32 0:00:38:19 - Trying length 1, fixed @1, character count 32 0:00:38:19 - Expanding tables for length 1 to character count 33 0:00:38:19 - Trying length 1, fixed @1, character count 33 0:00:38:19 - Expanding tables for length 1 to character count 34 0:00:38:19 - Trying length 1, fixed @1, character count 34 0:00:38:19 - Expanding tables for length 1 to character count 35 0:00:38:19 - Trying length 1, fixed @1, character count 35 0:00:38:19 - Expanding tables for length 1 to character count 36 0:00:38:19 - Trying length 1, fixed @1, character count 36 0:00:38:19 - Expanding tables for length 1 to character count 37 0:00:38:19 - Trying length 1, fixed @1, character count 37 0:00:38:19 - Expanding tables for length 1 to character count 38 0:00:38:19 - Trying length 1, fixed @1, character count 38 0:00:38:19 - Expanding tables for length 1 to character count 39 0:00:38:19 - Trying length 1, fixed @1, character count 39 0:00:38:19 - Expanding tables for length 1 to character count 40 0:00:38:19 - Trying length 1, fixed @1, character count 40 0:00:38:20 - Expanding tables for length 1 to character count 41 0:00:38:20 - Trying length 1, fixed @1, character count 41 0:00:38:20 - Expanding tables for length 1 to character count 42 0:00:38:20 - Trying length 1, fixed @1, character count 42 0:00:38:20 - Expanding tables for length 1 to character count 43 0:00:38:20 - Trying length 1, fixed @1, character count 43 0:00:38:20 - Expanding tables for length 1 to character count 44 0:00:38:20 - Trying length 1, fixed @1, character count 44 0:00:38:20 - Expanding tables for length 1 to character count 45 0:00:38:20 - Trying length 1, fixed @1, character count 45 0:00:38:20 - Expanding tables for length 1 to character count 46 0:00:38:20 - Trying length 1, fixed @1, character count 46 0:00:38:20 - Expanding tables for length 1 to character count 47 0:00:38:20 - Trying length 1, fixed @1, character count 47 0:00:38:20 - Expanding tables for length 1 to character count 48 0:00:38:20 - Trying length 1, fixed @1, character count 48 0:00:38:20 - Expanding tables for length 1 to character count 49 0:00:38:20 - Trying length 1, fixed @1, character count 49 0:00:38:20 - Expanding tables for length 1 to character count 50 0:00:38:20 - Trying length 1, fixed @1, character count 50 0:00:38:20 - Expanding tables for length 1 to character count 51 0:00:38:20 - Trying length 1, fixed @1, character count 51 0:00:38:20 - Expanding tables for length 1 to character count 52 0:00:38:20 - Trying length 1, fixed @1, character count 52 0:00:38:20 - Expanding tables for length 1 to character count 53 0:00:38:20 - Trying length 1, fixed @1, character count 53 0:00:38:20 - Expanding tables for length 1 to character count 54 0:00:38:20 - Trying length 1, fixed @1, character count 54 0:00:38:20 - Expanding tables for length 1 to character count 55 0:00:38:20 - Trying length 1, fixed @1, character count 55 0:00:38:20 - Expanding tables for length 1 to character count 56 0:00:38:20 - Trying length 1, fixed @1, character count 56 0:00:38:20 - Expanding tables for length 1 to character count 57 0:00:38:20 - Trying length 1, fixed @1, character count 57 0:00:38:20 - Expanding tables for length 1 to character count 58 0:00:38:20 - Trying length 1, fixed @1, character count 58 0:00:38:20 - Expanding tables for length 1 to character count 59 0:00:38:20 - Trying length 1, fixed @1, character count 59 0:00:38:20 - Expanding tables for length 1 to character count 60 0:00:38:20 - Trying length 1, fixed @1, character count 60 0:00:38:20 - Expanding tables for length 1 to character count 61 0:00:38:20 - Trying length 1, fixed @1, character count 61 0:00:38:20 - Expanding tables for length 1 to character count 62 0:00:38:20 - Trying length 1, fixed @1, character count 62 0:00:38:20 - Expanding tables for length 1 to character count 63 0:00:38:20 - Trying length 1, fixed @1, character count 63 0:00:38:20 - Expanding tables for length 1 to character count 64 0:00:38:20 - Trying length 1, fixed @1, character count 64 0:00:38:20 - Expanding tables for length 1 to character count 65 0:00:38:20 - Trying length 1, fixed @1, character count 65 0:00:38:20 - Expanding tables for length 1 to character count 66 0:00:38:20 - Trying length 1, fixed @1, character count 66 0:00:38:20 - Expanding tables for length 1 to character count 67 0:00:38:20 - Trying length 1, fixed @1, character count 67 0:00:38:20 - Expanding tables for length 1 to character count 68 0:00:38:20 - Trying length 1, fixed @1, character count 68 0:00:38:20 - Expanding tables for length 1 to character count 69 0:00:38:20 - Trying length 1, fixed @1, character count 69 0:00:38:20 - Expanding tables for length 1 to character count 70 0:00:38:20 - Trying length 1, fixed @1, character count 70 0:00:38:20 - Expanding tables for length 1 to character count 71 0:00:38:20 - Trying length 1, fixed @1, character count 71 0:00:38:20 - Expanding tables for length 1 to character count 72 0:00:38:20 - Trying length 1, fixed @1, character count 72 0:00:38:20 - Expanding tables for length 1 to character count 73 0:00:38:20 - Trying length 1, fixed @1, character count 73 0:00:38:20 - Expanding tables for length 1 to character count 74 0:00:38:20 - Trying length 1, fixed @1, character count 74 0:00:38:20 - Expanding tables for length 1 to character count 75 0:00:38:20 - Trying length 1, fixed @1, character count 75 0:00:38:20 - Expanding tables for length 1 to character count 76 0:00:38:20 - Trying length 1, fixed @1, character count 76 0:00:38:20 - Expanding tables for length 1 to character count 77 0:00:38:20 - Trying length 1, fixed @1, character count 77 0:00:38:20 - Expanding tables for length 1 to character count 78 0:00:38:20 - Trying length 1, fixed @1, character count 78 0:00:38:20 - Expanding tables for length 1 to character count 79 0:00:38:20 - Trying length 1, fixed @1, character count 79 0:00:38:20 - Expanding tables for length 1 to character count 80 0:00:38:20 - Trying length 1, fixed @1, character count 80 0:00:38:20 - Expanding tables for length 1 to character count 81 0:00:38:20 - Trying length 1, fixed @1, character count 81 0:00:38:20 - Expanding tables for length 1 to character count 82 0:00:38:20 - Trying length 1, fixed @1, character count 82 0:00:38:20 - Expanding tables for length 1 to character count 83 0:00:38:20 - Trying length 1, fixed @1, character count 83 0:00:38:20 - Expanding tables for length 1 to character count 84 0:00:38:20 - Trying length 1, fixed @1, character count 84 0:00:38:20 - Expanding tables for length 1 to character count 85 0:00:38:20 - Trying length 1, fixed @1, character count 85 0:00:38:20 - Expanding tables for length 1 to character count 86 0:00:38:20 - Trying length 1, fixed @1, character count 86 0:00:38:20 - Expanding tables for length 1 to character count 87 0:00:38:20 - Trying length 1, fixed @1, character count 87 0:00:38:20 - Expanding tables for length 1 to character count 88 0:00:38:20 - Trying length 1, fixed @1, character count 88 0:00:38:20 - Expanding tables for length 1 to character count 89 0:00:38:20 - Trying length 1, fixed @1, character count 89 0:00:38:20 - Expanding tables for length 1 to character count 90 0:00:38:20 - Trying length 1, fixed @1, character count 90 0:00:38:20 - Expanding tables for length 1 to character count 91 0:00:38:20 - Trying length 1, fixed @1, character count 91 0:00:38:20 - Expanding tables for length 1 to character count 92 0:00:38:20 - Trying length 1, fixed @1, character count 92 0:00:38:20 - Expanding tables for length 1 to character count 93 0:00:38:20 - Trying length 1, fixed @1, character count 93 0:00:38:20 - Expanding tables for length 1 to character count 94 0:00:38:20 - Trying length 1, fixed @1, character count 94 0:00:38:20 - Expanding tables for length 1 to character count 95 0:00:38:20 - Trying length 1, fixed @1, character count 95 0:00:38:20 - Switching to length 3 0:00:38:20 - Expanding tables for length 3 to character count 10 0:00:38:20 - Trying length 3, fixed @2, character count 10 0:00:38:22 - Expanding tables for length 3 to character count 11 0:00:38:22 - Trying length 3, fixed @1, character count 11 0:00:38:23 - Switching to length 7 0:00:38:23 - Expanding tables for length 7 to character count 4 0:00:38:23 - Trying length 7, fixed @6, character count 4 0:00:38:34 - Switching to length 4 0:00:38:34 - Expanding tables for length 4 to character count 7 0:00:38:34 - Trying length 4, fixed @3, character count 7 0:00:38:38 - Switching to length 7 0:00:38:38 - Expanding tables for length 7 to character count 4 0:00:38:38 - Trying length 7, fixed @5, character count 4 0:00:38:55 - Trying length 7, fixed @7, character count 4 0:00:39:04 - Switching to length 2 0:00:39:04 - Expanding tables for length 2 to character count 10 0:00:39:04 - Trying length 2, fixed @2, character count 10 0:00:39:04 - Switching to length 7 0:00:39:04 - Expanding tables for length 7 to character count 4 0:00:39:04 - Trying length 7, fixed @3, character count 4 0:00:39:34 - Switching to length 3 0:00:39:34 - Expanding tables for length 3 to character count 11 0:00:39:34 - Trying length 3, fixed @3, character count 11 0:00:39:35 - Switching to length 4 0:00:39:35 - Expanding tables for length 4 to character count 7 0:00:39:35 - Trying length 4, fixed @1, character count 7 0:00:39:39 - Switching to length 5 0:00:39:39 - Expanding tables for length 5 to character count 6 0:00:39:39 - Trying length 5, fixed @2, character count 6 0:00:39:52 - Switching to length 2 0:00:39:52 - Expanding tables for length 2 to character count 11 0:00:39:52 - Trying length 2, fixed @2, character count 11 0:00:39:52 - Switching to length 5 0:00:39:52 - Expanding tables for length 5 to character count 6 0:00:39:52 - Trying length 5, fixed @5, character count 6 0:00:40:00 - Switching to length 7 0:00:40:00 - Expanding tables for length 7 to character count 4 0:00:40:00 - Trying length 7, fixed @4, character count 4 0:00:40:23 - Switching to length 2 0:00:40:23 - Expanding tables for length 2 to character count 10 0:00:40:23 - Trying length 2, fixed @1, character count 10 0:00:40:23 - Switching to length 5 0:00:40:23 - Expanding tables for length 5 to character count 6 0:00:40:23 - Trying length 5, fixed @3, character count 6 0:00:40:33 - Switching to length 7 0:00:40:33 - Expanding tables for length 7 to character count 4 0:00:40:33 - Trying length 7, fixed @1, character count 4 0:00:41:25 - Switching to length 3 0:00:41:25 - Expanding tables for length 3 to character count 11 0:00:41:25 - Trying length 3, fixed @2, character count 11 0:00:41:27 - Switching to length 2 0:00:41:27 - Expanding tables for length 2 to character count 11 0:00:41:27 - Trying length 2, fixed @1, character count 11 0:00:41:27 - Switching to length 5 0:00:41:27 - Expanding tables for length 5 to character count 6 0:00:41:27 - Trying length 5, fixed @4, character count 6 0:00:41:37 - Trying length 5, fixed @1, character count 6 0:00:41:52 - Switching to length 3 0:00:41:52 - Expanding tables for length 3 to character count 12 0:00:41:52 - Trying length 3, fixed @1, character count 12 0:00:41:55 - Trying length 3, fixed @3, character count 12 0:00:41:56 - Switching to length 2 0:00:41:56 - Expanding tables for length 2 to character count 12 0:00:41:56 - Trying length 2, fixed @1, character count 12 0:00:41:56 - Trying length 2, fixed @2, character count 12 0:00:41:56 - Expanding tables for length 2 to character count 13 0:00:41:56 - Trying length 2, fixed @1, character count 13 0:00:41:57 - Trying length 2, fixed @2, character count 13 0:00:41:57 - Switching to length 4 0:00:41:57 - Expanding tables for length 4 to character count 8 0:00:41:57 - Trying length 4, fixed @3, character count 8 0:00:42:02 - Trying length 4, fixed @4, character count 8 0:00:42:05 - Trying length 4, fixed @2, character count 8 0:00:42:12 - Switching to length 3 0:00:42:12 - Expanding tables for length 3 to character count 12 0:00:42:12 - Trying length 3, fixed @2, character count 12 0:00:42:13 - Expanding tables for length 3 to character count 13 0:00:42:13 - Trying length 3, fixed @3, character count 13 0:00:42:15 - Trying length 3, fixed @1, character count 13 0:00:42:17 - Switching to length 4 0:00:42:17 - Expanding tables for length 4 to character count 8 0:00:42:17 - Trying length 4, fixed @1, character count 8 0:00:42:24 - Switching to length 2 0:00:42:24 - Expanding tables for length 2 to character count 14 0:00:42:24 - Trying length 2, fixed @1, character count 14 0:00:42:24 - Trying length 2, fixed @2, character count 14 0:00:42:24 - Switching to length 3 0:00:42:24 - Expanding tables for length 3 to character count 13 0:00:42:24 - Trying length 3, fixed @2, character count 13 0:00:42:26 - Switching to length 6 0:00:42:26 - Expanding tables for length 6 to character count 6 0:00:42:26 - Trying length 6, fixed @3, character count 6 0:00:43:32 - Trying length 6, fixed @2, character count 6 0:00:44:52 - Trying length 6, fixed @6, character count 6 0:00:45:34 - Switching to length 2 0:00:45:34 - Expanding tables for length 2 to character count 15 0:00:45:34 - Trying length 2, fixed @1, character count 15 0:00:45:34 - Trying length 2, fixed @2, character count 15 0:00:45:34 - Switching to length 3 0:00:45:34 - Expanding tables for length 3 to character count 14 0:00:45:34 - Trying length 3, fixed @3, character count 14 0:00:45:37 - Switching to length 6 0:00:45:37 - Expanding tables for length 6 to character count 6 0:00:45:37 - Trying length 6, fixed @4, character count 6 0:00:46:34 - Switching to length 3 0:00:46:34 - Expanding tables for length 3 to character count 14 0:00:46:34 - Trying length 3, fixed @1, character count 14 0:00:46:36 - Switching to length 2 0:00:46:36 - Expanding tables for length 2 to character count 16 0:00:46:36 - Trying length 2, fixed @2, character count 16 0:00:46:36 - Switching to length 3 0:00:46:36 - Expanding tables for length 3 to character count 14 0:00:46:36 - Trying length 3, fixed @2, character count 14 0:00:46:39 - Switching to length 4 0:00:46:39 - Expanding tables for length 4 to character count 9 0:00:46:39 - Trying length 4, fixed @3, character count 9 0:00:46:46 - Switching to length 5 0:00:46:46 - Expanding tables for length 5 to character count 7 0:00:46:46 - Trying length 5, fixed @5, character count 7 0:00:47:03 - Switching to length 4 0:00:47:03 - Expanding tables for length 4 to character count 9 0:00:47:03 - Trying length 4, fixed @4, character count 9 0:00:47:09 - Switching to length 2 0:00:47:09 - Expanding tables for length 2 to character count 17 0:00:47:09 - Trying length 2, fixed @2, character count 17 0:00:47:09 - Switching to length 5 0:00:47:09 - Expanding tables for length 5 to character count 7 0:00:47:09 - Trying length 5, fixed @3, character count 7 0:00:47:33 - Switching to length 6 0:00:47:33 - Expanding tables for length 6 to character count 6 0:00:47:33 - Trying length 6, fixed @5, character count 6 0:00:48:19 - Switching to length 4 0:00:48:19 - Expanding tables for length 4 to character count 9 0:00:48:19 - Trying length 4, fixed @2, character count 9 0:00:48:26 - Switching to length 2 0:00:48:26 - Expanding tables for length 2 to character count 16 0:00:48:26 - Trying length 2, fixed @1, character count 16 0:00:48:27 - Switching to length 5 0:00:48:27 - Expanding tables for length 5 to character count 7 0:00:48:27 - Trying length 5, fixed @4, character count 7 0:00:48:44 - Switching to length 6 0:00:48:44 - Expanding tables for length 6 to character count 6 0:00:48:44 - Trying length 6, fixed @1, character count 6 0:00:50:17 - Switching to length 4 0:00:50:17 - Expanding tables for length 4 to character count 9 0:00:50:17 - Trying length 4, fixed @1, character count 9 0:00:50:26 - Switching to length 3 0:00:50:26 - Expanding tables for length 3 to character count 15 0:00:50:26 - Trying length 3, fixed @2, character count 15 0:00:50:28 - Trying length 3, fixed @1, character count 15 0:00:50:30 - Switching to length 5 0:00:50:30 - Expanding tables for length 5 to character count 7 0:00:50:30 - Trying length 5, fixed @2, character count 7 0:00:50:55 - Switching to length 3 0:00:50:55 - Expanding tables for length 3 to character count 15 0:00:50:55 - Trying length 3, fixed @3, character count 15 0:00:50:58 - Switching to length 2 0:00:50:58 - Expanding tables for length 2 to character count 18 0:00:50:58 - Trying length 2, fixed @2, character count 18 0:00:50:58 - Expanding tables for length 2 to character count 19 0:00:50:58 - Trying length 2, fixed @2, character count 19 0:00:50:58 - Switching to length 5 0:00:50:58 - Expanding tables for length 5 to character count 7 0:00:50:58 - Trying length 5, fixed @1, character count 7 0:00:51:27 - Switching to length 2 0:00:51:27 - Expanding tables for length 2 to character count 20 0:00:51:27 - Trying length 2, fixed @2, character count 20 0:00:51:27 - Switching to length 8 0:00:51:27 - Expanding tables for length 8 to character count 4 0:00:51:27 - Trying length 8, fixed @2, character count 4 0:00:53:53 - Switching to length 3 0:00:53:53 - Expanding tables for length 3 to character count 16 0:00:53:53 - Trying length 3, fixed @3, character count 16 0:00:53:56 - Switching to length 2 0:00:53:56 - Expanding tables for length 2 to character count 17 0:00:53:56 - Trying length 2, fixed @1, character count 17 0:00:53:56 - Switching to length 7 0:00:53:56 - Expanding tables for length 7 to character count 5 0:00:53:56 - Trying length 7, fixed @2, character count 5 0:00:56:20 - Switching to length 4 0:00:56:20 - Expanding tables for length 4 to character count 10 0:00:56:20 - Trying length 4, fixed @3, character count 10 0:00:56:29 - Switching to length 2 0:00:56:29 - Expanding tables for length 2 to character count 21 0:00:56:29 - Trying length 2, fixed @2, character count 21 0:00:56:29 - Switching to length 3 0:00:56:29 - Expanding tables for length 3 to character count 16 0:00:56:29 - Trying length 3, fixed @1, character count 16 0:00:56:31 - Trying length 3, fixed @2, character count 16 0:00:56:33 - Switching to length 4 0:00:56:33 - Expanding tables for length 4 to character count 10 0:00:56:33 - Trying length 4, fixed @4, character count 10 0:00:56:41 - Switching to length 2 0:00:56:41 - Expanding tables for length 2 to character count 18 0:00:56:41 - Trying length 2, fixed @1, character count 18 0:00:56:41 - Expanding tables for length 2 to character count 22 0:00:56:41 - Trying length 2, fixed @2, character count 22 0:00:56:41 - Trying length 2, fixed @1, character count 19 0:00:56:41 - Switching to length 4 0:00:56:41 - Expanding tables for length 4 to character count 10 0:00:56:41 - Trying length 4, fixed @2, character count 10 0:00:56:50 - Switching to length 3 0:00:56:50 - Expanding tables for length 3 to character count 17 0:00:56:50 - Trying length 3, fixed @3, character count 17 0:00:56:52 - Switching to length 2 0:00:56:52 - Expanding tables for length 2 to character count 23 0:00:56:52 - Trying length 2, fixed @2, character count 23 0:00:56:52 - Switching to length 4 0:00:56:52 - Expanding tables for length 4 to character count 10 0:00:56:52 - Trying length 4, fixed @1, character count 10 0:00:57:02 - Switching to length 2 0:00:57:02 - Expanding tables for length 2 to character count 20 0:00:57:02 - Trying length 2, fixed @1, character count 20 0:00:57:02 - Switching to length 3 0:00:57:02 - Expanding tables for length 3 to character count 17 0:00:57:02 - Trying length 3, fixed @2, character count 17 0:00:57:04 - Trying length 3, fixed @1, character count 17 0:00:57:07 - Expanding tables for length 3 to character count 18 0:00:57:07 - Trying length 3, fixed @3, character count 18 0:00:57:10 - Switching to length 8 0:00:57:10 - Expanding tables for length 8 to character count 4 0:00:57:10 - Trying length 8, fixed @6, character count 4 0:00:57:47 - Trying length 8, fixed @3, character count 4 0:00:59:21 - Switching to length 5 0:00:59:21 - Expanding tables for length 5 to character count 8 0:00:59:21 - Trying length 5, fixed @3, character count 8 0:00:59:55 - Switching to length 8 0:00:59:55 - Expanding tables for length 8 to character count 4 0:00:59:55 - Trying length 8, fixed @4, character count 4 0:01:01:08 - Trying length 8, fixed @7, character count 4 0:01:01:41 - Switching to length 3 0:01:01:41 - Expanding tables for length 3 to character count 18 0:01:01:41 - Trying length 3, fixed @2, character count 18 0:01:01:44 - Switching to length 8 0:01:01:44 - Expanding tables for length 8 to character count 4 0:01:01:44 - Trying length 8, fixed @5, character count 4 0:01:02:41 - Trying length 8, fixed @8, character count 4 0:01:03:03 - Switching to length 4 0:01:03:03 - Expanding tables for length 4 to character count 11 0:01:03:03 - Trying length 4, fixed @3, character count 11 0:01:03:17 - Switching to length 6 0:01:03:17 - Expanding tables for length 6 to character count 7 0:01:03:17 - Trying length 6, fixed @3, character count 7 0:01:05:36 - Switching to length 2 0:01:05:36 - Expanding tables for length 2 to character count 24 0:01:05:36 - Trying length 2, fixed @2, character count 24 0:01:05:36 - Switching to length 4 0:01:05:36 - Expanding tables for length 4 to character count 11 0:01:05:36 - Trying length 4, fixed @4, character count 11 0:01:05:48 - Switching to length 5 0:01:05:48 - Expanding tables for length 5 to character count 8 0:01:05:48 - Trying length 5, fixed @5, character count 8 0:01:06:14 - Trying length 5, fixed @4, character count 8 0:01:06:47 - Switching to length 3 0:01:06:47 - Expanding tables for length 3 to character count 19 0:01:06:47 - Trying length 3, fixed @3, character count 19 0:01:06:50 - Trying length 3, fixed @1, character count 18 0:01:06:54 - Switching to length 2 0:01:06:54 - Expanding tables for length 2 to character count 25 0:01:06:54 - Trying length 2, fixed @2, character count 25 0:01:06:54 - Switching to length 7 0:01:06:54 - Expanding tables for length 7 to character count 5 0:01:06:54 - Trying length 7, fixed @3, character count 5 0:01:08:46 - Switching to length 8 0:01:08:46 - Expanding tables for length 8 to character count 4 0:01:08:46 - Trying length 8, fixed @1, character count 4 0:01:11:53 - Switching to length 4 0:01:11:53 - Expanding tables for length 4 to character count 11 0:01:11:53 - Trying length 4, fixed @2, character count 11 0:01:12:07 - Switching to length 3 0:01:12:07 - Expanding tables for length 3 to character count 19 0:01:12:07 - Trying length 3, fixed @2, character count 19 0:01:12:12 - Switching to length 2 0:01:12:12 - Expanding tables for length 2 to character count 21 0:01:12:12 - Trying length 2, fixed @1, character count 21 0:01:12:12 - Switching to length 6 0:01:12:12 - Expanding tables for length 6 to character count 7 0:01:12:12 - Trying length 6, fixed @6, character count 7 0:01:13:42 - Switching to length 7 0:01:13:42 - Expanding tables for length 7 to character count 5 0:01:13:42 - Trying length 7, fixed @4, character count 5 0:01:15:14 - Trying length 7, fixed @6, character count 5 0:01:16:16 - Switching to length 5 0:01:16:16 - Expanding tables for length 5 to character count 8 0:01:16:16 - Trying length 5, fixed @2, character count 8 0:01:16:56 - Switching to length 4 0:01:16:56 - Expanding tables for length 4 to character count 11 0:01:16:56 - Trying length 4, fixed @1, character count 11 0:01:17:12 - Switching to length 6 0:01:17:12 - Expanding tables for length 6 to character count 7 0:01:17:12 - Trying length 6, fixed @4, character count 7 0:01:19:17 - Switching to length 3 0:01:19:17 - Expanding tables for length 3 to character count 20 0:01:19:17 - Trying length 3, fixed @3, character count 20 0:01:19:21 - Switching to length 2 0:01:19:21 - Expanding tables for length 2 to character count 22 0:01:19:21 - Trying length 2, fixed @1, character count 22 0:01:19:21 - Switching to length 7 0:01:19:21 - Expanding tables for length 7 to character count 5 0:01:19:21 - Trying length 7, fixed @7, character count 5 0:01:20:13 - Switching to length 5 0:01:20:13 - Expanding tables for length 5 to character count 8 0:01:20:13 - Trying length 5, fixed @1, character count 8 0:01:21:02 - Switching to length 3 0:01:21:02 - Expanding tables for length 3 to character count 19 0:01:21:02 - Trying length 3, fixed @1, character count 19 0:01:21:06 - Expanding tables for length 3 to character count 20 0:01:21:06 - Trying length 3, fixed @2, character count 20 0:01:21:11 - Switching to length 7 0:01:21:11 - Expanding tables for length 7 to character count 5 0:01:21:11 - Trying length 7, fixed @5, character count 5 0:01:22:28 - Switching to length 6 0:01:22:28 - Expanding tables for length 6 to character count 7 0:01:22:28 - Trying length 6, fixed @5, character count 7 0:01:24:13 - Trying length 6, fixed @2, character count 7 0:01:26:35 - Trying length 6, fixed @1, character count 7 0:01:29:20 - Switching to length 3 0:01:29:20 - Expanding tables for length 3 to character count 21 0:01:29:20 - Trying length 3, fixed @3, character count 21 0:01:29:25 - Trying length 3, fixed @1, character count 20 0:01:29:29 - Switching to length 4 0:01:29:29 - Expanding tables for length 4 to character count 12 0:01:29:29 - Trying length 4, fixed @4, character count 12 0:01:29:43 - Trying length 4, fixed @3, character count 12 0:01:29:57 - Switching to length 2 0:01:29:57 - Expanding tables for length 2 to character count 26 0:01:29:57 - Trying length 2, fixed @2, character count 26 0:01:29:57 - Switching to length 7 0:01:29:57 - Expanding tables for length 7 to character count 5 0:01:29:57 - Trying length 7, fixed @1, character count 5 0:01:32:30 - Switching to length 4 0:01:32:30 - Expanding tables for length 4 to character count 12 0:01:32:30 - Trying length 4, fixed @2, character count 12 0:01:32:45 - Switching to length 3 0:01:32:45 - Expanding tables for length 3 to character count 22 0:01:32:45 - Trying length 3, fixed @3, character count 22 0:01:32:50 - Trying length 3, fixed @2, character count 21 0:01:32:54 - Switching to length 4 0:01:32:54 - Expanding tables for length 4 to character count 12 0:01:32:54 - Trying length 4, fixed @1, character count 12 0:01:33:11 - Switching to length 5 0:01:33:11 - Expanding tables for length 5 to character count 9 0:01:33:11 - Trying length 5, fixed @3, character count 9 0:01:34:02 - Switching to length 2 0:01:34:02 - Expanding tables for length 2 to character count 23 0:01:34:02 - Trying length 2, fixed @1, character count 23 0:01:34:03 - Switching to length 3 0:01:34:03 - Expanding tables for length 3 to character count 21 0:01:34:03 - Trying length 3, fixed @1, character count 21 0:01:34:07 - Expanding tables for length 3 to character count 23 0:01:34:07 - Trying length 3, fixed @3, character count 23 0:01:34:12 - Trying length 3, fixed @2, character count 22 0:01:34:17 - Switching to length 2 0:01:34:17 - Expanding tables for length 2 to character count 24 0:01:34:17 - Trying length 2, fixed @1, character count 24 0:01:34:17 - Switching to length 4 0:01:34:17 - Expanding tables for length 4 to character count 13 0:01:34:17 - Trying length 4, fixed @3, character count 13 0:01:34:36 - Trying length 4, fixed @4, character count 13 0:01:34:53 - Switching to length 2 0:01:34:53 - Expanding tables for length 2 to character count 25 0:01:34:53 - Trying length 2, fixed @1, character count 25 0:01:34:53 - Switching to length 3 0:01:34:53 - Expanding tables for length 3 to character count 22 0:01:34:53 - Trying length 3, fixed @1, character count 22 0:01:34:58 - Expanding tables for length 3 to character count 24 0:01:34:58 - Trying length 3, fixed @3, character count 24 0:01:35:04 - Trying length 3, fixed @2, character count 23 0:01:35:08 - Switching to length 2 0:01:35:08 - Expanding tables for length 2 to character count 27 0:01:35:08 - Trying length 2, fixed @2, character count 27 0:01:35:08 - Switching to length 5 0:01:35:08 - Expanding tables for length 5 to character count 9 0:01:35:08 - Trying length 5, fixed @4, character count 9 0:01:35:55 - Switching to length 4 0:01:35:55 - Expanding tables for length 4 to character count 13 0:01:35:55 - Trying length 4, fixed @2, character count 13 0:01:36:15 - Switching to length 2 0:01:36:15 - Expanding tables for length 2 to character count 28 0:01:36:15 - Trying length 2, fixed @2, character count 28 0:01:36:16 - Switching to length 5 0:01:36:16 - Expanding tables for length 5 to character count 9 0:01:36:16 - Trying length 5, fixed @1, character count 9 0:01:37:20 - Switching to length 3 0:01:37:20 - Expanding tables for length 3 to character count 23 0:01:37:20 - Trying length 3, fixed @1, character count 23 0:01:37:25 - Switching to length 4 0:01:37:25 - Expanding tables for length 4 to character count 13 0:01:37:25 - Trying length 4, fixed @1, character count 13 0:01:37:47 - Switching to length 5 0:01:37:47 - Expanding tables for length 5 to character count 9 0:01:37:47 - Trying length 5, fixed @5, character count 9 0:01:38:29 - Switching to length 3 0:01:38:29 - Expanding tables for length 3 to character count 25 0:01:38:29 - Trying length 3, fixed @3, character count 25 0:01:38:35 - Trying length 3, fixed @2, character count 24 0:01:38:40 - Switching to length 6 0:01:38:40 - Expanding tables for length 6 to character count 8 0:01:38:40 - Trying length 6, fixed @3, character count 8 0:01:42:51 - Switching to length 4 0:01:42:51 - Expanding tables for length 4 to character count 14 0:01:42:51 - Trying length 4, fixed @3, character count 14 0:01:43:15 - Switching to length 3 0:01:43:15 - Expanding tables for length 3 to character count 26 0:01:43:15 - Trying length 3, fixed @3, character count 26 0:01:43:21 - Trying length 3, fixed @1, character count 24 0:01:43:27 - Switching to length 6 0:01:43:27 - Expanding tables for length 6 to character count 8 0:01:43:27 - Trying length 6, fixed @6, character count 8 0:01:46:38 - Switching to length 4 0:01:46:38 - Expanding tables for length 4 to character count 14 0:01:46:38 - Trying length 4, fixed @4, character count 14 0:01:47:00 - Switching to length 3 0:01:47:00 - Expanding tables for length 3 to character count 25 0:01:47:00 - Trying length 3, fixed @2, character count 25 0:01:47:06 - Switching to length 6 0:01:47:06 - Expanding tables for length 6 to character count 8 0:01:47:06 - Trying length 6, fixed @4, character count 8 0:01:51:19 - Switching to length 5 0:01:51:19 - Expanding tables for length 5 to character count 9 0:01:51:19 - Trying length 5, fixed @2, character count 9 0:01:52:21 - Switching to length 3 0:01:52:21 - Expanding tables for length 3 to character count 27 0:01:52:21 - Trying length 3, fixed @3, character count 27 0:01:52:33 - Switching to length 4 0:01:52:33 - Expanding tables for length 4 to character count 14 0:01:52:33 - Trying length 4, fixed @1, character count 14 0:01:53:06 - Switching to length 5 0:01:53:06 - Expanding tables for length 5 to character count 10 0:01:53:06 - Trying length 5, fixed @3, character count 10 0:01:54:46 - Switching to length 4 0:01:54:46 - Expanding tables for length 4 to character count 14 0:01:54:46 - Trying length 4, fixed @2, character count 14 0:01:55:23 - Switching to length 3 0:01:55:23 - Expanding tables for length 3 to character count 25 0:01:55:23 - Trying length 3, fixed @1, character count 25 0:01:55:36 - Switching to length 6 0:01:55:36 - Expanding tables for length 6 to character count 8 0:01:55:36 - Trying length 6, fixed @1, character count 8 0:02:02:47 - Switching to length 2 0:02:02:47 - Expanding tables for length 2 to character count 26 0:02:02:47 - Trying length 2, fixed @1, character count 26 0:02:02:47 - Switching to length 3 0:02:02:47 - Expanding tables for length 3 to character count 26 0:02:02:47 - Trying length 3, fixed @2, character count 26 0:02:03:05 - Switching to length 6 0:02:03:05 - Expanding tables for length 6 to character count 8 0:02:03:05 - Trying length 6, fixed @2, character count 8 0:02:12:01 - Switching to length 2 0:02:12:01 - Expanding tables for length 2 to character count 27 0:02:12:01 - Trying length 2, fixed @1, character count 27 0:02:12:01 - Switching to length 4 0:02:12:01 - Expanding tables for length 4 to character count 15 0:02:12:01 - Trying length 4, fixed @3, character count 15 0:02:13:27 - Switching to length 3 0:02:13:27 - Expanding tables for length 3 to character count 28 0:02:13:27 - Trying length 3, fixed @3, character count 28 0:02:13:36 - Trying length 3, fixed @1, character count 26 0:02:14:08 - Switching to length 6 0:02:14:08 - Expanding tables for length 6 to character count 8 0:02:14:08 - Trying length 6, fixed @5, character count 8 0:02:17:59 - Switching to length 4 0:02:17:59 - Expanding tables for length 4 to character count 15 0:02:17:59 - Trying length 4, fixed @4, character count 15 0:02:18:27 - Switching to length 2 0:02:18:27 - Expanding tables for length 2 to character count 28 0:02:18:27 - Trying length 2, fixed @1, character count 28 0:02:18:27 - Switching to length 5 0:02:18:27 - Expanding tables for length 5 to character count 10 0:02:18:27 - Trying length 5, fixed @4, character count 10 0:02:19:26 - Switching to length 2 0:02:19:26 - Expanding tables for length 2 to character count 29 0:02:19:26 - Trying length 2, fixed @1, character count 29 0:02:19:27 - Trying length 2, fixed @2, character count 29 0:02:19:27 - Switching to length 3 0:02:19:27 - Expanding tables for length 3 to character count 27 0:02:19:27 - Trying length 3, fixed @2, character count 27 0:02:19:32 - Switching to length 5 0:02:19:32 - Expanding tables for length 5 to character count 10 0:02:19:32 - Trying length 5, fixed @1, character count 10 0:02:20:46 - Switching to length 7 0:02:20:46 - Expanding tables for length 7 to character count 6 0:02:20:46 - Trying length 7, fixed @2, character count 6 0:02:25:40 - Switching to length 2 0:02:25:40 - Expanding tables for length 2 to character count 30 0:02:25:40 - Trying length 2, fixed @1, character count 30 0:02:25:41 - Trying length 2, fixed @2, character count 30 0:02:25:41 - Switching to length 4 0:02:25:41 - Expanding tables for length 4 to character count 15 0:02:25:41 - Trying length 4, fixed @1, character count 15 0:02:26:05 - Switching to length 3 0:02:26:05 - Expanding tables for length 3 to character count 27 0:02:26:05 - Trying length 3, fixed @1, character count 27 0:02:26:11 - Switching to length 2 0:02:26:11 - Expanding tables for length 2 to character count 31 0:02:26:11 - Trying length 2, fixed @1, character count 31 0:02:26:11 - Trying length 2, fixed @2, character count 31 0:02:26:11 - Switching to length 3 0:02:26:11 - Expanding tables for length 3 to character count 29 0:02:26:11 - Trying length 3, fixed @3, character count 29 0:02:26:17 - Switching to length 5 0:02:26:17 - Expanding tables for length 5 to character count 10 0:02:26:17 - Trying length 5, fixed @5, character count 10 0:02:27:06 - Switching to length 2 0:02:27:06 - Expanding tables for length 2 to character count 32 0:02:27:06 - Trying length 2, fixed @1, character count 32 0:02:27:06 - Trying length 2, fixed @2, character count 32 0:02:27:06 - Switching to length 4 0:02:27:06 - Expanding tables for length 4 to character count 15 0:02:27:06 - Trying length 4, fixed @2, character count 15 0:02:27:29 - Switching to length 3 0:02:27:29 - Expanding tables for length 3 to character count 28 0:02:27:29 - Trying length 3, fixed @2, character count 28 0:02:27:35 - Switching to length 2 0:02:27:35 - Expanding tables for length 2 to character count 33 0:02:27:35 - Trying length 2, fixed @1, character count 33 0:02:27:35 - Trying length 2, fixed @2, character count 33 0:02:27:35 - Switching to length 7 0:02:27:35 - Expanding tables for length 7 to character count 6 0:02:27:35 - Trying length 7, fixed @3, character count 6 0:02:32:35 - Switching to length 4 0:02:32:35 - Expanding tables for length 4 to character count 16 0:02:32:35 - Trying length 4, fixed @3, character count 16 0:02:33:11 - Switching to length 2 0:02:33:11 - Expanding tables for length 2 to character count 34 0:02:33:11 - Trying length 2, fixed @1, character count 34 0:02:33:11 - Trying length 2, fixed @2, character count 34 0:02:33:12 - Switching to length 3 0:02:33:12 - Expanding tables for length 3 to character count 28 0:02:33:12 - Trying length 3, fixed @1, character count 28 0:02:33:20 - Switching to length 4 0:02:33:20 - Expanding tables for length 4 to character count 16 0:02:33:20 - Trying length 4, fixed @4, character count 16 0:02:33:55 - Switching to length 7 0:02:33:55 - Expanding tables for length 7 to character count 6 0:02:33:55 - Trying length 7, fixed @6, character count 6 0:02:37:06 - Trying length 7, fixed @4, character count 6 0:02:41:34 - Switching to length 5 0:02:41:34 - Expanding tables for length 5 to character count 10 0:02:41:34 - Trying length 5, fixed @2, character count 10 0:02:43:03 - Switching to length 3 0:02:43:03 - Expanding tables for length 3 to character count 29 0:02:43:03 - Trying length 3, fixed @2, character count 29 0:02:43:11 - Expanding tables for length 3 to character count 30 0:02:43:11 - Trying length 3, fixed @3, character count 30 0:02:43:18 - Switching to length 7 0:02:43:18 - Expanding tables for length 7 to character count 6 0:02:43:18 - Trying length 7, fixed @7, character count 6 0:02:45:49 - Switching to length 3 0:02:45:49 - Expanding tables for length 3 to character count 29 0:02:45:49 - Trying length 3, fixed @1, character count 29 0:02:45:57 - Expanding tables for length 3 to character count 30 0:02:45:57 - Trying length 3, fixed @2, character count 30 0:02:46:05 - Switching to length 4 0:02:46:05 - Expanding tables for length 4 to character count 16 0:02:46:05 - Trying length 4, fixed @1, character count 16 0:02:46:44 - Switching to length 7 0:02:46:44 - Expanding tables for length 7 to character count 6 0:02:46:44 - Trying length 7, fixed @5, character count 6 0:02:50:18 - Switching to length 3 0:02:50:18 - Expanding tables for length 3 to character count 31 0:02:50:18 - Trying length 3, fixed @3, character count 31 0:02:50:27 - Switching to length 4 0:02:50:27 - Expanding tables for length 4 to character count 16 0:02:50:27 - Trying length 4, fixed @2, character count 16 0:02:51:03 - Expanding tables for length 4 to character count 17 0:02:51:03 - Trying length 4, fixed @3, character count 17 0:02:51:45 - Switching to length 8 0:02:51:45 - Expanding tables for length 8 to character count 5 0:02:51:45 - Trying length 8, fixed @2, character count 5 0:03:01:36 - Switching to length 3 0:03:01:36 - Expanding tables for length 3 to character count 32 0:03:01:36 - Trying length 3, fixed @3, character count 32 0:03:01:45 - Switching to length 4 0:03:01:45 - Expanding tables for length 4 to character count 17 0:03:01:45 - Trying length 4, fixed @4, character count 17 0:03:02:24 - Switching to length 6 0:03:02:24 - Expanding tables for length 6 to character count 9 0:03:02:24 - Trying length 6, fixed @4, character count 9 0:03:09:15 - Switching to length 5 0:03:09:15 - Expanding tables for length 5 to character count 11 0:03:09:15 - Trying length 5, fixed @1, character count 11 0:03:11:39 - Switching to length 6 0:03:11:39 - Expanding tables for length 6 to character count 9 0:03:11:39 - Trying length 6, fixed @3, character count 9 0:03:19:08 - Switching to length 3 0:03:19:08 - Expanding tables for length 3 to character count 31 0:03:19:08 - Trying length 3, fixed @2, character count 31 0:03:19:17 - Switching to length 6 0:03:19:17 - Expanding tables for length 6 to character count 9 0:03:19:17 - Trying length 6, fixed @6, character count 9 0:03:24:49 - Switching to length 5 0:03:24:49 - Expanding tables for length 5 to character count 11 0:03:24:49 - Trying length 5, fixed @4, character count 11 0:03:26:35 - Trying length 5, fixed @5, character count 11 0:03:28:11 - Trying length 5, fixed @3, character count 11 0:03:30:09 - Switching to length 3 0:03:30:09 - Expanding tables for length 3 to character count 30 0:03:30:09 - Trying length 3, fixed @1, character count 30 0:03:30:17 - Expanding tables for length 3 to character count 32 0:03:30:17 - Trying length 3, fixed @2, character count 32 0:03:30:27 - Switching to length 8 0:03:30:27 - Expanding tables for length 8 to character count 5 0:03:30:27 - Trying length 8, fixed @6, character count 5 0:03:34:49 - Switching to length 7 0:03:34:49 - Expanding tables for length 7 to character count 6 0:03:34:49 - Trying length 7, fixed @1, character count 6 0:03:42:15 - Switching to length 6 0:03:42:15 - Expanding tables for length 6 to character count 9 0:03:42:15 - Trying length 6, fixed @1, character count 9 0:03:51:37 - Switching to length 4 0:03:51:37 - Expanding tables for length 4 to character count 17 0:03:51:37 - Trying length 4, fixed @1, character count 17 0:03:52:23 - Switching to length 3 0:03:52:23 - Expanding tables for length 3 to character count 31 0:03:52:23 - Trying length 3, fixed @1, character count 31 0:03:52:32 - Switching to length 8 0:03:52:32 - Expanding tables for length 8 to character count 5 0:03:52:32 - Trying length 8, fixed @4, character count 5 0:03:58:50 - Trying length 8, fixed @7, character count 5 0:04:02:03 - Trying length 8, fixed @5, character count 5 0:04:07:16 - Switching to length 6 0:04:07:16 - Expanding tables for length 6 to character count 9 0:04:07:16 - Trying length 6, fixed @5, character count 9 0:04:13:07 - Switching to length 3 0:04:13:07 - Expanding tables for length 3 to character count 33 0:04:13:07 - Trying length 3, fixed @2, character count 33 0:04:13:18 - Switching to length 8 0:04:13:18 - Expanding tables for length 8 to character count 5 0:04:13:18 - Trying length 8, fixed @3, character count 5 0:04:21:10 - Switching to length 4 0:04:21:10 - Expanding tables for length 4 to character count 18 0:04:21:10 - Trying length 4, fixed @4, character count 18 0:04:21:57 - Switching to length 8 0:04:21:57 - Expanding tables for length 8 to character count 5 0:04:21:57 - Trying length 8, fixed @8, character count 5 0:04:24:32 - Switching to length 3 0:04:24:32 - Expanding tables for length 3 to character count 33 0:04:24:32 - Trying length 3, fixed @3, character count 33 0:04:24:41 - Switching to length 4 0:04:24:41 - Expanding tables for length 4 to character count 18 0:04:24:41 - Trying length 4, fixed @3, character count 18 0:04:25:30 - Trying length 4, fixed @2, character count 17 0:04:26:14 - Switching to length 8 0:04:26:14 - Expanding tables for length 8 to character count 5 0:04:26:14 - Trying length 8, fixed @1, character count 5 0:04:38:32 - Switching to length 6 0:04:38:32 - Expanding tables for length 6 to character count 9 0:04:38:32 - Trying length 6, fixed @2, character count 9 0:04:46:52 - Switching to length 3 0:04:46:52 - Expanding tables for length 3 to character count 34 0:04:46:52 - Trying length 3, fixed @3, character count 34 0:04:47:02 - Trying length 3, fixed @1, character count 32 0:04:47:12 - Switching to length 4 0:04:47:12 - Expanding tables for length 4 to character count 18 0:04:47:12 - Trying length 4, fixed @1, character count 18 0:04:48:07 - Switching to length 3 0:04:48:07 - Expanding tables for length 3 to character count 33 0:04:48:07 - Trying length 3, fixed @1, character count 33 0:04:48:17 - Expanding tables for length 3 to character count 35 0:04:48:17 - Trying length 3, fixed @3, character count 35 0:04:48:28 - Switching to length 5 0:04:48:28 - Expanding tables for length 5 to character count 11 0:04:48:28 - Trying length 5, fixed @2, character count 11 0:04:50:36 - Switching to length 4 0:04:50:36 - Expanding tables for length 4 to character count 19 0:04:50:36 - Trying length 4, fixed @3, character count 19 0:04:51:34 - Switching to length 5 0:04:51:34 - Expanding tables for length 5 to character count 12 0:04:51:34 - Trying length 5, fixed @4, character count 12 0:04:54:06 - Switching to length 3 0:04:54:06 - Expanding tables for length 3 to character count 34 0:04:54:06 - Trying length 3, fixed @2, character count 34 0:04:54:17 - Switching to length 4 0:04:54:17 - Expanding tables for length 4 to character count 18 0:04:54:17 - Trying length 4, fixed @2, character count 18 0:04:55:09 - Switching to length 5 0:04:55:09 - Expanding tables for length 5 to character count 12 0:04:55:09 - Trying length 5, fixed @1, character count 12 0:04:58:26 - Trying length 5, fixed @3, character count 12 0:05:01:13 - Switching to length 2 0:05:01:13 - Expanding tables for length 2 to character count 35 0:05:01:13 - Trying length 2, fixed @1, character count 35 0:05:01:13 - Trying length 2, fixed @2, character count 35 0:05:01:14 - Switching to length 3 0:05:01:14 - Expanding tables for length 3 to character count 34 0:05:01:14 - Trying length 3, fixed @1, character count 34 0:05:01:25 - Switching to length 4 0:05:01:25 - Expanding tables for length 4 to character count 19 0:05:01:25 - Trying length 4, fixed @4, character count 19 0:05:02:19 - Trying length 4, fixed @1, character count 19 0:05:03:25 - Switching to length 2 0:05:03:25 - Expanding tables for length 2 to character count 36 0:05:03:25 - Trying length 2, fixed @1, character count 36 0:05:03:25 - Trying length 2, fixed @2, character count 36 0:05:03:26 - Switching to length 3 0:05:03:26 - Expanding tables for length 3 to character count 35 0:05:03:26 - Trying length 3, fixed @2, character count 35 0:05:03:37 - Switching to length 2 0:05:03:37 - Expanding tables for length 2 to character count 37 0:05:03:37 - Trying length 2, fixed @1, character count 37 0:05:03:37 - Trying length 2, fixed @2, character count 37 0:05:03:38 - Expanding tables for length 2 to character count 38 0:05:03:38 - Trying length 2, fixed @1, character count 38 0:05:03:38 - Trying length 2, fixed @2, character count 38 0:05:03:39 - Switching to length 6 0:05:03:39 - Expanding tables for length 6 to character count 10 0:05:03:39 - Trying length 6, fixed @3, character count 10 0:05:16:31 - Switching to length 2 0:05:16:31 - Expanding tables for length 2 to character count 39 0:05:16:31 - Trying length 2, fixed @1, character count 39 0:05:16:32 - Trying length 2, fixed @2, character count 39 0:05:16:32 - Switching to length 4 0:05:16:32 - Expanding tables for length 4 to character count 20 0:05:16:32 - Trying length 4, fixed @3, character count 20 0:05:17:40 - Switching to length 5 0:05:17:40 - Expanding tables for length 5 to character count 12 0:05:17:40 - Trying length 5, fixed @5, character count 12 0:05:20:00 - Switching to length 3 0:05:20:00 - Expanding tables for length 3 to character count 36 0:05:20:00 - Trying length 3, fixed @2, character count 36 0:05:20:12 - Switching to length 2 0:05:20:12 - Expanding tables for length 2 to character count 40 0:05:20:12 - Trying length 2, fixed @1, character count 40 0:05:20:12 - Trying length 2, fixed @2, character count 40 0:05:20:13 - Switching to length 6 0:05:20:13 - Expanding tables for length 6 to character count 10 0:05:20:13 - Trying length 6, fixed @4, character count 10 0:05:31:47 - Trying length 6, fixed @6, character count 10 0:05:41:09 - Switching to length 2 0:05:41:09 - Expanding tables for length 2 to character count 41 0:05:41:09 - Trying length 2, fixed @1, character count 41 0:05:41:09 - Trying length 2, fixed @2, character count 41 0:05:41:09 - Switching to length 7 0:05:41:09 - Expanding tables for length 7 to character count 7 0:05:41:09 - Trying length 7, fixed @2, character count 7 0:05:57:11 - Switching to length 2 0:05:57:11 - Expanding tables for length 2 to character count 42 0:05:57:11 - Trying length 2, fixed @1, character count 42 0:05:57:11 - Trying length 2, fixed @2, character count 42 0:05:57:11 - Switching to length 4 0:05:57:11 - Expanding tables for length 4 to character count 20 0:05:57:11 - Trying length 4, fixed @4, character count 20 0:05:58:17 - Switching to length 2 0:05:58:17 - Expanding tables for length 2 to character count 43 0:05:58:17 - Trying length 2, fixed @1, character count 43 0:05:58:17 - Trying length 2, fixed @2, character count 43 0:05:58:18 - Switching to length 4 0:05:58:18 - Expanding tables for length 4 to character count 20 0:05:58:18 - Trying length 4, fixed @1, character count 20 0:05:59:33 - Switching to length 3 0:05:59:33 - Expanding tables for length 3 to character count 36 0:05:59:33 - Trying length 3, fixed @3, character count 36 0:05:59:45 - Switching to length 2 0:05:59:45 - Expanding tables for length 2 to character count 44 0:05:59:45 - Trying length 2, fixed @1, character count 44 0:05:59:45 - Trying length 2, fixed @2, character count 44 0:05:59:46 - Switching to length 3 0:05:59:46 - Expanding tables for length 3 to character count 35 0:05:59:46 - Trying length 3, fixed @1, character count 35 0:05:59:57 - Switching to length 6 0:05:59:57 - Expanding tables for length 6 to character count 10 0:05:59:57 - Trying length 6, fixed @5, character count 10 0:06:10:24 - Switching to length 2 0:06:10:24 - Expanding tables for length 2 to character count 45 0:06:10:24 - Trying length 2, fixed @1, character count 45 0:06:10:24 - Trying length 2, fixed @2, character count 45 0:06:10:25 - Switching to length 7 0:06:10:25 - Expanding tables for length 7 to character count 7 0:06:10:25 - Trying length 7, fixed @3, character count 7 0:06:24:08 - Switching to length 4 0:06:24:08 - Expanding tables for length 4 to character count 21 0:06:24:08 - Trying length 4, fixed @3, character count 21 0:06:25:28 - Switching to length 2 0:06:25:28 - Expanding tables for length 2 to character count 46 0:06:25:28 - Trying length 2, fixed @1, character count 46 0:06:25:28 - Trying length 2, fixed @2, character count 46 0:06:25:29 - Switching to length 6 0:06:25:29 - Expanding tables for length 6 to character count 10 0:06:25:29 - Trying length 6, fixed @1, character count 10 0:06:41:20 - Switching to length 2 0:06:41:20 - Expanding tables for length 2 to character count 47 0:06:41:20 - Trying length 2, fixed @1, character count 47 0:06:41:21 - Trying length 2, fixed @2, character count 47 0:06:41:21 - Switching to length 7 0:06:41:21 - Expanding tables for length 7 to character count 7 0:06:41:21 - Trying length 7, fixed @4, character count 7 0:06:53:07 - Switching to length 2 0:06:53:07 - Expanding tables for length 2 to character count 48 0:06:53:07 - Trying length 2, fixed @1, character count 48 0:06:53:08 - Trying length 2, fixed @2, character count 48 0:06:53:08 - Expanding tables for length 2 to character count 49 0:06:53:08 - Trying length 2, fixed @1, character count 49 0:06:53:09 - Trying length 2, fixed @2, character count 49 0:06:53:09 - Switching to length 5 0:06:53:09 - Expanding tables for length 5 to character count 12 0:06:53:09 - Trying length 5, fixed @2, character count 12 0:06:56:10 - Switching to length 2 0:06:56:10 - Expanding tables for length 2 to character count 50 0:06:56:10 - Trying length 2, fixed @1, character count 50 0:06:56:11 - Trying length 2, fixed @2, character count 50 0:06:56:11 - Switching to length 5 0:06:56:11 - Expanding tables for length 5 to character count 13 0:06:56:11 - Trying length 5, fixed @4, character count 13 0:06:59:45 - Switching to length 4 0:06:59:45 - Expanding tables for length 4 to character count 21 0:06:59:45 - Trying length 4, fixed @1, character count 21 0:07:01:13 - Switching to length 2 0:07:01:13 - Expanding tables for length 2 to character count 51 0:07:01:13 - Trying length 2, fixed @1, character count 51 0:07:01:13 - Trying length 2, fixed @2, character count 51 0:07:01:14 - Switching to length 7 0:07:01:14 - Expanding tables for length 7 to character count 7 0:07:01:14 - Trying length 7, fixed @6, character count 7 0:07:09:54 - Switching to length 2 0:07:09:54 - Expanding tables for length 2 to character count 52 0:07:09:54 - Trying length 2, fixed @1, character count 52 0:07:09:54 - Trying length 2, fixed @2, character count 52 0:07:09:55 - Switching to length 7 0:07:09:55 - Expanding tables for length 7 to character count 7 0:07:09:55 - Trying length 7, fixed @7, character count 7 0:07:17:19 - Switching to length 4 0:07:17:19 - Expanding tables for length 4 to character count 21 0:07:17:19 - Trying length 4, fixed @4, character count 21 0:07:18:35 - Switching to length 2 0:07:18:35 - Expanding tables for length 2 to character count 53 0:07:18:35 - Trying length 2, fixed @1, character count 53 0:07:18:36 - Trying length 2, fixed @2, character count 53 0:07:18:36 - Switching to length 5 0:07:18:36 - Expanding tables for length 5 to character count 13 0:07:18:36 - Trying length 5, fixed @1, character count 13 0:07:23:08 - Switching to length 2 0:07:23:08 - Expanding tables for length 2 to character count 54 0:07:23:08 - Trying length 2, fixed @1, character count 54 0:07:23:08 - Trying length 2, fixed @2, character count 54 0:07:23:09 - Switching to length 5 0:07:23:09 - Expanding tables for length 5 to character count 13 0:07:23:09 - Trying length 5, fixed @3, character count 13 0:07:27:01 - Switching to length 4 0:07:27:01 - Expanding tables for length 4 to character count 19 0:07:27:01 - Trying length 4, fixed @2, character count 19 0:07:28:02 - Switching to length 7 0:07:28:02 - Expanding tables for length 7 to character count 7 0:07:28:02 - Trying length 7, fixed @5, character count 7 0:07:38:07 - Switching to length 2 0:07:38:07 - Expanding tables for length 2 to character count 55 0:07:38:07 - Trying length 2, fixed @1, character count 55 0:07:38:08 - Trying length 2, fixed @2, character count 55 0:07:38:09 - Switching to length 5 0:07:38:09 - Expanding tables for length 5 to character count 13 0:07:38:09 - Trying length 5, fixed @5, character count 13 0:07:41:26 - Switching to length 2 0:07:41:26 - Expanding tables for length 2 to character count 56 0:07:41:26 - Trying length 2, fixed @1, character count 56 0:07:41:26 - Trying length 2, fixed @2, character count 56 0:07:41:27 - Switching to length 4 0:07:41:27 - Expanding tables for length 4 to character count 22 0:07:41:27 - Trying length 4, fixed @3, character count 22 0:07:42:59 - Switching to length 2 0:07:42:59 - Expanding tables for length 2 to character count 57 0:07:42:59 - Trying length 2, fixed @1, character count 57 0:07:42:59 - Trying length 2, fixed @2, character count 57 0:07:43:00 - Expanding tables for length 2 to character count 58 0:07:43:00 - Trying length 2, fixed @1, character count 58 0:07:43:01 - Trying length 2, fixed @2, character count 58 0:07:43:01 - Expanding tables for length 2 to character count 59 0:07:43:01 - Trying length 2, fixed @1, character count 59 0:07:43:02 - Trying length 2, fixed @2, character count 59 0:07:43:02 - Expanding tables for length 2 to character count 60 0:07:43:02 - Trying length 2, fixed @1, character count 60 0:07:43:03 - Trying length 2, fixed @2, character count 60 0:07:43:03 - Expanding tables for length 2 to character count 61 0:07:43:03 - Trying length 2, fixed @1, character count 61 0:07:43:03 - Trying length 2, fixed @2, character count 61 0:07:43:04 - Expanding tables for length 2 to character count 62 0:07:43:04 - Trying length 2, fixed @1, character count 62 0:07:43:05 - Trying length 2, fixed @2, character count 62 0:07:43:05 - Expanding tables for length 2 to character count 63 0:07:43:05 - Trying length 2, fixed @1, character count 63 0:07:43:06 - Trying length 2, fixed @2, character count 63 0:07:43:06 - Expanding tables for length 2 to character count 64 0:07:43:06 - Trying length 2, fixed @1, character count 64 0:07:43:07 - Trying length 2, fixed @2, character count 64 0:07:43:08 - Expanding tables for length 2 to character count 65 0:07:43:08 - Trying length 2, fixed @1, character count 65 0:07:43:08 - Trying length 2, fixed @2, character count 65 0:07:43:09 - Expanding tables for length 2 to character count 66 0:07:43:09 - Trying length 2, fixed @1, character count 66 0:07:43:10 - Trying length 2, fixed @2, character count 66 0:07:43:10 - Switching to length 4 0:07:43:10 - Expanding tables for length 4 to character count 22 0:07:43:10 - Trying length 4, fixed @1, character count 22 0:07:44:51 - Trying length 4, fixed @2, character count 20 0:07:46:04 - Switching to length 7 0:07:46:04 - Expanding tables for length 7 to character count 7 0:07:46:04 - Trying length 7, fixed @1, character count 7 0:08:04:44 - Switching to length 2 0:08:04:44 - Expanding tables for length 2 to character count 67 0:08:04:44 - Trying length 2, fixed @1, character count 67 0:08:04:45 - Trying length 2, fixed @2, character count 67 0:08:04:45 - Switching to length 6 0:08:04:45 - Expanding tables for length 6 to character count 11 0:08:04:45 - Trying length 6, fixed @3, character count 11 0:08:25:53 - Switching to length 2 0:08:25:53 - Expanding tables for length 2 to character count 68 0:08:25:53 - Trying length 2, fixed @1, character count 68 0:08:25:54 - Trying length 2, fixed @2, character count 68 0:08:25:54 - Switching to length 6 0:08:25:54 - Expanding tables for length 6 to character count 11 0:08:25:54 - Trying length 6, fixed @4, character count 11 0:08:45:07 - Switching to length 2 0:08:45:07 - Expanding tables for length 2 to character count 69 0:08:45:07 - Trying length 2, fixed @1, character count 69 0:08:45:07 - Trying length 2, fixed @2, character count 69 0:08:45:08 - Switching to length 6 0:08:45:08 - Expanding tables for length 6 to character count 10 0:08:45:08 - Trying length 6, fixed @2, character count 10 0:08:59:26 - Switching to length 2 0:08:59:26 - Expanding tables for length 2 to character count 70 0:08:59:26 - Trying length 2, fixed @1, character count 70 0:08:59:26 - Trying length 2, fixed @2, character count 70 0:08:59:27 - Expanding tables for length 2 to character count 71 0:08:59:27 - Trying length 2, fixed @1, character count 71 0:08:59:28 - Trying length 2, fixed @2, character count 71 0:08:59:28 - Switching to length 6 0:08:59:28 - Expanding tables for length 6 to character count 11 0:08:59:28 - Trying length 6, fixed @6, character count 11 0:09:15:21 - Switching to length 5 0:09:15:21 - Expanding tables for length 5 to character count 14 0:09:15:21 - Trying length 5, fixed @4, character count 14 0:09:20:15 - Switching to length 2 0:09:20:15 - Expanding tables for length 2 to character count 72 0:09:20:15 - Trying length 2, fixed @1, character count 72 0:09:20:15 - Trying length 2, fixed @2, character count 72 0:09:20:16 - Expanding tables for length 2 to character count 73 0:09:20:16 - Trying length 2, fixed @1, character count 73 0:09:20:16 - Trying length 2, fixed @2, character count 73 0:09:20:17 - Expanding tables for length 2 to character count 74 0:09:20:17 - Trying length 2, fixed @1, character count 74 0:09:20:17 - Trying length 2, fixed @2, character count 74 0:09:20:18 - Expanding tables for length 2 to character count 75 0:09:20:18 - Trying length 2, fixed @1, character count 75 0:09:20:19 - Trying length 2, fixed @2, character count 75 0:09:20:20 - Switching to length 5 0:09:20:20 - Expanding tables for length 5 to character count 14 0:09:20:20 - Trying length 5, fixed @3, character count 14 0:09:25:36 - Trying length 5, fixed @2, character count 13 0:09:29:46 - Switching to length 2 0:09:29:46 - Expanding tables for length 2 to character count 76 0:09:29:46 - Trying length 2, fixed @1, character count 76 0:09:29:47 - Trying length 2, fixed @2, character count 76 0:09:29:48 - Switching to length 5 0:09:29:48 - Expanding tables for length 5 to character count 14 0:09:29:48 - Trying length 5, fixed @1, character count 14 0:09:35:54 - Switching to length 2 0:09:35:54 - Expanding tables for length 2 to character count 77 0:09:35:54 - Trying length 2, fixed @1, character count 77 0:09:35:55 - Trying length 2, fixed @2, character count 77 0:09:35:56 - Switching to length 5 0:09:35:56 - Expanding tables for length 5 to character count 14 0:09:35:56 - Trying length 5, fixed @5, character count 14 0:09:40:28 - Switching to length 2 0:09:40:28 - Expanding tables for length 2 to character count 78 0:09:40:28 - Trying length 2, fixed @1, character count 78 0:09:40:29 - Trying length 2, fixed @2, character count 78 0:09:40:29 - Switching to length 6 0:09:40:29 - Expanding tables for length 6 to character count 11 0:09:40:29 - Trying length 6, fixed @5, character count 11 0:09:57:57 - Switching to length 2 0:09:57:57 - Expanding tables for length 2 to character count 79 0:09:57:57 - Trying length 2, fixed @1, character count 79 0:09:57:58 - Trying length 2, fixed @2, character count 79 0:09:57:58 - Switching to length 4 0:09:57:58 - Expanding tables for length 4 to character count 23 0:09:57:58 - Trying length 4, fixed @1, character count 23 0:09:59:53 - Switching to length 6 0:09:59:53 - Expanding tables for length 6 to character count 11 0:09:59:53 - Trying length 6, fixed @1, character count 11 0:10:25:28 - Switching to length 3 0:10:25:28 - Expanding tables for length 3 to character count 36 0:10:25:28 - Trying length 3, fixed @1, character count 36 0:10:25:40 - Switching to length 2 0:10:25:40 - Expanding tables for length 2 to character count 80 0:10:25:40 - Trying length 2, fixed @1, character count 80 0:10:25:41 - Trying length 2, fixed @2, character count 80 0:10:25:42 - Switching to length 4 0:10:25:42 - Expanding tables for length 4 to character count 22 0:10:25:42 - Trying length 4, fixed @4, character count 22 0:10:27:09 - Switching to length 2 0:10:27:09 - Expanding tables for length 2 to character count 81 0:10:27:09 - Trying length 2, fixed @1, character count 81 0:10:27:10 - Trying length 2, fixed @2, character count 81 0:10:27:11 - Expanding tables for length 2 to character count 82 0:10:27:11 - Trying length 2, fixed @1, character count 82 0:10:27:12 - Trying length 2, fixed @2, character count 82 0:10:27:13 - Expanding tables for length 2 to character count 83 0:10:27:13 - Trying length 2, fixed @1, character count 83 0:10:27:14 - Trying length 2, fixed @2, character count 83 0:10:27:14 - Switching to length 4 0:10:27:14 - Expanding tables for length 4 to character count 21 0:10:27:14 - Trying length 4, fixed @2, character count 21 0:10:28:37 - Switching to length 2 0:10:28:37 - Expanding tables for length 2 to character count 84 0:10:28:37 - Trying length 2, fixed @1, character count 84 0:10:28:38 - Trying length 2, fixed @2, character count 84 0:10:28:39 - Expanding tables for length 2 to character count 85 0:10:28:39 - Trying length 2, fixed @1, character count 85 0:10:28:40 - Trying length 2, fixed @2, character count 85 0:10:28:41 - Expanding tables for length 2 to character count 86 0:10:28:41 - Trying length 2, fixed @1, character count 86 0:10:28:42 - Trying length 2, fixed @2, character count 86 0:10:28:43 - Switching to length 4 0:10:28:43 - Expanding tables for length 4 to character count 23 0:10:28:43 - Trying length 4, fixed @3, character count 23 0:10:30:28 - Switching to length 2 0:10:30:28 - Expanding tables for length 2 to character count 87 0:10:30:28 - Trying length 2, fixed @1, character count 87 0:10:30:28 - Trying length 2, fixed @2, character count 87 0:10:30:29 - Expanding tables for length 2 to character count 88 0:10:30:29 - Trying length 2, fixed @1, character count 88 0:10:30:30 - Trying length 2, fixed @2, character count 88 0:10:30:31 - Expanding tables for length 2 to character count 89 0:10:30:31 - Trying length 2, fixed @1, character count 89 0:10:30:32 - Trying length 2, fixed @2, character count 89 0:10:30:33 - Expanding tables for length 2 to character count 90 0:10:30:33 - Trying length 2, fixed @1, character count 90 0:10:30:33 - Trying length 2, fixed @2, character count 90 0:10:30:34 - Expanding tables for length 2 to character count 91 0:10:30:34 - Trying length 2, fixed @1, character count 91 0:10:30:35 - Trying length 2, fixed @2, character count 91 0:10:30:36 - Expanding tables for length 2 to character count 92 0:10:30:36 - Trying length 2, fixed @1, character count 92 0:10:30:37 - Trying length 2, fixed @2, character count 92 0:10:30:38 - Expanding tables for length 2 to character count 93 0:10:30:38 - Trying length 2, fixed @1, character count 93 0:10:30:39 - Trying length 2, fixed @2, character count 93 0:10:30:40 - Switching to length 4 0:10:30:40 - Expanding tables for length 4 to character count 23 0:10:30:40 - Trying length 4, fixed @4, character count 23 0:10:32:20 - Switching to length 2 0:10:32:20 - Expanding tables for length 2 to character count 94 0:10:32:20 - Trying length 2, fixed @1, character count 94 0:10:32:21 - Trying length 2, fixed @2, character count 94 0:10:32:22 - Expanding tables for length 2 to character count 95 0:10:32:22 - Trying length 2, fixed @1, character count 95 0:10:32:22 - Trying length 2, fixed @2, character count 95 0:10:32:23 - Switching to length 8 0:10:32:23 - Expanding tables for length 8 to character count 6 0:10:32:23 - Trying length 8, fixed @6, character count 6 0:10:50:06 - Trying length 8, fixed @2, character count 6 0:11:26:52 - Switching to length 4 0:11:26:52 - Expanding tables for length 4 to character count 24 0:11:26:52 - Trying length 4, fixed @1, character count 24 0:11:29:03 - Switching to length 5 0:11:29:03 - Expanding tables for length 5 to character count 15 0:11:29:03 - Trying length 5, fixed @3, character count 15 0:11:36:04 - Switching to length 8 0:11:36:04 - Expanding tables for length 8 to character count 6 0:11:36:04 - Trying length 8, fixed @4, character count 6 0:12:01:34 - Switching to length 5 0:12:01:34 - Expanding tables for length 5 to character count 15 0:12:01:34 - Trying length 5, fixed @5, character count 15 0:12:07:50 - Switching to length 8 0:12:07:50 - Expanding tables for length 8 to character count 6 0:12:07:50 - Trying length 8, fixed @5, character count 6 0:12:29:05 - Trying length 8, fixed @7, character count 6 0:12:43:50 - Switching to length 4 0:12:43:50 - Expanding tables for length 4 to character count 22 0:12:43:50 - Trying length 4, fixed @2, character count 22 0:12:45:26 - Expanding tables for length 4 to character count 24 0:12:45:26 - Trying length 4, fixed @3, character count 24 0:12:47:26 - Switching to length 8 0:12:47:26 - Expanding tables for length 8 to character count 6 0:12:47:26 - Trying length 8, fixed @8, character count 6 0:12:59:44 - Trying length 8, fixed @3, character count 6 0:13:30:22 - Switching to length 5 0:13:30:22 - Expanding tables for length 5 to character count 15 0:13:30:22 - Trying length 5, fixed @4, character count 15 0:13:36:55 - Trying length 5, fixed @1, character count 15 0:13:44:57 - Switching to length 4 0:13:44:57 - Expanding tables for length 4 to character count 24 0:13:44:57 - Trying length 4, fixed @4, character count 24 0:13:46:52 - Switching to length 5 0:13:46:52 - Expanding tables for length 5 to character count 14 0:13:46:52 - Trying length 5, fixed @2, character count 14 0:13:52:32 - Switching to length 8 0:13:52:32 - Expanding tables for length 8 to character count 6 0:13:52:32 - Trying length 8, fixed @1, character count 6 0:14:36:38 - Switching to length 7 0:14:36:38 - Expanding tables for length 7 to character count 8 0:14:36:38 - Trying length 7, fixed @3, character count 8 0:15:08:32 - Switching to length 6 0:15:08:32 - Expanding tables for length 6 to character count 12 0:15:08:32 - Trying length 6, fixed @4, character count 12 0:15:38:58 - Switching to length 4 0:15:38:58 - Expanding tables for length 4 to character count 25 0:15:38:58 - Trying length 4, fixed @1, character count 25 0:15:41:25 - Switching to length 6 0:15:41:25 - Expanding tables for length 6 to character count 11 0:15:41:25 - Trying length 6, fixed @2, character count 11 0:16:04:53 - Switching to length 3 0:16:04:53 - Expanding tables for length 3 to character count 37 0:16:04:53 - Trying length 3, fixed @2, character count 37 0:16:05:05 - Switching to length 4 0:16:05:05 - Expanding tables for length 4 to character count 25 0:16:05:05 - Trying length 4, fixed @3, character count 25 0:16:07:21 - Switching to length 7 0:16:07:21 - Expanding tables for length 7 to character count 8 0:16:07:21 - Trying length 7, fixed @6, character count 8 0:16:28:53 - Switching to length 6 0:16:28:53 - Expanding tables for length 6 to character count 12 0:16:28:53 - Trying length 6, fixed @3, character count 12 0:17:02:03 - Switching to length 7 0:17:02:03 - Expanding tables for length 7 to character count 8 0:17:02:03 - Trying length 7, fixed @2, character count 8 0:17:38:29 - Switching to length 4 0:17:38:29 - Expanding tables for length 4 to character count 23 0:17:38:29 - Trying length 4, fixed @2, character count 23 0:17:40:20 - Expanding tables for length 4 to character count 25 0:17:40:20 - Trying length 4, fixed @4, character count 25 0:17:42:31 - Switching to length 6 0:17:42:31 - Expanding tables for length 6 to character count 12 0:17:42:31 - Trying length 6, fixed @5, character count 12 0:18:10:25 - Switching to length 4 0:18:10:25 - Expanding tables for length 4 to character count 26 0:18:10:25 - Trying length 4, fixed @1, character count 26 0:18:13:11 - Switching to length 3 0:18:13:11 - Expanding tables for length 3 to character count 37 0:18:13:11 - Trying length 3, fixed @1, character count 37 0:18:13:24 - Switching to length 6 0:18:13:24 - Expanding tables for length 6 to character count 12 0:18:13:24 - Trying length 6, fixed @6, character count 12 0:18:38:57 - Switching to length 7 0:18:38:57 - Expanding tables for length 7 to character count 8 0:18:38:57 - Trying length 7, fixed @4, character count 8 0:19:06:50 - Switching to length 5 0:19:06:50 - Expanding tables for length 5 to character count 16 0:19:06:50 - Trying length 5, fixed @3, character count 16 0:19:16:08 - Switching to length 6 0:19:16:08 - Expanding tables for length 6 to character count 12 0:19:16:08 - Trying length 6, fixed @1, character count 12 0:19:56:13 - Switching to length 7 0:19:56:13 - Expanding tables for length 7 to character count 8 0:19:56:13 - Trying length 7, fixed @5, character count 8 0:20:21:17 - Trying length 7, fixed @7, character count 8 0:20:40:33 - Switching to length 5 0:20:40:33 - Expanding tables for length 5 to character count 16 0:20:40:33 - Trying length 5, fixed @4, character count 16 0:20:49:21 - Trying length 5, fixed @5, character count 16 0:20:57:43 - Switching to length 4 0:20:57:43 - Expanding tables for length 4 to character count 26 0:20:57:43 - Trying length 4, fixed @3, character count 26 0:21:00:20 - Switching to length 5 0:21:00:20 - Expanding tables for length 5 to character count 15 0:21:00:20 - Trying length 5, fixed @2, character count 15 0:21:08:12 - Expanding tables for length 5 to character count 16 0:21:08:12 - Trying length 5, fixed @1, character count 16 0:21:18:39 - Switching to length 4 0:21:18:39 - Expanding tables for length 4 to character count 26 0:21:18:39 - Trying length 4, fixed @4, character count 26 0:21:21:07 - Switching to length 3 0:21:21:07 - Expanding tables for length 3 to character count 38 0:21:21:07 - Trying length 3, fixed @1, character count 38 0:21:21:20 - Switching to length 4 0:21:21:20 - Expanding tables for length 4 to character count 27 0:21:21:20 - Trying length 4, fixed @1, character count 27 0:21:24:26 - Switching to length 7 0:21:24:26 - Expanding tables for length 7 to character count 8 0:21:24:26 - Trying length 7, fixed @1, character count 8 0:22:07:18 - Switching to length 3 0:22:07:18 - Expanding tables for length 3 to character count 39 0:22:07:18 - Trying length 3, fixed @1, character count 39 0:22:07:33 - Switching to length 4 0:22:07:33 - Expanding tables for length 4 to character count 24 0:22:07:33 - Trying length 4, fixed @2, character count 24 0:22:09:46 - Expanding tables for length 4 to character count 27 0:22:09:46 - Trying length 4, fixed @4, character count 27 0:22:12:39 - Switching to length 5 0:22:12:39 - Expanding tables for length 5 to character count 17 0:22:12:39 - Trying length 5, fixed @4, character count 17 0:22:24:06 - Switching to length 4 0:22:24:06 - Expanding tables for length 4 to character count 27 0:22:24:06 - Trying length 4, fixed @3, character count 27 0:22:27:05 - Switching to length 6 0:22:27:05 - Expanding tables for length 6 to character count 13 0:22:27:05 - Trying length 6, fixed @4, character count 13 0:23:13:33 - Switching to length 4 0:23:13:33 - Expanding tables for length 4 to character count 25 0:23:13:33 - Trying length 4, fixed @2, character count 25 0:23:15:55 - Switching to length 6 0:23:15:55 - Expanding tables for length 6 to character count 12 0:23:15:55 - Trying length 6, fixed @2, character count 12 0:23:52:32 - Switching to length 5 0:23:52:32 - Expanding tables for length 5 to character count 17 0:23:52:32 - Trying length 5, fixed @3, character count 17 1:00:04:38 - Switching to length 3 1:00:04:38 - Expanding tables for length 3 to character count 40 1:00:04:38 - Trying length 3, fixed @1, character count 40 1:00:04:54 - Switching to length 5 1:00:04:54 - Expanding tables for length 5 to character count 16 1:00:04:54 - Trying length 5, fixed @2, character count 16 1:00:14:51 - Expanding tables for length 5 to character count 17 1:00:14:51 - Trying length 5, fixed @5, character count 17 1:00:26:05 - Switching to length 6 1:00:26:05 - Expanding tables for length 6 to character count 13 1:00:26:05 - Trying length 6, fixed @3, character count 13 1:01:18:25 - Switching to length 4 1:01:18:25 - Expanding tables for length 4 to character count 28 1:01:18:25 - Trying length 4, fixed @1, character count 28 1:01:22:01 - Switching to length 3 1:01:22:01 - Expanding tables for length 3 to character count 41 1:01:22:01 - Trying length 3, fixed @1, character count 41 1:01:22:18 - Switching to length 5 1:01:22:19 - Expanding tables for length 5 to character count 17 1:01:22:19 - Trying length 5, fixed @1, character count 17 1:01:36:04 - Switching to length 6 1:01:36:04 - Expanding tables for length 6 to character count 13 1:01:36:04 - Trying length 6, fixed @5, character count 13 1:02:19:22 - Trying length 6, fixed @1, character count 13 1:03:26:04 - Switching to length 4 1:03:26:04 - Expanding tables for length 4 to character count 28 1:03:26:04 - Trying length 4, fixed @4, character count 28 1:03:29:17 - Switching to length 3 1:03:29:17 - Expanding tables for length 3 to character count 37 1:03:29:17 - Trying length 3, fixed @3, character count 37 1:03:29:30 - Switching to length 6 1:03:29:30 - Expanding tables for length 6 to character count 13 1:03:29:30 - Trying length 6, fixed @6, character count 13 1:04:09:31 - Switching to length 3 1:04:09:31 - Expanding tables for length 3 to character count 38 1:04:09:31 - Trying length 3, fixed @2, character count 38 1:04:09:45 - Switching to length 4 1:04:09:45 - Expanding tables for length 4 to character count 26 1:04:09:45 - Trying length 4, fixed @2, character count 26 1:04:12:42 - Expanding tables for length 4 to character count 29 1:04:12:42 - Trying length 4, fixed @1, character count 29 1:04:16:33 - Switching to length 3 1:04:16:33 - Expanding tables for length 3 to character count 42 1:04:16:33 - Trying length 3, fixed @1, character count 42 1:04:16:49 - Switching to length 5 1:04:16:49 - Expanding tables for length 5 to character count 18 1:04:16:49 - Trying length 5, fixed @3, character count 18 1:04:31:42 - Switching to length 3 1:04:31:42 - Expanding tables for length 3 to character count 43 1:04:31:42 - Trying length 3, fixed @1, character count 43 1:04:31:59 - Switching to length 5 1:04:31:59 - Expanding tables for length 5 to character count 18 1:04:31:59 - Trying length 5, fixed @4, character count 18 1:04:46:02 - Trying length 5, fixed @5, character count 18 1:04:59:18 - Trying length 5, fixed @1, character count 18 1:05:16:02 - Switching to length 7 1:05:16:02 - Expanding tables for length 7 to character count 9 1:05:16:02 - Trying length 7, fixed @6, character count 9 1:06:02:52 - Switching to length 4 1:06:02:52 - Expanding tables for length 4 to character count 28 1:06:02:52 - Trying length 4, fixed @3, character count 28 1:06:06:04 - Switching to length 7 1:06:06:04 - Expanding tables for length 7 to character count 9 1:06:06:04 - Trying length 7, fixed @3, character count 9 1:07:12:48 - Switching to length 3 1:07:12:48 - Expanding tables for length 3 to character count 38 1:07:12:48 - Trying length 3, fixed @3, character count 38 1:07:13:01 - Switching to length 5 1:07:13:01 - Expanding tables for length 5 to character count 17 1:07:13:01 - Trying length 5, fixed @2, character count 17 1:07:25:30 - Switching to length 6 1:07:25:30 - Expanding tables for length 6 to character count 14 1:07:25:30 - Trying length 6, fixed @4, character count 14 1:08:33:51 - Switching to length 4 1:08:33:51 - Expanding tables for length 4 to character count 27 1:08:33:51 - Trying length 4, fixed @2, character count 27 1:08:36:51 - Expanding tables for length 4 to character count 29 1:08:36:51 - Trying length 4, fixed @4, character count 29 1:08:40:18 - Expanding tables for length 4 to character count 30 1:08:40:18 - Trying length 4, fixed @1, character count 30 1:08:44:35 - Switching to length 7 1:08:44:35 - Expanding tables for length 7 to character count 9 1:08:44:35 - Trying length 7, fixed @7, character count 9 1:09:26:14 - Switching to length 3 1:09:26:14 - Expanding tables for length 3 to character count 39 1:09:26:14 - Trying length 3, fixed @2, character count 39 1:09:26:28 - Switching to length 6 1:09:26:28 - Expanding tables for length 6 to character count 13 1:09:26:28 - Trying length 6, fixed @2, character count 13 1:10:20:52 - Switching to length 5 1:10:20:52 - Expanding tables for length 5 to character count 19 1:10:20:52 - Trying length 5, fixed @3, character count 19 1:10:39:28 - Switching to length 3 1:10:39:28 - Expanding tables for length 3 to character count 44 1:10:39:28 - Trying length 3, fixed @1, character count 44 1:10:39:46 - Switching to length 4 1:10:39:46 - Expanding tables for length 4 to character count 29 1:10:39:46 - Trying length 4, fixed @3, character count 29 1:10:43:21 - Switching to length 6 1:10:43:21 - Expanding tables for length 6 to character count 14 1:10:43:21 - Trying length 6, fixed @3, character count 14 1:11:56:58 - Switching to length 7 1:11:56:58 - Expanding tables for length 7 to character count 9 1:11:56:58 - Trying length 7, fixed @5, character count 9 1:12:49:39 - Switching to length 3 1:12:49:39 - Expanding tables for length 3 to character count 45 1:12:49:39 - Trying length 3, fixed @1, character count 45 1:12:49:59 - Switching to length 7 1:12:49:59 - Expanding tables for length 7 to character count 9 1:12:49:59 - Trying length 7, fixed @4, character count 9 1:13:49:17 - Switching to length 6 1:13:49:17 - Expanding tables for length 6 to character count 14 1:13:49:17 - Trying length 6, fixed @5, character count 14 1:14:52:45 - Switching to length 5 1:14:52:45 - Expanding tables for length 5 to character count 19 1:14:52:45 - Trying length 5, fixed @4, character count 19 1:15:10:21 - Switching to length 8 1:15:10:21 - Expanding tables for length 8 to character count 7 1:15:10:21 - Trying length 8, fixed @4, character count 7 1:16:32:16 - Trying length 8, fixed @7, character count 7 1:17:23:45 - Switching to length 6 1:17:23:45 - Expanding tables for length 6 to character count 14 1:17:23:45 - Trying length 6, fixed @1, character count 14 1:18:49:06 - Switching to length 5 1:18:49:06 - Expanding tables for length 5 to character count 19 1:18:49:06 - Trying length 5, fixed @5, character count 19 1:19:05:48 - Switching to length 8 1:19:05:48 - Expanding tables for length 8 to character count 7 1:19:05:48 - Trying length 8, fixed @5, character count 7 1:20:08:34 - Switching to length 7 1:20:08:34 - Expanding tables for length 7 to character count 9 1:20:08:34 - Trying length 7, fixed @2, character count 9 1:20:53:26 - Switching to length 6 1:20:53:26 - Expanding tables for length 6 to character count 14 1:20:53:26 - Trying length 6, fixed @6, character count 14 1:21:23:27 - Switching to length 8 1:21:23:27 - Expanding tables for length 8 to character count 7 1:21:23:27 - Trying length 8, fixed @2, character count 7 1:22:25:48 - Switching to length 3 1:22:25:48 - Expanding tables for length 3 to character count 46 1:22:25:48 - Trying length 3, fixed @1, character count 46 1:22:25:59 - Switching to length 4 1:22:25:59 - Expanding tables for length 4 to character count 30 1:22:25:59 - Trying length 4, fixed @4, character count 30 1:22:27:57 - Switching to length 8 1:22:27:57 - Expanding tables for length 8 to character count 7 1:22:27:57 - Trying length 8, fixed @3, character count 7 1:23:15:43 - Switching to length 5 1:23:15:43 - Expanding tables for length 5 to character count 18 1:23:15:43 - Trying length 5, fixed @2, character count 18 1:23:23:38 - Switching to length 8 1:23:23:38 - Expanding tables for length 8 to character count 7 1:23:23:38 - Trying length 8, fixed @8, character count 7 1:23:45:57 - Trying length 8, fixed @6, character count 7 2:00:16:25 - Switching to length 3 2:00:16:25 - Expanding tables for length 3 to character count 39 2:00:16:25 - Trying length 3, fixed @3, character count 39 2:00:16:32 - Switching to length 4 2:00:16:32 - Expanding tables for length 4 to character count 30 2:00:16:32 - Trying length 4, fixed @3, character count 30 2:00:18:32 - Switching to length 8 2:00:18:32 - Expanding tables for length 8 to character count 7 2:00:18:32 - Trying length 8, fixed @1, character count 7 2:01:24:58 - Switching to length 7 2:01:24:58 - Expanding tables for length 7 to character count 9 2:01:24:58 - Trying length 7, fixed @1, character count 9 2:02:08:42 - Switching to length 3 2:02:08:42 - Expanding tables for length 3 to character count 40 2:02:08:42 - Trying length 3, fixed @2, character count 40 2:02:08:50 - Trying length 3, fixed @3, character count 40 2:02:08:57 - Expanding tables for length 3 to character count 41 2:02:08:57 - Trying length 3, fixed @2, character count 41 2:02:09:05 - Trying length 3, fixed @3, character count 41 2:02:09:13 - Switching to length 5 2:02:09:13 - Expanding tables for length 5 to character count 19 2:02:09:13 - Trying length 5, fixed @1, character count 19 2:02:20:06 - Switching to length 4 2:02:20:06 - Expanding tables for length 4 to character count 28 2:02:20:06 - Trying length 4, fixed @2, character count 28 2:02:21:51 - Switching to length 5 2:02:21:51 - Expanding tables for length 5 to character count 20 2:02:21:51 - Trying length 5, fixed @4, character count 20 2:02:33:13 - Trying length 5, fixed @5, character count 20 2:02:43:48 - Switching to length 4 2:02:43:48 - Expanding tables for length 4 to character count 31 2:02:43:48 - Trying length 4, fixed @4, character count 31 2:02:45:56 - Switching to length 3 2:02:45:56 - Expanding tables for length 3 to character count 42 2:02:45:56 - Trying length 3, fixed @3, character count 42 2:02:46:04 - Expanding tables for length 3 to character count 47 2:02:46:04 - Trying length 3, fixed @1, character count 47 2:02:46:15 - Expanding tables for length 3 to character count 48 2:02:46:15 - Trying length 3, fixed @1, character count 48 2:02:46:26 - Trying length 3, fixed @3, character count 43 2:02:46:34 - Switching to length 6 2:02:46:34 - Expanding tables for length 6 to character count 15 2:02:46:34 - Trying length 6, fixed @3, character count 15 2:03:39:30 - Trying length 6, fixed @2, character count 14 2:04:19:09 - Switching to length 4 2:04:19:09 - Expanding tables for length 4 to character count 31 2:04:19:09 - Trying length 4, fixed @3, character count 31 2:04:21:20 - Switching to length 3 2:04:21:20 - Expanding tables for length 3 to character count 49 2:04:21:20 - Trying length 3, fixed @1, character count 49 2:04:21:32 - Trying length 3, fixed @3, character count 44 2:04:21:41 - Switching to length 6 2:04:21:41 - Expanding tables for length 6 to character count 15 2:04:21:41 - Trying length 6, fixed @4, character count 15 2:05:10:39 - Switching to length 4 2:05:10:39 - Expanding tables for length 4 to character count 31 2:05:10:39 - Trying length 4, fixed @1, character count 31 2:05:13:00 - Trying length 4, fixed @2, character count 29 2:05:15:02 - Switching to length 5 2:05:15:02 - Expanding tables for length 5 to character count 20 2:05:15:02 - Trying length 5, fixed @3, character count 20 2:05:26:30 - Trying length 5, fixed @2, character count 19 2:05:36:19 - Switching to length 3 2:05:36:19 - Expanding tables for length 3 to character count 45 2:05:36:19 - Trying length 3, fixed @3, character count 45 2:05:36:28 - Switching to length 6 2:05:36:28 - Expanding tables for length 6 to character count 15 2:05:36:28 - Trying length 6, fixed @1, character count 15 2:06:36:43 - Switching to length 5 2:06:36:43 - Expanding tables for length 5 to character count 21 2:06:36:43 - Trying length 5, fixed @4, character count 21 2:06:50:04 - Trying length 5, fixed @1, character count 20 2:07:02:46 - Trying length 5, fixed @5, character count 21 2:07:15:31 - Switching to length 6 2:07:15:31 - Expanding tables for length 6 to character count 15 2:07:15:31 - Trying length 6, fixed @6, character count 15 2:07:58:10 - Trying length 6, fixed @5, character count 15 2:08:43:53 - Switching to length 7 2:08:43:53 - Expanding tables for length 7 to character count 10 2:08:43:53 - Trying length 7, fixed @3, character count 10 2:09:48:14 - Switching to length 4 2:09:48:14 - Expanding tables for length 4 to character count 32 2:09:48:14 - Trying length 4, fixed @1, character count 32 2:09:50:49 - Trying length 4, fixed @3, character count 32 2:09:53:15 - Switching to length 3 2:09:53:15 - Expanding tables for length 3 to character count 42 2:09:53:15 - Trying length 3, fixed @2, character count 42 2:09:53:23 - Switching to length 4 2:09:53:23 - Expanding tables for length 4 to character count 30 2:09:53:23 - Trying length 4, fixed @2, character count 30 2:09:55:26 - Switching to length 7 2:09:55:26 - Expanding tables for length 7 to character count 10 2:09:55:26 - Trying length 7, fixed @7, character count 10 2:10:37:40 - Switching to length 4 2:10:37:40 - Expanding tables for length 4 to character count 32 2:10:37:40 - Trying length 4, fixed @4, character count 32 2:10:40:00 - Switching to length 3 2:10:40:00 - Expanding tables for length 3 to character count 43 2:10:40:00 - Trying length 3, fixed @2, character count 43 2:10:40:09 - Expanding tables for length 3 to character count 50 2:10:40:09 - Trying length 3, fixed @1, character count 50 2:10:40:21 - Trying length 3, fixed @2, character count 44 2:10:40:30 - Switching to length 5 2:10:40:30 - Expanding tables for length 5 to character count 21 2:10:40:30 - Trying length 5, fixed @3, character count 21 2:10:54:31 - Trying length 5, fixed @2, character count 20 2:11:06:35 - Switching to length 7 2:11:06:35 - Expanding tables for length 7 to character count 10 2:11:06:35 - Trying length 7, fixed @6, character count 10 2:11:53:30 - Switching to length 3 2:11:53:30 - Expanding tables for length 3 to character count 51 2:11:53:30 - Trying length 3, fixed @1, character count 51 2:11:53:42 - Switching to length 7 2:11:53:42 - Expanding tables for length 7 to character count 10 2:11:53:42 - Trying length 7, fixed @5, character count 10 2:12:45:49 - Switching to length 5 2:12:45:49 - Expanding tables for length 5 to character count 22 2:12:45:49 - Trying length 5, fixed @4, character count 22 2:13:02:00 - Trying length 5, fixed @5, character count 22 2:13:17:28 - Switching to length 3 2:13:17:28 - Expanding tables for length 3 to character count 45 2:13:17:28 - Trying length 3, fixed @2, character count 45 2:13:17:38 - Switching to length 4 2:13:17:38 - Expanding tables for length 4 to character count 33 2:13:17:38 - Trying length 4, fixed @3, character count 33 2:13:20:17 - Switching to length 7 2:13:20:17 - Expanding tables for length 7 to character count 10 2:13:20:17 - Trying length 7, fixed @4, character count 10 2:14:18:11 - Switching to length 5 2:14:18:11 - Expanding tables for length 5 to character count 21 2:14:18:11 - Trying length 5, fixed @1, character count 21 2:14:33:38 - Switching to length 4 2:14:33:38 - Expanding tables for length 4 to character count 33 2:14:33:38 - Trying length 4, fixed @1, character count 33 2:14:36:27 - Switching to length 6 2:14:36:27 - Expanding tables for length 6 to character count 16 2:14:36:27 - Trying length 6, fixed @4, character count 16 2:15:45:01 - Switching to length 7 2:15:45:01 - Expanding tables for length 7 to character count 10 2:15:45:01 - Trying length 7, fixed @2, character count 10 2:16:56:43 - Switching to length 3 2:16:56:43 - Expanding tables for length 3 to character count 46 2:16:56:43 - Trying length 3, fixed @2, character count 46 2:16:56:53 - Trying length 3, fixed @3, character count 46 2:16:57:03 - Switching to length 6 2:16:57:03 - Expanding tables for length 6 to character count 16 2:16:57:03 - Trying length 6, fixed @3, character count 16 2:18:10:10 - Switching to length 3 2:18:10:10 - Expanding tables for length 3 to character count 47 2:18:10:10 - Trying length 3, fixed @2, character count 47 2:18:10:20 - Trying length 3, fixed @3, character count 47 2:18:10:30 - Switching to length 6 2:18:10:30 - Expanding tables for length 6 to character count 16 2:18:10:30 - Trying length 6, fixed @1, character count 16 2:19:33:44 - Switching to length 4 2:19:33:44 - Expanding tables for length 4 to character count 31 2:19:33:44 - Trying length 4, fixed @2, character count 31 2:19:36:00 - Expanding tables for length 4 to character count 34 2:19:36:00 - Trying length 4, fixed @1, character count 34 2:19:39:07 - Switching to length 3 2:19:39:07 - Expanding tables for length 3 to character count 48 2:19:39:07 - Trying length 3, fixed @2, character count 48 2:19:39:17 - Trying length 3, fixed @3, character count 48 2:19:39:28 - Switching to length 6 2:19:39:28 - Expanding tables for length 6 to character count 16 2:19:39:28 - Trying length 6, fixed @5, character count 16 2:20:43:53 - Trying length 6, fixed @6, character count 16 2:21:44:10 - Trying length 6, fixed @2, character count 15 2:22:40:46 - Switching to length 5 2:22:40:46 - Expanding tables for length 5 to character count 21 2:22:40:46 - Trying length 5, fixed @2, character count 21 2:22:55:29 - Expanding tables for length 5 to character count 22 2:22:55:29 - Trying length 5, fixed @3, character count 22 2:23:12:26 - Switching to length 4 2:23:12:26 - Expanding tables for length 4 to character count 34 2:23:12:26 - Trying length 4, fixed @3, character count 34 2:23:15:21 - Switching to length 5 2:23:15:21 - Expanding tables for length 5 to character count 23 2:23:15:21 - Trying length 5, fixed @4, character count 23 2:23:34:50 - Switching to length 7 2:23:34:50 - Expanding tables for length 7 to character count 10 2:23:34:50 - Trying length 7, fixed @1, character count 10
# /etc/anacrontab: configuration file for anacron # See anacron(8) and anacrontab(5) for details. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root LOGNAME=root # These replace cron's entries 1 5 cron.daily run-parts --report /etc/cron.daily 7 10 cron.weekly run-parts --report /etc/cron.weekly @monthly 15 cron.monthly run-parts --report /etc/cron.monthly
# /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d. These files also have username fields, # that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) #
#!/bin/sh test -x /usr/sbin/logrotate || exit 0 /usr/sbin/logrotate /etc/logrotate.conf
/var/log/syslog { rotate 7 daily missingok notifempty delaycompress compress postrotate invoke-rc.d rsyslog rotate > /dev/null endscript } /var/log/mail.info /var/log/mail.warn /var/log/mail.err /var/log/mail.log /var/log/daemon.log /var/log/kern.log /var/log/auth.log /var/log/user.log /var/log/lpr.log /var/log/cron.log /var/log/debug /var/log/messages { rotate 4 weekly missingok notifempty compress delaycompress sharedscripts postrotate invoke-rc.d rsyslog rotate > /dev/null endscript }
/var/log/vsftpd.log { create 640 root adm # ftpd doesn't handle SIGHUP properly missingok notifempty rotate 4 weekly }
Время первой команды журнала | 15:54:21 2015- 9-30 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Время последней команды журнала | 14:15:35 2015-10- 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в журнале | 101 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент команд с ненулевым кодом завершения, % | 18.81 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Процент синтаксически неверно набранных команд, % | 9.90 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Суммарное время работы с терминалом *, час | 4.04 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Количество командных строк в единицу времени, команда/мин | 0.42 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Частота использования команд |
|
В журнал автоматически попадают все команды, данные в любом терминале системы.
Для того чтобы убедиться, что журнал на текущем терминале ведётся, и команды записываются, дайте команду w. В поле WHAT, соответствующем текущему терминалу, должна быть указана программа script.
Команды, при наборе которых были допущены синтаксические ошибки, выводятся перечёркнутым текстом:
$ l s-l bash: l: command not found |
Если код завершения команды равен нулю, команда была выполнена без ошибок. Команды, код завершения которых отличен от нуля, выделяются цветом.
$ test 5 -lt 4 |
Команды, ход выполнения которых был прерван пользователем, выделяются цветом.
$ find / -name abc find: /home/devi-orig/.gnome2: Keine Berechtigung find: /home/devi-orig/.gnome2_private: Keine Berechtigung find: /home/devi-orig/.nautilus/metafiles: Keine Berechtigung find: /home/devi-orig/.metacity: Keine Berechtigung find: /home/devi-orig/.inkscape: Keine Berechtigung ^C |
Команды, выполненные с привилегиями суперпользователя, выделяются слева красной чертой.
# id uid=0(root) gid=0(root) Gruppen=0(root) |
Изменения, внесённые в текстовый файл с помощью редактора, запоминаются и показываются в журнале в формате ed. Строки, начинающиеся символом "<", удалены, а строки, начинающиеся символом ">" -- добавлены.
$ vi ~/.bashrc
|
Для того чтобы изменить файл в соответствии с показанными в диффшоте изменениями, можно воспользоваться командой patch. Нужно скопировать изменения, запустить программу patch, указав в качестве её аргумента файл, к которому применяются изменения, и всавить скопированный текст:
$ patch ~/.bashrc |
Для того чтобы получить краткую справочную информацию о команде, нужно подвести к ней мышь. Во всплывающей подсказке появится краткое описание команды.
Если справочная информация о команде есть, команда выделяется голубым фоном, например: vi. Если справочная информация отсутствует, команда выделяется розовым фоном, например: notepad.exe. Справочная информация может отсутствовать в том случае, если (1) команда введена неверно; (2) если распознавание команды LiLaLo выполнено неверно; (3) если информация о команде неизвестна LiLaLo. Последнее возможно для редких команд.
Большие, в особенности многострочные, всплывающие подсказки лучше всего показываются браузерами KDE Konqueror, Apple Safari и Microsoft Internet Explorer. В браузерах Mozilla и Firefox они отображаются не полностью, а вместо перевода строки выводится специальный символ.
Время ввода команды, показанное в журнале, соответствует времени начала ввода командной строки, которое равно тому моменту, когда на терминале появилось приглашение интерпретатора
Имя терминала, на котором была введена команда, показано в специальном блоке. Этот блок показывается только в том случае, если терминал текущей команды отличается от терминала предыдущей.
Вывод не интересующих вас в настоящий момент элементов журнала, таких как время, имя терминала и других, можно отключить. Для этого нужно воспользоваться формой управления журналом вверху страницы.
Небольшие комментарии к командам можно вставлять прямо из командной строки. Комментарий вводится прямо в командную строку, после символов #^ или #v. Символы ^ и v показывают направление выбора команды, к которой относится комментарий: ^ - к предыдущей, v - к следующей. Например, если в командной строке было введено:
$ whoami
user
$ #^ Интересно, кто я?в журнале это будет выглядеть так:
$ whoami
user
Интересно, кто я? |
Если комментарий содержит несколько строк, его можно вставить в журнал следующим образом:
$ whoami
user
$ cat > /dev/null #^ Интересно, кто я?
Программа whoami выводит имя пользователя, под которым мы зарегистрировались в системе. - Она не может ответить на вопрос о нашем назначении в этом мире.В журнале это будет выглядеть так:
$ whoami user
|
Комментарии, не относящиеся непосредственно ни к какой из команд, добавляются точно таким же способом, только вместо симолов #^ или #v нужно использовать символы #=
1 2 3 4Группы команд, выполненных на разных терминалах, разделяются специальной линией. Под этой линией в правом углу показано имя терминала, на котором выполнялись команды. Для того чтобы посмотреть команды только одного сенса, нужно щёкнуть по этому названию.
LiLaLo (L3) расшифровывается как Live Lab Log.
Программа разработана для повышения эффективности обучения Unix/Linux-системам.
(c) Игорь Чубин, 2004-2008