sergerar@puccini:~/Lisp/Kenzo-1/Acl6$ acl6 International Allegro CL Professional Edition 6.2 [Linux (x86)] (Jun 26, 2002 11:17) Copyright (C) 1985-2002, Franz Inc., Berkeley, CA, USA. All Rights Reserved. This development copy of Allegro CL is licensed to: [TC9115] Institut Fourier ;; Optimization settings: safety 1, space 1, speed 1, debug 2. ;; For a complete description of all compiler switches given the ;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS). CL-USER(1): (load "cat-init") ; Loading /home/sergerar/Lisp/Kenzo-1/Acl6/cat-init.cl FILE 1: macros FILE 2: various FILE 3: classes FILE 4: combinations FILE 5: chain-complexes FILE 6: chcm-elementary-op FILE 7: effective-homology FILE 8: homology-groups FILE 9: searching-homology FILE 10: cones FILE 11: tensor-products FILE 12: coalgebras FILE 13: cobar FILE 14: algebras FILE 15: bar FILE 16: simplicial-sets FILE 17: simplicial-mrphs FILE 18: delta FILE 19: special-smsts FILE 20: suspensions FILE 21: disk-pasting FILE 22: cartesian-products FILE 23: eilenberg-zilber FILE 24: kan FILE 25: simplicial-groups FILE 26: fibrations FILE 27: loop-spaces FILE 28: ls-twisted-products FILE 29: lp-space-efhm FILE 30: classifying-spaces FILE 31: k-pi-n FILE 32: serre FILE 33: cs-twisted-products FILE 34: cl-space-efhm FILE 35: whitehead FILE 36: smith T CL-USER(2): (load-cfiles) ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/macros.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/various.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/classes.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/combinations.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/chain-complexes.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/chcm-elementary-op.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/effective-homology.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/homology-groups.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/searching-homology.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/cones.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/tensor-products.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/coalgebras.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/cobar.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/algebras.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/bar.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/simplicial-sets.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/simplicial-mrphs.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/delta.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/special-smsts.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/suspensions.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/disk-pasting.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/cartesian-products.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/eilenberg-zilber.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/kan.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/simplicial-groups.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/fibrations.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/loop-spaces.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/ls-twisted-products.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/lp-space-efhm.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/classifying-spaces.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/k-pi-n.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/serre.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/cs-twisted-products.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/cl-space-efhm.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/whitehead.fasl ; Fast loading /home/sergerar/Lisp/Kenzo-1/Acl6/smith.fasl ("macros" "various" "classes" "combinations" "chain-complexes" "chcm-elementary-op" "effective-homology" "homology-groups" "searching-homology" "cones" ...) CL-USER(3): *results-verbose* NIL CL-USER(4): (set + t) T CL-USER(5): *results-coef* 1.0 CL-USER(6): (set + 3.0) 3.0 CL-USER(7): *results-max* 1000000 CL-USER(8): (set + 100000) 100000 CL-USER(9): (apropos "*RESU") *RESULTS-CMLT-TM* value: 0.0 *RESULTS-VERBOSE* value: T *RESULTS-N* value: 0 *RESULTS-COEF* value: 3.0 *RESULTS-MAX* value: 100000 CL-USER(10): (progn (setf P4 (r-proj-space 4)) (setf OP4 (loop-space P4)) (setf attach-4-4 (list (loop3 0 4 4) (loop3) (loop3) (loop3) (loop3))) (setf DOP4 (disk-pasting OP4 4 'D4 attach-4-4)) (setf ODOP4 (loop-space DOP4)) (setf attach-3-2 (list (loop3 0 (loop3 0 4 1) 2) (loop3) (loop3) (loop3))) (setf X (disk-pasting ODOP4 3 'D3 attach-3-2))) [K35 Simplicial-Set] CL-USER(11): (setf OX (loop-space X)) [K40 Simplicial-Group] CL-USER(12): (homology OX 0 7) Computing boundary-matrix in dimension 0. Rank of the source-module : 1. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 0) : <> End of computing. Computing boundary-matrix in dimension 1. Rank of the source-module : 1. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 1) : <>]>>]>> End of computing. Homology in dimension 0 : Component Z ---done--- ;; Clock -> 2007-02-13, 20h 16m 22s. Computing boundary-matrix in dimension 1. Rank of the source-module : 1. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 1) : <>]>>]>> End of computing. Computing boundary-matrix in dimension 2. Rank of the source-module : 4. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 2) : <> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 2 (dimension 2) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 3 (dimension 2) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 4 (dimension 2) : <>]>>][1 <>]>>]>> End of computing. Homology in dimension 1 : Component Z/2Z ---done--- ;; Clock -> 2007-02-13, 20h 16m 22s. Computing boundary-matrix in dimension 2. Rank of the source-module : 4. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 2) : <> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 2 (dimension 2) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 3 (dimension 2) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 4 (dimension 2) : <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 3. Rank of the source-module : 9. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 3) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 2 (dimension 3) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 3 (dimension 3) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 4 (dimension 3) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 5 (dimension 3) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 6 (dimension 3) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 7 (dimension 3) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 8 (dimension 3) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 9 (dimension 3) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 2 : Component Z/2Z Component Z/2Z Component Z ---done--- ;; Clock -> 2007-02-13, 20h 16m 22s. Computing boundary-matrix in dimension 3. Rank of the source-module : 9. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 3) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 2 (dimension 3) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 3 (dimension 3) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 4 (dimension 3) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 5 (dimension 3) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 6 (dimension 3) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 7 (dimension 3) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 8 (dimension 3) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 9 (dimension 3) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 4. Rank of the source-module : 29. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 1 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 2 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 22s. Computing the boundary of the generator 3 (dimension 4) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 4 (dimension 4) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 5 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 6 (dimension 4) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 7 (dimension 4) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 8 (dimension 4) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 9 (dimension 4) : <> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 10 (dimension 4) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 11 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 12 (dimension 4) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 13 (dimension 4) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 14 (dimension 4) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 15 (dimension 4) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 16 (dimension 4) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 17 (dimension 4) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 18 (dimension 4) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 19 (dimension 4) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 20 (dimension 4) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 21 (dimension 4) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 22 (dimension 4) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 23 (dimension 4) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 24 (dimension 4) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 25 (dimension 4) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 26 (dimension 4) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 27 (dimension 4) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 28 (dimension 4) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 29 (dimension 4) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 3 : Component Z/8Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z ---done--- ;; Clock -> 2007-02-13, 20h 16m 23s. Computing boundary-matrix in dimension 4. Rank of the source-module : 29. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 1 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 2 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 3 (dimension 4) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 4 (dimension 4) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 5 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 6 (dimension 4) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 7 (dimension 4) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 8 (dimension 4) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 9 (dimension 4) : <> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 10 (dimension 4) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 11 (dimension 4) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 12 (dimension 4) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 13 (dimension 4) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 14 (dimension 4) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 15 (dimension 4) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 16 (dimension 4) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 17 (dimension 4) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 18 (dimension 4) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 19 (dimension 4) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 20 (dimension 4) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 21 (dimension 4) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 22 (dimension 4) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 23 (dimension 4) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 24 (dimension 4) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 25 (dimension 4) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 26 (dimension 4) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 27 (dimension 4) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 28 (dimension 4) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 29 (dimension 4) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 5. Rank of the source-module : 80. ;; Clock -> 2007-02-13, 20h 16m 23s. Computing the boundary of the generator 1 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 26s. Computing the boundary of the generator 2 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 26s. Computing the boundary of the generator 3 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 26s. Computing the boundary of the generator 4 (dimension 5) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 27s. Computing the boundary of the generator 5 (dimension 5) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 32s. Computing the boundary of the generator 6 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 33s. Computing the boundary of the generator 7 (dimension 5) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 33s. Computing the boundary of the generator 8 (dimension 5) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 33s. Computing the boundary of the generator 9 (dimension 5) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 34s. Computing the boundary of the generator 10 (dimension 5) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 34s. Computing the boundary of the generator 11 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 12 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 13 (dimension 5) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 14 (dimension 5) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 15 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 16 (dimension 5) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 17 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 18 (dimension 5) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 35s. Computing the boundary of the generator 19 (dimension 5) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 36s. Computing the boundary of the generator 20 (dimension 5) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 36s. Computing the boundary of the generator 21 (dimension 5) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 36s. Computing the boundary of the generator 22 (dimension 5) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 36s. Computing the boundary of the generator 23 (dimension 5) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 36s. Computing the boundary of the generator 24 (dimension 5) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 25 (dimension 5) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 26 (dimension 5) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 27 (dimension 5) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 28 (dimension 5) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 29 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 30 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 31 (dimension 5) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 32 (dimension 5) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 33 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 37s. Computing the boundary of the generator 34 (dimension 5) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 35 (dimension 5) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 36 (dimension 5) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 37 (dimension 5) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 38 (dimension 5) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 39 (dimension 5) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 40 (dimension 5) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 38s. Computing the boundary of the generator 41 (dimension 5) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 39s. Computing the boundary of the generator 42 (dimension 5) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 39s. Computing the boundary of the generator 43 (dimension 5) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 39s. Computing the boundary of the generator 44 (dimension 5) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 39s. Computing the boundary of the generator 45 (dimension 5) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 39s. Computing the boundary of the generator 46 (dimension 5) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 47 (dimension 5) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 48 (dimension 5) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 49 (dimension 5) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 50 (dimension 5) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 51 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 52 (dimension 5) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 53 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 54 (dimension 5) : <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 55 (dimension 5) : <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 40s. Computing the boundary of the generator 56 (dimension 5) : <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 57 (dimension 5) : <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 58 (dimension 5) : <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 59 (dimension 5) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 60 (dimension 5) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 61 (dimension 5) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 62 (dimension 5) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 63 (dimension 5) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 64 (dimension 5) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 65 (dimension 5) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 41s. Computing the boundary of the generator 66 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 67 (dimension 5) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 68 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 69 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 70 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 71 (dimension 5) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 42s. Computing the boundary of the generator 72 (dimension 5) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> 8403672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 16m 43s. Computing the boundary of the generator 73 (dimension 5) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 43s. Computing the boundary of the generator 74 (dimension 5) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 43s. Computing the boundary of the generator 75 (dimension 5) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 76 (dimension 5) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 77 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 78 (dimension 5) : <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 79 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 80 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 4 : Component Z/4Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z Component Z ---done--- ;; Clock -> 2007-02-13, 20h 16m 44s. Computing boundary-matrix in dimension 5. Rank of the source-module : 80. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 1 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 2 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 3 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 4 (dimension 5) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 5 (dimension 5) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 6 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 7 (dimension 5) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 8 (dimension 5) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 9 (dimension 5) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 10 (dimension 5) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 11 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 12 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 13 (dimension 5) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 14 (dimension 5) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 15 (dimension 5) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 16 (dimension 5) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 17 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 18 (dimension 5) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 19 (dimension 5) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 20 (dimension 5) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 21 (dimension 5) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 22 (dimension 5) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 23 (dimension 5) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 24 (dimension 5) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 25 (dimension 5) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 26 (dimension 5) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 27 (dimension 5) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 28 (dimension 5) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 29 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 30 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 31 (dimension 5) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 32 (dimension 5) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 33 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 34 (dimension 5) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 35 (dimension 5) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 36 (dimension 5) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 37 (dimension 5) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 38 (dimension 5) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 39 (dimension 5) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 40 (dimension 5) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 41 (dimension 5) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 42 (dimension 5) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 43 (dimension 5) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 44 (dimension 5) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 45 (dimension 5) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 46 (dimension 5) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 47 (dimension 5) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 48 (dimension 5) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 49 (dimension 5) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 50 (dimension 5) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 51 (dimension 5) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 52 (dimension 5) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 53 (dimension 5) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 54 (dimension 5) : <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 55 (dimension 5) : <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 56 (dimension 5) : <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 57 (dimension 5) : <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 58 (dimension 5) : <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 59 (dimension 5) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 60 (dimension 5) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 61 (dimension 5) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 62 (dimension 5) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 63 (dimension 5) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 64 (dimension 5) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 65 (dimension 5) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 66 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 67 (dimension 5) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 68 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 69 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 70 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 71 (dimension 5) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 72 (dimension 5) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 73 (dimension 5) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 74 (dimension 5) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 75 (dimension 5) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 76 (dimension 5) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 77 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 78 (dimension 5) : <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 79 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 80 (dimension 5) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 6. Rank of the source-module : 237. ;; Clock -> 2007-02-13, 20h 16m 44s. Computing the boundary of the generator 1 (dimension 6) : <>]>>]>> *CR* -- Cut = 9.795026e-4 -- N = 2322 8392736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 17m 10s. Computing the boundary of the generator 2 (dimension 6) : <>]>>]>> 8392736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 17m 32s. Computing the boundary of the generator 3 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 17m 33s. Computing the boundary of the generator 4 (dimension 6) : <>]>>]>> *CR* -- Cut = 0.0027818475 -- N = 5548 8518232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 17m 58s. Computing the boundary of the generator 5 (dimension 6) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 18m 0s. Computing the boundary of the generator 6 (dimension 6) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 18m 2s. Computing the boundary of the generator 7 (dimension 6) : <>]>>]>> 8390504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 18m 25s. Computing the boundary of the generator 8 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 18m 29s. Computing the boundary of the generator 9 (dimension 6) : <>][3 D4]>>]>> 8392240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 19m 8s. Computing the boundary of the generator 10 (dimension 6) : <>][3 <>]>>]>> *CR* -- Cut = 0.004975044 -- N = 9610 End of computing. ;; Clock -> 2007-02-13, 20h 19m 12s. Computing the boundary of the generator 11 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 19m 14s. Computing the boundary of the generator 12 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 19m 17s. Computing the boundary of the generator 13 (dimension 6) : <>][2 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 19m 26s. Computing the boundary of the generator 14 (dimension 6) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 19m 27s. Computing the boundary of the generator 15 (dimension 6) : <>][3 D4][2 <>]>>]>> 8409120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 19m 48s. Computing the boundary of the generator 16 (dimension 6) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 19m 49s. Computing the boundary of the generator 17 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 1s. Computing the boundary of the generator 18 (dimension 6) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 2s. Computing the boundary of the generator 19 (dimension 6) : <>]>>][5 <>]>>]>> *CR* -- Cut = 0.0066431947 -- N = 12842 8403120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 20m 14s. Computing the boundary of the generator 20 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 15s. Computing the boundary of the generator 21 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 15s. Computing the boundary of the generator 22 (dimension 6) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 17s. Computing the boundary of the generator 23 (dimension 6) : <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 19s. Computing the boundary of the generator 24 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 20s. Computing the boundary of the generator 25 (dimension 6) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 21s. Computing the boundary of the generator 26 (dimension 6) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 21s. Computing the boundary of the generator 27 (dimension 6) : <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 21s. Computing the boundary of the generator 28 (dimension 6) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 22s. Computing the boundary of the generator 29 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 22s. Computing the boundary of the generator 30 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 23s. Computing the boundary of the generator 31 (dimension 6) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 23s. Computing the boundary of the generator 32 (dimension 6) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 23s. Computing the boundary of the generator 33 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 24s. Computing the boundary of the generator 34 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 24s. Computing the boundary of the generator 35 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 26s. Computing the boundary of the generator 36 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 27s. Computing the boundary of the generator 37 (dimension 6) : <>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 31s. Computing the boundary of the generator 38 (dimension 6) : <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 32s. Computing the boundary of the generator 39 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 33s. Computing the boundary of the generator 40 (dimension 6) : <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 33s. Computing the boundary of the generator 41 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 34s. Computing the boundary of the generator 42 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 35s. Computing the boundary of the generator 43 (dimension 6) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 36s. Computing the boundary of the generator 44 (dimension 6) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 36s. Computing the boundary of the generator 45 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 36s. Computing the boundary of the generator 46 (dimension 6) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 37s. Computing the boundary of the generator 47 (dimension 6) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 40s. Computing the boundary of the generator 48 (dimension 6) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 41s. Computing the boundary of the generator 49 (dimension 6) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 42s. Computing the boundary of the generator 50 (dimension 6) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 42s. Computing the boundary of the generator 51 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 44s. Computing the boundary of the generator 52 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 46s. Computing the boundary of the generator 53 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 47s. Computing the boundary of the generator 54 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 48s. Computing the boundary of the generator 55 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 49s. Computing the boundary of the generator 56 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 50s. Computing the boundary of the generator 57 (dimension 6) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 52s. Computing the boundary of the generator 58 (dimension 6) : <>][3 D4]>>][2 <>]>> 8391144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 20m 59s. Computing the boundary of the generator 59 (dimension 6) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 59s. Computing the boundary of the generator 60 (dimension 6) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 20m 59s. Computing the boundary of the generator 61 (dimension 6) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 0s. Computing the boundary of the generator 62 (dimension 6) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 0s. Computing the boundary of the generator 63 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 1s. Computing the boundary of the generator 64 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 2s. Computing the boundary of the generator 65 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 2s. Computing the boundary of the generator 66 (dimension 6) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 3s. Computing the boundary of the generator 67 (dimension 6) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 3s. Computing the boundary of the generator 68 (dimension 6) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 3s. Computing the boundary of the generator 69 (dimension 6) : <>]>>][1 <>]>>]>> *CR* -- Cut = 0.00861491 -- N = 17826 End of computing. ;; Clock -> 2007-02-13, 20h 21m 20s. Computing the boundary of the generator 70 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 21s. Computing the boundary of the generator 71 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 21s. Computing the boundary of the generator 72 (dimension 6) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 24s. Computing the boundary of the generator 73 (dimension 6) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 26s. Computing the boundary of the generator 74 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 28s. Computing the boundary of the generator 75 (dimension 6) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 29s. Computing the boundary of the generator 76 (dimension 6) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 29s. Computing the boundary of the generator 77 (dimension 6) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 30s. Computing the boundary of the generator 78 (dimension 6) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 30s. Computing the boundary of the generator 79 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 33s. Computing the boundary of the generator 80 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 34s. Computing the boundary of the generator 81 (dimension 6) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> 8401736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 21m 47s. Computing the boundary of the generator 82 (dimension 6) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 47s. Computing the boundary of the generator 83 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 49s. Computing the boundary of the generator 84 (dimension 6) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 49s. Computing the boundary of the generator 85 (dimension 6) : <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 51s. Computing the boundary of the generator 86 (dimension 6) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 51s. Computing the boundary of the generator 87 (dimension 6) : <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 57s. Computing the boundary of the generator 88 (dimension 6) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 58s. Computing the boundary of the generator 89 (dimension 6) : <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 21m 59s. Computing the boundary of the generator 90 (dimension 6) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 0s. Computing the boundary of the generator 91 (dimension 6) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 2s. Computing the boundary of the generator 92 (dimension 6) : <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 6s. Computing the boundary of the generator 93 (dimension 6) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 7s. Computing the boundary of the generator 94 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 8s. Computing the boundary of the generator 95 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 9s. Computing the boundary of the generator 96 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 10s. Computing the boundary of the generator 97 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 13s. Computing the boundary of the generator 98 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 15s. Computing the boundary of the generator 99 (dimension 6) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 16s. Computing the boundary of the generator 100 (dimension 6) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 17s. Computing the boundary of the generator 101 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 19s. Computing the boundary of the generator 102 (dimension 6) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 19s. Computing the boundary of the generator 103 (dimension 6) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 20s. Computing the boundary of the generator 104 (dimension 6) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 21s. Computing the boundary of the generator 105 (dimension 6) : <> End of computing. ;; Clock -> 2007-02-13, 20h 22m 21s. Computing the boundary of the generator 106 (dimension 6) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 23s. Computing the boundary of the generator 107 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 23s. Computing the boundary of the generator 108 (dimension 6) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 24s. Computing the boundary of the generator 109 (dimension 6) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 26s. Computing the boundary of the generator 110 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 27s. Computing the boundary of the generator 111 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 28s. Computing the boundary of the generator 112 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 28s. Computing the boundary of the generator 113 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 29s. Computing the boundary of the generator 114 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 29s. Computing the boundary of the generator 115 (dimension 6) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 30s. Computing the boundary of the generator 116 (dimension 6) : <>][1 <>]>>][3 <>]>>]>> *CR* -- Cut = 0.010949503 -- N = 2676 8396096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 22m 37s. Computing the boundary of the generator 117 (dimension 6) : <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 38s. Computing the boundary of the generator 118 (dimension 6) : <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 38s. Computing the boundary of the generator 119 (dimension 6) : <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 38s. Computing the boundary of the generator 120 (dimension 6) : <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 39s. Computing the boundary of the generator 121 (dimension 6) : <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 39s. Computing the boundary of the generator 122 (dimension 6) : <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 40s. Computing the boundary of the generator 123 (dimension 6) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 41s. Computing the boundary of the generator 124 (dimension 6) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 41s. Computing the boundary of the generator 125 (dimension 6) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 42s. Computing the boundary of the generator 126 (dimension 6) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 42s. Computing the boundary of the generator 127 (dimension 6) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 44s. Computing the boundary of the generator 128 (dimension 6) : <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 44s. Computing the boundary of the generator 129 (dimension 6) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 45s. Computing the boundary of the generator 130 (dimension 6) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 45s. Computing the boundary of the generator 131 (dimension 6) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 45s. Computing the boundary of the generator 132 (dimension 6) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 45s. Computing the boundary of the generator 133 (dimension 6) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 45s. Computing the boundary of the generator 134 (dimension 6) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 46s. Computing the boundary of the generator 135 (dimension 6) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 46s. Computing the boundary of the generator 136 (dimension 6) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 47s. Computing the boundary of the generator 137 (dimension 6) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 47s. Computing the boundary of the generator 138 (dimension 6) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 47s. Computing the boundary of the generator 139 (dimension 6) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 47s. Computing the boundary of the generator 140 (dimension 6) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 48s. Computing the boundary of the generator 141 (dimension 6) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 48s. Computing the boundary of the generator 142 (dimension 6) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 49s. Computing the boundary of the generator 143 (dimension 6) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 53s. Computing the boundary of the generator 144 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 54s. Computing the boundary of the generator 145 (dimension 6) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 22m 56s. Computing the boundary of the generator 146 (dimension 6) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 1s. Computing the boundary of the generator 147 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 3s. Computing the boundary of the generator 148 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 4s. Computing the boundary of the generator 149 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 4s. Computing the boundary of the generator 150 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 5s. Computing the boundary of the generator 151 (dimension 6) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 5s. Computing the boundary of the generator 152 (dimension 6) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 6s. Computing the boundary of the generator 153 (dimension 6) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 6s. Computing the boundary of the generator 154 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 9s. Computing the boundary of the generator 155 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 11s. Computing the boundary of the generator 156 (dimension 6) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 16s. Computing the boundary of the generator 157 (dimension 6) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 16s. Computing the boundary of the generator 158 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 17s. Computing the boundary of the generator 159 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 18s. Computing the boundary of the generator 160 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8442592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 23m 25s. Computing the boundary of the generator 161 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 26s. Computing the boundary of the generator 162 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 27s. Computing the boundary of the generator 163 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 29s. Computing the boundary of the generator 164 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 29s. Computing the boundary of the generator 165 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 31s. Computing the boundary of the generator 166 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 36s. Computing the boundary of the generator 167 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 37s. Computing the boundary of the generator 168 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 38s. Computing the boundary of the generator 169 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 40s. Computing the boundary of the generator 170 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 40s. Computing the boundary of the generator 171 (dimension 6) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 43s. Computing the boundary of the generator 172 (dimension 6) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 44s. Computing the boundary of the generator 173 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 45s. Computing the boundary of the generator 174 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 48s. Computing the boundary of the generator 175 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 48s. Computing the boundary of the generator 176 (dimension 6) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 49s. Computing the boundary of the generator 177 (dimension 6) : <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 51s. Computing the boundary of the generator 178 (dimension 6) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 52s. Computing the boundary of the generator 179 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 23m 55s. Computing the boundary of the generator 180 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 0s. Computing the boundary of the generator 181 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 1s. Computing the boundary of the generator 182 (dimension 6) : <>]>>][2 <>][2 D3][1 <>]>>]>> *CR* -- Cut = 0.007222495 -- N = 9806 End of computing. ;; Clock -> 2007-02-13, 20h 24m 3s. Computing the boundary of the generator 183 (dimension 6) : <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 4s. Computing the boundary of the generator 184 (dimension 6) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 4s. Computing the boundary of the generator 185 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 4s. Computing the boundary of the generator 186 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 5s. Computing the boundary of the generator 187 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 5s. Computing the boundary of the generator 188 (dimension 6) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 5s. Computing the boundary of the generator 189 (dimension 6) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 6s. Computing the boundary of the generator 190 (dimension 6) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 6s. Computing the boundary of the generator 191 (dimension 6) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 8s. Computing the boundary of the generator 192 (dimension 6) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 8s. Computing the boundary of the generator 193 (dimension 6) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 8s. Computing the boundary of the generator 194 (dimension 6) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 9s. Computing the boundary of the generator 195 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 9s. Computing the boundary of the generator 196 (dimension 6) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 10s. Computing the boundary of the generator 197 (dimension 6) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 10s. Computing the boundary of the generator 198 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 11s. Computing the boundary of the generator 199 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 11s. Computing the boundary of the generator 200 (dimension 6) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 12s. Computing the boundary of the generator 201 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 12s. Computing the boundary of the generator 202 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 13s. Computing the boundary of the generator 203 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 14s. Computing the boundary of the generator 204 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 15s. Computing the boundary of the generator 205 (dimension 6) : <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 16s. Computing the boundary of the generator 206 (dimension 6) : <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 18s. Computing the boundary of the generator 207 (dimension 6) : <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 18s. Computing the boundary of the generator 208 (dimension 6) : <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 19s. Computing the boundary of the generator 209 (dimension 6) : <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 21s. Computing the boundary of the generator 210 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 22s. Computing the boundary of the generator 211 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 23s. Computing the boundary of the generator 212 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 23s. Computing the boundary of the generator 213 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 24s. Computing the boundary of the generator 214 (dimension 6) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 24s. Computing the boundary of the generator 215 (dimension 6) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 25s. Computing the boundary of the generator 216 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 25s. Computing the boundary of the generator 217 (dimension 6) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 25s. Computing the boundary of the generator 218 (dimension 6) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 26s. Computing the boundary of the generator 219 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 26s. Computing the boundary of the generator 220 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8423168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 24m 37s. Computing the boundary of the generator 221 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 37s. Computing the boundary of the generator 222 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 38s. Computing the boundary of the generator 223 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 39s. Computing the boundary of the generator 224 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 40s. Computing the boundary of the generator 225 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 41s. Computing the boundary of the generator 226 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 43s. Computing the boundary of the generator 227 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 44s. Computing the boundary of the generator 228 (dimension 6) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 45s. Computing the boundary of the generator 229 (dimension 6) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 47s. Computing the boundary of the generator 230 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 48s. Computing the boundary of the generator 231 (dimension 6) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 49s. Computing the boundary of the generator 232 (dimension 6) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 51s. Computing the boundary of the generator 233 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 52s. Computing the boundary of the generator 234 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 53s. Computing the boundary of the generator 235 (dimension 6) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 54s. Computing the boundary of the generator 236 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 24m 54s. Computing the boundary of the generator 237 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 5 : Component Z/16Z Component Z/8Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z ---done--- ;; Clock -> 2007-02-13, 20h 24m 55s. Computing boundary-matrix in dimension 6. Rank of the source-module : 237. ;; Clock -> 2007-02-13, 20h 24m 55s. Computing the boundary of the generator 1 (dimension 6) : <>]>>]>> *CR* -- Cut = 0.008911673 -- N = 13849 8413384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 25m 26s. Computing the boundary of the generator 2 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 27s. Computing the boundary of the generator 3 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 27s. Computing the boundary of the generator 4 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 5 (dimension 6) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 6 (dimension 6) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 7 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 8 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 9 (dimension 6) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 39s. Computing the boundary of the generator 10 (dimension 6) : <>][3 <>]>>]>> 8396352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 11 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 12 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 13 (dimension 6) : <>][2 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 14 (dimension 6) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 15 (dimension 6) : <>][3 D4][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 50s. Computing the boundary of the generator 16 (dimension 6) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 51s. Computing the boundary of the generator 17 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 51s. Computing the boundary of the generator 18 (dimension 6) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 25m 51s. Computing the boundary of the generator 19 (dimension 6) : <>]>>][5 <>]>>]>> *CR* -- Cut = 0.010698469 -- N = 3209 End of computing. ;; Clock -> 2007-02-13, 20h 26m 5s. Computing the boundary of the generator 20 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 21 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 22 (dimension 6) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 23 (dimension 6) : <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 24 (dimension 6) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 25 (dimension 6) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 26 (dimension 6) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 27 (dimension 6) : <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 28 (dimension 6) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 29 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 6s. Computing the boundary of the generator 30 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 31 (dimension 6) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 32 (dimension 6) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 33 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 34 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 35 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 36 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 37 (dimension 6) : <>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 38 (dimension 6) : <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 39 (dimension 6) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 40 (dimension 6) : <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 7s. Computing the boundary of the generator 41 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 42 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 43 (dimension 6) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 44 (dimension 6) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 45 (dimension 6) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 46 (dimension 6) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 47 (dimension 6) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 48 (dimension 6) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 49 (dimension 6) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 50 (dimension 6) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 51 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 52 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 53 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 54 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 8s. Computing the boundary of the generator 55 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 9s. Computing the boundary of the generator 56 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 9s. Computing the boundary of the generator 57 (dimension 6) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 9s. Computing the boundary of the generator 58 (dimension 6) : <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 9s. Computing the boundary of the generator 59 (dimension 6) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 9s. Computing the boundary of the generator 60 (dimension 6) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 61 (dimension 6) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 62 (dimension 6) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 63 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 64 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 65 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 66 (dimension 6) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 67 (dimension 6) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 68 (dimension 6) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 10s. Computing the boundary of the generator 69 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 20s. Computing the boundary of the generator 70 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 71 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 72 (dimension 6) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 73 (dimension 6) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 74 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 75 (dimension 6) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 76 (dimension 6) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 77 (dimension 6) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 78 (dimension 6) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 79 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 21s. Computing the boundary of the generator 80 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 81 (dimension 6) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 82 (dimension 6) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 83 (dimension 6) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 84 (dimension 6) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 85 (dimension 6) : <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 22s. Computing the boundary of the generator 86 (dimension 6) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 23s. Computing the boundary of the generator 87 (dimension 6) : <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 23s. Computing the boundary of the generator 88 (dimension 6) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 23s. Computing the boundary of the generator 89 (dimension 6) : <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 23s. Computing the boundary of the generator 90 (dimension 6) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 91 (dimension 6) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 92 (dimension 6) : <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 93 (dimension 6) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 94 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 95 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 96 (dimension 6) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 97 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 98 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 99 (dimension 6) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 100 (dimension 6) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 101 (dimension 6) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 102 (dimension 6) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 24s. Computing the boundary of the generator 103 (dimension 6) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 25s. Computing the boundary of the generator 104 (dimension 6) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 25s. Computing the boundary of the generator 105 (dimension 6) : <> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 106 (dimension 6) : <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 107 (dimension 6) : <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 108 (dimension 6) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 109 (dimension 6) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 110 (dimension 6) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 111 (dimension 6) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 26s. Computing the boundary of the generator 112 (dimension 6) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 27s. Computing the boundary of the generator 113 (dimension 6) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 27s. Computing the boundary of the generator 114 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 27s. Computing the boundary of the generator 115 (dimension 6) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 27s. Computing the boundary of the generator 116 (dimension 6) : <>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 30s. Computing the boundary of the generator 117 (dimension 6) : <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 30s. Computing the boundary of the generator 118 (dimension 6) : <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 31s. Computing the boundary of the generator 119 (dimension 6) : <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 31s. Computing the boundary of the generator 120 (dimension 6) : <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 32s. Computing the boundary of the generator 121 (dimension 6) : <>][2 <>][2 D3]>> 8394416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-13, 20h 26m 45s. Computing the boundary of the generator 122 (dimension 6) : <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 45s. Computing the boundary of the generator 123 (dimension 6) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 46s. Computing the boundary of the generator 124 (dimension 6) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 47s. Computing the boundary of the generator 125 (dimension 6) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 48s. Computing the boundary of the generator 126 (dimension 6) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 48s. Computing the boundary of the generator 127 (dimension 6) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 48s. Computing the boundary of the generator 128 (dimension 6) : <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 48s. Computing the boundary of the generator 129 (dimension 6) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 48s. Computing the boundary of the generator 130 (dimension 6) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 49s. Computing the boundary of the generator 131 (dimension 6) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 49s. Computing the boundary of the generator 132 (dimension 6) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 50s. Computing the boundary of the generator 133 (dimension 6) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 50s. Computing the boundary of the generator 134 (dimension 6) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 51s. Computing the boundary of the generator 135 (dimension 6) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 52s. Computing the boundary of the generator 136 (dimension 6) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 52s. Computing the boundary of the generator 137 (dimension 6) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 52s. Computing the boundary of the generator 138 (dimension 6) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 139 (dimension 6) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 140 (dimension 6) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 141 (dimension 6) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 142 (dimension 6) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 143 (dimension 6) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 144 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 145 (dimension 6) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 146 (dimension 6) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 147 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 53s. Computing the boundary of the generator 148 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 149 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 150 (dimension 6) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 151 (dimension 6) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 152 (dimension 6) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 153 (dimension 6) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 154 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 54s. Computing the boundary of the generator 155 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 156 (dimension 6) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 157 (dimension 6) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 158 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 159 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 160 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 161 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 162 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 163 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 55s. Computing the boundary of the generator 164 (dimension 6) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 56s. Computing the boundary of the generator 165 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 56s. Computing the boundary of the generator 166 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 56s. Computing the boundary of the generator 167 (dimension 6) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 56s. Computing the boundary of the generator 168 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 57s. Computing the boundary of the generator 169 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 170 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 171 (dimension 6) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 172 (dimension 6) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 173 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 174 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 58s. Computing the boundary of the generator 175 (dimension 6) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 59s. Computing the boundary of the generator 176 (dimension 6) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 26m 59s. Computing the boundary of the generator 177 (dimension 6) : <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 0s. Computing the boundary of the generator 178 (dimension 6) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 0s. Computing the boundary of the generator 179 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 0s. Computing the boundary of the generator 180 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 0s. Computing the boundary of the generator 181 (dimension 6) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 1s. Computing the boundary of the generator 182 (dimension 6) : <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 3s. Computing the boundary of the generator 183 (dimension 6) : <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 3s. Computing the boundary of the generator 184 (dimension 6) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 3s. Computing the boundary of the generator 185 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 3s. Computing the boundary of the generator 186 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 4s. Computing the boundary of the generator 187 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 4s. Computing the boundary of the generator 188 (dimension 6) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 5s. Computing the boundary of the generator 189 (dimension 6) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 190 (dimension 6) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 191 (dimension 6) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 192 (dimension 6) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 193 (dimension 6) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 194 (dimension 6) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 6s. Computing the boundary of the generator 195 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 7s. Computing the boundary of the generator 196 (dimension 6) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 7s. Computing the boundary of the generator 197 (dimension 6) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 7s. Computing the boundary of the generator 198 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 7s. Computing the boundary of the generator 199 (dimension 6) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 7s. Computing the boundary of the generator 200 (dimension 6) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 8s. Computing the boundary of the generator 201 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 8s. Computing the boundary of the generator 202 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 9s. Computing the boundary of the generator 203 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 9s. Computing the boundary of the generator 204 (dimension 6) : <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 9s. Computing the boundary of the generator 205 (dimension 6) : <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 9s. Computing the boundary of the generator 206 (dimension 6) : <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 9s. Computing the boundary of the generator 207 (dimension 6) : <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 208 (dimension 6) : <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 209 (dimension 6) : <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 210 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 211 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 212 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 213 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 10s. Computing the boundary of the generator 214 (dimension 6) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 215 (dimension 6) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 216 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 217 (dimension 6) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 218 (dimension 6) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 219 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 220 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 221 (dimension 6) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 222 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 223 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 224 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 225 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 226 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 227 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 228 (dimension 6) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 229 (dimension 6) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 11s. Computing the boundary of the generator 230 (dimension 6) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 231 (dimension 6) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 232 (dimension 6) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 233 (dimension 6) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 234 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 235 (dimension 6) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 236 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 237 (dimension 6) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 7. Rank of the source-module : 684. ;; Clock -> 2007-02-13, 20h 27m 12s. Computing the boundary of the generator 1 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.008517753 -- N = 7825 8424448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9376360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.013000561 -- N = 3395 8421288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.015721655 -- N = 3510 8401528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.022893287 -- N = 2444 8422392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.029480075 -- N = 2798 8398352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.037531998 -- N = 2335 8486920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.042970695 -- N = 2110 8437504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.048841074 -- N = 2320 8498544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.058541104 -- N = 2241 8418040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.066765666 -- N = 2236 8408376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.074014395 -- N = 2190 8439640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.08146073 -- N = 2172 8392064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.08483204 -- N = 2253 8395264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.08952488 -- N = 2294 8446712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.09406518 -- N = 2216 8398232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.10215661 -- N = 2252 8394352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.10836488 -- N = 2392 8476624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.118160404 -- N = 2352 8414680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.124965355 -- N = 2319 8399912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.13330823 -- N = 2271 8390336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.13650364 -- N = 2300 8429104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.14440882 -- N = 2249 8444200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.14844584 -- N = 2285 8395288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.1560826 -- N = 2263 8504440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.1640864 -- N = 2231 8604832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.16440535 -- N = 2279 8388776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.16873863 -- N = 2290 8404736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.17738093 -- N = 2293 8413624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.18585172 -- N = 2228 8424272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.19787733 -- N = 2329 8431952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.20704636 -- N = 2291 8430048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.2065225 -- N = 2291 8404000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.21172245 -- N = 2247 8461472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.2109438 -- N = 2247 8435576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.22946548 -- N = 2197 8607120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.22764574 -- N = 2367 8394696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.23908362 -- N = 2406 8419304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.24616086 -- N = 2436 8392928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.25784448 -- N = 2483 8402680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.26462495 -- N = 2480 8494568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.27617034 -- N = 2517 8421944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.2827959 -- N = 2525 8425960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.28661916 -- N = 2535 8479472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.29843688 -- N = 2507 8433392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.31249413 -- N = 2528 8457792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.32489085 -- N = 2597 8388848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.33134913 -- N = 2627 8389256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.3357128 -- N = 2628 8411136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8550408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.34832406 -- N = 2589 *CR* -- Cut = 0.34712303 -- N = 2589 8641600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.3713379 -- N = 2436 End of computing. ;; Clock -> 2007-02-14, 0h 31m 29s. Computing the boundary of the generator 2 (dimension 7) : <>]>>]>> 8417768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.35682324 -- N = 2447 8444440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 0h 41m 0s. Computing the boundary of the generator 3 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.36410928 -- N = 2457 8437544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 0h 44m 2s. Computing the boundary of the generator 4 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.36783543 -- N = 2480 8398552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 0h 47m 23s. Computing the boundary of the generator 5 (dimension 7) : <>]>>]>> 8626896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.37521717 -- N = 2493 8435344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 0h 53m 58s. Computing the boundary of the generator 6 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.379268 -- N = 2504 8397408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 0h 58m 59s. Computing the boundary of the generator 7 (dimension 7) : <>][6 <>]>>]>> *CR* -- Cut = 0.38642514 -- N = 2436 8460856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.38957494 -- N = 2440 8465000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.3922429 -- N = 2380 8732712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.3981579 -- N = 2385 8446952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4015444 -- N = 2332 8417912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.407548 -- N = 2334 8634544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.41325647 -- N = 2292 End of computing. ;; Clock -> 2007-02-14, 1h 22m 56s. Computing the boundary of the generator 8 (dimension 7) : <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 1h 23m 1s. Computing the boundary of the generator 9 (dimension 7) : <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 1h 23m 10s. Computing the boundary of the generator 10 (dimension 7) : <>]>>]>> 8456400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.41667122 -- N = 2310 8451280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.42523324 -- N = 2307 8409784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.42876756 -- N = 2338 End of computing. ;; Clock -> 2007-02-14, 1h 35m 24s. Computing the boundary of the generator 11 (dimension 7) : <>]>>]>> 8446424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.43686926 -- N = 2329 8450376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 1h 41m 52s. Computing the boundary of the generator 12 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 1h 44m 17s. Computing the boundary of the generator 13 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 1h 44m 35s. Computing the boundary of the generator 14 (dimension 7) : <>][4 <>]>>]>> *CR* -- Cut = 0.44059086 -- N = 2304 8405344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.44704682 -- N = 2312 8441680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 1h 53m 22s. Computing the boundary of the generator 15 (dimension 7) : <>][3 D4]>>]>> *CR* -- Cut = 0.45039612 -- N = 2271 8394040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4586888 -- N = 2299 8489264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.46606094 -- N = 2276 End of computing. ;; Clock -> 2007-02-14, 2h 4m 57s. Computing the boundary of the generator 16 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 2h 5m 3s. Computing the boundary of the generator 17 (dimension 7) : <>][3 D4]>>]>> 8465976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4703594 -- N = 2250 8442816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 2h 13m 24s. Computing the boundary of the generator 18 (dimension 7) : <>][3 <>]>>]>> *CR* -- Cut = 0.47487035 -- N = 2298 8502968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 2h 15m 26s. Computing the boundary of the generator 19 (dimension 7) : <>][2 <>]>>]>> 8411720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.48186144 -- N = 2296 8441800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4884282 -- N = 2318 8410784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.49608827 -- N = 2275 8482752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4984129 -- N = 2276 8396824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.508431 -- N = 2256 8400312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5117386 -- N = 2215 8473136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 2h 45m 52s. Computing the boundary of the generator 20 (dimension 7) : <>][2 <>]>>]>> 8397296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 2h 48m 12s. Computing the boundary of the generator 21 (dimension 7) : <>][2 <>]>>]>> *CR* -- Cut = 0.5185262 -- N = 2218 End of computing. ;; Clock -> 2007-02-14, 2h 48m 19s. Computing the boundary of the generator 22 (dimension 7) : <>][2 <>][4 <>]>>]>> 8463096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 2h 51m 12s. Computing the boundary of the generator 23 (dimension 7) : <>][3 D4][3 D4]>>]>> *CR* -- Cut = 0.5233251 -- N = 2171 8532136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.526979 -- N = 2174 8456312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.53521675 -- N = 2134 8416296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5347458 -- N = 2138 8401712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5382967 -- N = 2142 8438552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.54602945 -- N = 2106 End of computing. ;; Clock -> 2007-02-14, 3h 15m 48s. Computing the boundary of the generator 24 (dimension 7) : <>][3 D4][3 <>]>>]>> 8422640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 3h 18m 43s. Computing the boundary of the generator 25 (dimension 7) : <>][3 <>][3 D4]>>]>> *CR* -- Cut = 0.54433525 -- N = 2109 8496896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 3h 21m 8s. Computing the boundary of the generator 26 (dimension 7) : <>][3 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 3h 21m 15s. Computing the boundary of the generator 27 (dimension 7) : <>][4 <>][2 <>]>>]>> *CR* -- Cut = 0.54857826 -- N = 2111 8429320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 3h 24m 30s. Computing the boundary of the generator 28 (dimension 7) : <>][3 D4]>>]>> 8412104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5543276 -- N = 2084 8401800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.55900145 -- N = 2115 8458824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5668945 -- N = 2119 8405904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.57162035 -- N = 2111 8558936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5755622 -- N = 2139 8430152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 3h 49m 55s. Computing the boundary of the generator 29 (dimension 7) : <>][3 <>]>>]>> 8431808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5818886 -- N = 2104 End of computing. ;; Clock -> 2007-02-14, 3h 52m 55s. Computing the boundary of the generator 30 (dimension 7) : <>]>>]>> 8416376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.58649194 -- N = 2121 8390504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5950135 -- N = 2112 8409896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5991777 -- N = 2144 8457432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.60714865 -- N = 2127 8519136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6096967 -- N = 2134 8427592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 18m 35s. Computing the boundary of the generator 31 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 19m 10s. Computing the boundary of the generator 32 (dimension 7) : <>][2 <>][3 D4]>>]>> 8402136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6168352 -- N = 2093 End of computing. ;; Clock -> 2007-02-14, 4h 21m 54s. Computing the boundary of the generator 33 (dimension 7) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 21m 57s. Computing the boundary of the generator 34 (dimension 7) : <>][3 D4][2 <>]>>]>> 8392000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 24m 50s. Computing the boundary of the generator 35 (dimension 7) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 24m 57s. Computing the boundary of the generator 36 (dimension 7) : <>][2 <>][2 <>]>>]>> *CR* -- Cut = 0.61714137 -- N = 2102 8420536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 27m 39s. Computing the boundary of the generator 37 (dimension 7) : <>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 27m 54s. Computing the boundary of the generator 38 (dimension 7) : <>]>>][6 <>]>>]>> 8472136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.62391144 -- N = 2062 8415088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.62699175 -- N = 2063 8559712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 36m 2s. Computing the boundary of the generator 39 (dimension 7) : <>]>>][6 <>]>>]>> *CR* -- Cut = 0.6303911 -- N = 2034 8473656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 38m 10s. Computing the boundary of the generator 40 (dimension 7) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 38m 12s. Computing the boundary of the generator 41 (dimension 7) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 38m 32s. Computing the boundary of the generator 42 (dimension 7) : <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 38m 42s. Computing the boundary of the generator 43 (dimension 7) : <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 38m 44s. Computing the boundary of the generator 44 (dimension 7) : <>]>>][6 <>]>>]>> *CR* -- Cut = 0.63387084 -- N = 2035 8403992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 41m 11s. Computing the boundary of the generator 45 (dimension 7) : <>]>>][6 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 41m 17s. Computing the boundary of the generator 46 (dimension 7) : <>]>>][6 <>][3 D4]>>]>> 8438144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.64133066 -- N = 1997 8446568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 46m 13s. Computing the boundary of the generator 47 (dimension 7) : <>]>>][6 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 46m 19s. Computing the boundary of the generator 48 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 46m 31s. Computing the boundary of the generator 49 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 46m 42s. Computing the boundary of the generator 50 (dimension 7) : <>]>>][6 <>][2 <>][3 D4]>>]>> *CR* -- Cut = 0.6438986 -- N = 2001 8488512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 48m 43s. Computing the boundary of the generator 51 (dimension 7) : <>]>>][6 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 48m 45s. Computing the boundary of the generator 52 (dimension 7) : <>]>>][6 <>][3 D4][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 49m 0s. Computing the boundary of the generator 53 (dimension 7) : <>]>>][6 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 49m 3s. Computing the boundary of the generator 54 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 49m 22s. Computing the boundary of the generator 55 (dimension 7) : <>]>>][6 <>][2 <>][2 <>]>>]>> 8393752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 49m 24s. Computing the boundary of the generator 56 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.65074533 -- N = 1960 End of computing. ;; Clock -> 2007-02-14, 4h 51m 34s. Computing the boundary of the generator 57 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 34s. Computing the boundary of the generator 58 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 34s. Computing the boundary of the generator 59 (dimension 7) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 35s. Computing the boundary of the generator 60 (dimension 7) : <>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 41s. Computing the boundary of the generator 61 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 43s. Computing the boundary of the generator 62 (dimension 7) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 44s. Computing the boundary of the generator 63 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 44s. Computing the boundary of the generator 64 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 45s. Computing the boundary of the generator 65 (dimension 7) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 51m 45s. Computing the boundary of the generator 66 (dimension 7) : <>][5 <>]>>]>> 8438144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6536232 -- N = 1962 8397328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 57m 2s. Computing the boundary of the generator 67 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 57m 7s. Computing the boundary of the generator 68 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 57m 10s. Computing the boundary of the generator 69 (dimension 7) : <>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 57m 24s. Computing the boundary of the generator 70 (dimension 7) : <>][5 <>]>> *CR* -- Cut = 0.6575517 -- N = 1964 8537888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 4h 59m 34s. Computing the boundary of the generator 71 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 59m 37s. Computing the boundary of the generator 72 (dimension 7) : <>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 59m 40s. Computing the boundary of the generator 73 (dimension 7) : <>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 59m 40s. Computing the boundary of the generator 74 (dimension 7) : <>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 59m 51s. Computing the boundary of the generator 75 (dimension 7) : <>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 4h 59m 53s. Computing the boundary of the generator 76 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 0m 10s. Computing the boundary of the generator 77 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 0m 12s. Computing the boundary of the generator 78 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 0m 13s. Computing the boundary of the generator 79 (dimension 7) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 0m 15s. Computing the boundary of the generator 80 (dimension 7) : <>]>>][5 <>]>> *CR* -- Cut = 0.6607446 -- N = 1932 8416296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 2m 2s. Computing the boundary of the generator 81 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 3s. Computing the boundary of the generator 82 (dimension 7) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 3s. Computing the boundary of the generator 83 (dimension 7) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 4s. Computing the boundary of the generator 84 (dimension 7) : <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 5s. Computing the boundary of the generator 85 (dimension 7) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 5s. Computing the boundary of the generator 86 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 10s. Computing the boundary of the generator 87 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 15s. Computing the boundary of the generator 88 (dimension 7) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 28s. Computing the boundary of the generator 89 (dimension 7) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 30s. Computing the boundary of the generator 90 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 40s. Computing the boundary of the generator 91 (dimension 7) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 2m 42s. Computing the boundary of the generator 92 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> 8414128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 4m 49s. Computing the boundary of the generator 93 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 4m 50s. Computing the boundary of the generator 94 (dimension 7) : <>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 4m 55s. Computing the boundary of the generator 95 (dimension 7) : <>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 4m 55s. Computing the boundary of the generator 96 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 4m 56s. Computing the boundary of the generator 97 (dimension 7) : <>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 4m 56s. Computing the boundary of the generator 98 (dimension 7) : <>]>>][3 <>]>>]>> *CR* -- Cut = 0.6671771 -- N = 1937 End of computing. ;; Clock -> 2007-02-14, 5h 5m 9s. Computing the boundary of the generator 99 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 11s. Computing the boundary of the generator 100 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 14s. Computing the boundary of the generator 101 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 15s. Computing the boundary of the generator 102 (dimension 7) : <>][3 D4]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 33s. Computing the boundary of the generator 103 (dimension 7) : <>][3 D4]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 41s. Computing the boundary of the generator 104 (dimension 7) : <>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 44s. Computing the boundary of the generator 105 (dimension 7) : <>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 5m 44s. Computing the boundary of the generator 106 (dimension 7) : <>]>>][3 <>]>>]>> 8395456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 8m 6s. Computing the boundary of the generator 107 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 8m 8s. Computing the boundary of the generator 108 (dimension 7) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 8m 10s. Computing the boundary of the generator 109 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 8m 11s. Computing the boundary of the generator 110 (dimension 7) : <>]>>][2 D3]>> *CR* -- Cut = 0.671505 -- N = 1904 End of computing. ;; Clock -> 2007-02-14, 5h 8m 37s. Computing the boundary of the generator 111 (dimension 7) : <>]>>][2 <>]>> 8401000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6740489 -- N = 1909 8443120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 13m 37s. Computing the boundary of the generator 112 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 12s. Computing the boundary of the generator 113 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 14s. Computing the boundary of the generator 114 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 20s. Computing the boundary of the generator 115 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 21s. Computing the boundary of the generator 116 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 24s. Computing the boundary of the generator 117 (dimension 7) : <>]>>][2 <>]>> *CR* -- Cut = 0.6774053 -- N = 1911 End of computing. ;; Clock -> 2007-02-14, 5h 14m 26s. Computing the boundary of the generator 118 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 27s. Computing the boundary of the generator 119 (dimension 7) : <>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 14m 27s. Computing the boundary of the generator 120 (dimension 7) : <>][4 <>]>>][2 <>]>> 8515248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 16m 24s. Computing the boundary of the generator 121 (dimension 7) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 16m 29s. Computing the boundary of the generator 122 (dimension 7) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 16m 35s. Computing the boundary of the generator 123 (dimension 7) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 16m 51s. Computing the boundary of the generator 124 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 16m 56s. Computing the boundary of the generator 125 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 16m 59s. Computing the boundary of the generator 126 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 7s. Computing the boundary of the generator 127 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 10s. Computing the boundary of the generator 128 (dimension 7) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 12s. Computing the boundary of the generator 129 (dimension 7) : <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 16s. Computing the boundary of the generator 130 (dimension 7) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 17s. Computing the boundary of the generator 131 (dimension 7) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 17s. Computing the boundary of the generator 132 (dimension 7) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 18s. Computing the boundary of the generator 133 (dimension 7) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 18s. Computing the boundary of the generator 134 (dimension 7) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 20s. Computing the boundary of the generator 135 (dimension 7) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 25s. Computing the boundary of the generator 136 (dimension 7) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 26s. Computing the boundary of the generator 137 (dimension 7) : <>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 27s. Computing the boundary of the generator 138 (dimension 7) : <>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 17m 28s. Computing the boundary of the generator 139 (dimension 7) : <>][2 <>][2 <>]>>][2 <>]>>]>> 8435784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 17m 28s. Computing the boundary of the generator 140 (dimension 7) : <>]>>][1 <>]>>]>> *CR* -- Cut = 0.68482536 -- N = 1879 8503320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6871095 -- N = 1880 8408744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.69143015 -- N = 1855 End of computing. ;; Clock -> 2007-02-14, 5h 25m 35s. Computing the boundary of the generator 141 (dimension 7) : <>]>>][1 <>]>>]>> 8423176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 27m 32s. Computing the boundary of the generator 142 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 27m 34s. Computing the boundary of the generator 143 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 27m 54s. Computing the boundary of the generator 144 (dimension 7) : <>][5 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.6932246 -- N = 1856 8389488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 30m 0s. Computing the boundary of the generator 145 (dimension 7) : <>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 30m 5s. Computing the boundary of the generator 146 (dimension 7) : <>]>>][1 <>]>>]>> 8615344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 32m 56s. Computing the boundary of the generator 147 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.70049465 -- N = 1826 End of computing. ;; Clock -> 2007-02-14, 5h 32m 58s. Computing the boundary of the generator 148 (dimension 7) : <>][3 D4]>>][1 <>]>>]>> 8452504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 35m 30s. Computing the boundary of the generator 149 (dimension 7) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 35m 37s. Computing the boundary of the generator 150 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.70007455 -- N = 1828 End of computing. ;; Clock -> 2007-02-14, 5h 35m 56s. Computing the boundary of the generator 151 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 36m 1s. Computing the boundary of the generator 152 (dimension 7) : <>][2 <>][3 D4]>>][1 <>]>>]>> 8389928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 38m 15s. Computing the boundary of the generator 153 (dimension 7) : <>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 38m 18s. Computing the boundary of the generator 154 (dimension 7) : <>][3 D4][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 38m 42s. Computing the boundary of the generator 155 (dimension 7) : <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 38m 45s. Computing the boundary of the generator 156 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.70366377 -- N = 1831 8600792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 40m 41s. Computing the boundary of the generator 157 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 40m 43s. Computing the boundary of the generator 158 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> 8526152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.70992327 -- N = 1834 End of computing. ;; Clock -> 2007-02-14, 5h 43m 41s. Computing the boundary of the generator 159 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 43m 45s. Computing the boundary of the generator 160 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 43m 47s. Computing the boundary of the generator 161 (dimension 7) : <>]>>][1 <>]>>][5 <>][4 <>]>>]>> 8417920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 45m 58s. Computing the boundary of the generator 162 (dimension 7) : <>]>>][1 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 13s. Computing the boundary of the generator 163 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 26s. Computing the boundary of the generator 164 (dimension 7) : <>]>>][1 <>]>>][5 <>][3 D4]>>]>> *CR* -- Cut = 0.71471256 -- N = 1814 End of computing. ;; Clock -> 2007-02-14, 5h 46m 28s. Computing the boundary of the generator 165 (dimension 7) : <>]>>][1 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 28s. Computing the boundary of the generator 166 (dimension 7) : <>]>>][1 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 34s. Computing the boundary of the generator 167 (dimension 7) : <>]>>][1 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 35s. Computing the boundary of the generator 168 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 37s. Computing the boundary of the generator 169 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 38s. Computing the boundary of the generator 170 (dimension 7) : <>]>>][2 D3][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 42s. Computing the boundary of the generator 171 (dimension 7) : <>]>>][2 D3][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 42s. Computing the boundary of the generator 172 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 43s. Computing the boundary of the generator 173 (dimension 7) : <>]>>][2 D3][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 44s. Computing the boundary of the generator 174 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 46m 57s. Computing the boundary of the generator 175 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> 8398368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 49m 0s. Computing the boundary of the generator 176 (dimension 7) : <>]>>][2 <>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 26s. Computing the boundary of the generator 177 (dimension 7) : <>]>>][2 <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 28s. Computing the boundary of the generator 178 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 33s. Computing the boundary of the generator 179 (dimension 7) : <>]>>][2 <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 35s. Computing the boundary of the generator 180 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 41s. Computing the boundary of the generator 181 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 44s. Computing the boundary of the generator 182 (dimension 7) : <>]>>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 54s. Computing the boundary of the generator 183 (dimension 7) : <>]>>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 55s. Computing the boundary of the generator 184 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 57s. Computing the boundary of the generator 185 (dimension 7) : <>]>>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 49m 58s. Computing the boundary of the generator 186 (dimension 7) : <>]>>][3 <>]>>][3 <>]>>]>> *CR* -- Cut = 0.718485 -- N = 1817 End of computing. ;; Clock -> 2007-02-14, 5h 50m 7s. Computing the boundary of the generator 187 (dimension 7) : <>]>>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 50m 10s. Computing the boundary of the generator 188 (dimension 7) : <>]>>][3 <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 50m 14s. Computing the boundary of the generator 189 (dimension 7) : <>]>>][3 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 50m 14s. Computing the boundary of the generator 190 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 50m 18s. Computing the boundary of the generator 191 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> 8417472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 52m 22s. Computing the boundary of the generator 192 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 52m 27s. Computing the boundary of the generator 193 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 52m 30s. Computing the boundary of the generator 194 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 52m 35s. Computing the boundary of the generator 195 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 52m 36s. Computing the boundary of the generator 196 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 52m 45s. Computing the boundary of the generator 197 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 15s. Computing the boundary of the generator 198 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 29s. Computing the boundary of the generator 199 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 30s. Computing the boundary of the generator 200 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 32s. Computing the boundary of the generator 201 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 33s. Computing the boundary of the generator 202 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 36s. Computing the boundary of the generator 203 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 42s. Computing the boundary of the generator 204 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 44s. Computing the boundary of the generator 205 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 45s. Computing the boundary of the generator 206 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 <>]>> *CR* -- Cut = 0.72242314 -- N = 1788 End of computing. ;; Clock -> 2007-02-14, 5h 53m 47s. Computing the boundary of the generator 207 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 53m 48s. Computing the boundary of the generator 208 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> 8437712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 56m 31s. Computing the boundary of the generator 209 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 56m 37s. Computing the boundary of the generator 210 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7236028 -- N = 1792 End of computing. ;; Clock -> 2007-02-14, 5h 56m 38s. Computing the boundary of the generator 211 (dimension 7) : <>]>>][5 <>][4 <>]>>][1 <>]>>]>> 8390280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 58m 28s. Computing the boundary of the generator 212 (dimension 7) : <>]>>][5 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 38s. Computing the boundary of the generator 213 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 44s. Computing the boundary of the generator 214 (dimension 7) : <>]>>][5 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 46s. Computing the boundary of the generator 215 (dimension 7) : <>]>>][5 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 46s. Computing the boundary of the generator 216 (dimension 7) : <>]>>][5 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 51s. Computing the boundary of the generator 217 (dimension 7) : <>]>>][5 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 52s. Computing the boundary of the generator 218 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 54s. Computing the boundary of the generator 219 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 56s. Computing the boundary of the generator 220 (dimension 7) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 58m 59s. Computing the boundary of the generator 221 (dimension 7) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 0s. Computing the boundary of the generator 222 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 1s. Computing the boundary of the generator 223 (dimension 7) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 2s. Computing the boundary of the generator 224 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 3s. Computing the boundary of the generator 225 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 4s. Computing the boundary of the generator 226 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 8s. Computing the boundary of the generator 227 (dimension 7) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 9s. Computing the boundary of the generator 228 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 11s. Computing the boundary of the generator 229 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 11s. Computing the boundary of the generator 230 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 13s. Computing the boundary of the generator 231 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 16s. Computing the boundary of the generator 232 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 17s. Computing the boundary of the generator 233 (dimension 7) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 18s. Computing the boundary of the generator 234 (dimension 7) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 20s. Computing the boundary of the generator 235 (dimension 7) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 5h 59m 20s. Computing the boundary of the generator 236 (dimension 7) : <>]>>][1 <>]>>]>> 8427320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 5h 59m 23s. Computing the boundary of the generator 237 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 27s. Computing the boundary of the generator 238 (dimension 7) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 29s. Computing the boundary of the generator 239 (dimension 7) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 30s. Computing the boundary of the generator 240 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 32s. Computing the boundary of the generator 241 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 32s. Computing the boundary of the generator 242 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> *CR* -- Cut = 0.73088825 -- N = 1767 End of computing. ;; Clock -> 2007-02-14, 6h 1m 40s. Computing the boundary of the generator 243 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 42s. Computing the boundary of the generator 244 (dimension 7) : <>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 56s. Computing the boundary of the generator 245 (dimension 7) : <>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 1m 58s. Computing the boundary of the generator 246 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 2m 2s. Computing the boundary of the generator 247 (dimension 7) : <>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 2m 4s. Computing the boundary of the generator 248 (dimension 7) : <>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 2m 9s. Computing the boundary of the generator 249 (dimension 7) : <>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 2m 10s. Computing the boundary of the generator 250 (dimension 7) : <>][2 <>][3 <>]>>]>> 8456960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 4m 46s. Computing the boundary of the generator 251 (dimension 7) : <>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 4m 51s. Computing the boundary of the generator 252 (dimension 7) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 2s. Computing the boundary of the generator 253 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 4s. Computing the boundary of the generator 254 (dimension 7) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 16s. Computing the boundary of the generator 255 (dimension 7) : <>][3 <>]>>][2 <>]>> *CR* -- Cut = 0.73488724 -- N = 1770 End of computing. ;; Clock -> 2007-02-14, 6h 5m 30s. Computing the boundary of the generator 256 (dimension 7) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 35s. Computing the boundary of the generator 257 (dimension 7) : <>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 37s. Computing the boundary of the generator 258 (dimension 7) : <>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 40s. Computing the boundary of the generator 259 (dimension 7) : <>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 41s. Computing the boundary of the generator 260 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 5m 56s. Computing the boundary of the generator 261 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 6m 1s. Computing the boundary of the generator 262 (dimension 7) : <>][4 <>][3 D4]>>][1 <>]>>]>> 8393960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 8m 35s. Computing the boundary of the generator 263 (dimension 7) : <>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 8m 38s. Computing the boundary of the generator 264 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 8m 44s. Computing the boundary of the generator 265 (dimension 7) : <>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 8m 46s. Computing the boundary of the generator 266 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 8m 52s. Computing the boundary of the generator 267 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 8m 55s. Computing the boundary of the generator 268 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> *CR* -- Cut = 0.738467 -- N = 1773 End of computing. ;; Clock -> 2007-02-14, 6h 9m 1s. Computing the boundary of the generator 269 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 2s. Computing the boundary of the generator 270 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 3s. Computing the boundary of the generator 271 (dimension 7) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 3s. Computing the boundary of the generator 272 (dimension 7) : <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 3s. Computing the boundary of the generator 273 (dimension 7) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 4s. Computing the boundary of the generator 274 (dimension 7) : <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 6s. Computing the boundary of the generator 275 (dimension 7) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 7s. Computing the boundary of the generator 276 (dimension 7) : <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 8s. Computing the boundary of the generator 277 (dimension 7) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 8s. Computing the boundary of the generator 278 (dimension 7) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 9s. Computing the boundary of the generator 279 (dimension 7) : <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 11s. Computing the boundary of the generator 280 (dimension 7) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 12s. Computing the boundary of the generator 281 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 12s. Computing the boundary of the generator 282 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 13s. Computing the boundary of the generator 283 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 13s. Computing the boundary of the generator 284 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 15s. Computing the boundary of the generator 285 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 16s. Computing the boundary of the generator 286 (dimension 7) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 17s. Computing the boundary of the generator 287 (dimension 7) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 17s. Computing the boundary of the generator 288 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 18s. Computing the boundary of the generator 289 (dimension 7) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 9m 19s. Computing the boundary of the generator 290 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>]>> 8411040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 11m 26s. Computing the boundary of the generator 291 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 11m 34s. Computing the boundary of the generator 292 (dimension 7) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 11m 38s. Computing the boundary of the generator 293 (dimension 7) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 11m 48s. Computing the boundary of the generator 294 (dimension 7) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 11m 52s. Computing the boundary of the generator 295 (dimension 7) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 12m 4s. Computing the boundary of the generator 296 (dimension 7) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 12m 42s. Computing the boundary of the generator 297 (dimension 7) : <>]>>][2 <>][2 <>]>>]>> *CR* -- Cut = 0.7424312 -- N = 1757 End of computing. ;; Clock -> 2007-02-14, 6h 12m 48s. Computing the boundary of the generator 298 (dimension 7) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 12m 49s. Computing the boundary of the generator 299 (dimension 7) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 12m 51s. Computing the boundary of the generator 300 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 12m 52s. Computing the boundary of the generator 301 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>]>> 8474000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 14m 55s. Computing the boundary of the generator 302 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 2s. Computing the boundary of the generator 303 (dimension 7) : <>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 12s. Computing the boundary of the generator 304 (dimension 7) : <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 16s. Computing the boundary of the generator 305 (dimension 7) : <>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 19s. Computing the boundary of the generator 306 (dimension 7) : <>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 24s. Computing the boundary of the generator 307 (dimension 7) : <>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 26s. Computing the boundary of the generator 308 (dimension 7) : <>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 32s. Computing the boundary of the generator 309 (dimension 7) : <>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 52s. Computing the boundary of the generator 310 (dimension 7) : <>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 54s. Computing the boundary of the generator 311 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 55s. Computing the boundary of the generator 312 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 56s. Computing the boundary of the generator 313 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 15m 57s. Computing the boundary of the generator 314 (dimension 7) : <>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 16m 0s. Computing the boundary of the generator 315 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 16m 2s. Computing the boundary of the generator 316 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 16m 10s. Computing the boundary of the generator 317 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> *CR* -- Cut = 0.7454914 -- N = 1766 End of computing. ;; Clock -> 2007-02-14, 6h 16m 32s. Computing the boundary of the generator 318 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 16m 34s. Computing the boundary of the generator 319 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> 8406304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 18m 26s. Computing the boundary of the generator 320 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 35s. Computing the boundary of the generator 321 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 38s. Computing the boundary of the generator 322 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 40s. Computing the boundary of the generator 323 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 44s. Computing the boundary of the generator 324 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 46s. Computing the boundary of the generator 325 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 48s. Computing the boundary of the generator 326 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 52s. Computing the boundary of the generator 327 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 18m 54s. Computing the boundary of the generator 328 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 19m 1s. Computing the boundary of the generator 329 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 19m 29s. Computing the boundary of the generator 330 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 19m 42s. Computing the boundary of the generator 331 (dimension 7) : <>][3 D4]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 19m 53s. Computing the boundary of the generator 332 (dimension 7) : <>][3 D4]>>][2 <>][1 <>]>>]>> *CR* -- Cut = 0.7489337 -- N = 1772 8454568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 21m 58s. Computing the boundary of the generator 333 (dimension 7) : <>][3 D4]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 4s. Computing the boundary of the generator 334 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 5s. Computing the boundary of the generator 335 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 10s. Computing the boundary of the generator 336 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 12s. Computing the boundary of the generator 337 (dimension 7) : <>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 13s. Computing the boundary of the generator 338 (dimension 7) : <>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 20s. Computing the boundary of the generator 339 (dimension 7) : <>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 22s. Computing the boundary of the generator 340 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 22m 32s. Computing the boundary of the generator 341 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 23m 5s. Computing the boundary of the generator 342 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 23m 19s. Computing the boundary of the generator 343 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 23m 28s. Computing the boundary of the generator 344 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> *CR* -- Cut = 0.7522782 -- N = 1749 8504520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 25m 26s. Computing the boundary of the generator 345 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 31s. Computing the boundary of the generator 346 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 32s. Computing the boundary of the generator 347 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 36s. Computing the boundary of the generator 348 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 38s. Computing the boundary of the generator 349 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 40s. Computing the boundary of the generator 350 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 46s. Computing the boundary of the generator 351 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 25m 48s. Computing the boundary of the generator 352 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.75073045 -- N = 1752 8569848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 29m 12s. Computing the boundary of the generator 353 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> 8486848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 29m 19s. Computing the boundary of the generator 354 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 31m 19s. Computing the boundary of the generator 355 (dimension 7) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.757824 -- N = 1753 End of computing. ;; Clock -> 2007-02-14, 6h 31m 33s. Computing the boundary of the generator 356 (dimension 7) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 31m 46s. Computing the boundary of the generator 357 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 31m 55s. Computing the boundary of the generator 358 (dimension 7) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 31m 57s. Computing the boundary of the generator 359 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 31m 57s. Computing the boundary of the generator 360 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 32m 2s. Computing the boundary of the generator 361 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 32m 3s. Computing the boundary of the generator 362 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> 8468768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 34m 21s. Computing the boundary of the generator 363 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 34m 27s. Computing the boundary of the generator 364 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> *CR* -- Cut = 0.7582045 -- N = 1755 End of computing. ;; Clock -> 2007-02-14, 6h 34m 42s. Computing the boundary of the generator 365 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 34m 47s. Computing the boundary of the generator 366 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 34m 53s. Computing the boundary of the generator 367 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 34m 54s. Computing the boundary of the generator 368 (dimension 7) : <>]>>][1 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 34m 59s. Computing the boundary of the generator 369 (dimension 7) : <>]>>][1 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 35m 1s. Computing the boundary of the generator 370 (dimension 7) : <>]>>][1 <>]>>][2 <>][3 <>]>>]>> 8422560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 37m 20s. Computing the boundary of the generator 371 (dimension 7) : <>]>>][1 <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 37m 25s. Computing the boundary of the generator 372 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 37m 35s. Computing the boundary of the generator 373 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 37m 37s. Computing the boundary of the generator 374 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 37m 49s. Computing the boundary of the generator 375 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 8s. Computing the boundary of the generator 376 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 16s. Computing the boundary of the generator 377 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 19s. Computing the boundary of the generator 378 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 25s. Computing the boundary of the generator 379 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 28s. Computing the boundary of the generator 380 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7633776 -- N = 1743 End of computing. ;; Clock -> 2007-02-14, 6h 38m 40s. Computing the boundary of the generator 381 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 41s. Computing the boundary of the generator 382 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 38m 57s. Computing the boundary of the generator 383 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> 8405664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 39m 0s. Computing the boundary of the generator 384 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 40m 53s. Computing the boundary of the generator 385 (dimension 7) : <>]>>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 40m 55s. Computing the boundary of the generator 386 (dimension 7) : <>]>>][2 D3][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 0s. Computing the boundary of the generator 387 (dimension 7) : <>]>>][2 D3][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 1s. Computing the boundary of the generator 388 (dimension 7) : <>]>>][2 D3][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 3s. Computing the boundary of the generator 389 (dimension 7) : <>]>>][2 D3][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 6s. Computing the boundary of the generator 390 (dimension 7) : <>]>>][2 D3][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 8s. Computing the boundary of the generator 391 (dimension 7) : <>]>>][2 D3][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 11s. Computing the boundary of the generator 392 (dimension 7) : <>]>>][2 D3][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 18s. Computing the boundary of the generator 393 (dimension 7) : <>]>>][2 D3][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 21s. Computing the boundary of the generator 394 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 23s. Computing the boundary of the generator 395 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 26s. Computing the boundary of the generator 396 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 27s. Computing the boundary of the generator 397 (dimension 7) : <>]>>][2 D3][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 31s. Computing the boundary of the generator 398 (dimension 7) : <>]>>][2 D3][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 41m 33s. Computing the boundary of the generator 399 (dimension 7) : <>]>>][2 <>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 2s. Computing the boundary of the generator 400 (dimension 7) : <>]>>][2 <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 7s. Computing the boundary of the generator 401 (dimension 7) : <>]>>][2 <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 13s. Computing the boundary of the generator 402 (dimension 7) : <>]>>][2 <>][2 D3][2 <>]>> *CR* -- Cut = 0.76619387 -- N = 1747 End of computing. ;; Clock -> 2007-02-14, 6h 42m 21s. Computing the boundary of the generator 403 (dimension 7) : <>]>>][2 <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 22s. Computing the boundary of the generator 404 (dimension 7) : <>]>>][2 <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 23s. Computing the boundary of the generator 405 (dimension 7) : <>]>>][2 <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 26s. Computing the boundary of the generator 406 (dimension 7) : <>]>>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 28s. Computing the boundary of the generator 407 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 29s. Computing the boundary of the generator 408 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 31s. Computing the boundary of the generator 409 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 42m 32s. Computing the boundary of the generator 410 (dimension 7) : <>]>>][2 <>][3 <>]>>][1 <>]>>]>> 8454880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 44m 38s. Computing the boundary of the generator 411 (dimension 7) : <>]>>][2 <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 42s. Computing the boundary of the generator 412 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 47s. Computing the boundary of the generator 413 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 48s. Computing the boundary of the generator 414 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 50s. Computing the boundary of the generator 415 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 52s. Computing the boundary of the generator 416 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 53s. Computing the boundary of the generator 417 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 44m 56s. Computing the boundary of the generator 418 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 1s. Computing the boundary of the generator 419 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 3s. Computing the boundary of the generator 420 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 5s. Computing the boundary of the generator 421 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 7s. Computing the boundary of the generator 422 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 7s. Computing the boundary of the generator 423 (dimension 7) : <>]>>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 12s. Computing the boundary of the generator 424 (dimension 7) : <>]>>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 13s. Computing the boundary of the generator 425 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 22s. Computing the boundary of the generator 426 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>> *CR* -- Cut = 0.7687757 -- N = 1751 End of computing. ;; Clock -> 2007-02-14, 6h 45m 46s. Computing the boundary of the generator 427 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 45m 50s. Computing the boundary of the generator 428 (dimension 7) : <>]>>][3 <>]>>][2 D3][1 <>]>>]>> 8396632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 45m 55s. Computing the boundary of the generator 429 (dimension 7) : <>]>>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 9s. Computing the boundary of the generator 430 (dimension 7) : <>]>>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 19s. Computing the boundary of the generator 431 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 25s. Computing the boundary of the generator 432 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 32s. Computing the boundary of the generator 433 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 34s. Computing the boundary of the generator 434 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 36s. Computing the boundary of the generator 435 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 41s. Computing the boundary of the generator 436 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 48m 43s. Computing the boundary of the generator 437 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 49m 7s. Computing the boundary of the generator 438 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 49m 16s. Computing the boundary of the generator 439 (dimension 7) : <>]>>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.77307683 -- N = 1729 8466904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 51m 22s. Computing the boundary of the generator 440 (dimension 7) : <>]>>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 28s. Computing the boundary of the generator 441 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 33s. Computing the boundary of the generator 442 (dimension 7) : <>]>>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 34s. Computing the boundary of the generator 443 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 37s. Computing the boundary of the generator 444 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 39s. Computing the boundary of the generator 445 (dimension 7) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 40s. Computing the boundary of the generator 446 (dimension 7) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 43s. Computing the boundary of the generator 447 (dimension 7) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 44s. Computing the boundary of the generator 448 (dimension 7) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 47s. Computing the boundary of the generator 449 (dimension 7) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 54s. Computing the boundary of the generator 450 (dimension 7) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 56s. Computing the boundary of the generator 451 (dimension 7) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 51m 57s. Computing the boundary of the generator 452 (dimension 7) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 0s. Computing the boundary of the generator 453 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 1s. Computing the boundary of the generator 454 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 4s. Computing the boundary of the generator 455 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 6s. Computing the boundary of the generator 456 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 8s. Computing the boundary of the generator 457 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 11s. Computing the boundary of the generator 458 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 12s. Computing the boundary of the generator 459 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 14s. Computing the boundary of the generator 460 (dimension 7) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 18s. Computing the boundary of the generator 461 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 19s. Computing the boundary of the generator 462 (dimension 7) : <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 23s. Computing the boundary of the generator 463 (dimension 7) : <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 31s. Computing the boundary of the generator 464 (dimension 7) : <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 34s. Computing the boundary of the generator 465 (dimension 7) : <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 38s. Computing the boundary of the generator 466 (dimension 7) : <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 46s. Computing the boundary of the generator 467 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 50s. Computing the boundary of the generator 468 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 51s. Computing the boundary of the generator 469 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 55s. Computing the boundary of the generator 470 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 56s. Computing the boundary of the generator 471 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 52m 57s. Computing the boundary of the generator 472 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 53m 1s. Computing the boundary of the generator 473 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 53m 2s. Computing the boundary of the generator 474 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 53m 6s. Computing the boundary of the generator 475 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 53m 8s. Computing the boundary of the generator 476 (dimension 7) : <>][1 <>]>>][1 <>]>>][3 <>]>>]>> *CR* -- Cut = 0.7759214 -- N = 1730 8430760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 55m 3s. Computing the boundary of the generator 477 (dimension 7) : <>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 5s. Computing the boundary of the generator 478 (dimension 7) : <>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 8s. Computing the boundary of the generator 479 (dimension 7) : <>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 12s. Computing the boundary of the generator 480 (dimension 7) : <>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 14s. Computing the boundary of the generator 481 (dimension 7) : <>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 19s. Computing the boundary of the generator 482 (dimension 7) : <>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 30s. Computing the boundary of the generator 483 (dimension 7) : <>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 35s. Computing the boundary of the generator 484 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 37s. Computing the boundary of the generator 485 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 42s. Computing the boundary of the generator 486 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 44s. Computing the boundary of the generator 487 (dimension 7) : <>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 55m 57s. Computing the boundary of the generator 488 (dimension 7) : <>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 2s. Computing the boundary of the generator 489 (dimension 7) : <>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 6s. Computing the boundary of the generator 490 (dimension 7) : <>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 15s. Computing the boundary of the generator 491 (dimension 7) : <>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 18s. Computing the boundary of the generator 492 (dimension 7) : <>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 23s. Computing the boundary of the generator 493 (dimension 7) : <>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 33s. Computing the boundary of the generator 494 (dimension 7) : <>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 37s. Computing the boundary of the generator 495 (dimension 7) : <>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 56m 47s. Computing the boundary of the generator 496 (dimension 7) : <>][2 <>][1 <>]>>][2 <>]>> *CR* -- Cut = 0.77618754 -- N = 1732 End of computing. ;; Clock -> 2007-02-14, 6h 57m 6s. Computing the boundary of the generator 497 (dimension 7) : <>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 57m 7s. Computing the boundary of the generator 498 (dimension 7) : <>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 57m 9s. Computing the boundary of the generator 499 (dimension 7) : <>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 57m 13s. Computing the boundary of the generator 500 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 57m 16s. Computing the boundary of the generator 501 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3]>> 8446640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 6h 57m 17s. Computing the boundary of the generator 502 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 14s. Computing the boundary of the generator 503 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 15s. Computing the boundary of the generator 504 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 16s. Computing the boundary of the generator 505 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 19s. Computing the boundary of the generator 506 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 21s. Computing the boundary of the generator 507 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 35s. Computing the boundary of the generator 508 (dimension 7) : <>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 39s. Computing the boundary of the generator 509 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 44s. Computing the boundary of the generator 510 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 46s. Computing the boundary of the generator 511 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 47s. Computing the boundary of the generator 512 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 49s. Computing the boundary of the generator 513 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 50s. Computing the boundary of the generator 514 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 53s. Computing the boundary of the generator 515 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 6h 59m 58s. Computing the boundary of the generator 516 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 0s. Computing the boundary of the generator 517 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 1s. Computing the boundary of the generator 518 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 3s. Computing the boundary of the generator 519 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 4s. Computing the boundary of the generator 520 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 8s. Computing the boundary of the generator 521 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 10s. Computing the boundary of the generator 522 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 11s. Computing the boundary of the generator 523 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 14s. Computing the boundary of the generator 524 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 15s. Computing the boundary of the generator 525 (dimension 7) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 16s. Computing the boundary of the generator 526 (dimension 7) : <>]>>][2 D3][2 <>][1 <>]>>]>> *CR* -- Cut = 0.77519363 -- N = 1733 End of computing. ;; Clock -> 2007-02-14, 7h 0m 19s. Computing the boundary of the generator 527 (dimension 7) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 19s. Computing the boundary of the generator 528 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 19s. Computing the boundary of the generator 529 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 20s. Computing the boundary of the generator 530 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 20s. Computing the boundary of the generator 531 (dimension 7) : <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 21s. Computing the boundary of the generator 532 (dimension 7) : <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 22s. Computing the boundary of the generator 533 (dimension 7) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 22s. Computing the boundary of the generator 534 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 22s. Computing the boundary of the generator 535 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 23s. Computing the boundary of the generator 536 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 23s. Computing the boundary of the generator 537 (dimension 7) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 23s. Computing the boundary of the generator 538 (dimension 7) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 23s. Computing the boundary of the generator 539 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 24s. Computing the boundary of the generator 540 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 25s. Computing the boundary of the generator 541 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 0m 26s. Computing the boundary of the generator 542 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> 8470776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 2m 22s. Computing the boundary of the generator 543 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 2m 39s. Computing the boundary of the generator 544 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 2m 48s. Computing the boundary of the generator 545 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 2m 57s. Computing the boundary of the generator 546 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 3m 33s. Computing the boundary of the generator 547 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7789211 -- N = 1742 End of computing. ;; Clock -> 2007-02-14, 7h 3m 47s. Computing the boundary of the generator 548 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 3m 49s. Computing the boundary of the generator 549 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8446176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 5m 55s. Computing the boundary of the generator 550 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 6m 2s. Computing the boundary of the generator 551 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 6m 8s. Computing the boundary of the generator 552 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 6m 24s. Computing the boundary of the generator 553 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 6m 31s. Computing the boundary of the generator 554 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 6m 38s. Computing the boundary of the generator 555 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 7m 1s. Computing the boundary of the generator 556 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 7m 4s. Computing the boundary of the generator 557 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 7m 7s. Computing the boundary of the generator 558 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 7m 13s. Computing the boundary of the generator 559 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 7m 15s. Computing the boundary of the generator 560 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7832284 -- N = 1720 End of computing. ;; Clock -> 2007-02-14, 7h 7m 36s. Computing the boundary of the generator 561 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8497112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 9m 30s. Computing the boundary of the generator 562 (dimension 7) : <>][3 D4]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 9m 50s. Computing the boundary of the generator 563 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 9m 52s. Computing the boundary of the generator 564 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 9m 57s. Computing the boundary of the generator 565 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 9m 58s. Computing the boundary of the generator 566 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 11s. Computing the boundary of the generator 567 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 16s. Computing the boundary of the generator 568 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 20s. Computing the boundary of the generator 569 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 30s. Computing the boundary of the generator 570 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 33s. Computing the boundary of the generator 571 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 10m 43s. Computing the boundary of the generator 572 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 11m 5s. Computing the boundary of the generator 573 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> *CR* -- Cut = 0.7858863 -- N = 1724 End of computing. ;; Clock -> 2007-02-14, 7h 11m 11s. Computing the boundary of the generator 574 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 11m 11s. Computing the boundary of the generator 575 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> 8463840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 12m 55s. Computing the boundary of the generator 576 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 12m 55s. Computing the boundary of the generator 577 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 5s. Computing the boundary of the generator 578 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 8s. Computing the boundary of the generator 579 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 10s. Computing the boundary of the generator 580 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 15s. Computing the boundary of the generator 581 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 18s. Computing the boundary of the generator 582 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 21s. Computing the boundary of the generator 583 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 27s. Computing the boundary of the generator 584 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 29s. Computing the boundary of the generator 585 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 36s. Computing the boundary of the generator 586 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 50s. Computing the boundary of the generator 587 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 13m 56s. Computing the boundary of the generator 588 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 4s. Computing the boundary of the generator 589 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 22s. Computing the boundary of the generator 590 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 29s. Computing the boundary of the generator 591 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 32s. Computing the boundary of the generator 592 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 40s. Computing the boundary of the generator 593 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 42s. Computing the boundary of the generator 594 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 46s. Computing the boundary of the generator 595 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 54s. Computing the boundary of the generator 596 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 14m 57s. Computing the boundary of the generator 597 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.78967977 -- N = 1733 8543184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 16m 52s. Computing the boundary of the generator 598 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 16m 55s. Computing the boundary of the generator 599 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 16m 57s. Computing the boundary of the generator 600 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 1s. Computing the boundary of the generator 601 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 3s. Computing the boundary of the generator 602 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 5s. Computing the boundary of the generator 603 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 11s. Computing the boundary of the generator 604 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 13s. Computing the boundary of the generator 605 (dimension 7) : <>]>>][2 D3][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 15s. Computing the boundary of the generator 606 (dimension 7) : <>]>>][2 D3][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 21s. Computing the boundary of the generator 607 (dimension 7) : <>]>>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 23s. Computing the boundary of the generator 608 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 29s. Computing the boundary of the generator 609 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 43s. Computing the boundary of the generator 610 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 48s. Computing the boundary of the generator 611 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 17m 56s. Computing the boundary of the generator 612 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 12s. Computing the boundary of the generator 613 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 19s. Computing the boundary of the generator 614 (dimension 7) : <>]>>][2 <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 28s. Computing the boundary of the generator 615 (dimension 7) : <>]>>][2 <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 48s. Computing the boundary of the generator 616 (dimension 7) : <>]>>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 56s. Computing the boundary of the generator 617 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> *CR* -- Cut = 0.79319054 -- N = 1699 End of computing. ;; Clock -> 2007-02-14, 7h 18m 57s. Computing the boundary of the generator 618 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 57s. Computing the boundary of the generator 619 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 57s. Computing the boundary of the generator 620 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 58s. Computing the boundary of the generator 621 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 59s. Computing the boundary of the generator 622 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 18m 59s. Computing the boundary of the generator 623 (dimension 7) : <>]>>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 19m 0s. Computing the boundary of the generator 624 (dimension 7) : <>]>>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 19m 1s. Computing the boundary of the generator 625 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 19m 2s. Computing the boundary of the generator 626 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8491392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 21m 5s. Computing the boundary of the generator 627 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 8s. Computing the boundary of the generator 628 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 10s. Computing the boundary of the generator 629 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 15s. Computing the boundary of the generator 630 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 17s. Computing the boundary of the generator 631 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 19s. Computing the boundary of the generator 632 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 25s. Computing the boundary of the generator 633 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 27s. Computing the boundary of the generator 634 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 30s. Computing the boundary of the generator 635 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 36s. Computing the boundary of the generator 636 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 39s. Computing the boundary of the generator 637 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 42s. Computing the boundary of the generator 638 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 48s. Computing the boundary of the generator 639 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 51s. Computing the boundary of the generator 640 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 21m 57s. Computing the boundary of the generator 641 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 10s. Computing the boundary of the generator 642 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 16s. Computing the boundary of the generator 643 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> *CR* -- Cut = 0.79164755 -- N = 1702 End of computing. ;; Clock -> 2007-02-14, 7h 22m 23s. Computing the boundary of the generator 644 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 25s. Computing the boundary of the generator 645 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 27s. Computing the boundary of the generator 646 (dimension 7) : <>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 29s. Computing the boundary of the generator 647 (dimension 7) : <>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 35s. Computing the boundary of the generator 648 (dimension 7) : <>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 38s. Computing the boundary of the generator 649 (dimension 7) : <>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 22m 42s. Computing the boundary of the generator 650 (dimension 7) : <>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8471504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 24m 47s. Computing the boundary of the generator 651 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 51s. Computing the boundary of the generator 652 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 52s. Computing the boundary of the generator 653 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 54s. Computing the boundary of the generator 654 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 55s. Computing the boundary of the generator 655 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 57s. Computing the boundary of the generator 656 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 24m 59s. Computing the boundary of the generator 657 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 0s. Computing the boundary of the generator 658 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 2s. Computing the boundary of the generator 659 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 5s. Computing the boundary of the generator 660 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 6s. Computing the boundary of the generator 661 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 8s. Computing the boundary of the generator 662 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 11s. Computing the boundary of the generator 663 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 12s. Computing the boundary of the generator 664 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7942391 -- N = 1705 End of computing. ;; Clock -> 2007-02-14, 7h 25m 27s. Computing the boundary of the generator 665 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 30s. Computing the boundary of the generator 666 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 32s. Computing the boundary of the generator 667 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 39s. Computing the boundary of the generator 668 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 25m 42s. Computing the boundary of the generator 669 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> 8396912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 7h 27m 45s. Computing the boundary of the generator 670 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 27m 56s. Computing the boundary of the generator 671 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 1s. Computing the boundary of the generator 672 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 8s. Computing the boundary of the generator 673 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 22s. Computing the boundary of the generator 674 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 28s. Computing the boundary of the generator 675 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 36s. Computing the boundary of the generator 676 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 28m 54s. Computing the boundary of the generator 677 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.7990238 -- N = 1712 End of computing. ;; Clock -> 2007-02-14, 7h 29m 1s. Computing the boundary of the generator 678 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 2s. Computing the boundary of the generator 679 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 4s. Computing the boundary of the generator 680 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 6s. Computing the boundary of the generator 681 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 7s. Computing the boundary of the generator 682 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 9s. Computing the boundary of the generator 683 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 7h 29m 10s. Computing the boundary of the generator 684 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 6 : Component Z/2Z Component Z/4Z Component Z/4Z Component Z/4Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z Component Z Component Z ---done--- ;; Clock -> 2007-02-14, 7h 29m 12s. NIL CL-USER(13): *results-max* 100000 CL-USER(14): (set + (+ * *)) 200000 CL-USER(15): (apropos "*RESU") *RESULTS-CMLT-TM* value: 26556.33 *RESULTS-VERBOSE* value: T *RESULTS-N* value: 51777 *RESULTS-COEF* value: 3.0 *RESULTS-MAX* value: 200000 CL-USER(16): (time (homology OX 7)) Computing boundary-matrix in dimension 7. Rank of the source-module : 684. ;; Clock -> 2007-02-14, 8h 37m 18s. Computing the boundary of the generator 1 (dimension 7) : <>]>>]>> 8444216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.40776524 -- N = 1829 8427240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8401512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4227847 -- N = 2020 8542136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8422552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.43396413 -- N = 2215 8572152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4454803 -- N = 2311 8427512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4576432 -- N = 2380 8409912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.46761036 -- N = 2451 8455464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.47681856 -- N = 2469 8449248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.48636398 -- N = 2489 8585296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.4949788 -- N = 2505 8746016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5049366 -- N = 2508 8669808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5192099 -- N = 2584 8533920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.52617633 -- N = 2569 8404448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5405311 -- N = 2549 8400488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.55210316 -- N = 2695 8398496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.5676326 -- N = 2780 8794112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.58151776 -- N = 2789 8477400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8438032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8541264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.60748595 -- N = 2939 8394648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.61358416 -- N = 2917 9392648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 13h 42m 12s. Computing the boundary of the generator 2 (dimension 7) : <>]>>]>> *CR* -- Cut = 0.62542045 -- N = 2902 8403032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 13h 50m 4s. Computing the boundary of the generator 3 (dimension 7) : <>]>>]>> 8393712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 13h 55m 58s. Computing the boundary of the generator 4 (dimension 7) : <>]>>]>> 8428712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.62506765 -- N = 2952 8423576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 14h 5m 48s. Computing the boundary of the generator 5 (dimension 7) : <>]>>]>> 8394760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 14h 16m 38s. Computing the boundary of the generator 6 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 14h 16m 47s. Computing the boundary of the generator 7 (dimension 7) : <>][6 <>]>>]>> *CR* -- Cut = 0.63397974 -- N = 2951 8567568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8512848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.64292866 -- N = 2935 8539368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8444488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.65052134 -- N = 2917 8529072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 14h 49m 19s. Computing the boundary of the generator 8 (dimension 7) : <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 14h 49m 47s. Computing the boundary of the generator 9 (dimension 7) : <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 14h 50m 10s. Computing the boundary of the generator 10 (dimension 7) : <>]>>]>> 8439000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.65824234 -- N = 2964 8812760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 15h 3m 17s. Computing the boundary of the generator 11 (dimension 7) : <>]>>]>> 8422312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.67204565 -- N = 3009 End of computing. ;; Clock -> 2007-02-14, 15h 15m 4s. Computing the boundary of the generator 12 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 15h 15m 16s. Computing the boundary of the generator 13 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 15h 15m 27s. Computing the boundary of the generator 14 (dimension 7) : <>][4 <>]>>]>> 8523312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 15h 24m 19s. Computing the boundary of the generator 15 (dimension 7) : <>][3 D4]>>]>> 8470640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6808465 -- N = 3014 8401272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 15h 37m 36s. Computing the boundary of the generator 16 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 15h 38m 6s. Computing the boundary of the generator 17 (dimension 7) : <>][3 D4]>>]>> 8404408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.6918918 -- N = 3065 8597216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8503920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 15h 52m 45s. Computing the boundary of the generator 18 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 15h 53m 14s. Computing the boundary of the generator 19 (dimension 7) : <>][2 <>]>>]>> 8398976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8586880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.70499957 -- N = 3089 8390752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8588944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.71152866 -- N = 3080 8434112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 16h 21m 0s. Computing the boundary of the generator 20 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 16h 21m 0s. Computing the boundary of the generator 21 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 16h 21m 9s. Computing the boundary of the generator 22 (dimension 7) : <>][2 <>][4 <>]>>]>> 8401896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 16h 25m 21s. Computing the boundary of the generator 23 (dimension 7) : <>][3 D4][3 D4]>>]>> 8506744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.7224424 -- N = 3060 8448552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 16h 41m 13s. Computing the boundary of the generator 24 (dimension 7) : <>][3 D4][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 16h 41m 13s. Computing the boundary of the generator 25 (dimension 7) : <>][3 <>][3 D4]>>]>> 8594440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.729898 -- N = 3069 End of computing. ;; Clock -> 2007-02-14, 16h 47m 15s. Computing the boundary of the generator 26 (dimension 7) : <>][3 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 16h 47m 18s. Computing the boundary of the generator 27 (dimension 7) : <>][4 <>][2 <>]>>]>> 8434120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 16h 51m 11s. Computing the boundary of the generator 28 (dimension 7) : <>][3 D4]>>]>> 8428728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.7389334 -- N = 3097 8397608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 6m 18s. Computing the boundary of the generator 29 (dimension 7) : <>][3 <>]>>]>> 8653640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 10m 55s. Computing the boundary of the generator 30 (dimension 7) : <>]>>]>> 8579784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.7491981 -- N = 3127 8421792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 21m 21s. Computing the boundary of the generator 31 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 21m 21s. Computing the boundary of the generator 32 (dimension 7) : <>][2 <>][3 D4]>>]>> 8420192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 25m 47s. Computing the boundary of the generator 33 (dimension 7) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 25m 58s. Computing the boundary of the generator 34 (dimension 7) : <>][3 D4][2 <>]>>]>> 8446552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 31m 8s. Computing the boundary of the generator 35 (dimension 7) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 31m 20s. Computing the boundary of the generator 36 (dimension 7) : <>][2 <>][2 <>]>>]>> *CR* -- Cut = 0.759708 -- N = 3130 8616320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 35m 30s. Computing the boundary of the generator 37 (dimension 7) : <>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 35m 30s. Computing the boundary of the generator 38 (dimension 7) : <>]>>][6 <>]>>]>> 8468960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 40m 20s. Computing the boundary of the generator 39 (dimension 7) : <>]>>][6 <>]>>]>> 8439256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 45m 28s. Computing the boundary of the generator 40 (dimension 7) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 45m 31s. Computing the boundary of the generator 41 (dimension 7) : <>]>>][6 <>]>>]>> *CR* -- Cut = 0.7679467 -- N = 3112 End of computing. ;; Clock -> 2007-02-14, 17h 45m 52s. Computing the boundary of the generator 42 (dimension 7) : <>]>>][6 <>][5 <>]>>]>> 8431408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 49m 22s. Computing the boundary of the generator 43 (dimension 7) : <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 49m 24s. Computing the boundary of the generator 44 (dimension 7) : <>]>>][6 <>]>>]>> 8396912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 54m 6s. Computing the boundary of the generator 45 (dimension 7) : <>]>>][6 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 54m 16s. Computing the boundary of the generator 46 (dimension 7) : <>]>>][6 <>][3 D4]>>]>> 8626496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 17h 55m 19s. Computing the boundary of the generator 47 (dimension 7) : <>]>>][6 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 59m 34s. Computing the boundary of the generator 48 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 59m 34s. Computing the boundary of the generator 49 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 17h 59m 42s. Computing the boundary of the generator 50 (dimension 7) : <>]>>][6 <>][2 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 0m 4s. Computing the boundary of the generator 51 (dimension 7) : <>]>>][6 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 0m 7s. Computing the boundary of the generator 52 (dimension 7) : <>]>>][6 <>][3 D4][2 <>]>>]>> *CR* -- Cut = 0.77895236 -- N = 3094 8523208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 3m 44s. Computing the boundary of the generator 53 (dimension 7) : <>]>>][6 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 3m 47s. Computing the boundary of the generator 54 (dimension 7) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 0s. Computing the boundary of the generator 55 (dimension 7) : <>]>>][6 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 1s. Computing the boundary of the generator 56 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 8s. Computing the boundary of the generator 57 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 9s. Computing the boundary of the generator 58 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 10s. Computing the boundary of the generator 59 (dimension 7) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 4m 11s. Computing the boundary of the generator 60 (dimension 7) : <>]>> 8398272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 7m 49s. Computing the boundary of the generator 61 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 7m 50s. Computing the boundary of the generator 62 (dimension 7) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 7m 52s. Computing the boundary of the generator 63 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 7m 52s. Computing the boundary of the generator 64 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 7m 53s. Computing the boundary of the generator 65 (dimension 7) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 7m 53s. Computing the boundary of the generator 66 (dimension 7) : <>][5 <>]>>]>> 8485840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 13m 31s. Computing the boundary of the generator 67 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 13m 37s. Computing the boundary of the generator 68 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 13m 41s. Computing the boundary of the generator 69 (dimension 7) : <>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 13m 41s. Computing the boundary of the generator 70 (dimension 7) : <>][5 <>]>> *CR* -- Cut = 0.7877197 -- N = 3079 End of computing. ;; Clock -> 2007-02-14, 18h 14m 7s. Computing the boundary of the generator 71 (dimension 7) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 14m 10s. Computing the boundary of the generator 72 (dimension 7) : <>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 14m 13s. Computing the boundary of the generator 73 (dimension 7) : <>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 14m 13s. Computing the boundary of the generator 74 (dimension 7) : <>][5 <>][2 <>]>>]>> 8518984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 17m 50s. Computing the boundary of the generator 75 (dimension 7) : <>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 17m 52s. Computing the boundary of the generator 76 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 6s. Computing the boundary of the generator 77 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 8s. Computing the boundary of the generator 78 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 9s. Computing the boundary of the generator 79 (dimension 7) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 11s. Computing the boundary of the generator 80 (dimension 7) : <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 17s. Computing the boundary of the generator 81 (dimension 7) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 20s. Computing the boundary of the generator 82 (dimension 7) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 21s. Computing the boundary of the generator 83 (dimension 7) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 21s. Computing the boundary of the generator 84 (dimension 7) : <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 22s. Computing the boundary of the generator 85 (dimension 7) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 23s. Computing the boundary of the generator 86 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 38s. Computing the boundary of the generator 87 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 50s. Computing the boundary of the generator 88 (dimension 7) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 50s. Computing the boundary of the generator 89 (dimension 7) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 53s. Computing the boundary of the generator 90 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 53s. Computing the boundary of the generator 91 (dimension 7) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 18m 57s. Computing the boundary of the generator 92 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 19m 0s. Computing the boundary of the generator 93 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> 8434376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 19m 2s. Computing the boundary of the generator 94 (dimension 7) : <>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 14s. Computing the boundary of the generator 95 (dimension 7) : <>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 15s. Computing the boundary of the generator 96 (dimension 7) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 23s. Computing the boundary of the generator 97 (dimension 7) : <>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 24s. Computing the boundary of the generator 98 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 40s. Computing the boundary of the generator 99 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 47s. Computing the boundary of the generator 100 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 23m 58s. Computing the boundary of the generator 101 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 0s. Computing the boundary of the generator 102 (dimension 7) : <>][3 D4]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 0s. Computing the boundary of the generator 103 (dimension 7) : <>][3 D4]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 19s. Computing the boundary of the generator 104 (dimension 7) : <>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 23s. Computing the boundary of the generator 105 (dimension 7) : <>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 24s. Computing the boundary of the generator 106 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 24s. Computing the boundary of the generator 107 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 36s. Computing the boundary of the generator 108 (dimension 7) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 40s. Computing the boundary of the generator 109 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 24m 40s. Computing the boundary of the generator 110 (dimension 7) : <>]>>][2 D3]>> *CR* -- Cut = 0.7954283 -- N = 3071 8438792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 28m 35s. Computing the boundary of the generator 111 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 22s. Computing the boundary of the generator 112 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 22s. Computing the boundary of the generator 113 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 24s. Computing the boundary of the generator 114 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 29s. Computing the boundary of the generator 115 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 31s. Computing the boundary of the generator 116 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 32s. Computing the boundary of the generator 117 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 29m 35s. Computing the boundary of the generator 118 (dimension 7) : <>]>>][2 <>]>>]>> 8482304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 29m 37s. Computing the boundary of the generator 119 (dimension 7) : <>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 33m 24s. Computing the boundary of the generator 120 (dimension 7) : <>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 33m 37s. Computing the boundary of the generator 121 (dimension 7) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 33m 53s. Computing the boundary of the generator 122 (dimension 7) : <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 34m 7s. Computing the boundary of the generator 123 (dimension 7) : <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 34m 46s. Computing the boundary of the generator 124 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 34m 57s. Computing the boundary of the generator 125 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 4s. Computing the boundary of the generator 126 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 22s. Computing the boundary of the generator 127 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 29s. Computing the boundary of the generator 128 (dimension 7) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 32s. Computing the boundary of the generator 129 (dimension 7) : <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 38s. Computing the boundary of the generator 130 (dimension 7) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 40s. Computing the boundary of the generator 131 (dimension 7) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 40s. Computing the boundary of the generator 132 (dimension 7) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 42s. Computing the boundary of the generator 133 (dimension 7) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 42s. Computing the boundary of the generator 134 (dimension 7) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 35m 45s. Computing the boundary of the generator 135 (dimension 7) : <>][2 <>]>>][2 <>]>> 8403976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 40m 10s. Computing the boundary of the generator 136 (dimension 7) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 40m 13s. Computing the boundary of the generator 137 (dimension 7) : <>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 18h 40m 14s. Computing the boundary of the generator 138 (dimension 7) : <>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 18h 40m 16s. Computing the boundary of the generator 139 (dimension 7) : <>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 40m 17s. Computing the boundary of the generator 140 (dimension 7) : <>]>>][1 <>]>>]>> *CR* -- Cut = 0.80651724 -- N = 3038 8491200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 49m 29s. Computing the boundary of the generator 141 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 50m 45s. Computing the boundary of the generator 142 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 50m 48s. Computing the boundary of the generator 143 (dimension 7) : <>]>>][1 <>]>>]>> 8417880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 18h 56m 18s. Computing the boundary of the generator 144 (dimension 7) : <>][5 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.8159065 -- N = 2990 End of computing. ;; Clock -> 2007-02-14, 18h 56m 26s. Computing the boundary of the generator 145 (dimension 7) : <>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 56m 31s. Computing the boundary of the generator 146 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 56m 31s. Computing the boundary of the generator 147 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 18h 56m 37s. Computing the boundary of the generator 148 (dimension 7) : <>][3 D4]>>][1 <>]>>]>> 8482776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 1m 2s. Computing the boundary of the generator 149 (dimension 7) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 7s. Computing the boundary of the generator 150 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 17s. Computing the boundary of the generator 151 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 24s. Computing the boundary of the generator 152 (dimension 7) : <>][2 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 24s. Computing the boundary of the generator 153 (dimension 7) : <>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 25s. Computing the boundary of the generator 154 (dimension 7) : <>][3 D4][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 1m 25s. Computing the boundary of the generator 155 (dimension 7) : <>][3 <>][2 <>]>>][1 <>]>>]>> 8458312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 5m 35s. Computing the boundary of the generator 156 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 6m 26s. Computing the boundary of the generator 157 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 6m 28s. Computing the boundary of the generator 158 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> 8425528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.82578933 -- N = 2957 8410680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 15m 48s. Computing the boundary of the generator 159 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 15m 53s. Computing the boundary of the generator 160 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 15m 55s. Computing the boundary of the generator 161 (dimension 7) : <>]>>][1 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 15m 56s. Computing the boundary of the generator 162 (dimension 7) : <>]>>][1 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 11s. Computing the boundary of the generator 163 (dimension 7) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 27s. Computing the boundary of the generator 164 (dimension 7) : <>]>>][1 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 29s. Computing the boundary of the generator 165 (dimension 7) : <>]>>][1 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 30s. Computing the boundary of the generator 166 (dimension 7) : <>]>>][1 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 41s. Computing the boundary of the generator 167 (dimension 7) : <>]>>][1 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 43s. Computing the boundary of the generator 168 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 50s. Computing the boundary of the generator 169 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 16m 54s. Computing the boundary of the generator 170 (dimension 7) : <>]>>][2 D3][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 5s. Computing the boundary of the generator 171 (dimension 7) : <>]>>][2 D3][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 6s. Computing the boundary of the generator 172 (dimension 7) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 8s. Computing the boundary of the generator 173 (dimension 7) : <>]>>][2 D3][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 9s. Computing the boundary of the generator 174 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 43s. Computing the boundary of the generator 175 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 50s. Computing the boundary of the generator 176 (dimension 7) : <>]>>][2 <>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 50s. Computing the boundary of the generator 177 (dimension 7) : <>]>>][2 <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 17m 53s. Computing the boundary of the generator 178 (dimension 7) : <>]>>][2 <>][4 <>]>>]>> 8447832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 22m 51s. Computing the boundary of the generator 179 (dimension 7) : <>]>>][2 <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 22m 54s. Computing the boundary of the generator 180 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 6s. Computing the boundary of the generator 181 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 11s. Computing the boundary of the generator 182 (dimension 7) : <>]>>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 29s. Computing the boundary of the generator 183 (dimension 7) : <>]>>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 30s. Computing the boundary of the generator 184 (dimension 7) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 36s. Computing the boundary of the generator 185 (dimension 7) : <>]>>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 23m 37s. Computing the boundary of the generator 186 (dimension 7) : <>]>>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 24m 18s. Computing the boundary of the generator 187 (dimension 7) : <>]>>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 24m 27s. Computing the boundary of the generator 188 (dimension 7) : <>]>>][3 <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 24m 43s. Computing the boundary of the generator 189 (dimension 7) : <>]>>][3 <>][2 <>]>>][3 <>][2 <>]>>]>> *CR* -- Cut = 0.8351114 -- N = 2941 End of computing. ;; Clock -> 2007-02-14, 19h 24m 45s. Computing the boundary of the generator 190 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 24m 46s. Computing the boundary of the generator 191 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> 8390200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 28m 4s. Computing the boundary of the generator 192 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 7s. Computing the boundary of the generator 193 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 8s. Computing the boundary of the generator 194 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 10s. Computing the boundary of the generator 195 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 11s. Computing the boundary of the generator 196 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 16s. Computing the boundary of the generator 197 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 16s. Computing the boundary of the generator 198 (dimension 7) : <>]>>][4 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 21s. Computing the boundary of the generator 199 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 21s. Computing the boundary of the generator 200 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 22s. Computing the boundary of the generator 201 (dimension 7) : <>]>>][4 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 23s. Computing the boundary of the generator 202 (dimension 7) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 24s. Computing the boundary of the generator 203 (dimension 7) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 45s. Computing the boundary of the generator 204 (dimension 7) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 47s. Computing the boundary of the generator 205 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 48s. Computing the boundary of the generator 206 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 49s. Computing the boundary of the generator 207 (dimension 7) : <>]>>][4 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 50s. Computing the boundary of the generator 208 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 52s. Computing the boundary of the generator 209 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 28m 56s. Computing the boundary of the generator 210 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 29m 0s. Computing the boundary of the generator 211 (dimension 7) : <>]>>][5 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 29m 21s. Computing the boundary of the generator 212 (dimension 7) : <>]>>][5 <>][1 <>]>>]>> 8397400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 33m 19s. Computing the boundary of the generator 213 (dimension 7) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 33s. Computing the boundary of the generator 214 (dimension 7) : <>]>>][5 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 36s. Computing the boundary of the generator 215 (dimension 7) : <>]>>][5 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 37s. Computing the boundary of the generator 216 (dimension 7) : <>]>>][5 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 44s. Computing the boundary of the generator 217 (dimension 7) : <>]>>][5 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 46s. Computing the boundary of the generator 218 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 50s. Computing the boundary of the generator 219 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 33m 54s. Computing the boundary of the generator 220 (dimension 7) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 0s. Computing the boundary of the generator 221 (dimension 7) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 1s. Computing the boundary of the generator 222 (dimension 7) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 4s. Computing the boundary of the generator 223 (dimension 7) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 5s. Computing the boundary of the generator 224 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 7s. Computing the boundary of the generator 225 (dimension 7) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 9s. Computing the boundary of the generator 226 (dimension 7) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 16s. Computing the boundary of the generator 227 (dimension 7) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 19s. Computing the boundary of the generator 228 (dimension 7) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 21s. Computing the boundary of the generator 229 (dimension 7) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 22s. Computing the boundary of the generator 230 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 25s. Computing the boundary of the generator 231 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 31s. Computing the boundary of the generator 232 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 33s. Computing the boundary of the generator 233 (dimension 7) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 34s. Computing the boundary of the generator 234 (dimension 7) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 37s. Computing the boundary of the generator 235 (dimension 7) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 38s. Computing the boundary of the generator 236 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 43s. Computing the boundary of the generator 237 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 47s. Computing the boundary of the generator 238 (dimension 7) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 51s. Computing the boundary of the generator 239 (dimension 7) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 52s. Computing the boundary of the generator 240 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 55s. Computing the boundary of the generator 241 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 34m 56s. Computing the boundary of the generator 242 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> 8395784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 35m 15s. Computing the boundary of the generator 243 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 39m 45s. Computing the boundary of the generator 244 (dimension 7) : <>][1 <>]>>][4 <>][3 D4]>>]>> *CR* -- Cut = 0.84056854 -- N = 2893 End of computing. ;; Clock -> 2007-02-14, 19h 40m 10s. Computing the boundary of the generator 245 (dimension 7) : <>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 14s. Computing the boundary of the generator 246 (dimension 7) : <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 20s. Computing the boundary of the generator 247 (dimension 7) : <>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 21s. Computing the boundary of the generator 248 (dimension 7) : <>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 26s. Computing the boundary of the generator 249 (dimension 7) : <>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 27s. Computing the boundary of the generator 250 (dimension 7) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 27s. Computing the boundary of the generator 251 (dimension 7) : <>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 40s. Computing the boundary of the generator 252 (dimension 7) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 48s. Computing the boundary of the generator 253 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 40m 50s. Computing the boundary of the generator 254 (dimension 7) : <>][3 <>]>>][2 D3]>> 8459672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 44m 32s. Computing the boundary of the generator 255 (dimension 7) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 44m 50s. Computing the boundary of the generator 256 (dimension 7) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 44m 58s. Computing the boundary of the generator 257 (dimension 7) : <>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 0s. Computing the boundary of the generator 258 (dimension 7) : <>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 6s. Computing the boundary of the generator 259 (dimension 7) : <>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 8s. Computing the boundary of the generator 260 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 24s. Computing the boundary of the generator 261 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 33s. Computing the boundary of the generator 262 (dimension 7) : <>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 33s. Computing the boundary of the generator 263 (dimension 7) : <>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 36s. Computing the boundary of the generator 264 (dimension 7) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 43s. Computing the boundary of the generator 265 (dimension 7) : <>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 45s. Computing the boundary of the generator 266 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 51s. Computing the boundary of the generator 267 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 45m 54s. Computing the boundary of the generator 268 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 4s. Computing the boundary of the generator 269 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 5s. Computing the boundary of the generator 270 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 7s. Computing the boundary of the generator 271 (dimension 7) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 8s. Computing the boundary of the generator 272 (dimension 7) : <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 11s. Computing the boundary of the generator 273 (dimension 7) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 12s. Computing the boundary of the generator 274 (dimension 7) : <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 23s. Computing the boundary of the generator 275 (dimension 7) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 25s. Computing the boundary of the generator 276 (dimension 7) : <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 28s. Computing the boundary of the generator 277 (dimension 7) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 29s. Computing the boundary of the generator 278 (dimension 7) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 33s. Computing the boundary of the generator 279 (dimension 7) : <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 40s. Computing the boundary of the generator 280 (dimension 7) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 43s. Computing the boundary of the generator 281 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 44s. Computing the boundary of the generator 282 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 46s. Computing the boundary of the generator 283 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 47s. Computing the boundary of the generator 284 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 52s. Computing the boundary of the generator 285 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 46m 56s. Computing the boundary of the generator 286 (dimension 7) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> 8400536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 46m 59s. Computing the boundary of the generator 287 (dimension 7) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 51m 9s. Computing the boundary of the generator 288 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 51m 12s. Computing the boundary of the generator 289 (dimension 7) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 51m 13s. Computing the boundary of the generator 290 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 51m 43s. Computing the boundary of the generator 291 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 52m 1s. Computing the boundary of the generator 292 (dimension 7) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 52m 10s. Computing the boundary of the generator 293 (dimension 7) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 52m 31s. Computing the boundary of the generator 294 (dimension 7) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 52m 39s. Computing the boundary of the generator 295 (dimension 7) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 53m 2s. Computing the boundary of the generator 296 (dimension 7) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 53m 2s. Computing the boundary of the generator 297 (dimension 7) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 53m 30s. Computing the boundary of the generator 298 (dimension 7) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 53m 40s. Computing the boundary of the generator 299 (dimension 7) : <>]>>][2 <>]>>][2 <>]>> *CR* -- Cut = 0.84883153 -- N = 2911 End of computing. ;; Clock -> 2007-02-14, 19h 53m 53s. Computing the boundary of the generator 300 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 53m 54s. Computing the boundary of the generator 301 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>]>> 8480032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 19h 57m 15s. Computing the boundary of the generator 302 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 21s. Computing the boundary of the generator 303 (dimension 7) : <>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 28s. Computing the boundary of the generator 304 (dimension 7) : <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 32s. Computing the boundary of the generator 305 (dimension 7) : <>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 34s. Computing the boundary of the generator 306 (dimension 7) : <>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 38s. Computing the boundary of the generator 307 (dimension 7) : <>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 40s. Computing the boundary of the generator 308 (dimension 7) : <>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 46s. Computing the boundary of the generator 309 (dimension 7) : <>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 46s. Computing the boundary of the generator 310 (dimension 7) : <>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 52s. Computing the boundary of the generator 311 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 54s. Computing the boundary of the generator 312 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 55s. Computing the boundary of the generator 313 (dimension 7) : <>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 55s. Computing the boundary of the generator 314 (dimension 7) : <>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 57m 58s. Computing the boundary of the generator 315 (dimension 7) : <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 58m 0s. Computing the boundary of the generator 316 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 19h 58m 6s. Computing the boundary of the generator 317 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 19h 58m 27s. Computing the boundary of the generator 318 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 58m 35s. Computing the boundary of the generator 319 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 58m 44s. Computing the boundary of the generator 320 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 19h 59m 11s. Computing the boundary of the generator 321 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> 8475664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 3m 11s. Computing the boundary of the generator 322 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 16s. Computing the boundary of the generator 323 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 26s. Computing the boundary of the generator 324 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 29s. Computing the boundary of the generator 325 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 34s. Computing the boundary of the generator 326 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 44s. Computing the boundary of the generator 327 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 3m 47s. Computing the boundary of the generator 328 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 4m 6s. Computing the boundary of the generator 329 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 4m 6s. Computing the boundary of the generator 330 (dimension 7) : <>][3 D4]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 4m 28s. Computing the boundary of the generator 331 (dimension 7) : <>][3 D4]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 4m 45s. Computing the boundary of the generator 332 (dimension 7) : <>][3 D4]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 5m 52s. Computing the boundary of the generator 333 (dimension 7) : <>][3 D4]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 19s. Computing the boundary of the generator 334 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 20s. Computing the boundary of the generator 335 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 24s. Computing the boundary of the generator 336 (dimension 7) : <>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 25s. Computing the boundary of the generator 337 (dimension 7) : <>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 26s. Computing the boundary of the generator 338 (dimension 7) : <>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 30s. Computing the boundary of the generator 339 (dimension 7) : <>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 31s. Computing the boundary of the generator 340 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 36s. Computing the boundary of the generator 341 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 36s. Computing the boundary of the generator 342 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 39s. Computing the boundary of the generator 343 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 44s. Computing the boundary of the generator 344 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 53s. Computing the boundary of the generator 345 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 57s. Computing the boundary of the generator 346 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 6m 59s. Computing the boundary of the generator 347 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 7m 2s. Computing the boundary of the generator 348 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 7m 3s. Computing the boundary of the generator 349 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 7m 5s. Computing the boundary of the generator 350 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 7m 8s. Computing the boundary of the generator 351 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 7m 9s. Computing the boundary of the generator 352 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> 8423512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.8599751 -- N = 2897 8429976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 16m 35s. Computing the boundary of the generator 353 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 16m 41s. Computing the boundary of the generator 354 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 16m 44s. Computing the boundary of the generator 355 (dimension 7) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 17m 3s. Computing the boundary of the generator 356 (dimension 7) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 17m 43s. Computing the boundary of the generator 357 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 18m 10s. Computing the boundary of the generator 358 (dimension 7) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 18m 13s. Computing the boundary of the generator 359 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 18m 14s. Computing the boundary of the generator 360 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 18m 23s. Computing the boundary of the generator 361 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 18m 25s. Computing the boundary of the generator 362 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> 8424240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 23m 9s. Computing the boundary of the generator 363 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 23m 22s. Computing the boundary of the generator 364 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 10s. Computing the boundary of the generator 365 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 14s. Computing the boundary of the generator 366 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 24s. Computing the boundary of the generator 367 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 28s. Computing the boundary of the generator 368 (dimension 7) : <>]>>][1 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 45s. Computing the boundary of the generator 369 (dimension 7) : <>]>>][1 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 49s. Computing the boundary of the generator 370 (dimension 7) : <>]>>][1 <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 24m 51s. Computing the boundary of the generator 371 (dimension 7) : <>]>>][1 <>]>>][2 <>][3 <>][2 <>]>>]>> *CR* -- Cut = 0.8655957 -- N = 2881 End of computing. ;; Clock -> 2007-02-14, 20h 25m 8s. Computing the boundary of the generator 372 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 25m 11s. Computing the boundary of the generator 373 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 25m 11s. Computing the boundary of the generator 374 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 25m 15s. Computing the boundary of the generator 375 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>> 8454976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 28m 54s. Computing the boundary of the generator 376 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 1s. Computing the boundary of the generator 377 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 2s. Computing the boundary of the generator 378 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 6s. Computing the boundary of the generator 379 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 7s. Computing the boundary of the generator 380 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 22s. Computing the boundary of the generator 381 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 28s. Computing the boundary of the generator 382 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 51s. Computing the boundary of the generator 383 (dimension 7) : <>]>>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 53s. Computing the boundary of the generator 384 (dimension 7) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 29m 59s. Computing the boundary of the generator 385 (dimension 7) : <>]>>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 2s. Computing the boundary of the generator 386 (dimension 7) : <>]>>][2 D3][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 10s. Computing the boundary of the generator 387 (dimension 7) : <>]>>][2 D3][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 12s. Computing the boundary of the generator 388 (dimension 7) : <>]>>][2 D3][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 15s. Computing the boundary of the generator 389 (dimension 7) : <>]>>][2 D3][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 20s. Computing the boundary of the generator 390 (dimension 7) : <>]>>][2 D3][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 23s. Computing the boundary of the generator 391 (dimension 7) : <>]>>][2 D3][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 28s. Computing the boundary of the generator 392 (dimension 7) : <>]>>][2 D3][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 40s. Computing the boundary of the generator 393 (dimension 7) : <>]>>][2 D3][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 44s. Computing the boundary of the generator 394 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 46s. Computing the boundary of the generator 395 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 51s. Computing the boundary of the generator 396 (dimension 7) : <>]>>][2 D3][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 52s. Computing the boundary of the generator 397 (dimension 7) : <>]>>][2 D3][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 30m 59s. Computing the boundary of the generator 398 (dimension 7) : <>]>>][2 D3][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 31m 2s. Computing the boundary of the generator 399 (dimension 7) : <>]>>][2 <>][1 <>]>>][3 <>]>>]>> 8435368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 35m 37s. Computing the boundary of the generator 400 (dimension 7) : <>]>>][2 <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 35m 44s. Computing the boundary of the generator 401 (dimension 7) : <>]>>][2 <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 35m 52s. Computing the boundary of the generator 402 (dimension 7) : <>]>>][2 <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 36m 7s. Computing the boundary of the generator 403 (dimension 7) : <>]>>][2 <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 36m 13s. Computing the boundary of the generator 404 (dimension 7) : <>]>>][2 <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 36m 29s. Computing the boundary of the generator 405 (dimension 7) : <>]>>][2 <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 37m 1s. Computing the boundary of the generator 406 (dimension 7) : <>]>>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 37m 14s. Computing the boundary of the generator 407 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 37m 20s. Computing the boundary of the generator 408 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 37m 33s. Computing the boundary of the generator 409 (dimension 7) : <>]>>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 37m 38s. Computing the boundary of the generator 410 (dimension 7) : <>]>>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 8s. Computing the boundary of the generator 411 (dimension 7) : <>]>>][2 <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 17s. Computing the boundary of the generator 412 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 32s. Computing the boundary of the generator 413 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 36s. Computing the boundary of the generator 414 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 39s. Computing the boundary of the generator 415 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 46s. Computing the boundary of the generator 416 (dimension 7) : <>]>>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 49s. Computing the boundary of the generator 417 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 38m 56s. Computing the boundary of the generator 418 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 11s. Computing the boundary of the generator 419 (dimension 7) : <>]>>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 16s. Computing the boundary of the generator 420 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 19s. Computing the boundary of the generator 421 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 25s. Computing the boundary of the generator 422 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 27s. Computing the boundary of the generator 423 (dimension 7) : <>]>>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 37s. Computing the boundary of the generator 424 (dimension 7) : <>]>>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 39m 41s. Computing the boundary of the generator 425 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 D3]>> *CR* -- Cut = 0.87113833 -- N = 2838 End of computing. ;; Clock -> 2007-02-14, 20h 39m 49s. Computing the boundary of the generator 426 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>> 8579984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 43m 12s. Computing the boundary of the generator 427 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 43m 18s. Computing the boundary of the generator 428 (dimension 7) : <>]>>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 43m 24s. Computing the boundary of the generator 429 (dimension 7) : <>]>>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 43m 47s. Computing the boundary of the generator 430 (dimension 7) : <>]>>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 43m 58s. Computing the boundary of the generator 431 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 1s. Computing the boundary of the generator 432 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 6s. Computing the boundary of the generator 433 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 8s. Computing the boundary of the generator 434 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 10s. Computing the boundary of the generator 435 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 15s. Computing the boundary of the generator 436 (dimension 7) : <>]>>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 17s. Computing the boundary of the generator 437 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 37s. Computing the boundary of the generator 438 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 44m 45s. Computing the boundary of the generator 439 (dimension 7) : <>]>>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> 8528240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 49m 22s. Computing the boundary of the generator 440 (dimension 7) : <>]>>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 26s. Computing the boundary of the generator 441 (dimension 7) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 35s. Computing the boundary of the generator 442 (dimension 7) : <>]>>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 38s. Computing the boundary of the generator 443 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 45s. Computing the boundary of the generator 444 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 48s. Computing the boundary of the generator 445 (dimension 7) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 52s. Computing the boundary of the generator 446 (dimension 7) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 49m 59s. Computing the boundary of the generator 447 (dimension 7) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 2s. Computing the boundary of the generator 448 (dimension 7) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 9s. Computing the boundary of the generator 449 (dimension 7) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 24s. Computing the boundary of the generator 450 (dimension 7) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 29s. Computing the boundary of the generator 451 (dimension 7) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 32s. Computing the boundary of the generator 452 (dimension 7) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 38s. Computing the boundary of the generator 453 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 40s. Computing the boundary of the generator 454 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 46s. Computing the boundary of the generator 455 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 50s. Computing the boundary of the generator 456 (dimension 7) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 50m 54s. Computing the boundary of the generator 457 (dimension 7) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 2s. Computing the boundary of the generator 458 (dimension 7) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 5s. Computing the boundary of the generator 459 (dimension 7) : <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 8s. Computing the boundary of the generator 460 (dimension 7) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 16s. Computing the boundary of the generator 461 (dimension 7) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 19s. Computing the boundary of the generator 462 (dimension 7) : <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 27s. Computing the boundary of the generator 463 (dimension 7) : <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 43s. Computing the boundary of the generator 464 (dimension 7) : <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 50s. Computing the boundary of the generator 465 (dimension 7) : <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 51m 58s. Computing the boundary of the generator 466 (dimension 7) : <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 14s. Computing the boundary of the generator 467 (dimension 7) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 21s. Computing the boundary of the generator 468 (dimension 7) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 24s. Computing the boundary of the generator 469 (dimension 7) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 30s. Computing the boundary of the generator 470 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 33s. Computing the boundary of the generator 471 (dimension 7) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 36s. Computing the boundary of the generator 472 (dimension 7) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 42s. Computing the boundary of the generator 473 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 45s. Computing the boundary of the generator 474 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 52s. Computing the boundary of the generator 475 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 52m 57s. Computing the boundary of the generator 476 (dimension 7) : <>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8396520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.88001513 -- N = 2809 End of computing. ;; Clock -> 2007-02-14, 20h 57m 43s. Computing the boundary of the generator 477 (dimension 7) : <>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 57m 46s. Computing the boundary of the generator 478 (dimension 7) : <>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 57m 47s. Computing the boundary of the generator 479 (dimension 7) : <>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 57m 51s. Computing the boundary of the generator 480 (dimension 7) : <>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 57m 53s. Computing the boundary of the generator 481 (dimension 7) : <>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 57m 57s. Computing the boundary of the generator 482 (dimension 7) : <>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 8s. Computing the boundary of the generator 483 (dimension 7) : <>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 12s. Computing the boundary of the generator 484 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 14s. Computing the boundary of the generator 485 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 19s. Computing the boundary of the generator 486 (dimension 7) : <>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 21s. Computing the boundary of the generator 487 (dimension 7) : <>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 33s. Computing the boundary of the generator 488 (dimension 7) : <>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 37s. Computing the boundary of the generator 489 (dimension 7) : <>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 41s. Computing the boundary of the generator 490 (dimension 7) : <>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 49s. Computing the boundary of the generator 491 (dimension 7) : <>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 53s. Computing the boundary of the generator 492 (dimension 7) : <>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 58m 57s. Computing the boundary of the generator 493 (dimension 7) : <>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 59m 4s. Computing the boundary of the generator 494 (dimension 7) : <>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 20h 59m 7s. Computing the boundary of the generator 495 (dimension 7) : <>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 20h 59m 14s. Computing the boundary of the generator 496 (dimension 7) : <>][2 <>][1 <>]>>][2 <>]>> 8426312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 20h 59m 34s. Computing the boundary of the generator 497 (dimension 7) : <>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 3m 28s. Computing the boundary of the generator 498 (dimension 7) : <>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 3m 38s. Computing the boundary of the generator 499 (dimension 7) : <>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 2s. Computing the boundary of the generator 500 (dimension 7) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 11s. Computing the boundary of the generator 501 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 16s. Computing the boundary of the generator 502 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 22s. Computing the boundary of the generator 503 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 26s. Computing the boundary of the generator 504 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 30s. Computing the boundary of the generator 505 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 40s. Computing the boundary of the generator 506 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 4m 44s. Computing the boundary of the generator 507 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 4s. Computing the boundary of the generator 508 (dimension 7) : <>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 12s. Computing the boundary of the generator 509 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 19s. Computing the boundary of the generator 510 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 21s. Computing the boundary of the generator 511 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 23s. Computing the boundary of the generator 512 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 27s. Computing the boundary of the generator 513 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 28s. Computing the boundary of the generator 514 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 32s. Computing the boundary of the generator 515 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 40s. Computing the boundary of the generator 516 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 43s. Computing the boundary of the generator 517 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 45s. Computing the boundary of the generator 518 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 48s. Computing the boundary of the generator 519 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 49s. Computing the boundary of the generator 520 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 54s. Computing the boundary of the generator 521 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 56s. Computing the boundary of the generator 522 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 5m 58s. Computing the boundary of the generator 523 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 2s. Computing the boundary of the generator 524 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 4s. Computing the boundary of the generator 525 (dimension 7) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 6s. Computing the boundary of the generator 526 (dimension 7) : <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 10s. Computing the boundary of the generator 527 (dimension 7) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 12s. Computing the boundary of the generator 528 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 16s. Computing the boundary of the generator 529 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 25s. Computing the boundary of the generator 530 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 29s. Computing the boundary of the generator 531 (dimension 7) : <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 33s. Computing the boundary of the generator 532 (dimension 7) : <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 42s. Computing the boundary of the generator 533 (dimension 7) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 46s. Computing the boundary of the generator 534 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 47s. Computing the boundary of the generator 535 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 51s. Computing the boundary of the generator 536 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 52s. Computing the boundary of the generator 537 (dimension 7) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 54s. Computing the boundary of the generator 538 (dimension 7) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 57s. Computing the boundary of the generator 539 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 6m 59s. Computing the boundary of the generator 540 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 7m 5s. Computing the boundary of the generator 541 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 7m 7s. Computing the boundary of the generator 542 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> 8388720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 11m 46s. Computing the boundary of the generator 543 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> *CR* -- Cut = 0.88647884 -- N = 2825 End of computing. ;; Clock -> 2007-02-14, 21h 11m 51s. Computing the boundary of the generator 544 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 11m 56s. Computing the boundary of the generator 545 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 12m 1s. Computing the boundary of the generator 546 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 12m 20s. Computing the boundary of the generator 547 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 12m 29s. Computing the boundary of the generator 548 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 12m 39s. Computing the boundary of the generator 549 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8400224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 17m 1s. Computing the boundary of the generator 550 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 17s. Computing the boundary of the generator 551 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 24s. Computing the boundary of the generator 552 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 31s. Computing the boundary of the generator 553 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 33s. Computing the boundary of the generator 554 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 36s. Computing the boundary of the generator 555 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 43s. Computing the boundary of the generator 556 (dimension 7) : <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 45s. Computing the boundary of the generator 557 (dimension 7) : <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 48s. Computing the boundary of the generator 558 (dimension 7) : <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 55s. Computing the boundary of the generator 559 (dimension 7) : <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 17m 58s. Computing the boundary of the generator 560 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 18m 22s. Computing the boundary of the generator 561 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 18m 34s. Computing the boundary of the generator 562 (dimension 7) : <>][3 D4]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 19m 37s. Computing the boundary of the generator 563 (dimension 7) : <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 19m 40s. Computing the boundary of the generator 564 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 19m 50s. Computing the boundary of the generator 565 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 19m 54s. Computing the boundary of the generator 566 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8401384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 24m 32s. Computing the boundary of the generator 567 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 24m 40s. Computing the boundary of the generator 568 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 24m 48s. Computing the boundary of the generator 569 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 4s. Computing the boundary of the generator 570 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 10s. Computing the boundary of the generator 571 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 D3]>> *CR* -- Cut = 0.89357775 -- N = 2801 End of computing. ;; Clock -> 2007-02-14, 21h 25m 22s. Computing the boundary of the generator 572 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 24s. Computing the boundary of the generator 573 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 25s. Computing the boundary of the generator 574 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 26s. Computing the boundary of the generator 575 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 26s. Computing the boundary of the generator 576 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 26s. Computing the boundary of the generator 577 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 34s. Computing the boundary of the generator 578 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 37s. Computing the boundary of the generator 579 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 40s. Computing the boundary of the generator 580 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 45s. Computing the boundary of the generator 581 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 48s. Computing the boundary of the generator 582 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 51s. Computing the boundary of the generator 583 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 57s. Computing the boundary of the generator 584 (dimension 7) : <>]>>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 25m 59s. Computing the boundary of the generator 585 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 26m 6s. Computing the boundary of the generator 586 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 26m 17s. Computing the boundary of the generator 587 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 26m 23s. Computing the boundary of the generator 588 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 D3][1 <>]>>]>> 8436184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 30m 6s. Computing the boundary of the generator 589 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 19s. Computing the boundary of the generator 590 (dimension 7) : <>]>>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 26s. Computing the boundary of the generator 591 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 29s. Computing the boundary of the generator 592 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 36s. Computing the boundary of the generator 593 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 38s. Computing the boundary of the generator 594 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 42s. Computing the boundary of the generator 595 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 47s. Computing the boundary of the generator 596 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 30m 50s. Computing the boundary of the generator 597 (dimension 7) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 4s. Computing the boundary of the generator 598 (dimension 7) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 10s. Computing the boundary of the generator 599 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 15s. Computing the boundary of the generator 600 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 25s. Computing the boundary of the generator 601 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 29s. Computing the boundary of the generator 602 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 34s. Computing the boundary of the generator 603 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 45s. Computing the boundary of the generator 604 (dimension 7) : <>]>>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 49s. Computing the boundary of the generator 605 (dimension 7) : <>]>>][2 D3][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 31m 54s. Computing the boundary of the generator 606 (dimension 7) : <>]>>][2 D3][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 32m 6s. Computing the boundary of the generator 607 (dimension 7) : <>]>>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 32m 10s. Computing the boundary of the generator 608 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 32m 22s. Computing the boundary of the generator 609 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 32m 40s. Computing the boundary of the generator 610 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 32m 49s. Computing the boundary of the generator 611 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 33m 2s. Computing the boundary of the generator 612 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 33m 22s. Computing the boundary of the generator 613 (dimension 7) : <>]>>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 33m 33s. Computing the boundary of the generator 614 (dimension 7) : <>]>>][2 <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 33m 43s. Computing the boundary of the generator 615 (dimension 7) : <>]>>][2 <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 5s. Computing the boundary of the generator 616 (dimension 7) : <>]>>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 14s. Computing the boundary of the generator 617 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 19s. Computing the boundary of the generator 618 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 30s. Computing the boundary of the generator 619 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 34s. Computing the boundary of the generator 620 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 39s. Computing the boundary of the generator 621 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 51s. Computing the boundary of the generator 622 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 34m 55s. Computing the boundary of the generator 623 (dimension 7) : <>]>>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 35m 0s. Computing the boundary of the generator 624 (dimension 7) : <>]>>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 35m 12s. Computing the boundary of the generator 625 (dimension 7) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8404624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 35m 16s. Computing the boundary of the generator 626 (dimension 7) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 39m 46s. Computing the boundary of the generator 627 (dimension 7) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 39m 54s. Computing the boundary of the generator 628 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 39m 58s. Computing the boundary of the generator 629 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> *CR* -- Cut = 0.9017185 -- N = 2781 End of computing. ;; Clock -> 2007-02-14, 21h 40m 3s. Computing the boundary of the generator 630 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 3s. Computing the boundary of the generator 631 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 3s. Computing the boundary of the generator 632 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 5s. Computing the boundary of the generator 633 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 5s. Computing the boundary of the generator 634 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 6s. Computing the boundary of the generator 635 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 8s. Computing the boundary of the generator 636 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 9s. Computing the boundary of the generator 637 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 10s. Computing the boundary of the generator 638 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 12s. Computing the boundary of the generator 639 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 13s. Computing the boundary of the generator 640 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 15s. Computing the boundary of the generator 641 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 19s. Computing the boundary of the generator 642 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 21s. Computing the boundary of the generator 643 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 24s. Computing the boundary of the generator 644 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 32s. Computing the boundary of the generator 645 (dimension 7) : <>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 36s. Computing the boundary of the generator 646 (dimension 7) : <>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 41s. Computing the boundary of the generator 647 (dimension 7) : <>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 48s. Computing the boundary of the generator 648 (dimension 7) : <>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 52s. Computing the boundary of the generator 649 (dimension 7) : <>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 40m 58s. Computing the boundary of the generator 650 (dimension 7) : <>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 41m 6s. Computing the boundary of the generator 651 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 41m 11s. Computing the boundary of the generator 652 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 41m 12s. Computing the boundary of the generator 653 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 41m 15s. Computing the boundary of the generator 654 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 41m 16s. Computing the boundary of the generator 655 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> 8392608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 41m 17s. Computing the boundary of the generator 656 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 5s. Computing the boundary of the generator 657 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 6s. Computing the boundary of the generator 658 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 8s. Computing the boundary of the generator 659 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 11s. Computing the boundary of the generator 660 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 12s. Computing the boundary of the generator 661 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 14s. Computing the boundary of the generator 662 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 18s. Computing the boundary of the generator 663 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 19s. Computing the boundary of the generator 664 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 33s. Computing the boundary of the generator 665 (dimension 7) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 36s. Computing the boundary of the generator 666 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 40s. Computing the boundary of the generator 667 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 49s. Computing the boundary of the generator 668 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 53s. Computing the boundary of the generator 669 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 45m 59s. Computing the boundary of the generator 670 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 8s. Computing the boundary of the generator 671 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 13s. Computing the boundary of the generator 672 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 20s. Computing the boundary of the generator 673 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 32s. Computing the boundary of the generator 674 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 38s. Computing the boundary of the generator 675 (dimension 7) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 46m 44s. Computing the boundary of the generator 676 (dimension 7) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8391136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-02-14, 21h 51m 9s. Computing the boundary of the generator 677 (dimension 7) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 0.9054528 -- N = 2792 End of computing. ;; Clock -> 2007-02-14, 21h 51m 16s. Computing the boundary of the generator 678 (dimension 7) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 17s. Computing the boundary of the generator 679 (dimension 7) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 19s. Computing the boundary of the generator 680 (dimension 7) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 21s. Computing the boundary of the generator 681 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 21s. Computing the boundary of the generator 682 (dimension 7) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 24s. Computing the boundary of the generator 683 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-02-14, 21h 51m 25s. Computing the boundary of the generator 684 (dimension 7) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Computing boundary-matrix in dimension 8. Rank of the source-module : 1995. ;; Clock -> 2007-02-14, 21h 51m 27s. Computing the boundary of the generator 1 (dimension 8) : <>]>>]>> 8411960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9271448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9026512 -- N = 2792 8402528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 16840736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9024677 -- N = 2792 8418744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11569344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8651984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9024608 -- N = 2792 8430280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9367136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.98643655 -- N = 2495 8900928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10848192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9018039 -- N = 2496 8417592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10630984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8602296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9017924 -- N = 2496 8744288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11640168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8762976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.90179014 -- N = 2496 8394616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9418792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.98279274 -- N = 2496 8401544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10331312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8602360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.90180206 -- N = 2496 8493808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10465936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8779792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.90179205 -- N = 2496 8732080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11618736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8764768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.90179104 -- N = 2496 8404376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9419752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 12214736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.98822397 -- N = 2496 8433328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10472944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9084568 -- N = 2498 8421288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10630984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8602336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9084537 -- N = 2498 8744288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11639736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8762832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9084508 -- N = 2498 8397312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9438312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.98543894 -- N = 2499 8404112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10688864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9115797 -- N = 2499 8433280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 12814200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8606528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.91512376 -- N = 2500 8662976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11618736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8764896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9151227 -- N = 2500 8404768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9419112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 12208936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.99663436 -- N = 2461 8432072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10475048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9179659 -- N = 2462 8394272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9986656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9179635 -- N = 2462 8420240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11610912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.91797334 -- N = 2463 8404520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10523016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.99652493 -- N = 2463 8573568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9984680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.91798127 -- N = 2463 11334216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8573112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9179783 -- N = 2463 8947920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11578648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9179902 -- N = 2464 8427416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10919632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 12186936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.001182 -- N = 2445 8388880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10605784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9824408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.91770405 -- N = 2445 12725480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9149480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 16867080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8687640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9177207 -- N = 2445 8407672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9932112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.0022504 -- N = 2445 8853616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8620696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9452453 -- N = 2548 8562424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8800752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9607794 -- N = 2615 8403792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 0.9868596 -- N = 2706 8567472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8823592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.0092683 -- N = 2768 9000624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8607952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8833808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.036373 -- N = 2724 8405424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.0647802 -- N = 2774 8525456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.0904648 -- N = 2835 8540152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.1151462 -- N = 2940 8493632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.1482486 -- N = 2986 9052352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.1758521 -- N = 3017 8501016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.2112212 -- N = 3005 8433992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.2392733 -- N = 3070 8425400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8745024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.2686445 -- N = 3109 8761120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.3066148 -- N = 3055 8554016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8907616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8794736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.337795 -- N = 3034 9896856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8707768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.3652713 -- N = 3003 8558856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8592784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.4002862 -- N = 3019 ** 8613080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8733136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.4410852 -- N = 3023 8893360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8535760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.4780138 -- N = 3066 9253888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8912968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.5243798 -- N = 3089 8503928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.5608554 -- N = 3143 8500192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.5980605 -- N = 3194 8573272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.6463459 -- N = 3182 8599640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8790936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.6839674 -- N = 3182 8767352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8674384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.7224413 -- N = 3181 8643536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.7702415 -- N = 3184 8424864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.8086003 -- N = 3222 8599408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8614608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.8613441 -- N = 3223 9070888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9075344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.8992107 -- N = 3199 8976544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.953712 -- N = 3135 9154144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 1.9939547 -- N = 3115 8522440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8691784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.0355096 -- N = 3085 8624160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8508240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.0742207 -- N = 3063 8500200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8577464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.1325912 -- N = 3016 8667704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.178622 -- N = 3033 8446512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.240732 -- N = 3024 8895640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8610696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.286098 -- N = 3029 8423432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8475248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.3365934 -- N = 3055 8847520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8610912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.401638 -- N = 3019 8502792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8713696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.430225 -- N = 3016 8577632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.4786627 -- N = 3037 8558336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.5265038 -- N = 3049 8478824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8736168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.591354 -- N = 3014 8517768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.6429534 -- N = 2995 8939240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.6904445 -- N = 2972 8646128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8775976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.7387247 -- N = 2952 8401360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8704712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8463144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.7869086 -- N = 2924 9368376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8598672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.818005 -- N = 2896 8403376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.8516817 -- N = 2873 8466392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.9015965 -- N = 2846 8905040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8880696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 2.953893 -- N = 2814 9874304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8592352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.0059087 -- N = 2811 8812784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.0597095 -- N = 2789 8895824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8620656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.111792 -- N = 2783 8904376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.185258 -- N = 2787 8802688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.2403767 -- N = 2779 8648752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8730696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8768840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.3110676 -- N = 2751 8796384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8525928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.370263 -- N = 2747 8595016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8718096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.4279118 -- N = 2739 8460248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8629952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8632792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8905240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.5097108 -- N = 2721 ** 17 - 15h54 8932888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.5459123 -- N = 2700 8459376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8665240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.6037502 -- N = 2678 8528432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8574776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8639880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.6883085 -- N = 2661 8495576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8683376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.7542722 -- N = 2646 8742944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.8144596 -- N = 2629 8868096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8672280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.8975167 -- N = 2598 8823104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.9363806 -- N = 2575 8483168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8874248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 3.996289 -- N = 2561 8421576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.059561 -- N = 2532 8658304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8899272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.1220694 -- N = 2518 8659240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8715072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8734032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.184305 -- N = 2497 8399152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.224983 -- N = 2481 8550048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9176344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.289739 -- N = 2460 8730752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8422120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.3119464 -- N = 2457 9044152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8638680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.382655 -- N = 2461 8711664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8765232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.445393 -- N = 2446 8642040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8542928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8740224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.511277 -- N = 2412 8513656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.5530415 -- N = 2401 8766960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.6168833 -- N = 2383 8426328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9033872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.6835866 -- N = 2366 8464592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8669128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8535672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.753215 -- N = 2359 8806016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8439752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.793975 -- N = 2346 8853208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8709560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.8611674 -- N = 2332 8753064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8929656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 4.932916 -- N = 2321 8391896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.0053473 -- N = 2320 8778312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8593312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.069038 -- N = 2311 9205040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.115221 -- N = 2292 8454472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.1611953 -- N = 2280 8574336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8687032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.2057962 -- N = 2261 8481112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8700624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.2776504 -- N = 2238 8805920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.3553395 -- N = 2242 8658600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.429484 -- N = 2258 9007184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8735848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.4708204 -- N = 2244 8482608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.4947324 -- N = 2239 8662488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9438592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.591856 -- N = 2206 8683328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9091304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8818168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8987472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.6419086 -- N = 2194 8891080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.695838 -- N = 2184 8512776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.8013663 -- N = 2171 8661264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8535488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8735032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.880516 -- N = 2179 8555744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 5.962431 -- N = 2188 8669584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8505184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8525488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.06749 -- N = 2191 8946728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.1472354 -- N = 2187 8400440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8639336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.2526126 -- N = 2171 8578248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8882120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.2462864 -- N = 2172 8689456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8868416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.2992845 -- N = 2159 8501976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8754384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.299506 -- N = 2161 8418840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.3547797 -- N = 2143 8517704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8625056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.441473 -- N = 2119 9153136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.5323963 -- N = 2100 8620184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8939568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 6.5764832 -- N = 2094 ** Ma/20/02/07/10h05 8524216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(17): (dumplist :name "save-07-02-20.dxl") Error: attempt to call `DUMPLIST' which is an undefined function. [condition type: UNDEFINED-FUNCTION] Restart actions (select using :continue): 0: Try calling DUMPLIST again. 1: Return a value instead of calling DUMPLIST. 2: Try calling a function other than DUMPLIST. 3: Setf the symbol-function of DUMPLIST and call it again. 4: Return to Debug Level 1 (an "abort" restart). 5: continue computation 6: Return to Top Level (an "abort" restart). 7: Abort entirely from this process. [2] CL-USER(18): :cont 4 Previous error: Received signal number 2 (Keyboard interrupt) If continued, continue computation [1c] CL-USER(19): (dumplisp :name "save-07-02-20.dxl") 8414040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.835121 -- N = 2159 8406776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.917656 -- N = 2160 8511920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.001276 -- N = 2163 8429512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.086178 -- N = 2167 8431784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8678672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8717664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.164267 -- N = 2169 8563232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.241719 -- N = 2160 8396864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8604464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.317302 -- N = 2155 8758984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.39546 -- N = 2150 8577888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.476918 -- N = 2157 8592448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.583868 -- N = 2160 8448664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.661479 -- N = 2156 8659736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.740835 -- N = 2160 8476456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8726400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.822939 -- N = 2161 8501928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8782672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.909009 -- N = 2157 8793032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.991095 -- N = 2154 8582808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8672008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.076512 -- N = 2160 8721904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8560848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8641296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.161311 -- N = 2154 8497144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8553488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8767752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.274336 -- N = 2140 9297808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8844760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.359149 -- N = 2137 10064624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.390118 -- N = 2130 8400992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8512224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.488254 -- N = 2111 8590792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.608752 -- N = 2091 9089376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.689598 -- N = 2081 8850400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9102392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.8181 -- N = 2078 8528152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8503592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.940899 -- N = 2060 8552032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8793696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.029931 -- N = 2057 8432000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8693080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8625160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.151159 -- N = 2050 8476384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8442672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.275915 -- N = 2037 8444544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8529000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.36867 -- N = 2034 8433184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8679208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.491831 -- N = 2026 8862736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8599840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.619612 -- N = 2010 8755480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8542384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.708373 -- N = 2014 8774224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8562384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8815024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.831363 -- N = 1993 8405992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.950175 -- N = 1986 8611968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8728600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.072544 -- N = 1977 ++Di/25/02/07 8669528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8748896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8957464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8542320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.192642 -- N = 1979 8951608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.214605 -- N = 1978 8459072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.213873 -- N = 1978 8814200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8864416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.246892 -- N = 1977 8410408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.21368 -- N = 1977 8424968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.2494335 -- N = 1978 8713136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.364204 -- N = 1960 9293232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.462721 -- N = 1952 8536424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.454213 -- N = 1952 8389792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.454212 -- N = 1952 8408608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.454359 -- N = 1952 8390152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.454231 -- N = 1952 8402984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 13447000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.076687 -- N = 1875 9110040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.482771 -- N = 1878 8922016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.481932 -- N = 1878 End of computing. ;; Clock -> 2007-02-26, 5h 30m 10s. Computing the boundary of the generator 2 (dimension 8) : <>]>>]>> 9680744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.616785 -- N = 1884 8524304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.605442 -- N = 1902 ++ Lu/26/02/07 8652840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8535776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.666633 -- N = 1910 8444112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.722783 -- N = 1920 8490336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.781983 -- N = 1928 8433328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.83835 -- N = 1931 8435064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.893572 -- N = 1937 8633616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 12.953722 -- N = 1948 8581984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.012433 -- N = 1951 8546632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.066511 -- N = 1966 8461072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.129044 -- N = 1972 8523904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.187803 -- N = 1974 8519456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8508752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.266079 -- N = 1978 8465688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.321006 -- N = 1977 8628416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.375181 -- N = 1976 8584376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.4338455 -- N = 1975 8422464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.4865055 -- N = 1982 8678440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8516936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.545603 -- N = 1989 8573200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.621458 -- N = 1986 8495744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8607672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.676994 -- N = 1985 8857064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.730717 -- N = 1983 8532968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8674320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.795649 -- N = 1984 8520824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.881403 -- N = 1980 8795736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.910082 -- N = 1981 8503544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 13.972765 -- N = 1979 8666704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8729656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.031988 -- N = 1975 8669328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9322312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.068826 -- N = 1974 8430296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8614088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.1353035 -- N = 1969 8553456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8590888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.215264 -- N = 1969 8513928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9234432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.246372 -- N = 1967 8751896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8842848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.308597 -- N = 1966 8586264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8577128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.379427 -- N = 1970 8478448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.444271 -- N = 1969 8399208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.505051 -- N = 1972 8568256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.568383 -- N = 1971 8660744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.629043 -- N = 1967 8624096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8442896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8529312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.687705 -- N = 1967 8417480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.77239 -- N = 1965 8448496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.83372 -- N = 1968 8667464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.898552 -- N = 1975 8471408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 14.964864 -- N = 1973 8628376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.029301 -- N = 1977 8418224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.110975 -- N = 1974 8445960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.177042 -- N = 1977 8685792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.239699 -- N = 1971 8693480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.299495 -- N = 1979 8395528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.386555 -- N = 1977 8676304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8680176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.448774 -- N = 1978 8426856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8848472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8512888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.534311 -- N = 1982 8481432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.5988655 -- N = 1982 8443536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8518312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.68674 -- N = 1979 8898360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.719545 -- N = 1978 8727224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8582912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.794915 -- N = 1972 8395496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8529544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.856419 -- N = 1971 8431056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.919636 -- N = 1962 8403104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8625008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 15.950054 -- N = 1963 9335792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-01, 12h 37m 37s. Computing the boundary of the generator 3 (dimension 8) : <>]>>]>> 8553312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.012512 -- N = 1960 8400488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.032032 -- N = 1959 8766456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8712464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8670496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.09087 -- N = 1958 8724232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8730864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-01, 15h 59m 46s. Computing the boundary of the generator 4 (dimension 8) : <>]>>]>> 9907488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.145927 -- N = 1953 8473776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8610184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.211124 -- N = 1960 8541216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.27061 -- N = 1961 8550968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8721392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.327559 -- N = 1962 8624912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.39161 -- N = 1960 8769608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8508408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.44881 -- N = 1955 8929656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.50758 -- N = 1962 8443744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.566929 -- N = 1961 8423088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8725312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.62034 -- N = 1960 8514520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.679623 -- N = 1964 8636176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.737572 -- N = 1961 8530176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.79586 -- N = 1958 8410120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8607536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.872364 -- N = 1954 8664968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8578760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.930809 -- N = 1955 8523704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8597752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 16.991116 -- N = 1954 8406656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.04962 -- N = 1958 8395400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.108318 -- N = 1966 8747808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.171124 -- N = 1962 8551512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.248629 -- N = 1959 8571768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.306368 -- N = 1957 8767656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8638344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.360954 -- N = 1958 8555960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8599720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.421555 -- N = 1959 8624040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.483786 -- N = 1962 8525408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.54249 -- N = 1964 8837928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8665960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.603148 -- N = 1969 8414824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8483024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.658985 -- N = 1970 8780856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8544328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.727127 -- N = 1967 9255344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8718856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.777046 -- N = 1965 9085912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.846256 -- N = 1971 8417624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8629008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.90654 -- N = 1972 8600728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 17.968088 -- N = 1973 9386752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.029049 -- N = 1968 8604224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.108433 -- N = 1966 8449344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.168348 -- N = 1968 8640144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8422080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8519096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.22829 -- N = 1968 8451520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.285934 -- N = 1977 8481872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.34777 -- N = 1983 9124816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8553400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.432573 -- N = 1986 8501680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.492756 -- N = 1989 8637296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.556385 -- N = 1989 8450008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.614906 -- N = 1987 8517440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8711544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.69339 -- N = 1995 8444280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.759577 -- N = 1999 8701048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.819525 -- N = 1998 8648320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8681656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.900713 -- N = 1991 8491064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 18.959595 -- N = 1989 8442552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.018908 -- N = 1986 8423848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8664896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.079699 -- N = 1991 8780928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.141596 -- N = 2000 9450568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9279848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.172407 -- N = 2000 8594128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.265306 -- N = 1991 8391104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.323648 -- N = 1989 8422488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-04, 14h 52m 54s. Computing the boundary of the generator 5 (dimension 8) : <>]>>]>> 8795920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.353067 -- N = 1988 8656056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8672600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.390182 -- N = 1986 8490552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8669880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.44502 -- N = 1982 8463280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-04, 18h 17m 56s. Computing the boundary of the generator 6 (dimension 8) : <>]>>]>> 8588352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.498894 -- N = 1984 10232848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.553482 -- N = 1978 8605464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8696248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.593576 -- N = 1982 8407632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.650566 -- N = 1982 8572048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9053968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.707766 -- N = 1983 8464112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.765306 -- N = 1986 8499568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8717592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8519392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.821922 -- N = 1988 8535808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8677104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8513472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.876637 -- N = 1987 8584848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.931469 -- N = 1982 8488632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 19.984127 -- N = 1985 8622408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8557400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8600984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.038425 -- N = 1990 8515656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8618872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.093248 -- N = 1990 8542976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.151314 -- N = 1988 8634144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8514672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.204275 -- N = 1990 8673904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8600352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.260033 -- N = 1991 8504944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8714048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.31216 -- N = 1992 8547824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8391536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.365995 -- N = 1993 8656928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8673736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(36): (dumplisp :name "save-07-03-05.dxl") [1c] CL-USER(37): :cont 0 8494416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.421408 -- N = 1992 8966288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.47526 -- N = 1998 8820784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8561824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.53004 -- N = 2000 8698648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8577752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8628952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.583885 -- N = 1999 8705832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8756768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.637299 -- N = 1997 8585280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8583376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.693329 -- N = 1999 8732744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.748795 -- N = 2002 8740640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.79892 -- N = 2004 8654616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.855436 -- N = 2003 8471792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9036736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.910295 -- N = 2002 8525096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8581624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8750528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 20.969658 -- N = 2000 8667400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8463832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.023275 -- N = 2002 8627808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.074783 -- N = 2002 8521280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8678944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.129993 -- N = 2000 8476952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.185627 -- N = 1999 8596800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.22259 -- N = 2002 8537176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8562088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.281204 -- N = 2004 8671528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8773768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.33553 -- N = 2002 8707512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.389616 -- N = 2003 8598064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.424053 -- N = 2002 8417512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9173728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8604544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.479607 -- N = 2005 8630352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8981056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.535265 -- N = 2005 8547640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.598278 -- N = 2002 8625640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8680184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8545904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.651749 -- N = 2003 8979520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.713165 -- N = 2003 8655832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8504560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.767834 -- N = 2001 8604112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8681824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8545104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.822163 -- N = 2009 8467296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8573016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.87948 -- N = 2013 8599200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8516416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8483928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.93495 -- N = 2013 8727696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 21.98908 -- N = 2015 8591656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8608568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.044233 -- N = 2015 8610104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.121552 -- N = 2013 8406168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.176962 -- N = 2014 8442464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8605936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8542928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.232765 -- N = 2014 8430352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.287174 -- N = 2017 8666928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8525944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.344131 -- N = 2014 9044368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8439104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.399643 -- N = 2024 9171704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.45684 -- N = 2030 8519232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.532875 -- N = 2025 8446848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.587727 -- N = 2027 8511888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8472408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.645136 -- N = 2028 8681024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8667672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.699999 -- N = 2028 8413408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8673080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.757364 -- N = 2029 8568408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.81298 -- N = 2032 9101992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8741240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.867733 -- N = 2033 9267728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.925098 -- N = 2040 9551424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8854664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 22.986654 -- N = 2044 8613832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.044302 -- N = 2051 8631944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8806608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.076212 -- N = 2051 8763904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.144688 -- N = 2050 8395288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.203827 -- N = 2048 9016280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.259563 -- N = 2048 8557904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8581608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8545520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.31774 -- N = 2042 8557176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.36612 -- N = 2043 8785288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-08, 10h 3m 29s. Computing the boundary of the generator 7 (dimension 8) : <>]>>]>> 8663688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.351868 -- N = 2044 8410656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.386547 -- N = 2045 End of computing. ;; Clock -> 2007-03-08, 11h 20m 15s. Computing the boundary of the generator 8 (dimension 8) : <>]>>]>> 8703912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.413849 -- N = 2044 8604112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.460686 -- N = 2044 8780384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-08, 12h 59m 41s. Computing the boundary of the generator 9 (dimension 8) : <>]>>]>> 8474576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8619384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.497782 -- N = 2043 8731472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8560048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-08, 14h 52m 54s. Computing the boundary of the generator 10 (dimension 8) : <>][7 <>]>>]>> *CR* -- Cut = 23.543697 -- N = 2044 8865496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8938312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.56698 -- N = 2046 9767352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8579096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.610657 -- N = 2044 8403376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.637867 -- N = 2045 9056712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.665075 -- N = 2043 8736600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8652560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.69261 -- N = 2043 9101568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8653536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.733929 -- N = 2042 8802408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8648784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.762833 -- N = 2042 8961592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8871904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.79088 -- N = 2042 8882064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9029040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.817686 -- N = 2044 8682256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9206104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.846657 -- N = 2046 8608312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8766288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9011600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.891531 -- N = 2045 9173704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8856432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.919405 -- N = 2047 8673224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.94798 -- N = 2045 9236784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8553312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 23.99404 -- N = 2044 8545864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8659656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.0235 -- N = 2043 8729440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.051453 -- N = 2044 8572032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8401440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.095654 -- N = 2046 8430064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.125095 -- N = 2043 8609520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.16907 -- N = 2045 8668088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.198872 -- N = 2045 8461296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8559752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9234824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.22566 -- N = 2045 8748128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8792848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.273327 -- N = 2044 8719088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8732304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.271538 -- N = 2046 8685232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8783840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.287527 -- N = 2047 End of computing. ;; Clock -> 2007-03-09, 8h 15m 8s. Computing the boundary of the generator 11 (dimension 8) : <>][7 <>]>>]>> 8610152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.330715 -- N = 2049 8654016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8805600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.34391 -- N = 2050 8648760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.370903 -- N = 2050 9131216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8835840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8947752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.395542 -- N = 2049 8744648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.438808 -- N = 2045 8883784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.464607 -- N = 2047 8583776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8625648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.49256 -- N = 2047 9415200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-09, 13h 11m 15s. Computing the boundary of the generator 12 (dimension 8) : <>][7 <>]>>]>> End of computing. ;; Clock -> 2007-03-09, 13h 27m 47s. Computing the boundary of the generator 13 (dimension 8) : <>][7 <>]>>]>> *CR* -- Cut = 24.516487 -- N = 2047 8602176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8701976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.559444 -- N = 2048 8524792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.587242 -- N = 2050 8716608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.614199 -- N = 2050 9086416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.641184 -- N = 2050 8673448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8746080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8583872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.684065 -- N = 2049 8810424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.713993 -- N = 2051 8439344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8712008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.741318 -- N = 2049 9183240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.78127 -- N = 2051 End of computing. ;; Clock -> 2007-03-09, 19h 26m 13s. Computing the boundary of the generator 14 (dimension 8) : <>]>>]>> 8646680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8686888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.806002 -- N = 2052 8636560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9141248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.849592 -- N = 2053 8726416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.877518 -- N = 2054 8719720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8439792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.917377 -- N = 2054 8710456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.9543 -- N = 2056 8537152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 24.98391 -- N = 2054 9243752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8699016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.02177 -- N = 2056 8769992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9380472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.04643 -- N = 2056 8786400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.08781 -- N = 2058 8424824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9106992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.128998 -- N = 2060 8834728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8617248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.170868 -- N = 2061 9006952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8884832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.197792 -- N = 2059 8492976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.241531 -- N = 2060 8621576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8633416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.26902 -- N = 2062 9264672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.310411 -- N = 2063 8532352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8744992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8545248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.349194 -- N = 2064 8502680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8599320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(38): (dumplisp :name "save-07-03-10.dxl") [1c] CL-USER(39): :cont 0 8563440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.39273 -- N = 2067 8861664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9052552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.419142 -- N = 2069 8512296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8928712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8640880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.459803 -- N = 2069 8514000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8772464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.499786 -- N = 2069 8785368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8647736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.525352 -- N = 2068 8794544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.56784 -- N = 2071 8643904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.61107 -- N = 2073 8548384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8662824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.653425 -- N = 2075 8743800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.678623 -- N = 2075 8929480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.720188 -- N = 2077 8765992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8803664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8513872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.762075 -- N = 2078 8389584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.80225 -- N = 2080 8464328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8830504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.828016 -- N = 2081 8602744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.868584 -- N = 2080 8633200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8818840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8650752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.90919 -- N = 2081 8590072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.93935 -- N = 2080 8530448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8788416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 25.966146 -- N = 2080 8412112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8815664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.00787 -- N = 2081 8445648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9101336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.04675 -- N = 2084 8578840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8773080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.091427 -- N = 2086 8931424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8902912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.118614 -- N = 2086 8585088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9358168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8594256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.158957 -- N = 2087 8470000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8898400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8626968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.20058 -- N = 2089 8916944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.227598 -- N = 2090 8799456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8583104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.271269 -- N = 2091 8518888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8626512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8708904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.312714 -- N = 2093 8603800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8795536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.354685 -- N = 2093 8659096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.38308 -- N = 2095 8405560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.411526 -- N = 2095 8896120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8632664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.450642 -- N = 2095 8815416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8904344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8775952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.491707 -- N = 2097 8559528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8854112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.534105 -- N = 2099 8552400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8536928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.576694 -- N = 2101 8578328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.604807 -- N = 2102 8594056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8648032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.644985 -- N = 2102 8514992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8506960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.68646 -- N = 2101 8700872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.726688 -- N = 2103 8761880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.76844 -- N = 2103 8484656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8880968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.811201 -- N = 2105 8390584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8562968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.853636 -- N = 2106 8662736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8757736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8743560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.895882 -- N = 2108 8612968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8798112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.939537 -- N = 2108 8833336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8561568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 26.967022 -- N = 2108 8392528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8652376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8912024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.00935 -- N = 2111 8562200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9083272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.05116 -- N = 2110 8534496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9338336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.093403 -- N = 2112 8390640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.136786 -- N = 2113 8668528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.18053 -- N = 2115 8462360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8686952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.224796 -- N = 2117 8443448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.269686 -- N = 2115 8693736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8505176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.297117 -- N = 2117 8460192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8821032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.337193 -- N = 2119 9467560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8906032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.366886 -- N = 2120 8610680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8564000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.415722 -- N = 2117 8661232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8730688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.458195 -- N = 2119 8618328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.503815 -- N = 2121 8694312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.529972 -- N = 2121 8793616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8998784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.528505 -- N = 2121 End of computing. ;; Clock -> 2007-03-12, 9h 35m 16s. Computing the boundary of the generator 15 (dimension 8) : <>]>>]>> 9064224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.540956 -- N = 2121 8623096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.58092 -- N = 2122 8617464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.617058 -- N = 2125 8701336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-12, 12h 3m 49s. Computing the boundary of the generator 16 (dimension 8) : <>]>>]>> *CR* -- Cut = 27.629362 -- N = 2126 8630144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8519944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.665836 -- N = 2128 8505384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.702442 -- N = 2128 8475704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-12, 14h 20m 56s. Computing the boundary of the generator 17 (dimension 8) : <>][6 <>]>>]>> *CR* -- Cut = 27.723785 -- N = 2128 8402304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8807712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.758976 -- N = 2131 9269144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.78276 -- N = 2132 8636392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.80627 -- N = 2134 8971040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9541688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.842228 -- N = 2135 8657320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.86939 -- N = 2137 9015136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8598856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.906881 -- N = 2139 8806752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9390496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.930313 -- N = 2141 8838424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-12, 19h 13m 28s. Computing the boundary of the generator 18 (dimension 8) : <>][6 <>]>>]>> 8441752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-12, 19h 27m 58s. Computing the boundary of the generator 19 (dimension 8) : <>][6 <>]>>]>> *CR* -- Cut = 27.954552 -- N = 2143 End of computing. ;; Clock -> 2007-03-12, 19h 28m 58s. Computing the boundary of the generator 20 (dimension 8) : <>][5 <>]>>]>> 8931664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 27.993763 -- N = 2145 8615008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8706264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.01917 -- N = 2147 9381576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8682568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.053848 -- N = 2147 8490944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8880400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.089985 -- N = 2148 8496632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.130283 -- N = 2147 8606312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.153973 -- N = 2148 9056160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-13, 0h 3m 6s. Computing the boundary of the generator 21 (dimension 8) : <>][5 <>]>>]>> 8638608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.188015 -- N = 2151 8564760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8759144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.21502 -- N = 2151 8550544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8867576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.249168 -- N = 2154 8539976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-13, 2h 28m 0s. Computing the boundary of the generator 22 (dimension 8) : <>][4 <>]>>]>> 8656672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.287672 -- N = 2157 9456848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8581144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8961656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.308798 -- N = 2159 8741904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8608456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.344563 -- N = 2160 8468520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8944272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.378275 -- N = 2162 8483720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8645584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8696456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.41835 -- N = 2165 8612296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8680896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-13, 6h 5m 49s. Computing the boundary of the generator 23 (dimension 8) : <>][4 <>]>>]>> 8805176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.453869 -- N = 2167 8518504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.478172 -- N = 2169 8431792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8582328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.512913 -- N = 2171 8626248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-13, 8h 13m 32s. Computing the boundary of the generator 24 (dimension 8) : <>][3 D4]>>]>> 8525528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.55021 -- N = 2172 8547576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9177824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.590054 -- N = 2173 8951160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8546448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.626137 -- N = 2176 8629472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9130408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.664906 -- N = 2179 8494768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9180768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8888680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.698366 -- N = 2179 8416536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8939592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.740034 -- N = 2179 8848928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.76353 -- N = 2182 8595488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8678280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.797495 -- N = 2182 8594224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.833576 -- N = 2184 8448840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8794336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.86906 -- N = 2187 8686528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.905163 -- N = 2190 8952672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(40): (dumplisp :name "save-07-03-13.dxl") [1c] CL-USER(41): :cont 0 8723016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.941616 -- N = 2191 8867072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 28.976826 -- N = 2194 8605576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9114056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.010033 -- N = 2196 8555016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9175608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8505880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.0289 -- N = 2199 9039488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8868952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8847128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.066956 -- N = 2201 8813872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8583752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.1085 -- N = 2203 9422984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.140797 -- N = 2205 8692624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8620792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8571912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.179018 -- N = 2208 8601336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.218273 -- N = 2209 8449680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.255417 -- N = 2212 8487808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8731472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8875552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.29282 -- N = 2214 8388648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8737304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.322392 -- N = 2215 8453600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.361683 -- N = 2217 8679880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9061544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.397785 -- N = 2220 8608216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8781208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8601296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.428848 -- N = 2221 8432736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8823224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.470121 -- N = 2223 8700360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8519432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.50755 -- N = 2224 8703624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8872792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.536222 -- N = 2227 8501256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9247520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.57131 -- N = 2226 8777760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8463960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.612408 -- N = 2229 8500208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8586776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8574472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.649942 -- N = 2231 8567544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8669056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.684116 -- N = 2233 8451064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.723248 -- N = 2233 8545368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8683976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.753563 -- N = 2235 8644792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8761272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.794346 -- N = 2236 8950880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8598344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.83577 -- N = 2238 9032216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9272848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.885302 -- N = 2242 8918336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8442440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.890543 -- N = 2243 8906968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.916945 -- N = 2245 9332688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8654416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 29.976208 -- N = 2246 9126848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8504600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.001888 -- N = 2249 9066752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8788776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.043312 -- N = 2251 8581272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8734032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.080984 -- N = 2252 8457816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.117525 -- N = 2255 8473816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8401128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.157017 -- N = 2258 8504752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.197964 -- N = 2259 8803872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8934544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.23449 -- N = 2261 8415488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8525824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8513440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.270847 -- N = 2264 8863432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.306446 -- N = 2267 8499616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.358881 -- N = 2269 8577600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8506312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.385052 -- N = 2272 8530440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.424816 -- N = 2274 8530256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.46213 -- N = 2276 8685832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9516000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.499306 -- N = 2279 8463712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8599096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8769560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.540672 -- N = 2281 9016968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8570168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.57886 -- N = 2284 8907088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.617691 -- N = 2287 8421720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8570552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8937704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.67892 -- N = 2289 8675656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8665632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.70804 -- N = 2291 8556320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8698048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8579384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.743214 -- N = 2293 8741576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.782688 -- N = 2296 8442328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8550288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8677360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.839294 -- N = 2298 8389672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8881648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.865948 -- N = 2300 8843248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8505760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.906555 -- N = 2300 8678840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8667792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8744472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.945084 -- N = 2301 8392864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8535040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8611392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 30.987164 -- N = 2301 8735744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8717096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8767928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.024754 -- N = 2304 8811592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9101576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9225064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.060097 -- N = 2306 8549800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8626008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.097244 -- N = 2305 8733792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9052328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8797776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.114208 -- N = 2307 8814864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8860784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.163961 -- N = 2309 9015640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8541616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.206337 -- N = 2310 8579008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.264235 -- N = 2311 8598640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.30434 -- N = 2313 8601384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8641752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.312344 -- N = 2313 8412304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.35605 -- N = 2312 End of computing. ;; Clock -> 2007-03-16, 8h 1m 13s. Computing the boundary of the generator 25 (dimension 8) : <>][3 <>]>>]>> 8483176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.354746 -- N = 2314 8620832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8848728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8544216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.374111 -- N = 2317 8512464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8604024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.409473 -- N = 2320 8394552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9014496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.445957 -- N = 2321 8604008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9088808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8620616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.476425 -- N = 2324 8499928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(42): :cont 0 *CR* -- Cut = 31.51795 -- N = 2327 8494280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8651992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.55658 -- N = 2330 8688152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.59256 -- N = 2332 8562136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8564856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.620651 -- N = 2334 9014280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-16, 16h 53m 20s. Computing the boundary of the generator 26 (dimension 8) : <>][3 D4]>>]>> 8531216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.642029 -- N = 2335 8427128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8730112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.665201 -- N = 2337 8659528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-16, 18h 24m 10s. Computing the boundary of the generator 27 (dimension 8) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-03-16, 18h 26m 19s. Computing the boundary of the generator 28 (dimension 8) : <>][3 D4]>>]>> 8483952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.69873 -- N = 2339 8705520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8666488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.733088 -- N = 2340 8450152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.766212 -- N = 2342 8595656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-16, 20h 34m 33s. Computing the boundary of the generator 29 (dimension 8) : <>][3 <>]>>]>> 8504264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-16, 20h 49m 17s. Computing the boundary of the generator 30 (dimension 8) : <>][2 <>]>>]>> 8470912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.800991 -- N = 2345 8474224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8736544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8578760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.83788 -- N = 2348 8849984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8517928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.873425 -- N = 2350 9021128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8675936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.904278 -- N = 2352 8623800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.939722 -- N = 2355 9202016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9078760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 31.970963 -- N = 2357 8495904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.007027 -- N = 2360 8728344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.041332 -- N = 2363 8831464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8637384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.061295 -- N = 2365 9024264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8580792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8554680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.096157 -- N = 2367 8725264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.134468 -- N = 2369 8858240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8993520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.15402 -- N = 2370 9181232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8725520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.16927 -- N = 2372 8526488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8536024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8717488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.21009 -- N = 2374 9213008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.257156 -- N = 2377 8565880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.29364 -- N = 2380 8459408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8550496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8647632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.330482 -- N = 2381 9169520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8881472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.37876 -- N = 2385 8970176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8990024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.396038 -- N = 2384 8775816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8742896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.43998 -- N = 2388 8428008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9256072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.449318 -- N = 2389 End of computing. ;; Clock -> 2007-03-17, 12h 24m 54s. Computing the boundary of the generator 31 (dimension 8) : <>][2 <>]>>]>> 8586992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.482185 -- N = 2389 8740256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8689088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.506733 -- N = 2392 8635816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8600824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.54181 -- N = 2394 8615320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.57244 -- N = 2397 8797840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9357952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.604965 -- N = 2400 8611392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.646076 -- N = 2402 8453904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8653272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.679825 -- N = 2404 8533952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.70866 -- N = 2407 End of computing. ;; Clock -> 2007-03-17, 18h 29m 13s. Computing the boundary of the generator 32 (dimension 8) : <>][2 <>]>>]>> 8583696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-17, 18h 41m 43s. Computing the boundary of the generator 33 (dimension 8) : <>][2 <>]>>]>> 8470944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.73073 -- N = 2407 8480432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.76492 -- N = 2407 8454680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8658968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8454032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.785683 -- N = 2410 8636720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8743232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.81763 -- N = 2411 8571192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8612648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8684416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.850803 -- N = 2413 8577720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.88351 -- N = 2416 8847224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.92192 -- N = 2419 8598584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8667272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.95652 -- N = 2419 8603976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 32.990597 -- N = 2422 8454576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-18, 1h 35m 4s. Computing the boundary of the generator 34 (dimension 8) : <>][2 <>][5 <>]>>]>> 8719984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.004723 -- N = 2423 8428360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8924960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.027794 -- N = 2425 8806416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.06025 -- N = 2427 9244440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8865568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-18, 3h 34m 45s. Computing the boundary of the generator 35 (dimension 8) : <>][2 <>][5 <>]>>]>> *CR* -- Cut = 33.083527 -- N = 2428 8803616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8605432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-18, 4h 4m 46s. Computing the boundary of the generator 36 (dimension 8) : <>][3 D4][4 <>]>>]>> *CR* -- Cut = 33.104992 -- N = 2428 8517096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8852216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.12508 -- N = 2430 8428112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8968144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.15831 -- N = 2432 9082864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8741776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.177963 -- N = 2433 8774984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8655080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.20142 -- N = 2431 8763192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8504200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.22081 -- N = 2433 8681976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.25172 -- N = 2436 9157768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.276115 -- N = 2438 8829248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9503568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.2962 -- N = 2439 8730304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9000472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.31891 -- N = 2440 9272784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8881760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.339523 -- N = 2441 9344008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8826072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(43): (dumplisp :name "save-07-03-18.dxl") [1c] CL-USER(44): :cont 0 *CR* -- Cut = 33.362526 -- N = 2443 8465672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8638432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.374763 -- N = 2445 9150136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8658608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.408363 -- N = 2448 8761968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8438288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.43134 -- N = 2447 8572144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9125016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.453632 -- N = 2450 8408752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.47593 -- N = 2451 8502888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8996352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.510666 -- N = 2454 8449496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.53331 -- N = 2456 8516136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9017816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.554176 -- N = 2456 8529680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-18, 15h 42m 7s. Computing the boundary of the generator 37 (dimension 8) : <>][3 <>][4 <>]>>]>> 8768624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.564564 -- N = 2457 9072936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8475344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-18, 16h 25m 58s. Computing the boundary of the generator 38 (dimension 8) : <>][4 <>][3 D4]>>]>> 9273496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.586384 -- N = 2460 8478464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8531728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.609737 -- N = 2462 8415080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8986832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.631336 -- N = 2464 8538544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8503968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.661804 -- N = 2465 8971696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8762784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.68323 -- N = 2466 8669608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.704235 -- N = 2467 9433848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8696424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.735855 -- N = 2470 8502224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8637152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.7558 -- N = 2471 8751512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8682344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.77724 -- N = 2472 8718792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9065600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.800472 -- N = 2473 9025080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.832752 -- N = 2475 8683816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9034376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.853966 -- N = 2477 8456696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9338032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.876274 -- N = 2478 8874872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8705696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.909504 -- N = 2481 8864992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8814480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.93032 -- N = 2483 8668192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8643808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.953423 -- N = 2485 8499728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8732056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9164952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 33.986473 -- N = 2488 8656080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.009 -- N = 2490 8719536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8598104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8442904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.042522 -- N = 2492 8507200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8823400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.0627 -- N = 2492 9072160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8728976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-19, 4h 33m 2s. Computing the boundary of the generator 39 (dimension 8) : <>][4 <>][3 <>]>>]>> *CR* -- Cut = 34.07319 -- N = 2493 8887488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8518080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-19, 5h 1m 32s. Computing the boundary of the generator 40 (dimension 8) : <>][5 <>][2 <>]>>]>> 8999200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.08421 -- N = 2495 8473520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8682880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.117077 -- N = 2498 8941312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9251992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.137543 -- N = 2499 8567312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.161404 -- N = 2501 8906072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9289848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-19, 7h 11m 0s. Computing the boundary of the generator 41 (dimension 8) : <>][5 <>][2 <>]>>]>> *CR* -- Cut = 34.18077 -- N = 2502 9025576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8883584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-19, 7h 42m 13s. Computing the boundary of the generator 42 (dimension 8) : <>][4 <>]>>]>> 8696560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.192448 -- N = 2503 8653224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.22324 -- N = 2506 8750416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8861440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.255894 -- N = 2508 8643616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.274933 -- N = 2510 8893920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8512552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.30917 -- N = 2512 8527696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9009464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8602352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.34044 -- N = 2512 8434360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8904408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.376503 -- N = 2515 8572632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.40047 -- N = 2516 9087144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9182072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.435165 -- N = 2518 8667456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8645128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9151056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.471737 -- N = 2521 8951120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.496185 -- N = 2523 8395248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.53485 -- N = 2526 9556448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8702024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.571564 -- N = 2528 8428400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8657920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8597240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.60886 -- N = 2531 8752080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9150200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.645393 -- N = 2534 8573152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8557808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9514176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.678806 -- N = 2537 8721864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.71437 -- N = 2538 8563608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.734665 -- N = 2540 8566880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8744352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8664536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.754944 -- N = 2542 End of computing. ;; Clock -> 2007-03-19, 20h 44m 23s. Computing the boundary of the generator 43 (dimension 8) : <>]>> 8469304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8647224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.79066 -- N = 2543 8450992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8608576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.810127 -- N = 2546 8643920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.842102 -- N = 2548 8692536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9456104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8580288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.87514 -- N = 2550 8507152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8765480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.8938 -- N = 2552 8658944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8629304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.925644 -- N = 2555 8488584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8573368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.957375 -- N = 2558 8401704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8571016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 34.988907 -- N = 2560 8399232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8761768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.009087 -- N = 2562 9241128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.040493 -- N = 2565 8499072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.072006 -- N = 2568 8786248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.10363 -- N = 2570 8473936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8719624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8579680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.136276 -- N = 2572 8573696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8688888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.155552 -- N = 2574 8458624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.186478 -- N = 2576 8722632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.20833 -- N = 2579 8404360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8650816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.23991 -- N = 2582 8725752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8594808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.272293 -- N = 2585 8683464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8922672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8513824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.30464 -- N = 2588 8512304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8818840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.325768 -- N = 2589 8565400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8400056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.356575 -- N = 2591 8867440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8607696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.387142 -- N = 2592 8493920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.419582 -- N = 2595 8408016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8422400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.45333 -- N = 2596 8561584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8550144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.472565 -- N = 2599 8424248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8600320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.506367 -- N = 2601 8686656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.542248 -- N = 2603 8455144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8592192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.578537 -- N = 2605 8507904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9077608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.60134 -- N = 2607 8652672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8502376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.63688 -- N = 2610 8604376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.660854 -- N = 2612 8548472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.695454 -- N = 2615 9074536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.73014 -- N = 2617 8630208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8590304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8438016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.753937 -- N = 2620 8472760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8617240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8604936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.788998 -- N = 2623 8462360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8613056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.82466 -- N = 2625 8615240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8573416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.860306 -- N = 2627 8543120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.895775 -- N = 2629 8714808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9298232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8574128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.930496 -- N = 2631 8461760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8649408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.951485 -- N = 2633 8531816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8611000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 35.98237 -- N = 2635 8735400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8627440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.01282 -- N = 2637 8540888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8582640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.043198 -- N = 2640 8757864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.074287 -- N = 2643 8657224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8551424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.1053 -- N = 2646 8415656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8572464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.136562 -- N = 2649 8439432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8590320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.168255 -- N = 2650 8402624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.189407 -- N = 2653 8718384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.220726 -- N = 2656 8584408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9024344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.252735 -- N = 2659 8586400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8628648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.27365 -- N = 2660 8449616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8615792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8703624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.303673 -- N = 2663 8486912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8576792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.334396 -- N = 2664 8755576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.364468 -- N = 2667 8619944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8601696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8606088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.39534 -- N = 2670 8586096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8572304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.426846 -- N = 2672 8593520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8516448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.448265 -- N = 2675 8555040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.480213 -- N = 2677 8478368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8834928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.501503 -- N = 2679 8627800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8688680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.521446 -- N = 2681 8410976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8632680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.55224 -- N = 2684 8904592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.582993 -- N = 2686 8479608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.61322 -- N = 2689 8484664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.644024 -- N = 2692 8709544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8516312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.67603 -- N = 2694 8525568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8950080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8391376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.707264 -- N = 2696 8486792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8753952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.7276 -- N = 2698 9132832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8588960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8506040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.75883 -- N = 2701 8393128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.789577 -- N = 2704 8479640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9503104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.821133 -- N = 2706 8535112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8767768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.841362 -- N = 2707 8475288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8621368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.871246 -- N = 2709 8756568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8593960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.89274 -- N = 2712 8752864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8850744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.924755 -- N = 2715 8553184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8781696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.945698 -- N = 2716 8400728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 36.975853 -- N = 2719 8783184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8534144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.00684 -- N = 2722 8586536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.03846 -- N = 2725 8603416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8869816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.070625 -- N = 2728 8608752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8690088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.0919 -- N = 2730 8396688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.123543 -- N = 2733 8684976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8601040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.155067 -- N = 2735 8636552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8611848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.186234 -- N = 2738 8451952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.218323 -- N = 2740 8724272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.250496 -- N = 2742 8745728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8543376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8622168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.281998 -- N = 2745 8777272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.313934 -- N = 2747 8399104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.345257 -- N = 2749 8554496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9771352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.366943 -- N = 2751 8569360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.398956 -- N = 2753 8501608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8807536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.42031 -- N = 2755 8433392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8854384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.451767 -- N = 2758 8848608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.48378 -- N = 2761 8433272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8512168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.516037 -- N = 2764 8715456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8536168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.547916 -- N = 2766 8531000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8627168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.579224 -- N = 2769 8631688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8546616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.61114 -- N = 2771 8753624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8526320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.632927 -- N = 2773 8529528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8504504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8536744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.66515 -- N = 2775 8452328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8702592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.686226 -- N = 2778 8639128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8755824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.719353 -- N = 2781 8648992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.741188 -- N = 2783 8395880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8490336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8588624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.772408 -- N = 2786 8857128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8569208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8560304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.804497 -- N = 2789 8677008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8561992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8515184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.83699 -- N = 2791 8750096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.868668 -- N = 2792 8567464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8617112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.89043 -- N = 2795 8559736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8559456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.922577 -- N = 2795 8444912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8454128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.94294 -- N = 2798 8564640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8391848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.976204 -- N = 2800 8484736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9062136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8551208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 37.99819 -- N = 2802 8464040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8820376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.03031 -- N = 2804 8583576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8826808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.051495 -- N = 2806 8584808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8570376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.083687 -- N = 2809 8818640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.116684 -- N = 2811 8831328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8579984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8600280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.148277 -- N = 2814 8507944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.18076 -- N = 2817 8393192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8551440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.213455 -- N = 2819 8418920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8564456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8446624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.245556 -- N = 2820 8730928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8612304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.267754 -- N = 2823 8544992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.301212 -- N = 2826 8542456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8941272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.335148 -- N = 2827 8453216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8637200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.359833 -- N = 2830 8462648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8696704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8598280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.39745 -- N = 2830 8567840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8670096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.42051 -- N = 2832 8575024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8579048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.45586 -- N = 2835 9128296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.48803 -- N = 2837 8498360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8966256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-23, 21h 1m 31s. Computing the boundary of the generator 44 (dimension 8) : <>]>>]>> *CR* -- Cut = 38.516697 -- N = 2840 8695512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.53858 -- N = 2841 9587320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9009664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.557133 -- N = 2844 8405440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.586716 -- N = 2847 8777560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8532400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8542008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.616776 -- N = 2849 8488552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.636547 -- N = 2851 8565672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8504016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.665474 -- N = 2854 8495704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8618648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.69504 -- N = 2857 8717696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8580744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8568360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.725174 -- N = 2858 8501056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.744034 -- N = 2860 8461816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9012144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.773125 -- N = 2863 8647840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8702992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8612416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.802868 -- N = 2866 8704088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-24, 4h 39m 23s. Computing the boundary of the generator 45 (dimension 8) : <>][3 D4]>>]>> 8610408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.83162 -- N = 2869 8864752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8743528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.851875 -- N = 2871 8923376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.881153 -- N = 2873 8657240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8475704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.909393 -- N = 2876 8708080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.929462 -- N = 2878 8581592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9109264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8454352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.958214 -- N = 2881 8762216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8389744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 38.987244 -- N = 2884 8473904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.007305 -- N = 2886 8662424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8966512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8597400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.036488 -- N = 2889 8517168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8592560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.066235 -- N = 2891 8665016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8677448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8464520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.095848 -- N = 2894 8399120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8630440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-24, 12h 2m 54s. Computing the boundary of the generator 46 (dimension 8) : <>][3 <>]>>]>> 8616080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.12469 -- N = 2897 8738376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-24, 12h 31m 41s. Computing the boundary of the generator 47 (dimension 8) : <>][2 <>]>>]>> 8646336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.146347 -- N = 2899 8624976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8775168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8588256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.17385 -- N = 2902 8688760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.193047 -- N = 2903 8547632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8607248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8585064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.21975 -- N = 2906 8600208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8627072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.251495 -- N = 2909 8774976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9145896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.269703 -- N = 2910 8583792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8670712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.299595 -- N = 2912 8621960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8624488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.328167 -- N = 2914 8623104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8436752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.347866 -- N = 2917 8644704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8562928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.369057 -- N = 2919 9366888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8402312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.396816 -- N = 2922 8473400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8597776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8408064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.42925 -- N = 2925 8668232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8583704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.46 -- N = 2928 8605920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8495536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9021648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.491425 -- N = 2931 8400848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8635744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8529544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.523903 -- N = 2934 8554584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8691000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.55476 -- N = 2936 8691240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8545096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.576973 -- N = 2938 10051776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8877088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.605293 -- N = 2940 End of computing. ;; Clock -> 2007-03-24, 23h 43m 35s. Computing the boundary of the generator 48 (dimension 8) : <>][2 <>][4 <>]>>]>> 8632328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8857632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.604057 -- N = 2941 8646472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 0h 21m 10s. Computing the boundary of the generator 49 (dimension 8) : <>][3 D4][3 D4]>>]>> 8392152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.63416 -- N = 2943 8615968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8778592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.653984 -- N = 2943 9076240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8537416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.682602 -- N = 2946 8444112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8496136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.70198 -- N = 2948 8702264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8875192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8463464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.731327 -- N = 2950 8868512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.750298 -- N = 2952 8481216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8454432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.78062 -- N = 2955 8576840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.800117 -- N = 2957 8606416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8741032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.830166 -- N = 2959 8413496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.84923 -- N = 2961 8588616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 6h 5m 45s. Computing the boundary of the generator 50 (dimension 8) : <>][3 D4][3 <>]>>]>> 8567160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.86739 -- N = 2963 9278016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8856536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 6h 46m 34s. Computing the boundary of the generator 51 (dimension 8) : <>][3 <>][3 D4]>>]>> 8438296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.89754 -- N = 2965 8662792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 7h 17m 7s. Computing the boundary of the generator 52 (dimension 8) : <>][3 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-03-25, 7h 17m 51s. Computing the boundary of the generator 53 (dimension 8) : <>][4 <>][2 <>]>>]>> 8889024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.916286 -- N = 2967 8805200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8556456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 7h 57m 33s. Computing the boundary of the generator 54 (dimension 8) : <>][2 <>][3 D4]>>]>> 8608776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.94554 -- N = 2970 8653832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8562888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.966385 -- N = 2972 8500896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9207040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 39.995995 -- N = 2975 8780816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8571768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.024662 -- N = 2978 8771832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8552176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.055485 -- N = 2981 8713016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8615392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.087254 -- N = 2984 8494912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9141336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.103477 -- N = 2985 9268736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9144440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8974992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.122276 -- N = 2987 8474600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8483760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.15424 -- N = 2989 9065928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8483720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.183792 -- N = 2992 8528736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8803896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8439632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.212906 -- N = 2995 8580552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.24486 -- N = 2998 8604768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.2771 -- N = 3001 8498576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8689312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8639536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.308754 -- N = 3004 8412800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8611120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8475104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.339603 -- N = 3007 8391080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.35764 -- N = 3008 8775784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 19h 14m 1s. Computing the boundary of the generator 55 (dimension 8) : <>][2 <>][3 <>]>>]>> 8864424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8643632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.376637 -- N = 3010 8854664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-25, 20h 5m 32s. Computing the boundary of the generator 56 (dimension 8) : <>][3 D4][2 <>]>>]>> 8588840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.398678 -- N = 3012 8426600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.418972 -- N = 3013 8539184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8397584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.438126 -- N = 3016 8437336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9178296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.4661 -- N = 3019 8490088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8861128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.486965 -- N = 3020 9126600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.516212 -- N = 3023 8434800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8681528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8443480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.542137 -- N = 3026 8773512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8968792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.562218 -- N = 3028 8551896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8508488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.59353 -- N = 3030 8612136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9306632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8587176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.62354 -- N = 3032 8421136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.655373 -- N = 3035 8771176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8557504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.683155 -- N = 3038 8478232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8520904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8671256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.714607 -- N = 3041 8477144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8558624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8416176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.748657 -- N = 3043 8457856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8591464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.76864 -- N = 3045 8755840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8671008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.799713 -- N = 3047 8724752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8559416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.806812 -- N = 3048 8467232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 6h 39m 55s. Computing the boundary of the generator 57 (dimension 8) : <>][3 <>][2 <>]>>]>> 9091872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8779824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.847893 -- N = 3051 8729936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 7h 32m 10s. Computing the boundary of the generator 58 (dimension 8) : <>][2 <>][2 <>]>>]>> 8518400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.868416 -- N = 3053 8515936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8403680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.887386 -- N = 3055 8853824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9116360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.91611 -- N = 3058 8825176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 9h 3m 24s. Computing the boundary of the generator 59 (dimension 8) : <>][2 <>][2 <>]>>]>> 8741216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.945194 -- N = 3061 8541544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8581048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 10h 19m 14s. Computing the boundary of the generator 60 (dimension 8) : <>][2 <>][2 <>][3 D4]>>]>> 8763800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.96509 -- N = 3063 8574616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8523272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 40.99414 -- N = 3065 8592232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.005474 -- N = 3066 8399120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8506240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8762800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.025394 -- N = 3069 8719976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8811640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.045418 -- N = 3071 8655512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9564752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.06584 -- N = 3072 9023240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.084763 -- N = 3075 8504224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8726624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.104645 -- N = 3076 8757624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 17h 16m 17s. Computing the boundary of the generator 61 (dimension 8) : <>][2 <>][2 <>][3 <>]>>]>> *CR* -- Cut = 41.113197 -- N = 3077 9469304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-26, 17h 35m 30s. Computing the boundary of the generator 62 (dimension 8) : <>][2 <>][3 D4][2 <>]>>]>> 8688768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8505176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.133724 -- N = 3080 8568168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.15132 -- N = 3082 8808112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9888520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.171303 -- N = 3084 8719488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8588352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8988408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.201275 -- N = 3086 8394128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.212128 -- N = 3088 8832608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8999080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.23276 -- N = 3089 9165888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8522216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9064280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.252266 -- N = 3092 8756784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.272022 -- N = 3094 8889048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.29027 -- N = 3093 8477336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-27, 0h 42m 57s. Computing the boundary of the generator 63 (dimension 8) : <>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-03-27, 0h 44m 45s. Computing the boundary of the generator 64 (dimension 8) : <>][3 D4][2 <>][2 <>]>>]>> 8994640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.289352 -- N = 3094 9143864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8575672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.298603 -- N = 3095 8702264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9626784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.31791 -- N = 3098 8478928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8709760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.3379 -- N = 3099 8434216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9595968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.347748 -- N = 3100 8931064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8948160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.36857 -- N = 3103 8775240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.388306 -- N = 3104 8692080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8794464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.40851 -- N = 3107 8753992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8991640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.42721 -- N = 3107 End of computing. ;; Clock -> 2007-03-27, 8h 22m 19s. Computing the boundary of the generator 65 (dimension 8) : <>][3 <>][2 <>][2 <>]>>]>> 8562608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-27, 8h 34m 32s. Computing the boundary of the generator 66 (dimension 8) : <>][2 <>][2 <>]>>]>> 9291608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.42631 -- N = 3109 8820504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8424504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9127696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.455223 -- N = 3112 8725552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8500016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.485115 -- N = 3114 8407288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8394864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.5056 -- N = 3117 8412168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.53517 -- N = 3120 8629424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8725224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8484368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.56583 -- N = 3120 8418864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8827488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.57381 -- N = 3122 8487088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.60259 -- N = 3125 9202080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8501120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-27, 14h 32m 17s. Computing the boundary of the generator 67 (dimension 8) : <>][2 <>][2 <>][2 <>]>>]>> *CR* -- Cut = 41.630173 -- N = 3127 8476664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-27, 14h 45m 6s. Computing the boundary of the generator 68 (dimension 8) : <>]>>][7 <>]>>]>> 9703680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8388904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.649246 -- N = 3129 8608432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9243296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8641272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.674946 -- N = 3132 8446376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8510400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.706337 -- N = 3135 8616096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8429816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8488712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.731937 -- N = 3138 8403592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8463760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8493648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.75453 -- N = 3140 8483896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.781 -- N = 3142 8899816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9022624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.798035 -- N = 3145 8850576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8616248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.816612 -- N = 3146 8515912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8497568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8421672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.848705 -- N = 3149 8815704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8704480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.87971 -- N = 3152 8519512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8652856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.90067 -- N = 3154 8785488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8834592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8742016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.930862 -- N = 3157 8883880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.9392 -- N = 3158 8443768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8432648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.97157 -- N = 3160 8775776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9316584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8766808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 41.98224 -- N = 3162 8789008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8823976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.01445 -- N = 3164 8753784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9022112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.03718 -- N = 3166 8873144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.04726 -- N = 3167 9232968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8938512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8645672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.082058 -- N = 3170 8892176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9070232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8902200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.117935 -- N = 3172 8760376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8837696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.157116 -- N = 3175 8442328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8595440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9288080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.181393 -- N = 3176 9160360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8926000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.20131 -- N = 3177 8794088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8765736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.211617 -- N = 3179 8495264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9377480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.237366 -- N = 3180 8594584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.22415 -- N = 3180 8422016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10252616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.236805 -- N = 3181 8872240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8544848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8573104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.33528 -- N = 3182 8523392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8524176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8540328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.331562 -- N = 3187 8671104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.371357 -- N = 3188 8415496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8575448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.408016 -- N = 3191 8507216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8582704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.444695 -- N = 3196 8605312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.498737 -- N = 3200 8569560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.53842 -- N = 3202 8485032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.576675 -- N = 3204 8534592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.613937 -- N = 3207 8511976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.65084 -- N = 3209 8603192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(46): (apropos "*RESU") *RESULTS-CMLT-TM* value: 2843021.5 *RESULTS-VERBOSE* value: T *RESULTS-N* value: 43823 *RESULTS-COEF* value: 3.0 *RESULTS-MAX* value: 200000 [1c] CL-USER(47): :cont 0 Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(48): :cont 0 8417152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8866680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8514152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.682785 -- N = 3212 8537472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8555288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.71615 -- N = 3215 8592208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8474520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.750275 -- N = 3218 8553984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8615168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8570256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.786125 -- N = 3222 8577384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8675768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8486024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.833107 -- N = 3225 8652600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8564792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 42.86871 -- N = 3228 8413248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(49): (apropos "*RESU") *RESULTS-CMLT-TM* value: 2857313.2 *RESULTS-VERBOSE* value: T *RESULTS-N* value: 58854 *RESULTS-COEF* value: 3.0 *RESULTS-MAX* value: 200000 [1c] CL-USER(50): *results-max* 200000 [1c] CL-USER(51): (set + 1000000) 1000000 [1c] CL-USER(52): (eval +++) *RESULTS-CMLT-TM* value: 2857313.2 *RESULTS-VERBOSE* value: T *RESULTS-N* value: 58854 *RESULTS-COEF* value: 3.0 *RESULTS-MAX* value: 1000000 [1c] CL-USER(53): :cont 0 8908312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8559344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8752832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8434104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9977072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8680264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8574096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.696706 -- N = 3877 8653056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8641816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8428328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8741320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8467144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8609792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.713669 -- N = 3909 8986736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8610440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8508384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8401040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 1h 39m 56s. Computing the boundary of the generator 69 (dimension 8) : <>]>>][7 <>]>>]>> 8689312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9421272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 2h 38m 57s. Computing the boundary of the generator 70 (dimension 8) : <>]>>][7 <>]>>]>> 8571840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 4h 10m 49s. Computing the boundary of the generator 71 (dimension 8) : <>]>>][7 <>]>>]>> 8623616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 5h 4m 50s. Computing the boundary of the generator 72 (dimension 8) : <>]>>][7 <>]>>]>> 8585936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8647592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.761347 -- N = 3913 8535480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9161648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 6h 23m 1s. Computing the boundary of the generator 73 (dimension 8) : <>]>>][7 <>]>>]>> 8626992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 6h 54m 30s. Computing the boundary of the generator 74 (dimension 8) : <>]>>][7 <>][6 <>]>>]>> 8715064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8770264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8702560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8845440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8905744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8530368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 8h 59m 17s. Computing the boundary of the generator 75 (dimension 8) : <>]>>][7 <>][6 <>]>>]>> 8431000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 9h 22m 35s. Computing the boundary of the generator 76 (dimension 8) : <>]>>][7 <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 9h 23m 49s. Computing the boundary of the generator 77 (dimension 8) : <>]>>][7 <>]>>]>> 8989728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8731808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 11h 21m 6s. Computing the boundary of the generator 78 (dimension 8) : <>]>>][7 <>]>>]>> 8461736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.78351 -- N = 3935 8553824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 12h 3m 30s. Computing the boundary of the generator 79 (dimension 8) : <>]>>][7 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 12h 4m 6s. Computing the boundary of the generator 80 (dimension 8) : <>]>>][7 <>][5 <>]>>]>> 8434464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 12h 20m 44s. Computing the boundary of the generator 81 (dimension 8) : <>]>>][7 <>][4 <>]>>]>> 8602768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 12h 57m 49s. Computing the boundary of the generator 82 (dimension 8) : <>]>>][7 <>][3 D4]>>]>> 8575808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8641280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8570272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 14h 9m 7s. Computing the boundary of the generator 83 (dimension 8) : <>]>>][7 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 14h 11m 2s. Computing the boundary of the generator 84 (dimension 8) : <>]>>][7 <>][3 D4]>>]>> 8398456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 15h 3m 23s. Computing the boundary of the generator 85 (dimension 8) : <>]>>][7 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 15h 5m 26s. Computing the boundary of the generator 86 (dimension 8) : <>]>>][7 <>][2 <>]>>]>> 9056136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8563224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9760456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9247736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.848142 -- N = 3967 8570880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8671552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9071944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8993968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8565568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8412192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-03-31, 23h 7m 14s. Computing the boundary of the generator 87 (dimension 8) : <>]>>][7 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 23h 45m 58s. Computing the boundary of the generator 88 (dimension 8) : <>]>>][7 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-03-31, 23h 48m 55s. Computing the boundary of the generator 89 (dimension 8) : <>]>>][7 <>][2 <>][4 <>]>>]>> 8855344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 0h 33m 19s. Computing the boundary of the generator 90 (dimension 8) : <>]>>][7 <>][3 D4][3 D4]>>]>> 8640288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8549920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8449328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8472168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9164728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8700888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9125776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 9h 51m 41s. Computing the boundary of the generator 91 (dimension 8) : <>]>>][7 <>][3 D4][3 <>]>>]>> *CR* -- Cut = 8.900819 -- N = 4000 9216552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 10h 23m 29s. Computing the boundary of the generator 92 (dimension 8) : <>]>>][7 <>][3 <>][3 D4]>>]>> 8617352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 10h 26m 19s. Computing the boundary of the generator 93 (dimension 8) : <>]>>][7 <>][3 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 10h 55m 7s. Computing the boundary of the generator 94 (dimension 8) : <>]>>][7 <>][4 <>][2 <>]>>]>> 8558464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 11h 32m 6s. Computing the boundary of the generator 95 (dimension 8) : <>]>>][7 <>][3 D4]>>]>> 9114872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8533816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8415824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8766288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9191056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 15h 45m 2s. Computing the boundary of the generator 96 (dimension 8) : <>]>>][7 <>][3 <>]>>]>> 9068912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 16h 19m 4s. Computing the boundary of the generator 97 (dimension 8) : <>]>>][7 <>]>>]>> 8562280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9004296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8604552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 8.963773 -- N = 4039 8757032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8895424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8391200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8447088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8489616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 20h 37m 37s. Computing the boundary of the generator 98 (dimension 8) : <>]>>][7 <>][2 <>]>>]>> 8655424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 21h 1m 43s. Computing the boundary of the generator 99 (dimension 8) : <>]>>][7 <>][2 <>][3 D4]>>]>> 8782672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 21h 25m 25s. Computing the boundary of the generator 100 (dimension 8) : <>]>>][7 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 21h 26m 16s. Computing the boundary of the generator 101 (dimension 8) : <>]>>][7 <>][3 D4][2 <>]>>]>> 8440744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 21h 50m 29s. Computing the boundary of the generator 102 (dimension 8) : <>]>>][7 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 21h 51m 12s. Computing the boundary of the generator 103 (dimension 8) : <>]>>][7 <>][2 <>][2 <>]>>]>> 8861528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9169128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 22h 39m 59s. Computing the boundary of the generator 104 (dimension 8) : <>]>>][7 <>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 22h 42m 7s. Computing the boundary of the generator 105 (dimension 8) : <>]>>]>> 8843104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 23h 5m 4s. Computing the boundary of the generator 106 (dimension 8) : <>]>>]>> 8723936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 23h 29m 26s. Computing the boundary of the generator 107 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 29m 31s. Computing the boundary of the generator 108 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 30m 46s. Computing the boundary of the generator 109 (dimension 8) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 31m 2s. Computing the boundary of the generator 110 (dimension 8) : <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 31m 8s. Computing the boundary of the generator 111 (dimension 8) : <>]>>]>> 8588952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 23h 56m 20s. Computing the boundary of the generator 112 (dimension 8) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 56m 29s. Computing the boundary of the generator 113 (dimension 8) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-01, 23h 58m 21s. Computing the boundary of the generator 114 (dimension 8) : <>][3 <>]>>]>> 8660256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-01, 23h 58m 35s. Computing the boundary of the generator 115 (dimension 8) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 23m 18s. Computing the boundary of the generator 116 (dimension 8) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 23m 31s. Computing the boundary of the generator 117 (dimension 8) : <>][2 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 24m 8s. Computing the boundary of the generator 118 (dimension 8) : <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 24m 12s. Computing the boundary of the generator 119 (dimension 8) : <>][3 D4][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 25m 11s. Computing the boundary of the generator 120 (dimension 8) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 25m 17s. Computing the boundary of the generator 121 (dimension 8) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 25m 50s. Computing the boundary of the generator 122 (dimension 8) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 0h 25m 53s. Computing the boundary of the generator 123 (dimension 8) : <>][6 <>]>>]>> 8514952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.006636 -- N = 4054 9136024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9034672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8619624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 2h 15m 20s. Computing the boundary of the generator 124 (dimension 8) : <>][6 <>]>>]>> 8600856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 2h 43m 8s. Computing the boundary of the generator 125 (dimension 8) : <>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 2h 43m 33s. Computing the boundary of the generator 126 (dimension 8) : <>][6 <>]>>]>> 8580576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 3h 9m 14s. Computing the boundary of the generator 127 (dimension 8) : <>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 3h 12m 24s. Computing the boundary of the generator 128 (dimension 8) : <>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 3h 12m 49s. Computing the boundary of the generator 129 (dimension 8) : <>][6 <>]>>]>> 8450064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8626208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 4h 30m 24s. Computing the boundary of the generator 130 (dimension 8) : <>][6 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 4h 32m 7s. Computing the boundary of the generator 131 (dimension 8) : <>][6 <>][3 D4]>>]>> 8544136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423808 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 5h 31m 50s. Computing the boundary of the generator 132 (dimension 8) : <>][6 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 5h 33m 28s. Computing the boundary of the generator 133 (dimension 8) : <>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 5h 35m 47s. Computing the boundary of the generator 134 (dimension 8) : <>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 5h 36m 39s. Computing the boundary of the generator 135 (dimension 8) : <>][6 <>][2 <>][3 D4]>>]>> 8491432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 6h 4m 19s. Computing the boundary of the generator 136 (dimension 8) : <>][6 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 6h 4m 44s. Computing the boundary of the generator 137 (dimension 8) : <>][6 <>][3 D4][2 <>]>>]>> 8688656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 6h 41m 6s. Computing the boundary of the generator 138 (dimension 8) : <>][6 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 6h 41m 35s. Computing the boundary of the generator 139 (dimension 8) : <>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 6h 46m 13s. Computing the boundary of the generator 140 (dimension 8) : <>][6 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 6h 46m 45s. Computing the boundary of the generator 141 (dimension 8) : <>]>>][6 <>]>>]>> 8790176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.062883 -- N = 4096 End of computing. ;; Clock -> 2007-04-02, 8h 3m 18s. Computing the boundary of the generator 142 (dimension 8) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 3m 30s. Computing the boundary of the generator 143 (dimension 8) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 3m 32s. Computing the boundary of the generator 144 (dimension 8) : <>]>>][6 <>]>>]>> 8643288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 8h 3m 52s. Computing the boundary of the generator 145 (dimension 8) : <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 18m 42s. Computing the boundary of the generator 146 (dimension 8) : <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 18m 44s. Computing the boundary of the generator 147 (dimension 8) : <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 19m 45s. Computing the boundary of the generator 148 (dimension 8) : <>]>>][6 <>][4 <>]>>]>> 8414160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 8h 19m 56s. Computing the boundary of the generator 149 (dimension 8) : <>]>>][6 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 36m 30s. Computing the boundary of the generator 150 (dimension 8) : <>]>>][6 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 36m 39s. Computing the boundary of the generator 151 (dimension 8) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 36m 54s. Computing the boundary of the generator 152 (dimension 8) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 37m 2s. Computing the boundary of the generator 153 (dimension 8) : <>]>>][6 <>][2 <>][3 D4]>>]>> 8674616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 8h 37m 28s. Computing the boundary of the generator 154 (dimension 8) : <>]>>][6 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 37m 31s. Computing the boundary of the generator 155 (dimension 8) : <>]>>][6 <>][3 D4][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 54m 11s. Computing the boundary of the generator 156 (dimension 8) : <>]>>][6 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 54m 15s. Computing the boundary of the generator 157 (dimension 8) : <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 54m 43s. Computing the boundary of the generator 158 (dimension 8) : <>]>>][6 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 8h 54m 45s. Computing the boundary of the generator 159 (dimension 8) : <>]>>][5 <>]>>]>> 8421512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8701320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8582912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9355168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 10h 47m 58s. Computing the boundary of the generator 160 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 10h 52m 22s. Computing the boundary of the generator 161 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 10h 54m 50s. Computing the boundary of the generator 162 (dimension 8) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 10h 59m 52s. Computing the boundary of the generator 163 (dimension 8) : <>]>>][5 <>]>> 9085976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9628624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 12h 41m 3s. Computing the boundary of the generator 164 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 12h 48m 24s. Computing the boundary of the generator 165 (dimension 8) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 12h 51m 57s. Computing the boundary of the generator 166 (dimension 8) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 12h 52m 51s. Computing the boundary of the generator 167 (dimension 8) : <>]>>][5 <>][2 <>]>>]>> 8815984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 12h 57m 56s. Computing the boundary of the generator 168 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 13h 30m 50s. Computing the boundary of the generator 169 (dimension 8) : <>][2 <>]>>][5 <>]>>]>> 9693432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 14h 0m 3s. Computing the boundary of the generator 170 (dimension 8) : <>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 0m 19s. Computing the boundary of the generator 171 (dimension 8) : <>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 0m 28s. Computing the boundary of the generator 172 (dimension 8) : <>][2 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 1m 2s. Computing the boundary of the generator 173 (dimension 8) : <>][2 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-02, 14h 2m 7s. Computing the boundary of the generator 174 (dimension 8) : <>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 3m 0s. Computing the boundary of the generator 175 (dimension 8) : <>][2 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 3m 9s. Computing the boundary of the generator 176 (dimension 8) : <>][2 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 3m 11s. Computing the boundary of the generator 177 (dimension 8) : <>][2 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 3m 29s. Computing the boundary of the generator 178 (dimension 8) : <>][2 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 3m 34s. Computing the boundary of the generator 179 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 14h 8m 45s. Computing the boundary of the generator 180 (dimension 8) : <>]>>][4 <>]>>]>> 8493464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 14h 35m 12s. Computing the boundary of the generator 181 (dimension 8) : <>]>>][4 <>][3 D4]>>]>> 8644704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 15h 7m 9s. Computing the boundary of the generator 182 (dimension 8) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 7m 53s. Computing the boundary of the generator 183 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 10m 26s. Computing the boundary of the generator 184 (dimension 8) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 11m 7s. Computing the boundary of the generator 185 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 14m 16s. Computing the boundary of the generator 186 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 15m 3s. Computing the boundary of the generator 187 (dimension 8) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 19m 55s. Computing the boundary of the generator 188 (dimension 8) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 20m 7s. Computing the boundary of the generator 189 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 20m 43s. Computing the boundary of the generator 190 (dimension 8) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 15h 20m 55s. Computing the boundary of the generator 191 (dimension 8) : <>][3 D4]>>][4 <>]>>]>> 8736888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.113226 -- N = 4124 End of computing. ;; Clock -> 2007-04-02, 15h 50m 50s. Computing the boundary of the generator 192 (dimension 8) : <>][3 D4]>>][4 <>]>>]>> 9253608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 15h 51m 26s. Computing the boundary of the generator 193 (dimension 8) : <>][3 D4]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 8m 35s. Computing the boundary of the generator 194 (dimension 8) : <>][3 D4]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 8m 59s. Computing the boundary of the generator 195 (dimension 8) : <>][3 D4]>>][4 <>]>>]>> 8505208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 16h 26m 28s. Computing the boundary of the generator 196 (dimension 8) : <>][3 D4]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 26m 50s. Computing the boundary of the generator 197 (dimension 8) : <>][3 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 27m 17s. Computing the boundary of the generator 198 (dimension 8) : <>][3 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 27m 42s. Computing the boundary of the generator 199 (dimension 8) : <>][3 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 28m 26s. Computing the boundary of the generator 200 (dimension 8) : <>][3 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 28m 34s. Computing the boundary of the generator 201 (dimension 8) : <>][3 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 29m 5s. Computing the boundary of the generator 202 (dimension 8) : <>][3 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 29m 13s. Computing the boundary of the generator 203 (dimension 8) : <>]>>][4 <>]>>]>> 8719608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 16h 46m 59s. Computing the boundary of the generator 204 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 47m 13s. Computing the boundary of the generator 205 (dimension 8) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 49m 27s. Computing the boundary of the generator 206 (dimension 8) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 16h 49m 33s. Computing the boundary of the generator 207 (dimension 8) : <>]>>][4 <>]>>]>> 8645360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 17h 7m 13s. Computing the boundary of the generator 208 (dimension 8) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 7m 18s. Computing the boundary of the generator 209 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 7m 40s. Computing the boundary of the generator 210 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 7m 45s. Computing the boundary of the generator 211 (dimension 8) : <>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 8m 19s. Computing the boundary of the generator 212 (dimension 8) : <>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 8m 20s. Computing the boundary of the generator 213 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 8m 29s. Computing the boundary of the generator 214 (dimension 8) : <>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 17h 8m 31s. Computing the boundary of the generator 215 (dimension 8) : <>]>>][3 <>]>>]>> 8600880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8431824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8765688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10585480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 19h 5m 17s. Computing the boundary of the generator 216 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> 8401560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 19h 38m 56s. Computing the boundary of the generator 217 (dimension 8) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 19h 42m 6s. Computing the boundary of the generator 218 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 19h 42m 28s. Computing the boundary of the generator 219 (dimension 8) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 19h 44m 21s. Computing the boundary of the generator 220 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 19h 44m 33s. Computing the boundary of the generator 221 (dimension 8) : <>][4 <>]>>][3 <>]>>]>> 8721680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 20h 12m 39s. Computing the boundary of the generator 222 (dimension 8) : <>][4 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 20h 13m 54s. Computing the boundary of the generator 223 (dimension 8) : <>][3 <>]>>]>> 8613344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8684600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(54): (dumplisp :name "save-07-04-02.dxl") [1c] CL-USER(55): :cont 0 *CR* -- Cut = 9.16515 -- N = 4174 8929488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 22h 50m 51s. Computing the boundary of the generator 224 (dimension 8) : <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 22h 52m 3s. Computing the boundary of the generator 225 (dimension 8) : <>]>>][3 <>]>>]>> 8447136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 22h 53m 59s. Computing the boundary of the generator 226 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 11m 39s. Computing the boundary of the generator 227 (dimension 8) : <>][3 D4]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 13m 51s. Computing the boundary of the generator 228 (dimension 8) : <>][3 D4]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 13m 56s. Computing the boundary of the generator 229 (dimension 8) : <>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 14m 15s. Computing the boundary of the generator 230 (dimension 8) : <>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 14m 16s. Computing the boundary of the generator 231 (dimension 8) : <>][2 <>]>>][3 <>]>>]>> 8707320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-02, 23h 36m 37s. Computing the boundary of the generator 232 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 38m 40s. Computing the boundary of the generator 233 (dimension 8) : <>][2 <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 39m 22s. Computing the boundary of the generator 234 (dimension 8) : <>][2 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-02, 23h 39m 26s. Computing the boundary of the generator 235 (dimension 8) : <>]>>][2 D3]>> 8520408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 0h 25m 2s. Computing the boundary of the generator 236 (dimension 8) : <>]>>][2 <>]>> 8406600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8390792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9081904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 2h 23m 53s. Computing the boundary of the generator 237 (dimension 8) : <>]>>][2 <>]>>]>> 8568904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 3h 6m 32s. Computing the boundary of the generator 238 (dimension 8) : <>]>>][2 D3]>> 8437272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 3h 38m 55s. Computing the boundary of the generator 239 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 3h 58m 26s. Computing the boundary of the generator 240 (dimension 8) : <>]>>][2 <>]>>]>> 8423232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.216408 -- N = 4203 End of computing. ;; Clock -> 2007-04-03, 4h 27m 38s. Computing the boundary of the generator 241 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 4h 27m 40s. Computing the boundary of the generator 242 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 4h 27m 42s. Computing the boundary of the generator 243 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 4h 27m 43s. Computing the boundary of the generator 244 (dimension 8) : <>]>>][2 D3]>> 8513928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 4h 44m 46s. Computing the boundary of the generator 245 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 4h 46m 2s. Computing the boundary of the generator 246 (dimension 8) : <>]>>][2 <>]>>]>> 8842904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 4h 46m 25s. Computing the boundary of the generator 247 (dimension 8) : <>][5 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 5h 3m 31s. Computing the boundary of the generator 248 (dimension 8) : <>][5 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 5h 5m 18s. Computing the boundary of the generator 249 (dimension 8) : <>][5 <>]>>][2 <>]>>]>> 8616864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 5h 24m 18s. Computing the boundary of the generator 250 (dimension 8) : <>][5 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 5h 24m 23s. Computing the boundary of the generator 251 (dimension 8) : <>][5 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 5h 24m 33s. Computing the boundary of the generator 252 (dimension 8) : <>][5 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 5h 24m 36s. Computing the boundary of the generator 253 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 5h 26m 51s. Computing the boundary of the generator 254 (dimension 8) : <>]>>][2 <>]>> 8914464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8460304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 6h 14m 6s. Computing the boundary of the generator 255 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 6h 17m 54s. Computing the boundary of the generator 256 (dimension 8) : <>][4 <>]>>][2 D3]>> 8551056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 6h 39m 3s. Computing the boundary of the generator 257 (dimension 8) : <>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 6h 41m 26s. Computing the boundary of the generator 258 (dimension 8) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 6h 42m 17s. Computing the boundary of the generator 259 (dimension 8) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 6h 45m 36s. Computing the boundary of the generator 260 (dimension 8) : <>][3 D4]>>][2 <>]>> 8710352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8612192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 7h 40m 47s. Computing the boundary of the generator 261 (dimension 8) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 7h 44m 39s. Computing the boundary of the generator 262 (dimension 8) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 7h 45m 2s. Computing the boundary of the generator 263 (dimension 8) : <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 7h 45m 54s. Computing the boundary of the generator 264 (dimension 8) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 7h 46m 7s. Computing the boundary of the generator 265 (dimension 8) : <>][2 <>]>>][2 D3]>> 8507152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 8h 9m 29s. Computing the boundary of the generator 266 (dimension 8) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 8h 11m 19s. Computing the boundary of the generator 267 (dimension 8) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 8h 11m 47s. Computing the boundary of the generator 268 (dimension 8) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 8h 12m 4s. Computing the boundary of the generator 269 (dimension 8) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 8h 12m 35s. Computing the boundary of the generator 270 (dimension 8) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 8h 12m 42s. Computing the boundary of the generator 271 (dimension 8) : <>][2 <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 8h 14m 1s. Computing the boundary of the generator 272 (dimension 8) : <>][2 <>][3 D4]>>][2 <>]>> 8396856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 8h 41m 52s. Computing the boundary of the generator 273 (dimension 8) : <>][2 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 8h 42m 57s. Computing the boundary of the generator 274 (dimension 8) : <>][2 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 8h 43m 5s. Computing the boundary of the generator 275 (dimension 8) : <>][2 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 8h 43m 21s. Computing the boundary of the generator 276 (dimension 8) : <>][2 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 8h 43m 24s. Computing the boundary of the generator 277 (dimension 8) : <>][3 D4][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 8h 44m 59s. Computing the boundary of the generator 278 (dimension 8) : <>][3 D4][2 <>]>>][2 <>]>> 8666784 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-03, 9h 13m 55s. Computing the boundary of the generator 279 (dimension 8) : <>][3 D4][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 9h 14m 32s. Computing the boundary of the generator 280 (dimension 8) : <>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 9h 14m 42s. Computing the boundary of the generator 281 (dimension 8) : <>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 9h 15m 4s. Computing the boundary of the generator 282 (dimension 8) : <>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 9h 15m 9s. Computing the boundary of the generator 283 (dimension 8) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 9h 16m 8s. Computing the boundary of the generator 284 (dimension 8) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 9h 18m 5s. Computing the boundary of the generator 285 (dimension 8) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 9h 18m 25s. Computing the boundary of the generator 286 (dimension 8) : <>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-03, 9h 18m 31s. Computing the boundary of the generator 287 (dimension 8) : <>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-03, 9h 18m 44s. Computing the boundary of the generator 288 (dimension 8) : <>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-03, 9h 18m 47s. Computing the boundary of the generator 289 (dimension 8) : <>]>>][1 <>]>>]>> 9281896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8643464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.270586 -- N = 4232 8444984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8503504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8470424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8462752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8615168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8779768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8571520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8558256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8453104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8742328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8499728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.347507 -- N = 4347 9180792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8975096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8764448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8557504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8623568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8922104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8780056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8448592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9120648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8450872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8817312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8539448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.398249 -- N = 4386 8665728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8480088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8703768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8794152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8458896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8485536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8589120 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8478296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8404832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8426624 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8451016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9009640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.4577465 -- N = 4391 8708576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8613104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8942880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8628280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8637480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8614504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8676768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8620856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9048952 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9069216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8547648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8566528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.510233 -- N = 4395 8548376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8863976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8521208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8492240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8465240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9778440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9973320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8567704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8481200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8709872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.572289 -- N = 4403 8945552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8457656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8391912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8596552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8469712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8455376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8525064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8909008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8473336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8754328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8602584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8406664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.623024 -- N = 4483 9683104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8572976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8640384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8586960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8452240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8409824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8475368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8491440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 11316832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8665848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.698359 -- N = 4478 8404968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 18h 15m 19s. Computing the boundary of the generator 290 (dimension 8) : <>]>>][1 <>]>>]>> 8729232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 18h 34m 19s. Computing the boundary of the generator 291 (dimension 8) : <>]>>][1 <>]>>]>> 8630176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8417256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 18h 56m 9s. Computing the boundary of the generator 292 (dimension 8) : <>]>>][1 <>]>>]>> 8477680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 19h 38m 12s. Computing the boundary of the generator 293 (dimension 8) : <>]>>][1 <>]>>]>> 8595880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 20h 6m 49s. Computing the boundary of the generator 294 (dimension 8) : <>]>>][1 <>]>>]>> 8792792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8487896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-05, 20h 59m 56s. Computing the boundary of the generator 295 (dimension 8) : <>][6 <>]>>][1 <>]>>]>> 8626216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8527608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8659976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9102000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8482352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9823032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.675446 -- N = 4495 8467392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8445904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8650928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8459552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8683144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 2h 36m 6s. Computing the boundary of the generator 296 (dimension 8) : <>][6 <>]>>][1 <>]>>]>> 8462296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 3h 3m 14s. Computing the boundary of the generator 297 (dimension 8) : <>][6 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-06, 3h 5m 47s. Computing the boundary of the generator 298 (dimension 8) : <>]>>][1 <>]>>]>> 8637848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8670192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9300552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 5h 20m 13s. Computing the boundary of the generator 299 (dimension 8) : <>]>>][1 <>]>>]>> 8420768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 6h 6m 7s. Computing the boundary of the generator 300 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> *CR* -- Cut = 9.718452 -- N = 4514 End of computing. ;; Clock -> 2007-04-06, 6h 11m 38s. Computing the boundary of the generator 301 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> 8697976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 6h 28m 52s. Computing the boundary of the generator 302 (dimension 8) : <>][4 <>]>>][1 <>]>>]>> 8452824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8413768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8687936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 7h 31m 6s. Computing the boundary of the generator 303 (dimension 8) : <>][3 D4]>>][1 <>]>>]>> 8555400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8507096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8759928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 8h 50m 14s. Computing the boundary of the generator 304 (dimension 8) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-06, 8h 52m 17s. Computing the boundary of the generator 305 (dimension 8) : <>][3 D4]>>][1 <>]>>]>> 8534800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8395904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 9h 52m 50s. Computing the boundary of the generator 306 (dimension 8) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-06, 9h 54m 26s. Computing the boundary of the generator 307 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> 8539584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9452936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8479280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8933256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8637200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9429032 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8538056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.785238 -- N = 4535 8575712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8665880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8511536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8528776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8541320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8396800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9086392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 16h 48m 2s. Computing the boundary of the generator 308 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-06, 16h 51m 49s. Computing the boundary of the generator 309 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-06, 16h 54m 19s. Computing the boundary of the generator 310 (dimension 8) : <>][2 <>][4 <>]>>][1 <>]>>]>> 8688568 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8981728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 17h 53m 23s. Computing the boundary of the generator 311 (dimension 8) : <>][3 D4][3 D4]>>][1 <>]>>]>> 8929760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8909360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8441688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9130320 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8392696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9287024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.850654 -- N = 4562 8712000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8852240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8651968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8433464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8456368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-06, 23h 32m 29s. Computing the boundary of the generator 312 (dimension 8) : <>][3 D4][3 <>]>>][1 <>]>>]>> 8584168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 0h 3m 15s. Computing the boundary of the generator 313 (dimension 8) : <>][3 <>][3 D4]>>][1 <>]>>]>> 8473832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 0h 35m 8s. Computing the boundary of the generator 314 (dimension 8) : <>][3 <>][3 <>]>>][1 <>]>>]>> 8773912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 1h 0m 59s. Computing the boundary of the generator 315 (dimension 8) : <>][4 <>][2 <>]>>][1 <>]>>]>> 8843288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8477344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 2h 4m 52s. Computing the boundary of the generator 316 (dimension 8) : <>][3 D4]>>][1 <>]>>]>> 8564856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9268104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8423792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8461088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9401984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9226560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 9.917593 -- N = 4592 8422080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8509208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9190992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8468656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8586712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9058648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8586160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 8h 55m 52s. Computing the boundary of the generator 317 (dimension 8) : <>][3 <>]>>][1 <>]>>]>> 9246920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 9h 29m 21s. Computing the boundary of the generator 318 (dimension 8) : <>]>>][1 <>]>>]>> 8583688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8494000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8584880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8407344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8437824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8425048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8770480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 14h 7m 15s. Computing the boundary of the generator 319 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> 9233688 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.416403 -- N = 4578 9332960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 15h 10m 38s. Computing the boundary of the generator 320 (dimension 8) : <>][2 <>][3 D4]>>][1 <>]>>]>> 8551528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 15h 31m 4s. Computing the boundary of the generator 321 (dimension 8) : <>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 15h 31m 23s. Computing the boundary of the generator 322 (dimension 8) : <>][3 D4][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 15h 32m 54s. Computing the boundary of the generator 323 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 15h 33m 8s. Computing the boundary of the generator 324 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>]>> 8628816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9618744 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 16h 18m 14s. Computing the boundary of the generator 325 (dimension 8) : <>][2 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 16h 19m 5s. Computing the boundary of the generator 326 (dimension 8) : <>]>>][1 <>]>>][6 <>]>>]>> 8745592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8438504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8553136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8548176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 18h 4m 13s. Computing the boundary of the generator 327 (dimension 8) : <>]>>][1 <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 18h 12m 49s. Computing the boundary of the generator 328 (dimension 8) : <>]>>][1 <>]>>][6 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 18h 13m 13s. Computing the boundary of the generator 329 (dimension 8) : <>]>>][1 <>]>>][6 <>]>>]>> 8552528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 18h 45m 9s. Computing the boundary of the generator 330 (dimension 8) : <>]>>][1 <>]>>][6 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 18h 46m 49s. Computing the boundary of the generator 331 (dimension 8) : <>]>>][1 <>]>>][6 <>][5 <>]>>]>> 8404584 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 18h 47m 8s. Computing the boundary of the generator 332 (dimension 8) : <>]>>][1 <>]>>][6 <>]>>]>> 8424104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 19h 54m 45s. Computing the boundary of the generator 333 (dimension 8) : <>]>>][1 <>]>>][6 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 19h 55m 40s. Computing the boundary of the generator 334 (dimension 8) : <>]>>][1 <>]>>][6 <>][3 D4]>>]>> 8902608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9029792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 21h 5m 23s. Computing the boundary of the generator 335 (dimension 8) : <>]>>][1 <>]>>][6 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 6m 6s. Computing the boundary of the generator 336 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 7m 13s. Computing the boundary of the generator 337 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 7m 42s. Computing the boundary of the generator 338 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>][3 D4]>>]>> 8852824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 21h 42m 32s. Computing the boundary of the generator 339 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 42m 43s. Computing the boundary of the generator 340 (dimension 8) : <>]>>][1 <>]>>][6 <>][3 D4][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 43m 49s. Computing the boundary of the generator 341 (dimension 8) : <>]>>][1 <>]>>][6 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 21h 44m 2s. Computing the boundary of the generator 342 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>]>>]>> *CR* -- Cut = 10.466408 -- N = 4599 9325728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 22h 4m 0s. Computing the boundary of the generator 343 (dimension 8) : <>]>>][1 <>]>>][6 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 4m 8s. Computing the boundary of the generator 344 (dimension 8) : <>]>>][2 D3][5 <>]>>]>> 8602064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 22h 4m 58s. Computing the boundary of the generator 345 (dimension 8) : <>]>>][2 D3][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 24m 56s. Computing the boundary of the generator 346 (dimension 8) : <>]>>][2 D3][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 0s. Computing the boundary of the generator 347 (dimension 8) : <>]>>][2 D3][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 7s. Computing the boundary of the generator 348 (dimension 8) : <>]>>][2 D3][5 <>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 25s. Computing the boundary of the generator 349 (dimension 8) : <>]>>][2 D3][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 36s. Computing the boundary of the generator 350 (dimension 8) : <>]>>][2 D3][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 40s. Computing the boundary of the generator 351 (dimension 8) : <>]>>][2 D3][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 41s. Computing the boundary of the generator 352 (dimension 8) : <>]>>][2 D3][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 46s. Computing the boundary of the generator 353 (dimension 8) : <>]>>][2 D3][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 22h 25m 48s. Computing the boundary of the generator 354 (dimension 8) : <>]>>][2 <>][5 <>]>>]>> 8514632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8410144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8414448 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-07, 23h 44m 48s. Computing the boundary of the generator 355 (dimension 8) : <>]>>][2 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 23h 45m 45s. Computing the boundary of the generator 356 (dimension 8) : <>]>>][2 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 23h 46m 15s. Computing the boundary of the generator 357 (dimension 8) : <>]>>][2 <>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-07, 23h 48m 14s. Computing the boundary of the generator 358 (dimension 8) : <>]>>][2 <>][5 <>]>> 8408136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 0h 14m 44s. Computing the boundary of the generator 359 (dimension 8) : <>]>>][2 <>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 17m 57s. Computing the boundary of the generator 360 (dimension 8) : <>]>>][2 <>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 18m 22s. Computing the boundary of the generator 361 (dimension 8) : <>]>>][2 <>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 18m 30s. Computing the boundary of the generator 362 (dimension 8) : <>]>>][2 <>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 19m 38s. Computing the boundary of the generator 363 (dimension 8) : <>]>>][2 <>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 19m 54s. Computing the boundary of the generator 364 (dimension 8) : <>]>>][2 <>]>>][5 <>]>>]>> 8428232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 0h 52m 36s. Computing the boundary of the generator 365 (dimension 8) : <>]>>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 53m 5s. Computing the boundary of the generator 366 (dimension 8) : <>]>>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 53m 20s. Computing the boundary of the generator 367 (dimension 8) : <>]>>][2 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 54m 3s. Computing the boundary of the generator 368 (dimension 8) : <>]>>][2 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-08, 0h 55m 15s. Computing the boundary of the generator 369 (dimension 8) : <>]>>][2 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 56m 33s. Computing the boundary of the generator 370 (dimension 8) : <>]>>][2 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 56m 43s. Computing the boundary of the generator 371 (dimension 8) : <>]>>][2 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 56m 47s. Computing the boundary of the generator 372 (dimension 8) : <>]>>][2 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 57m 11s. Computing the boundary of the generator 373 (dimension 8) : <>]>>][2 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 0h 57m 18s. Computing the boundary of the generator 374 (dimension 8) : <>]>>][3 <>]>>][4 <>]>>]>> 8456208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 1h 29m 45s. Computing the boundary of the generator 375 (dimension 8) : <>]>>][3 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 1h 34m 5s. Computing the boundary of the generator 376 (dimension 8) : <>]>>][3 <>]>>][4 <>][3 D4]>>]>> 8512040 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 2h 11m 12s. Computing the boundary of the generator 377 (dimension 8) : <>]>>][3 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 12m 26s. Computing the boundary of the generator 378 (dimension 8) : <>]>>][3 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 15m 0s. Computing the boundary of the generator 379 (dimension 8) : <>]>>][3 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 15m 37s. Computing the boundary of the generator 380 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>]>>]>> 8765200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 2h 45m 12s. Computing the boundary of the generator 381 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 45m 46s. Computing the boundary of the generator 382 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 49m 25s. Computing the boundary of the generator 383 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 49m 33s. Computing the boundary of the generator 384 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 49m 57s. Computing the boundary of the generator 385 (dimension 8) : <>]>>][3 <>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 2h 50m 5s. Computing the boundary of the generator 386 (dimension 8) : <>]>>][4 <>]>>][3 <>]>>]>> 8402824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 3h 27m 4s. Computing the boundary of the generator 387 (dimension 8) : <>]>>][4 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 3h 28m 26s. Computing the boundary of the generator 388 (dimension 8) : <>]>>][4 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 3h 34m 24s. Computing the boundary of the generator 389 (dimension 8) : <>]>>][4 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 3h 35m 3s. Computing the boundary of the generator 390 (dimension 8) : <>]>>][4 <>][3 D4]>>][3 <>]>>]>> 8446960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 4h 18m 34s. Computing the boundary of the generator 391 (dimension 8) : <>]>>][4 <>][3 D4]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 4h 19m 32s. Computing the boundary of the generator 392 (dimension 8) : <>]>>][4 <>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 4h 21m 35s. Computing the boundary of the generator 393 (dimension 8) : <>]>>][4 <>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 4h 21m 44s. Computing the boundary of the generator 394 (dimension 8) : <>]>>][4 <>]>>][3 <>]>>]>> 8490456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 5h 2m 59s. Computing the boundary of the generator 395 (dimension 8) : <>]>>][4 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 5h 3m 29s. Computing the boundary of the generator 396 (dimension 8) : <>]>>][4 <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 5h 5m 10s. Computing the boundary of the generator 397 (dimension 8) : <>]>>][4 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 5h 5m 20s. Computing the boundary of the generator 398 (dimension 8) : <>]>>][5 <>]>>][2 D3]>> 8831824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.533694 -- N = 4661 9072600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 6h 11m 52s. Computing the boundary of the generator 399 (dimension 8) : <>]>>][5 <>]>>][2 <>]>> 8863704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8603520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 7h 3m 5s. Computing the boundary of the generator 400 (dimension 8) : <>]>>][5 <>]>>][2 <>]>>]>> 8442128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 7h 33m 23s. Computing the boundary of the generator 401 (dimension 8) : <>]>>][5 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 7h 33m 53s. Computing the boundary of the generator 402 (dimension 8) : <>]>>][5 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 7h 34m 54s. Computing the boundary of the generator 403 (dimension 8) : <>]>>][5 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 7h 35m 17s. Computing the boundary of the generator 404 (dimension 8) : <>]>>][5 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 7h 35m 34s. Computing the boundary of the generator 405 (dimension 8) : <>]>>][5 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 7h 36m 7s. Computing the boundary of the generator 406 (dimension 8) : <>]>>][5 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 7h 36m 19s. Computing the boundary of the generator 407 (dimension 8) : <>]>>][5 <>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 7h 37m 27s. Computing the boundary of the generator 408 (dimension 8) : <>]>>][5 <>][4 <>]>>][2 <>]>> 8502600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 8h 3m 14s. Computing the boundary of the generator 409 (dimension 8) : <>]>>][5 <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 4m 7s. Computing the boundary of the generator 410 (dimension 8) : <>]>>][5 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 5m 30s. Computing the boundary of the generator 411 (dimension 8) : <>]>>][5 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 9m 43s. Computing the boundary of the generator 412 (dimension 8) : <>]>>][5 <>][2 <>]>>]>> 8471216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 8h 35m 49s. Computing the boundary of the generator 413 (dimension 8) : <>]>>][5 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 37m 3s. Computing the boundary of the generator 414 (dimension 8) : <>]>>][5 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 40m 39s. Computing the boundary of the generator 415 (dimension 8) : <>]>>][5 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 42m 4s. Computing the boundary of the generator 416 (dimension 8) : <>]>>][5 <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 42m 17s. Computing the boundary of the generator 417 (dimension 8) : <>]>>][5 <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 42m 47s. Computing the boundary of the generator 418 (dimension 8) : <>]>>][5 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 42m 57s. Computing the boundary of the generator 419 (dimension 8) : <>]>>][5 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 43m 2s. Computing the boundary of the generator 420 (dimension 8) : <>]>>][5 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 43m 11s. Computing the boundary of the generator 421 (dimension 8) : <>]>>][5 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 43m 15s. Computing the boundary of the generator 422 (dimension 8) : <>]>>][5 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 43m 44s. Computing the boundary of the generator 423 (dimension 8) : <>]>>][5 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 44m 58s. Computing the boundary of the generator 424 (dimension 8) : <>]>>][5 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 45m 25s. Computing the boundary of the generator 425 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 8h 45m 34s. Computing the boundary of the generator 426 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 8h 45m 52s. Computing the boundary of the generator 427 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 8h 45m 58s. Computing the boundary of the generator 428 (dimension 8) : <>]>>][6 <>]>>][1 <>]>>]>> 8528272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8471912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8411576 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10688272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 11h 48m 12s. Computing the boundary of the generator 429 (dimension 8) : <>]>>][6 <>]>>][1 <>]>>]>> 9011488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 12h 40m 55s. Computing the boundary of the generator 430 (dimension 8) : <>]>>][6 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 12h 41m 41s. Computing the boundary of the generator 431 (dimension 8) : <>]>>][6 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 12h 54m 22s. Computing the boundary of the generator 432 (dimension 8) : <>]>>][6 <>][5 <>]>>][1 <>]>>]>> 8514456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.595368 -- N = 4690 End of computing. ;; Clock -> 2007-04-08, 13h 31m 27s. Computing the boundary of the generator 433 (dimension 8) : <>]>>][6 <>][5 <>]>>][1 <>]>>]>> 8608216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 13h 32m 2s. Computing the boundary of the generator 434 (dimension 8) : <>]>>][6 <>]>>][1 <>]>>]>> 8767680 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 14h 18m 58s. Computing the boundary of the generator 435 (dimension 8) : <>]>>][6 <>][4 <>]>>][1 <>]>>]>> 8657392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 14h 20m 28s. Computing the boundary of the generator 436 (dimension 8) : <>]>>][6 <>][3 D4]>>][1 <>]>>]>> 8728304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 15h 13m 46s. Computing the boundary of the generator 437 (dimension 8) : <>]>>][6 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 14m 28s. Computing the boundary of the generator 438 (dimension 8) : <>]>>][6 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 15m 59s. Computing the boundary of the generator 439 (dimension 8) : <>]>>][6 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 16m 19s. Computing the boundary of the generator 440 (dimension 8) : <>]>>][6 <>][2 <>][3 D4]>>][1 <>]>>]>> 8613336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 15h 43m 17s. Computing the boundary of the generator 441 (dimension 8) : <>]>>][6 <>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 43m 23s. Computing the boundary of the generator 442 (dimension 8) : <>]>>][6 <>][3 D4][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 44m 7s. Computing the boundary of the generator 443 (dimension 8) : <>]>>][6 <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 44m 15s. Computing the boundary of the generator 444 (dimension 8) : <>]>>][6 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 44m 49s. Computing the boundary of the generator 445 (dimension 8) : <>]>>][6 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 15h 44m 55s. Computing the boundary of the generator 446 (dimension 8) : <>]>>][5 <>]>>]>> 8890720 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 16h 12m 51s. Computing the boundary of the generator 447 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 13m 18s. Computing the boundary of the generator 448 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 13m 33s. Computing the boundary of the generator 449 (dimension 8) : <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 13m 48s. Computing the boundary of the generator 450 (dimension 8) : <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-08, 16h 14m 29s. Computing the boundary of the generator 451 (dimension 8) : <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 14m 52s. Computing the boundary of the generator 452 (dimension 8) : <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 1s. Computing the boundary of the generator 453 (dimension 8) : <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 5s. Computing the boundary of the generator 454 (dimension 8) : <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 16s. Computing the boundary of the generator 455 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 23s. Computing the boundary of the generator 456 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 39s. Computing the boundary of the generator 457 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 15m 59s. Computing the boundary of the generator 458 (dimension 8) : <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 16m 19s. Computing the boundary of the generator 459 (dimension 8) : <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 16m 23s. Computing the boundary of the generator 460 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 16m 37s. Computing the boundary of the generator 461 (dimension 8) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 16m 42s. Computing the boundary of the generator 462 (dimension 8) : <>][4 <>]>>]>> 8587920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 16h 44m 49s. Computing the boundary of the generator 463 (dimension 8) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 45m 31s. Computing the boundary of the generator 464 (dimension 8) : <>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 46m 43s. Computing the boundary of the generator 465 (dimension 8) : <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 46m 53s. Computing the boundary of the generator 466 (dimension 8) : <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 47m 22s. Computing the boundary of the generator 467 (dimension 8) : <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 47m 33s. Computing the boundary of the generator 468 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 47m 51s. Computing the boundary of the generator 469 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 48m 8s. Computing the boundary of the generator 470 (dimension 8) : <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 48m 33s. Computing the boundary of the generator 471 (dimension 8) : <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 48m 36s. Computing the boundary of the generator 472 (dimension 8) : <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 48m 47s. Computing the boundary of the generator 473 (dimension 8) : <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 48m 51s. Computing the boundary of the generator 474 (dimension 8) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 49m 36s. Computing the boundary of the generator 475 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 49m 50s. Computing the boundary of the generator 476 (dimension 8) : <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 50m 10s. Computing the boundary of the generator 477 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 50m 16s. Computing the boundary of the generator 478 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 16h 50m 39s. Computing the boundary of the generator 479 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 16h 51m 23s. Computing the boundary of the generator 480 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 51m 39s. Computing the boundary of the generator 481 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 16h 52m 3s. Computing the boundary of the generator 482 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 16h 52m 50s. Computing the boundary of the generator 483 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 53m 8s. Computing the boundary of the generator 484 (dimension 8) : <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 16h 53m 35s. Computing the boundary of the generator 485 (dimension 8) : <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 16h 54m 20s. Computing the boundary of the generator 486 (dimension 8) : <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 54m 32s. Computing the boundary of the generator 487 (dimension 8) : <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 16h 54m 37s. Computing the boundary of the generator 488 (dimension 8) : <>][3 <>]>>][2 <>]>> 8434192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 16h 54m 49s. Computing the boundary of the generator 489 (dimension 8) : <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 16h 54m 53s. Computing the boundary of the generator 490 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 17h 23m 40s. Computing the boundary of the generator 491 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 17h 24m 13s. Computing the boundary of the generator 492 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 24m 25s. Computing the boundary of the generator 493 (dimension 8) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 17h 24m 31s. Computing the boundary of the generator 494 (dimension 8) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 17h 24m 42s. Computing the boundary of the generator 495 (dimension 8) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 24m 47s. Computing the boundary of the generator 496 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 27m 50s. Computing the boundary of the generator 497 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 28m 27s. Computing the boundary of the generator 498 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 28m 47s. Computing the boundary of the generator 499 (dimension 8) : <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 29m 1s. Computing the boundary of the generator 500 (dimension 8) : <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 29m 43s. Computing the boundary of the generator 501 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 29m 55s. Computing the boundary of the generator 502 (dimension 8) : <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 30m 8s. Computing the boundary of the generator 503 (dimension 8) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 30m 12s. Computing the boundary of the generator 504 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 30m 28s. Computing the boundary of the generator 505 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 17h 30m 36s. Computing the boundary of the generator 506 (dimension 8) : <>][1 <>]>>][5 <>]>>]>> 8398392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8466160 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8418856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8852552 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 19h 57m 23s. Computing the boundary of the generator 507 (dimension 8) : <>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 19h 59m 17s. Computing the boundary of the generator 508 (dimension 8) : <>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 20h 0m 18s. Computing the boundary of the generator 509 (dimension 8) : <>][1 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 20h 2m 56s. Computing the boundary of the generator 510 (dimension 8) : <>][1 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-08, 20h 7m 29s. Computing the boundary of the generator 511 (dimension 8) : <>][1 <>]>>][5 <>]>>]>> 8599760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 20h 46m 33s. Computing the boundary of the generator 512 (dimension 8) : <>][1 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 20h 47m 17s. Computing the boundary of the generator 513 (dimension 8) : <>][1 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 20h 47m 32s. Computing the boundary of the generator 514 (dimension 8) : <>][1 <>]>>][5 <>][2 <>]>>]>> *CR* -- Cut = 10.659423 -- N = 4706 8638024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 20h 48m 39s. Computing the boundary of the generator 515 (dimension 8) : <>][1 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 9m 57s. Computing the boundary of the generator 516 (dimension 8) : <>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 10m 14s. Computing the boundary of the generator 517 (dimension 8) : <>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 10m 23s. Computing the boundary of the generator 518 (dimension 8) : <>][2 D3][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 10m 51s. Computing the boundary of the generator 519 (dimension 8) : <>][2 D3][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 10m 54s. Computing the boundary of the generator 520 (dimension 8) : <>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 11m 3s. Computing the boundary of the generator 521 (dimension 8) : <>][2 D3][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 11m 6s. Computing the boundary of the generator 522 (dimension 8) : <>][2 <>][4 <>]>>]>> 8434088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 21h 35m 10s. Computing the boundary of the generator 523 (dimension 8) : <>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 21h 35m 47s. Computing the boundary of the generator 524 (dimension 8) : <>][2 <>][4 <>][3 D4]>>]>> 8512176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 22h 3m 11s. Computing the boundary of the generator 525 (dimension 8) : <>][2 <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 3m 25s. Computing the boundary of the generator 526 (dimension 8) : <>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 4m 13s. Computing the boundary of the generator 527 (dimension 8) : <>][2 <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 4m 28s. Computing the boundary of the generator 528 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 5m 38s. Computing the boundary of the generator 529 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 6m 1s. Computing the boundary of the generator 530 (dimension 8) : <>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 7m 55s. Computing the boundary of the generator 531 (dimension 8) : <>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 8m 1s. Computing the boundary of the generator 532 (dimension 8) : <>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 8m 20s. Computing the boundary of the generator 533 (dimension 8) : <>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 8m 27s. Computing the boundary of the generator 534 (dimension 8) : <>][3 <>]>>][3 <>]>>]>> 8579640 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 22h 37m 12s. Computing the boundary of the generator 535 (dimension 8) : <>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 22h 38m 14s. Computing the boundary of the generator 536 (dimension 8) : <>][3 <>][2 <>]>>][3 <>]>>]>> 8489600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 22h 40m 8s. Computing the boundary of the generator 537 (dimension 8) : <>][3 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 23h 5m 51s. Computing the boundary of the generator 538 (dimension 8) : <>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 23h 7m 49s. Computing the boundary of the generator 539 (dimension 8) : <>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 23h 12m 23s. Computing the boundary of the generator 540 (dimension 8) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 23h 14m 12s. Computing the boundary of the generator 541 (dimension 8) : <>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 23h 15m 5s. Computing the boundary of the generator 542 (dimension 8) : <>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 23h 16m 53s. Computing the boundary of the generator 543 (dimension 8) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 23h 17m 34s. Computing the boundary of the generator 544 (dimension 8) : <>][4 <>][3 D4]>>][2 D3]>> 8475560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 23h 47m 0s. Computing the boundary of the generator 545 (dimension 8) : <>][4 <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 23h 52m 43s. Computing the boundary of the generator 546 (dimension 8) : <>][4 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 23h 54m 58s. Computing the boundary of the generator 547 (dimension 8) : <>][4 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-08, 23h 55m 13s. Computing the boundary of the generator 548 (dimension 8) : <>][4 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-08, 23h 55m 45s. Computing the boundary of the generator 549 (dimension 8) : <>][4 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-08, 23h 55m 56s. Computing the boundary of the generator 550 (dimension 8) : <>][4 <>]>>][2 D3]>> 8610184 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-08, 23h 56m 41s. Computing the boundary of the generator 551 (dimension 8) : <>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 0h 25m 49s. Computing the boundary of the generator 552 (dimension 8) : <>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 0h 26m 23s. Computing the boundary of the generator 553 (dimension 8) : <>][4 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 0h 26m 38s. Computing the boundary of the generator 554 (dimension 8) : <>][4 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 0h 27m 10s. Computing the boundary of the generator 555 (dimension 8) : <>][4 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 0h 27m 21s. Computing the boundary of the generator 556 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> 8942944 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8398696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8420240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8826016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 3h 0m 17s. Computing the boundary of the generator 557 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 2m 35s. Computing the boundary of the generator 558 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 3m 49s. Computing the boundary of the generator 559 (dimension 8) : <>][5 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 6m 11s. Computing the boundary of the generator 560 (dimension 8) : <>][5 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 9m 30s. Computing the boundary of the generator 561 (dimension 8) : <>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 10m 20s. Computing the boundary of the generator 562 (dimension 8) : <>][5 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 11m 14s. Computing the boundary of the generator 563 (dimension 8) : <>][5 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 11m 32s. Computing the boundary of the generator 564 (dimension 8) : <>][5 <>][2 <>]>>][1 <>]>>]>> 8403736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 3h 47m 33s. Computing the boundary of the generator 565 (dimension 8) : <>][5 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 3h 48m 6s. Computing the boundary of the generator 566 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>]>> 8784440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 4h 33m 54s. Computing the boundary of the generator 567 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 34m 43s. Computing the boundary of the generator 568 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 35m 10s. Computing the boundary of the generator 569 (dimension 8) : <>]>>][1 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 36m 11s. Computing the boundary of the generator 570 (dimension 8) : <>]>>][1 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-09, 4h 38m 7s. Computing the boundary of the generator 571 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 39m 56s. Computing the boundary of the generator 572 (dimension 8) : <>]>>][1 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 40m 14s. Computing the boundary of the generator 573 (dimension 8) : <>]>>][1 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 40m 21s. Computing the boundary of the generator 574 (dimension 8) : <>]>>][1 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 40m 55s. Computing the boundary of the generator 575 (dimension 8) : <>]>>][1 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 41m 7s. Computing the boundary of the generator 576 (dimension 8) : <>]>>][2 D3][4 <>]>>]>> *CR* -- Cut = 10.726217 -- N = 4717 End of computing. ;; Clock -> 2007-04-09, 4h 42m 3s. Computing the boundary of the generator 577 (dimension 8) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 3s. Computing the boundary of the generator 578 (dimension 8) : <>]>>][2 D3][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 4s. Computing the boundary of the generator 579 (dimension 8) : <>]>>][2 D3][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 4s. Computing the boundary of the generator 580 (dimension 8) : <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 5s. Computing the boundary of the generator 581 (dimension 8) : <>]>>][2 D3][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 5s. Computing the boundary of the generator 582 (dimension 8) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 11s. Computing the boundary of the generator 583 (dimension 8) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 4h 42m 13s. Computing the boundary of the generator 584 (dimension 8) : <>]>>][2 <>][4 <>][3 D4]>>]>> 10760344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 5h 4m 1s. Computing the boundary of the generator 585 (dimension 8) : <>]>>][2 <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 3s. Computing the boundary of the generator 586 (dimension 8) : <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 7s. Computing the boundary of the generator 587 (dimension 8) : <>]>>][2 <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 8s. Computing the boundary of the generator 588 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 12s. Computing the boundary of the generator 589 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 14s. Computing the boundary of the generator 590 (dimension 8) : <>]>>][2 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 21s. Computing the boundary of the generator 591 (dimension 8) : <>]>>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 21s. Computing the boundary of the generator 592 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 23s. Computing the boundary of the generator 593 (dimension 8) : <>]>>][2 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 24s. Computing the boundary of the generator 594 (dimension 8) : <>]>>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 43s. Computing the boundary of the generator 595 (dimension 8) : <>]>>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 52s. Computing the boundary of the generator 596 (dimension 8) : <>]>>][3 <>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 4m 59s. Computing the boundary of the generator 597 (dimension 8) : <>]>>][3 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 1s. Computing the boundary of the generator 598 (dimension 8) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 9s. Computing the boundary of the generator 599 (dimension 8) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 29s. Computing the boundary of the generator 600 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 37s. Computing the boundary of the generator 601 (dimension 8) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 42s. Computing the boundary of the generator 602 (dimension 8) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 50s. Computing the boundary of the generator 603 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 5m 54s. Computing the boundary of the generator 604 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 6m 6s. Computing the boundary of the generator 605 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 <>]>> 8798968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 5h 29m 7s. Computing the boundary of the generator 606 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 19s. Computing the boundary of the generator 607 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 20s. Computing the boundary of the generator 608 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 23s. Computing the boundary of the generator 609 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 24s. Computing the boundary of the generator 610 (dimension 8) : <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 28s. Computing the boundary of the generator 611 (dimension 8) : <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 36s. Computing the boundary of the generator 612 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 39s. Computing the boundary of the generator 613 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 40s. Computing the boundary of the generator 614 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 43s. Computing the boundary of the generator 615 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 29m 44s. Computing the boundary of the generator 616 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>]>> 8505256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 5h 55m 28s. Computing the boundary of the generator 617 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 55m 40s. Computing the boundary of the generator 618 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 55m 47s. Computing the boundary of the generator 619 (dimension 8) : <>]>>][5 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 4s. Computing the boundary of the generator 620 (dimension 8) : <>]>>][5 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 21s. Computing the boundary of the generator 621 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 26s. Computing the boundary of the generator 622 (dimension 8) : <>]>>][5 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 31s. Computing the boundary of the generator 623 (dimension 8) : <>]>>][5 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 32s. Computing the boundary of the generator 624 (dimension 8) : <>]>>][5 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 44s. Computing the boundary of the generator 625 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 5h 56m 47s. Computing the boundary of the generator 626 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> 8762984 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 6h 24m 12s. Computing the boundary of the generator 627 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 6h 26m 46s. Computing the boundary of the generator 628 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-09, 6h 31m 49s. Computing the boundary of the generator 629 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> 8540456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 6h 58m 41s. Computing the boundary of the generator 630 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 7h 1m 25s. Computing the boundary of the generator 631 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 7h 2m 16s. Computing the boundary of the generator 632 (dimension 8) : <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 7h 3m 55s. Computing the boundary of the generator 633 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 7h 4m 39s. Computing the boundary of the generator 634 (dimension 8) : <>]>>][2 <>][3 <>]>>]>> 8561968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 7h 39m 3s. Computing the boundary of the generator 635 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 7h 42m 4s. Computing the boundary of the generator 636 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>]>> 8630496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 8h 13m 4s. Computing the boundary of the generator 637 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 8h 14m 9s. Computing the boundary of the generator 638 (dimension 8) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 8h 17m 5s. Computing the boundary of the generator 639 (dimension 8) : <>]>>][3 <>]>>][2 <>]>> 8586632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 8h 53m 56s. Computing the boundary of the generator 640 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 8h 57m 2s. Computing the boundary of the generator 641 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 8h 58m 23s. Computing the boundary of the generator 642 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 9h 1m 57s. Computing the boundary of the generator 643 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 9h 3m 19s. Computing the boundary of the generator 644 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> 8431504 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 9h 41m 22s. Computing the boundary of the generator 645 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 9h 48m 13s. Computing the boundary of the generator 646 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> 8514704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 10h 28m 3s. Computing the boundary of the generator 647 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 10h 30m 3s. Computing the boundary of the generator 648 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 10h 38m 36s. Computing the boundary of the generator 649 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 10h 40m 23s. Computing the boundary of the generator 650 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 10h 42m 1s. Computing the boundary of the generator 651 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 10h 42m 38s. Computing the boundary of the generator 652 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> 8477712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 11h 18m 0s. Computing the boundary of the generator 653 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 18m 9s. Computing the boundary of the generator 654 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 18m 35s. Computing the boundary of the generator 655 (dimension 8) : <>][2 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 18m 44s. Computing the boundary of the generator 656 (dimension 8) : <>][2 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 19m 25s. Computing the boundary of the generator 657 (dimension 8) : <>][2 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 19m 37s. Computing the boundary of the generator 658 (dimension 8) : <>][2 <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 22m 13s. Computing the boundary of the generator 659 (dimension 8) : <>][2 <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 22m 37s. Computing the boundary of the generator 660 (dimension 8) : <>][2 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 23m 28s. Computing the boundary of the generator 661 (dimension 8) : <>][2 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 23m 37s. Computing the boundary of the generator 662 (dimension 8) : <>][2 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 11h 24m 28s. Computing the boundary of the generator 663 (dimension 8) : <>][2 <>]>>][3 <>]>>][2 <>]>> 8400880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 11h 59m 5s. Computing the boundary of the generator 664 (dimension 8) : <>][2 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 11h 59m 36s. Computing the boundary of the generator 665 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 11h 59m 48s. Computing the boundary of the generator 666 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 12h 0m 14s. Computing the boundary of the generator 667 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 0m 23s. Computing the boundary of the generator 668 (dimension 8) : <>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 1m 29s. Computing the boundary of the generator 669 (dimension 8) : <>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 2m 10s. Computing the boundary of the generator 670 (dimension 8) : <>][2 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 2m 38s. Computing the boundary of the generator 671 (dimension 8) : <>][2 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 2m 47s. Computing the boundary of the generator 672 (dimension 8) : <>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 3m 15s. Computing the boundary of the generator 673 (dimension 8) : <>][2 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 3m 25s. Computing the boundary of the generator 674 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>]>> 8498368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 12h 45m 25s. Computing the boundary of the generator 675 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 47m 57s. Computing the boundary of the generator 676 (dimension 8) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 12h 49m 33s. Computing the boundary of the generator 677 (dimension 8) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 12h 53m 16s. Computing the boundary of the generator 678 (dimension 8) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 12h 54m 42s. Computing the boundary of the generator 679 (dimension 8) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 12h 58m 22s. Computing the boundary of the generator 680 (dimension 8) : <>]>>][2 <>][2 <>]>> 8716608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 13h 44m 0s. Computing the boundary of the generator 681 (dimension 8) : <>]>>][2 <>][2 <>]>>]>> *CR* -- Cut = 10.801727 -- N = 4766 End of computing. ;; Clock -> 2007-04-09, 13h 47m 38s. Computing the boundary of the generator 682 (dimension 8) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 13h 47m 40s. Computing the boundary of the generator 683 (dimension 8) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 13h 47m 46s. Computing the boundary of the generator 684 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 13h 47m 50s. Computing the boundary of the generator 685 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>]>> 8598904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 14h 11m 11s. Computing the boundary of the generator 686 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 11m 41s. Computing the boundary of the generator 687 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 12m 26s. Computing the boundary of the generator 688 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 12m 34s. Computing the boundary of the generator 689 (dimension 8) : <>]>>][2 D3][2 D3]>> 8710592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 14h 12m 42s. Computing the boundary of the generator 690 (dimension 8) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 14h 12m 58s. Computing the boundary of the generator 691 (dimension 8) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 13m 4s. Computing the boundary of the generator 692 (dimension 8) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 14h 36m 43s. Computing the boundary of the generator 693 (dimension 8) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 14h 37m 17s. Computing the boundary of the generator 694 (dimension 8) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 37m 30s. Computing the boundary of the generator 695 (dimension 8) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 14h 37m 37s. Computing the boundary of the generator 696 (dimension 8) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 14h 37m 50s. Computing the boundary of the generator 697 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 37m 55s. Computing the boundary of the generator 698 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 38m 29s. Computing the boundary of the generator 699 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 14h 38m 38s. Computing the boundary of the generator 700 (dimension 8) : <>][3 D4]>>][1 <>]>>][3 <>]>>]>> 8587248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 15h 7m 36s. Computing the boundary of the generator 701 (dimension 8) : <>][3 D4]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 15h 9m 30s. Computing the boundary of the generator 702 (dimension 8) : <>][3 D4]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 15h 10m 12s. Computing the boundary of the generator 703 (dimension 8) : <>][3 D4]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 15h 12m 8s. Computing the boundary of the generator 704 (dimension 8) : <>][3 D4]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 15h 12m 54s. Computing the boundary of the generator 705 (dimension 8) : <>][3 D4]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 15h 15m 17s. Computing the boundary of the generator 706 (dimension 8) : <>][3 D4]>>][2 <>][2 <>]>> 8415512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 15h 49m 15s. Computing the boundary of the generator 707 (dimension 8) : <>][3 D4]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 15h 52m 45s. Computing the boundary of the generator 708 (dimension 8) : <>][3 D4]>>][2 <>]>>][2 D3]>> 8409800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 16h 20m 48s. Computing the boundary of the generator 709 (dimension 8) : <>][3 D4]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 16h 24m 10s. Computing the boundary of the generator 710 (dimension 8) : <>][3 D4]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 16h 25m 30s. Computing the boundary of the generator 711 (dimension 8) : <>][3 D4]>>][3 <>]>>][1 <>]>>]>> 8427048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 17h 1m 6s. Computing the boundary of the generator 712 (dimension 8) : <>][3 D4]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 4m 44s. Computing the boundary of the generator 713 (dimension 8) : <>][3 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 6m 42s. Computing the boundary of the generator 714 (dimension 8) : <>][3 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 7m 40s. Computing the boundary of the generator 715 (dimension 8) : <>][3 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 17h 8m 6s. Computing the boundary of the generator 716 (dimension 8) : <>][3 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 17h 9m 11s. Computing the boundary of the generator 717 (dimension 8) : <>][3 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 9m 31s. Computing the boundary of the generator 718 (dimension 8) : <>][3 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 17h 10m 45s. Computing the boundary of the generator 719 (dimension 8) : <>][3 <>]>>][2 <>][2 <>]>> 8538608 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 17h 14m 25s. Computing the boundary of the generator 720 (dimension 8) : <>][3 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 44m 16s. Computing the boundary of the generator 721 (dimension 8) : <>][3 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 17h 44m 21s. Computing the boundary of the generator 722 (dimension 8) : <>][3 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 17h 44m 32s. Computing the boundary of the generator 723 (dimension 8) : <>][3 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 44m 35s. Computing the boundary of the generator 724 (dimension 8) : <>][3 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 45m 4s. Computing the boundary of the generator 725 (dimension 8) : <>][3 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 45m 11s. Computing the boundary of the generator 726 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 49m 46s. Computing the boundary of the generator 727 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 50m 8s. Computing the boundary of the generator 728 (dimension 8) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 17h 50m 30s. Computing the boundary of the generator 729 (dimension 8) : <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 17h 51m 14s. Computing the boundary of the generator 730 (dimension 8) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 17h 51m 30s. Computing the boundary of the generator 731 (dimension 8) : <>]>>][2 <>][2 D3]>> 8421280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 18h 22m 51s. Computing the boundary of the generator 732 (dimension 8) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 18h 24m 27s. Computing the boundary of the generator 733 (dimension 8) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 18h 25m 1s. Computing the boundary of the generator 734 (dimension 8) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 18h 25m 18s. Computing the boundary of the generator 735 (dimension 8) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 18h 25m 52s. Computing the boundary of the generator 736 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 18h 26m 4s. Computing the boundary of the generator 737 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 18h 29m 2s. Computing the boundary of the generator 738 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 18h 29m 25s. Computing the boundary of the generator 739 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>]>>]>> 8404280 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 18h 30m 17s. Computing the boundary of the generator 740 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 2m 5s. Computing the boundary of the generator 741 (dimension 8) : <>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 19h 2m 13s. Computing the boundary of the generator 742 (dimension 8) : <>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 19h 2m 29s. Computing the boundary of the generator 743 (dimension 8) : <>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 2m 35s. Computing the boundary of the generator 744 (dimension 8) : <>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 19h 2m 52s. Computing the boundary of the generator 745 (dimension 8) : <>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 19h 3m 26s. Computing the boundary of the generator 746 (dimension 8) : <>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 3m 39s. Computing the boundary of the generator 747 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-09, 19h 3m 45s. Computing the boundary of the generator 748 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-09, 19h 3m 57s. Computing the boundary of the generator 749 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 4m 1s. Computing the boundary of the generator 750 (dimension 8) : <>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 4m 29s. Computing the boundary of the generator 751 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-09, 19h 4m 37s. Computing the boundary of the generator 752 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> 8490192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 19h 48m 43s. Computing the boundary of the generator 753 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> 8440304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8698144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8399848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.870464 -- N = 4794 8795056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8393776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 23h 2m 42s. Computing the boundary of the generator 754 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> 8474008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-09, 23h 34m 58s. Computing the boundary of the generator 755 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> 8688664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 0h 10m 34s. Computing the boundary of the generator 756 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> 8502432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8401016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8476600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 2h 15m 32s. Computing the boundary of the generator 757 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> 8419296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 3h 6m 50s. Computing the boundary of the generator 758 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 3h 7m 57s. Computing the boundary of the generator 759 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 3h 10m 3s. Computing the boundary of the generator 760 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 10m 49s. Computing the boundary of the generator 761 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 11m 52s. Computing the boundary of the generator 762 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 13m 58s. Computing the boundary of the generator 763 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 14m 45s. Computing the boundary of the generator 764 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 3h 15m 36s. Computing the boundary of the generator 765 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 3h 16m 53s. Computing the boundary of the generator 766 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 17m 18s. Computing the boundary of the generator 767 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 17m 51s. Computing the boundary of the generator 768 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 18m 59s. Computing the boundary of the generator 769 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 3h 19m 24s. Computing the boundary of the generator 770 (dimension 8) : <>][4 <>]>>][1 <>]>>][2 D3]>> 8584480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 3h 58m 23s. Computing the boundary of the generator 771 (dimension 8) : <>][4 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 4h 7m 29s. Computing the boundary of the generator 772 (dimension 8) : <>][4 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 4h 9m 47s. Computing the boundary of the generator 773 (dimension 8) : <>][4 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 4h 11m 43s. Computing the boundary of the generator 774 (dimension 8) : <>][4 <>]>>][2 <>][1 <>]>>]>> 8392048 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 4h 51m 41s. Computing the boundary of the generator 775 (dimension 8) : <>][4 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 4h 54m 2s. Computing the boundary of the generator 776 (dimension 8) : <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 4h 58m 36s. Computing the boundary of the generator 777 (dimension 8) : <>][1 <>]>>][2 <>]>> 8557288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 5h 10m 58s. Computing the boundary of the generator 778 (dimension 8) : <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 5h 50m 40s. Computing the boundary of the generator 779 (dimension 8) : <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 5h 54m 28s. Computing the boundary of the generator 780 (dimension 8) : <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 8m 50s. Computing the boundary of the generator 781 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 13m 55s. Computing the boundary of the generator 782 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 6h 17m 12s. Computing the boundary of the generator 783 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> 8947768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.930477 -- N = 4832 End of computing. ;; Clock -> 2007-04-10, 6h 45m 55s. Computing the boundary of the generator 784 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 0s. Computing the boundary of the generator 785 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 4s. Computing the boundary of the generator 786 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 28s. Computing the boundary of the generator 787 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 39s. Computing the boundary of the generator 788 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 47s. Computing the boundary of the generator 789 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 54s. Computing the boundary of the generator 790 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 56s. Computing the boundary of the generator 791 (dimension 8) : <>][3 D4]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 46m 59s. Computing the boundary of the generator 792 (dimension 8) : <>][3 D4]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 5s. Computing the boundary of the generator 793 (dimension 8) : <>][3 D4]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 7s. Computing the boundary of the generator 794 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 8s. Computing the boundary of the generator 795 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 9s. Computing the boundary of the generator 796 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 10s. Computing the boundary of the generator 797 (dimension 8) : <>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 11s. Computing the boundary of the generator 798 (dimension 8) : <>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 12s. Computing the boundary of the generator 799 (dimension 8) : <>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 6h 47m 13s. Computing the boundary of the generator 800 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3]>> 8614896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 7h 11m 52s. Computing the boundary of the generator 801 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 7h 14m 17s. Computing the boundary of the generator 802 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> 8827648 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 7h 41m 15s. Computing the boundary of the generator 803 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 7h 42m 30s. Computing the boundary of the generator 804 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>]>> 8422008 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 8h 14m 55s. Computing the boundary of the generator 805 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 8h 17m 27s. Computing the boundary of the generator 806 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-10, 8h 17m 33s. Computing the boundary of the generator 807 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-10, 8h 17m 46s. Computing the boundary of the generator 808 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 8h 17m 51s. Computing the boundary of the generator 809 (dimension 8) : <>][2 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 8h 17m 57s. Computing the boundary of the generator 810 (dimension 8) : <>][2 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 8h 18m 10s. Computing the boundary of the generator 811 (dimension 8) : <>][2 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 8h 18m 15s. Computing the boundary of the generator 812 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> 8574216 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8435656 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8498920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8440704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8930104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 11h 14m 49s. Computing the boundary of the generator 813 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> 8477752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 12h 9m 57s. Computing the boundary of the generator 814 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 12h 10m 39s. Computing the boundary of the generator 815 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 12h 21m 14s. Computing the boundary of the generator 816 (dimension 8) : <>][5 <>]>>][1 <>]>>][1 <>]>>]>> 8516472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 13h 2m 27s. Computing the boundary of the generator 817 (dimension 8) : <>][5 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 13h 2m 58s. Computing the boundary of the generator 818 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> 8693144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8419968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 10.99865 -- N = 4858 8708976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 15h 18m 21s. Computing the boundary of the generator 819 (dimension 8) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> 8515512 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 15h 50m 7s. Computing the boundary of the generator 820 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> 8538288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 16h 28m 47s. Computing the boundary of the generator 821 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 16h 30m 19s. Computing the boundary of the generator 822 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8651440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 17h 7m 33s. Computing the boundary of the generator 823 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8488544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 17h 10m 57s. Computing the boundary of the generator 824 (dimension 8) : <>][2 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 17h 48m 52s. Computing the boundary of the generator 825 (dimension 8) : <>][2 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 17h 49m 0s. Computing the boundary of the generator 826 (dimension 8) : <>][3 D4][2 <>]>>][1 <>]>>][1 <>]>>]>> 8446368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 17h 50m 54s. Computing the boundary of the generator 827 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 18h 26m 37s. Computing the boundary of the generator 828 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 18h 27m 13s. Computing the boundary of the generator 829 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 18h 27m 20s. Computing the boundary of the generator 830 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>]>>]>> 8395904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8730208 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9933104 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 20h 30m 3s. Computing the boundary of the generator 831 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 20h 31m 44s. Computing the boundary of the generator 832 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 20h 32m 39s. Computing the boundary of the generator 833 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 20h 34m 28s. Computing the boundary of the generator 834 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>]>> End of computing. ;; Clock -> 2007-04-10, 20h 37m 45s. Computing the boundary of the generator 835 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>]>>]>> 8449816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 21h 17m 57s. Computing the boundary of the generator 836 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 18m 34s. Computing the boundary of the generator 837 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 18m 48s. Computing the boundary of the generator 838 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 19m 56s. Computing the boundary of the generator 839 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][5 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 20m 22s. Computing the boundary of the generator 840 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 22m 32s. Computing the boundary of the generator 841 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 23m 53s. Computing the boundary of the generator 842 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 27m 29s. Computing the boundary of the generator 843 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 27m 49s. Computing the boundary of the generator 844 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 28m 44s. Computing the boundary of the generator 845 (dimension 8) : <>]>>][1 <>]>>][2 D3][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 21h 29m 3s. Computing the boundary of the generator 846 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>]>>]>> 8390632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 22h 14m 45s. Computing the boundary of the generator 847 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 22h 17m 45s. Computing the boundary of the generator 848 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>][3 D4]>>]>> 8523472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 23h 11m 2s. Computing the boundary of the generator 849 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 23h 11m 49s. Computing the boundary of the generator 850 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>]>>]>> 8510848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-10, 23h 53m 52s. Computing the boundary of the generator 851 (dimension 8) : <>]>>][1 <>]>>][2 <>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 23h 54m 39s. Computing the boundary of the generator 852 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 23h 57m 54s. Computing the boundary of the generator 853 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-10, 23h 59m 11s. Computing the boundary of the generator 854 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>][3 D4]>>]>> *CR* -- Cut = 11.0767565 -- N = 4887 End of computing. ;; Clock -> 2007-04-11, 0h 2m 42s. Computing the boundary of the generator 855 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 0h 2m 47s. Computing the boundary of the generator 856 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 0h 2m 53s. Computing the boundary of the generator 857 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][4 <>][2 <>]>>]>> 8980792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 0h 2m 54s. Computing the boundary of the generator 858 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 0h 29m 10s. Computing the boundary of the generator 859 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 0h 29m 49s. Computing the boundary of the generator 860 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][3 <>]>>]>> 8597312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 0h 56m 33s. Computing the boundary of the generator 861 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 0h 56m 39s. Computing the boundary of the generator 862 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 0h 57m 27s. Computing the boundary of the generator 863 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 0h 59m 15s. Computing the boundary of the generator 864 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 1h 0m 1s. Computing the boundary of the generator 865 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 1h 0m 24s. Computing the boundary of the generator 866 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 1h 1m 13s. Computing the boundary of the generator 867 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 1h 1m 31s. Computing the boundary of the generator 868 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>][2 D3]>> 8451112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 1h 30m 25s. Computing the boundary of the generator 869 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 1h 36m 4s. Computing the boundary of the generator 870 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>][2 <>]>>]>> 8455416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 2h 7m 14s. Computing the boundary of the generator 871 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 2h 7m 24s. Computing the boundary of the generator 872 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 2h 7m 44s. Computing the boundary of the generator 873 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 2h 7m 52s. Computing the boundary of the generator 874 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 2h 8m 19s. Computing the boundary of the generator 875 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 2h 9m 17s. Computing the boundary of the generator 876 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 2h 9m 39s. Computing the boundary of the generator 877 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 2h 9m 49s. Computing the boundary of the generator 878 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 2h 10m 9s. Computing the boundary of the generator 879 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 2h 10m 17s. Computing the boundary of the generator 880 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>][1 <>]>>]>> 8659144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8794992 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8644520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 4h 3m 5s. Computing the boundary of the generator 881 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 4m 46s. Computing the boundary of the generator 882 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 5m 41s. Computing the boundary of the generator 883 (dimension 8) : <>]>>][1 <>]>>][5 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 8m 0s. Computing the boundary of the generator 884 (dimension 8) : <>]>>][1 <>]>>][5 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 14m 1s. Computing the boundary of the generator 885 (dimension 8) : <>]>>][1 <>]>>][5 <>]>>][1 <>]>>]>> 8453960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 4h 51m 25s. Computing the boundary of the generator 886 (dimension 8) : <>]>>][1 <>]>>][5 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 52m 2s. Computing the boundary of the generator 887 (dimension 8) : <>]>>][1 <>]>>][5 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 52m 16s. Computing the boundary of the generator 888 (dimension 8) : <>]>>][1 <>]>>][5 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 53m 57s. Computing the boundary of the generator 889 (dimension 8) : <>]>>][1 <>]>>][5 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 54m 23s. Computing the boundary of the generator 890 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 56m 40s. Computing the boundary of the generator 891 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 4h 57m 59s. Computing the boundary of the generator 892 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 1m 35s. Computing the boundary of the generator 893 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 1m 54s. Computing the boundary of the generator 894 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 2m 47s. Computing the boundary of the generator 895 (dimension 8) : <>]>>][2 D3][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 3m 6s. Computing the boundary of the generator 896 (dimension 8) : <>]>>][2 D3][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 4m 10s. Computing the boundary of the generator 897 (dimension 8) : <>]>>][2 D3][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 4m 35s. Computing the boundary of the generator 898 (dimension 8) : <>]>>][2 D3][2 <>][3 <>]>>]>> 8545544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 5h 43m 9s. Computing the boundary of the generator 899 (dimension 8) : <>]>>][2 D3][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 44m 1s. Computing the boundary of the generator 900 (dimension 8) : <>]>>][2 D3][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 45m 13s. Computing the boundary of the generator 901 (dimension 8) : <>]>>][2 D3][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 45m 32s. Computing the boundary of the generator 902 (dimension 8) : <>]>>][2 D3][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 5h 46m 50s. Computing the boundary of the generator 903 (dimension 8) : <>]>>][2 D3][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 5h 48m 57s. Computing the boundary of the generator 904 (dimension 8) : <>]>>][2 D3][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 49m 46s. Computing the boundary of the generator 905 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 5h 50m 13s. Computing the boundary of the generator 906 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 5h 51m 6s. Computing the boundary of the generator 907 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 51m 26s. Computing the boundary of the generator 908 (dimension 8) : <>]>>][2 D3][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 53m 7s. Computing the boundary of the generator 909 (dimension 8) : <>]>>][2 D3][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 54m 35s. Computing the boundary of the generator 910 (dimension 8) : <>]>>][2 D3][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 55m 32s. Computing the boundary of the generator 911 (dimension 8) : <>]>>][2 D3][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 55m 53s. Computing the boundary of the generator 912 (dimension 8) : <>]>>][2 D3][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 56m 50s. Computing the boundary of the generator 913 (dimension 8) : <>]>>][2 D3][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 5h 57m 11s. Computing the boundary of the generator 914 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>]>>]>> 8407848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 6h 44m 50s. Computing the boundary of the generator 915 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 6h 48m 0s. Computing the boundary of the generator 916 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>][3 D4]>>]>> 8717600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 7h 45m 14s. Computing the boundary of the generator 917 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 7h 46m 3s. Computing the boundary of the generator 918 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 7h 48m 24s. Computing the boundary of the generator 919 (dimension 8) : <>]>>][2 <>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 7h 49m 14s. Computing the boundary of the generator 920 (dimension 8) : <>]>>][2 <>][2 D3][3 <>]>>]>> 8573664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 8h 33m 2s. Computing the boundary of the generator 921 (dimension 8) : <>]>>][2 <>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 8h 34m 8s. Computing the boundary of the generator 922 (dimension 8) : <>]>>][2 <>][2 <>][3 <>]>>]>> 8421528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 9h 34m 26s. Computing the boundary of the generator 923 (dimension 8) : <>]>>][2 <>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 9h 36m 51s. Computing the boundary of the generator 924 (dimension 8) : <>]>>][2 <>][2 <>]>>][3 <>]>>]>> *CR* -- Cut = 11.15629 -- N = 4925 End of computing. ;; Clock -> 2007-04-11, 9h 42m 3s. Computing the boundary of the generator 925 (dimension 8) : <>]>>][2 <>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 9h 42m 6s. Computing the boundary of the generator 926 (dimension 8) : <>]>>][2 <>][3 <>]>>][2 D3]>> 11455872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 10h 8m 49s. Computing the boundary of the generator 927 (dimension 8) : <>]>>][2 <>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 10h 10m 49s. Computing the boundary of the generator 928 (dimension 8) : <>]>>][2 <>][3 <>]>>][2 <>]>>]>> 8687200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 10h 39m 12s. Computing the boundary of the generator 929 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 10h 39m 25s. Computing the boundary of the generator 930 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 10h 39m 53s. Computing the boundary of the generator 931 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 10h 40m 4s. Computing the boundary of the generator 932 (dimension 8) : <>]>>][2 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 10h 42m 20s. Computing the boundary of the generator 933 (dimension 8) : <>]>>][2 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 10h 43m 15s. Computing the boundary of the generator 934 (dimension 8) : <>]>>][2 <>][4 <>][3 D4]>>][1 <>]>>]>> 8457176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 11h 18m 9s. Computing the boundary of the generator 935 (dimension 8) : <>]>>][2 <>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 18m 30s. Computing the boundary of the generator 936 (dimension 8) : <>]>>][2 <>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 19m 29s. Computing the boundary of the generator 937 (dimension 8) : <>]>>][2 <>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 19m 50s. Computing the boundary of the generator 938 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>]>>]>> 8658976 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 11h 50m 59s. Computing the boundary of the generator 939 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 51m 28s. Computing the boundary of the generator 940 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 53m 33s. Computing the boundary of the generator 941 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 53m 40s. Computing the boundary of the generator 942 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 54m 2s. Computing the boundary of the generator 943 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 54m 10s. Computing the boundary of the generator 944 (dimension 8) : <>]>>][2 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 54m 43s. Computing the boundary of the generator 945 (dimension 8) : <>]>>][2 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 54m 53s. Computing the boundary of the generator 946 (dimension 8) : <>]>>][2 <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 57m 3s. Computing the boundary of the generator 947 (dimension 8) : <>]>>][2 <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 57m 25s. Computing the boundary of the generator 948 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 58m 8s. Computing the boundary of the generator 949 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 11h 58m 16s. Computing the boundary of the generator 950 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 11h 59m 1s. Computing the boundary of the generator 951 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>][2 <>]>> 8633376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 12h 0m 13s. Computing the boundary of the generator 952 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 31m 59s. Computing the boundary of the generator 953 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 12h 32m 11s. Computing the boundary of the generator 954 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 12h 32m 34s. Computing the boundary of the generator 955 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 32m 43s. Computing the boundary of the generator 956 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 33m 41s. Computing the boundary of the generator 957 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 34m 19s. Computing the boundary of the generator 958 (dimension 8) : <>]>>][2 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 34m 44s. Computing the boundary of the generator 959 (dimension 8) : <>]>>][2 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 34m 53s. Computing the boundary of the generator 960 (dimension 8) : <>]>>][2 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 35m 19s. Computing the boundary of the generator 961 (dimension 8) : <>]>>][2 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 12h 35m 28s. Computing the boundary of the generator 962 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][3 <>]>>]>> 8441416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 13h 13m 58s. Computing the boundary of the generator 963 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 13h 16m 30s. Computing the boundary of the generator 964 (dimension 8) : <>]>>][3 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 13h 17m 54s. Computing the boundary of the generator 965 (dimension 8) : <>]>>][3 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 13h 21m 15s. Computing the boundary of the generator 966 (dimension 8) : <>]>>][3 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 13h 22m 34s. Computing the boundary of the generator 967 (dimension 8) : <>]>>][3 <>]>>][2 <>][2 D3]>> 8568400 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 14h 0m 28s. Computing the boundary of the generator 968 (dimension 8) : <>]>>][3 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 14h 11m 21s. Computing the boundary of the generator 969 (dimension 8) : <>]>>][3 <>]>>][2 <>][2 <>]>>]>> 8439096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 14h 15m 49s. Computing the boundary of the generator 970 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 14h 52m 51s. Computing the boundary of the generator 971 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 14h 57m 12s. Computing the boundary of the generator 972 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 14h 58m 55s. Computing the boundary of the generator 973 (dimension 8) : <>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>> 8722936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(56): :dn 40 Evaluation stack: (CERROR "continue computation" INTERRUPT-SIGNAL ...) ->(REPLACE #( GNRT-> <> > <>][4-3-2-0 <>][5-3-2-1 <>]>>>>][2 > > <>][2 <>]>>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 5 RNTM-> 643.550 GNRT-> <> > <>]>>>>][1 > > <>]>>>>][4 > > <>][4-2-1 <>][4-3-2 <>]>>>>][1 > >>>]>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 8 RNTM-> 1846.960 GNRT-> <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>][3-2 <>]>>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 2 RNTM-> 0.000 ...) #( GNRT-> <> > <>][4-3-2-0 <>][5-3-2-1 <>]>>>>][2 > > <>][2 <>]>>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 5 RNTM-> 643.550 GNRT-> <> > <>]>>>>][1 > > <>]>>>>][4 > > <>][4-2-1 <>][4-3-2 <>]>>>>][1 > >>>]>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 8 RNTM-> 1846.960 GNRT-> <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>][3-2 <>]>>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 7} ------------------------------------------------------------------------------ CLNM-> 2 RNTM-> 0.000 ...) ...) (MRPH-GNRT # # ...) (MRPH-CMBN # # ...) (CMBN-? [K402 Morphism (degree 0): K393 -> K400] ----------------------------------------------------------------------{CMBN 7} <-4 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>][3-2 <>]>>>>][1 > > <>]>>>>]>>> <4 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>][3-2 <>]>>>>][1 > >>>]>>]>>> <4 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>][3-2 <>]>>>>][1 >]>>]>>> ... ... ------------------------------------------------------------------------------ ) (MRPH-GNRT # # ...) (GNRT-? [K424 Morphism (degree -1): K400 -> K400] 8 ...) ((:INTERNAL (:INTERNAL (METHOD ADD (MORPHISM MORPHISM)) 0) 0) 8 <>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>>) (MRPH-GNRT # # ...) ... more older frames ... [1c] CL-USER(57): :dn 10 Evaluation stack: ... 11 more (possibly invisible) newer frames ... ((:INTERNAL (:INTERNAL (METHOD ADD (MORPHISM MORPHISM)) 0) 0) 8 <>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>>) (MRPH-GNRT # # ...) (GNRT-? [K427 Morphism (degree -1): K426 -> K426] 8 ...) [... ?3 ] (CHCM-MAT [K426 Chain-Complex] 8) ->(CHCM-HOMOLOGY [K426 Chain-Complex] 7) ((METHOD HOMOLOGY (CHAIN-COMPLEX T)) [K40 Simplicial-Group] 7) (NIL) (EVAL (TIME #)) (TPL:TOP-LEVEL-READ-EVAL-PRINT-LOOP) ... more older frames ... [1c] CL-USER(58): :up Evaluation stack: ... 10 more (possibly invisible) newer frames ... (GNRT-? [K424 Morphism (degree -1): K400 -> K400] 8 ...) ((:INTERNAL (:INTERNAL (METHOD ADD (MORPHISM MORPHISM)) 0) 0) 8 <>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>>) (MRPH-GNRT # # ...) (GNRT-? [K427 Morphism (degree -1): K426 -> K426] 8 ...) [... ?3 ] ->(CHCM-MAT [K426 Chain-Complex] 8) (CHCM-HOMOLOGY [K426 Chain-Complex] 7) ((METHOD HOMOLOGY (CHAIN-COMPLEX T)) [K40 Simplicial-Group] 7) (NIL) (EVAL (TIME #)) ... more older frames ... [1c] CL-USER(59): :loc Compiled lexical environment: 0(EXTRA-ARG): NIL: [K426 Chain-Complex] 1(EXTRA-ARG): NIL: 8 2(LOCAL): EXCL::|local-0|: [K426 Chain-Complex] 3(LOCAL): EXCL::|local-1|: 8 4(LOCAL): EXCL::|local-2|: (<>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>> <>]>>][3 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> <>]>>][3 <>][2 <>]>>][1 <>]>>][3 <>]>>]>> <>]>>][3 <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> <>]>>][3 <>][2 <>]>>][2 D3][2 D3]>> <>]>>][3 <>][2 <>]>>][2 D3][2 <>]>> <>]>>][3 <>][2 <>]>>][2 D3][2 <>]>>]>> <>]>>][3 <>][2 <>]>>][2 <>][2 D3]>> <>]>>][3 <>][2 <>]>>][2 <>][2 <>]>> <>]>>][3 <>][2 <>]>>][2 <>][2 <>]>>]>> ...) 5(LOCAL): EXCL::|local-3|: (<>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>][6 <>]>>]>> <>][6 <>]>>]>> <>][6 <>]>>]>> <>]>>]>> ...) 6(LOCAL): EXCL::|local-4|: ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4] L368=[C632=4][C656=2][C896=-2][C920=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4] L388= L389= L390=[C896=2] L391= L392= L393=[C349=-1][C350=1][C898=2] L394=[C902=-2] L395=[C349=1][C350=-1][C903=-2] L396=[C344=4][C900=2][C904=-2] L397=[C344=6][C347=1][C352=1][C902=2][C903=4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4] L401=[C702=1][C728=-1] L402=[C703=1][C729=-1] L403=[C704=1][C730=-1][C920=2] L404=[C705=1][C731=-1] L405=[C706=1][C732=-1] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2] L414=[C676=4][C715=1][C741=-1][C964=2] L415=[C677=4][C716=1][C742=-1][C965=2] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3] L434=[C755=4][C773=4][C803=4][C809=3] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2] L445= L446= L447= L448=[C484=-1][C490=1] L449=[C485=-1][C491=1] L450=[C451=-1][C452=1][C486=-1][C492=1] L451=[C478=-4][C487=-1][C493=1] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3] L456= L457=[C458=1][C460=-1] L458=[C456=4][C459=1][C461=-1] L459= L460=[C458=1][C460=-1] L461=[C456=4][C459=1][C461=-1] L462=[C484=-1][C490=1] L463=[C464=1][C466=-1][C485=-1][C491=1] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1] L465= L466=[C464=1][C466=-1] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1] L468=[C478=-4][C487=-1][C493=1] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1] L471= L472=[C470=1][C472=-1][C501=-1][C502=1] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1] L478=[C702=1][C728=-1] L479=[C703=1][C729=-1] L480=[C704=1][C730=-1] L481=[C544=-1][C550=1][C705=1][C731=-1] L482=[C545=-1][C551=1][C706=1][C732=-1] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1] L489= L490=[C518=1][C520=-1] L491=[C516=4][C519=1][C521=-1] L492= L493=[C518=1][C520=-1] L494=[C516=4][C519=1][C521=-1] L495=[C544=-1][C550=1] L496=[C524=1][C526=-1][C545=-1][C551=1] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1] L498= L499=[C524=1][C526=-1] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1] L504=[C785=-1][C791=1] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1] L511=[C676=4][C715=1][C741=-1] L512=[C677=4][C716=1][C742=-1] L513=[C678=4][C717=1][C743=-1] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1] L522= L523=[C578=1][C580=-1] L524=[C576=4][C579=1][C581=-1] L525= L526=[C578=1][C580=-1] L527=[C576=4][C579=1][C581=-1] L528=[C604=-1][C610=1][C782=1][C788=-1] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1] L531=[C785=1][C791=-1] L532=[C584=1][C586=-1][C786=1][C792=-1] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4] L537=[C755=4] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1] L545=[C755=6][C773=1][C803=1] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1] L548=[C632=4][C633=2] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3] L554=[C755=4][C773=4][C803=4][C809=3] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3] L557=[C656=4][C657=2] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4] L568=[C964=4] L569=[C965=4] L570=[C966=4] L571=[C868=-1][C874=1][C967=4] L572=[C869=-1][C875=1][C968=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3] L579= L580=[C842=1][C844=-1] L581=[C840=4][C843=1][C845=-1] L582= L583=[C842=1][C844=-1] L584=[C840=4][C843=1][C845=-1] L585=[C868=-1][C874=1] L586=[C848=1][C850=-1][C869=-1][C875=1] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1] L588= L589=[C848=1][C850=-1] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1] L594= L595=[C854=1][C856=-1][C885=-1][C886=1] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3] L599=[C902=-4][C905=-2] L600=[C892=1][C894=-1][C903=-4][C906=-2] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2] L602= L603=[C892=1][C894=-1][C910=-1][C912=1] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1] L605=[C896=4][C897=2] L606=[C898=4][C899=2][C910=-1][C912=1] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1] L608=[C926=-4][C929=-2] L609=[C916=1][C918=-1][C927=-4][C930=-2] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2] L611= L612=[C916=1][C918=-1][C934=-1][C936=1] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1] L614=[C920=4][C921=2] L615=[C922=4][C923=2][C934=-1][C936=1] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1] L617=[C235=1][C752=4][C950=-4][C953=-2] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2] L620=[C755=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1] L623=[C944=4][C945=2] L624=[C946=4][C947=2][C958=-1][C960=1] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1] L626=[C68=-3][C289=3][C962=4][C963=2] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1] L628= L629= L630=[C105=-1] L631= L632= L633=[C105=-1][C446=-4] L634= L635= L636=[C105=-1][C496=-4] L637= L638= L639=[C105=-1] L640= L641= L642=[C123=-1] L643= L644= L645=[C123=-1][C506=-4] L646= L647= L648=[C123=-1][C556=-4] L649= L650= L651=[C123=-1] L652=[C235=1] L653=[C236=1] L654=[C1=-1][C141=-1][C237=1] L655= L656= L657=[C141=-1][C289=1][C566=-4] L658= L659= L660=[C1=-5][C141=-1][C289=3][C616=-4] L661= L662= L663=[C1=4][C141=-1][C289=1][C812=-8] L664=[C159=-1][C289=3] L665=[C169=-1][C289=4][C295=1][C307=1] L666=[C398=1][C752=-1] L667=[C399=1][C753=-1] L668=[C1=-1][C326=-1][C400=1][C754=-1] L669=[C755=-1] L670=[C756=-1] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4] L672= L673= L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4] L675= L676= L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1] L678=[C344=-1] L679=[C354=-1] L680=[C1=-1][C364=-1][C428=1][C812=-1] L681=[C446=-1][C496=1] L682=[C506=-1][C556=1] L683=[C1=-1][C566=-1][C616=1][C812=-1] L684=[C68=-1][C289=1][C830=-1][C880=1] ========== END-MATRIX 7(LOCAL): EXCL::|local-5|: # 8(LOCAL): EXCL::|local-6|: 973 9(LOCAL): EXCL::|local-7|: #(#) 10(LOCAL): EXCL::|local-8|: ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4] L368=[C632=4][C656=2][C896=-2][C920=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4] L388= L389= L390=[C896=2] L391= L392= L393=[C349=-1][C350=1][C898=2] L394=[C902=-2] L395=[C349=1][C350=-1][C903=-2] L396=[C344=4][C900=2][C904=-2] L397=[C344=6][C347=1][C352=1][C902=2][C903=4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4] L401=[C702=1][C728=-1] L402=[C703=1][C729=-1] L403=[C704=1][C730=-1][C920=2] L404=[C705=1][C731=-1] L405=[C706=1][C732=-1] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2] L414=[C676=4][C715=1][C741=-1][C964=2] L415=[C677=4][C716=1][C742=-1][C965=2] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3] L434=[C755=4][C773=4][C803=4][C809=3] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2] L445= L446= L447= L448=[C484=-1][C490=1] L449=[C485=-1][C491=1] L450=[C451=-1][C452=1][C486=-1][C492=1] L451=[C478=-4][C487=-1][C493=1] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3] L456= L457=[C458=1][C460=-1] L458=[C456=4][C459=1][C461=-1] L459= L460=[C458=1][C460=-1] L461=[C456=4][C459=1][C461=-1] L462=[C484=-1][C490=1] L463=[C464=1][C466=-1][C485=-1][C491=1] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1] L465= L466=[C464=1][C466=-1] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1] L468=[C478=-4][C487=-1][C493=1] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1] L471= L472=[C470=1][C472=-1][C501=-1][C502=1] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1] L478=[C702=1][C728=-1] L479=[C703=1][C729=-1] L480=[C704=1][C730=-1] L481=[C544=-1][C550=1][C705=1][C731=-1] L482=[C545=-1][C551=1][C706=1][C732=-1] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1] L489= L490=[C518=1][C520=-1] L491=[C516=4][C519=1][C521=-1] L492= L493=[C518=1][C520=-1] L494=[C516=4][C519=1][C521=-1] L495=[C544=-1][C550=1] L496=[C524=1][C526=-1][C545=-1][C551=1] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1] L498= L499=[C524=1][C526=-1] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1] L504=[C785=-1][C791=1] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1] L511=[C676=4][C715=1][C741=-1] L512=[C677=4][C716=1][C742=-1] L513=[C678=4][C717=1][C743=-1] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1] L522= L523=[C578=1][C580=-1] L524=[C576=4][C579=1][C581=-1] L525= L526=[C578=1][C580=-1] L527=[C576=4][C579=1][C581=-1] L528=[C604=-1][C610=1][C782=1][C788=-1] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1] L531=[C785=1][C791=-1] L532=[C584=1][C586=-1][C786=1][C792=-1] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4] L537=[C755=4] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1] L545=[C755=6][C773=1][C803=1] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1] L548=[C632=4][C633=2] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3] L554=[C755=4][C773=4][C803=4][C809=3] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3] L557=[C656=4][C657=2] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4] L568=[C964=4] L569=[C965=4] L570=[C966=4] L571=[C868=-1][C874=1][C967=4] L572=[C869=-1][C875=1][C968=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3] L579= L580=[C842=1][C844=-1] L581=[C840=4][C843=1][C845=-1] L582= L583=[C842=1][C844=-1] L584=[C840=4][C843=1][C845=-1] L585=[C868=-1][C874=1] L586=[C848=1][C850=-1][C869=-1][C875=1] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1] L588= L589=[C848=1][C850=-1] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1] L594= L595=[C854=1][C856=-1][C885=-1][C886=1] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3] L599=[C902=-4][C905=-2] L600=[C892=1][C894=-1][C903=-4][C906=-2] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2] L602= L603=[C892=1][C894=-1][C910=-1][C912=1] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1] L605=[C896=4][C897=2] L606=[C898=4][C899=2][C910=-1][C912=1] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1] L608=[C926=-4][C929=-2] L609=[C916=1][C918=-1][C927=-4][C930=-2] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2] L611= L612=[C916=1][C918=-1][C934=-1][C936=1] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1] L614=[C920=4][C921=2] L615=[C922=4][C923=2][C934=-1][C936=1] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1] L617=[C235=1][C752=4][C950=-4][C953=-2] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2] L620=[C755=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1] L623=[C944=4][C945=2] L624=[C946=4][C947=2][C958=-1][C960=1] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1] L626=[C68=-3][C289=3][C962=4][C963=2] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1] L628= L629= L630=[C105=-1] L631= L632= L633=[C105=-1][C446=-4] L634= L635= L636=[C105=-1][C496=-4] L637= L638= L639=[C105=-1] L640= L641= L642=[C123=-1] L643= L644= L645=[C123=-1][C506=-4] L646= L647= L648=[C123=-1][C556=-4] L649= L650= L651=[C123=-1] L652=[C235=1] L653=[C236=1] L654=[C1=-1][C141=-1][C237=1] L655= L656= L657=[C141=-1][C289=1][C566=-4] L658= L659= L660=[C1=-5][C141=-1][C289=3][C616=-4] L661= L662= L663=[C1=4][C141=-1][C289=1][C812=-8] L664=[C159=-1][C289=3] L665=[C169=-1][C289=4][C295=1][C307=1] L666=[C398=1][C752=-1] L667=[C399=1][C753=-1] L668=[C1=-1][C326=-1][C400=1][C754=-1] L669=[C755=-1] L670=[C756=-1] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4] L672= L673= L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4] L675= L676= L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1] L678=[C344=-1] L679=[C354=-1] L680=[C1=-1][C364=-1][C428=1][C812=-1] L681=[C446=-1][C496=1] L682=[C506=-1][C556=1] L683=[C1=-1][C566=-1][C616=1][C812=-1] L684=[C68=-1][C289=1][C830=-1][C880=1] ========== END-MATRIX 11(LOCAL): EXCL::|local-9|: 973 12(LOCAL): EXCL::|local-10|: NIL 13(LOCAL): EXCL::|local-11|: ((576 4)) 14(LOCAL): EXCL::|local-12|: (4 . <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>>) 15(LOCAL): EXCL::|local-13|: 1995 16(LOCAL): EXCL::|local-14|: 8 17(LOCAL): EXCL::|local-15|: <>]>>][3 <>]>>][3 <>]>>][1 <>]>>]>> 18(LOCAL): EXCL::|local-16|: ((422 2) (576 4)) [1c] CL-USER(60): :loc 10 ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4] L368=[C632=4][C656=2][C896=-2][C920=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4] L388= L389= L390=[C896=2] L391= L392= L393=[C349=-1][C350=1][C898=2] L394=[C902=-2] L395=[C349=1][C350=-1][C903=-2] L396=[C344=4][C900=2][C904=-2] L397=[C344=6][C347=1][C352=1][C902=2][C903=4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4] L401=[C702=1][C728=-1] L402=[C703=1][C729=-1] L403=[C704=1][C730=-1][C920=2] L404=[C705=1][C731=-1] L405=[C706=1][C732=-1] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2] L414=[C676=4][C715=1][C741=-1][C964=2] L415=[C677=4][C716=1][C742=-1][C965=2] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3] L434=[C755=4][C773=4][C803=4][C809=3] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2] L445= L446= L447= L448=[C484=-1][C490=1] L449=[C485=-1][C491=1] L450=[C451=-1][C452=1][C486=-1][C492=1] L451=[C478=-4][C487=-1][C493=1] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3] L456= L457=[C458=1][C460=-1] L458=[C456=4][C459=1][C461=-1] L459= L460=[C458=1][C460=-1] L461=[C456=4][C459=1][C461=-1] L462=[C484=-1][C490=1] L463=[C464=1][C466=-1][C485=-1][C491=1] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1] L465= L466=[C464=1][C466=-1] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1] L468=[C478=-4][C487=-1][C493=1] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1] L471= L472=[C470=1][C472=-1][C501=-1][C502=1] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1] L478=[C702=1][C728=-1] L479=[C703=1][C729=-1] L480=[C704=1][C730=-1] L481=[C544=-1][C550=1][C705=1][C731=-1] L482=[C545=-1][C551=1][C706=1][C732=-1] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1] L489= L490=[C518=1][C520=-1] L491=[C516=4][C519=1][C521=-1] L492= L493=[C518=1][C520=-1] L494=[C516=4][C519=1][C521=-1] L495=[C544=-1][C550=1] L496=[C524=1][C526=-1][C545=-1][C551=1] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1] L498= L499=[C524=1][C526=-1] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1] L504=[C785=-1][C791=1] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1] L511=[C676=4][C715=1][C741=-1] L512=[C677=4][C716=1][C742=-1] L513=[C678=4][C717=1][C743=-1] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1] L522= L523=[C578=1][C580=-1] L524=[C576=4][C579=1][C581=-1] L525= L526=[C578=1][C580=-1] L527=[C576=4][C579=1][C581=-1] L528=[C604=-1][C610=1][C782=1][C788=-1] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1] L531=[C785=1][C791=-1] L532=[C584=1][C586=-1][C786=1][C792=-1] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4] L537=[C755=4] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1] L545=[C755=6][C773=1][C803=1] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1] L548=[C632=4][C633=2] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3] L554=[C755=4][C773=4][C803=4][C809=3] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3] L557=[C656=4][C657=2] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4] L568=[C964=4] L569=[C965=4] L570=[C966=4] L571=[C868=-1][C874=1][C967=4] L572=[C869=-1][C875=1][C968=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3] L579= L580=[C842=1][C844=-1] L581=[C840=4][C843=1][C845=-1] L582= L583=[C842=1][C844=-1] L584=[C840=4][C843=1][C845=-1] L585=[C868=-1][C874=1] L586=[C848=1][C850=-1][C869=-1][C875=1] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1] L588= L589=[C848=1][C850=-1] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1] L594= L595=[C854=1][C856=-1][C885=-1][C886=1] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3] L599=[C902=-4][C905=-2] L600=[C892=1][C894=-1][C903=-4][C906=-2] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2] L602= L603=[C892=1][C894=-1][C910=-1][C912=1] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1] L605=[C896=4][C897=2] L606=[C898=4][C899=2][C910=-1][C912=1] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1] L608=[C926=-4][C929=-2] L609=[C916=1][C918=-1][C927=-4][C930=-2] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2] L611= L612=[C916=1][C918=-1][C934=-1][C936=1] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1] L614=[C920=4][C921=2] L615=[C922=4][C923=2][C934=-1][C936=1] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1] L617=[C235=1][C752=4][C950=-4][C953=-2] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2] L620=[C755=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1] L623=[C944=4][C945=2] L624=[C946=4][C947=2][C958=-1][C960=1] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1] L626=[C68=-3][C289=3][C962=4][C963=2] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1] L628= L629= L630=[C105=-1] L631= L632= L633=[C105=-1][C446=-4] L634= L635= L636=[C105=-1][C496=-4] L637= L638= L639=[C105=-1] L640= L641= L642=[C123=-1] L643= L644= L645=[C123=-1][C506=-4] L646= L647= L648=[C123=-1][C556=-4] L649= L650= L651=[C123=-1] L652=[C235=1] L653=[C236=1] L654=[C1=-1][C141=-1][C237=1] L655= L656= L657=[C141=-1][C289=1][C566=-4] L658= L659= L660=[C1=-5][C141=-1][C289=3][C616=-4] L661= L662= L663=[C1=4][C141=-1][C289=1][C812=-8] L664=[C159=-1][C289=3] L665=[C169=-1][C289=4][C295=1][C307=1] L666=[C398=1][C752=-1] L667=[C399=1][C753=-1] L668=[C1=-1][C326=-1][C400=1][C754=-1] L669=[C755=-1] L670=[C756=-1] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4] L672= L673= L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4] L675= L676= L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1] L678=[C344=-1] L679=[C354=-1] L680=[C1=-1][C364=-1][C428=1][C812=-1] L681=[C446=-1][C496=1] L682=[C506=-1][C556=1] L683=[C1=-1][C566=-1][C616=1][C812=-1] L684=[C68=-1][C289=1][C830=-1][C880=1] ========== END-MATRIX [1c] CL-USER(61): (setf m1 *) ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4] L368=[C632=4][C656=2][C896=-2][C920=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4] L388= L389= L390=[C896=2] L391= L392= L393=[C349=-1][C350=1][C898=2] L394=[C902=-2] L395=[C349=1][C350=-1][C903=-2] L396=[C344=4][C900=2][C904=-2] L397=[C344=6][C347=1][C352=1][C902=2][C903=4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4] L401=[C702=1][C728=-1] L402=[C703=1][C729=-1] L403=[C704=1][C730=-1][C920=2] L404=[C705=1][C731=-1] L405=[C706=1][C732=-1] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2] L414=[C676=4][C715=1][C741=-1][C964=2] L415=[C677=4][C716=1][C742=-1][C965=2] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3] L434=[C755=4][C773=4][C803=4][C809=3] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2] L445= L446= L447= L448=[C484=-1][C490=1] L449=[C485=-1][C491=1] L450=[C451=-1][C452=1][C486=-1][C492=1] L451=[C478=-4][C487=-1][C493=1] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3] L456= L457=[C458=1][C460=-1] L458=[C456=4][C459=1][C461=-1] L459= L460=[C458=1][C460=-1] L461=[C456=4][C459=1][C461=-1] L462=[C484=-1][C490=1] L463=[C464=1][C466=-1][C485=-1][C491=1] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1] L465= L466=[C464=1][C466=-1] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1] L468=[C478=-4][C487=-1][C493=1] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1] L471= L472=[C470=1][C472=-1][C501=-1][C502=1] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1] L478=[C702=1][C728=-1] L479=[C703=1][C729=-1] L480=[C704=1][C730=-1] L481=[C544=-1][C550=1][C705=1][C731=-1] L482=[C545=-1][C551=1][C706=1][C732=-1] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1] L489= L490=[C518=1][C520=-1] L491=[C516=4][C519=1][C521=-1] L492= L493=[C518=1][C520=-1] L494=[C516=4][C519=1][C521=-1] L495=[C544=-1][C550=1] L496=[C524=1][C526=-1][C545=-1][C551=1] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1] L498= L499=[C524=1][C526=-1] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1] L504=[C785=-1][C791=1] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1] L511=[C676=4][C715=1][C741=-1] L512=[C677=4][C716=1][C742=-1] L513=[C678=4][C717=1][C743=-1] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1] L522= L523=[C578=1][C580=-1] L524=[C576=4][C579=1][C581=-1] L525= L526=[C578=1][C580=-1] L527=[C576=4][C579=1][C581=-1] L528=[C604=-1][C610=1][C782=1][C788=-1] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1] L531=[C785=1][C791=-1] L532=[C584=1][C586=-1][C786=1][C792=-1] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4] L537=[C755=4] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1] L545=[C755=6][C773=1][C803=1] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1] L548=[C632=4][C633=2] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3] L554=[C755=4][C773=4][C803=4][C809=3] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3] L557=[C656=4][C657=2] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4] L568=[C964=4] L569=[C965=4] L570=[C966=4] L571=[C868=-1][C874=1][C967=4] L572=[C869=-1][C875=1][C968=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3] L579= L580=[C842=1][C844=-1] L581=[C840=4][C843=1][C845=-1] L582= L583=[C842=1][C844=-1] L584=[C840=4][C843=1][C845=-1] L585=[C868=-1][C874=1] L586=[C848=1][C850=-1][C869=-1][C875=1] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1] L588= L589=[C848=1][C850=-1] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1] L594= L595=[C854=1][C856=-1][C885=-1][C886=1] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3] L599=[C902=-4][C905=-2] L600=[C892=1][C894=-1][C903=-4][C906=-2] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2] L602= L603=[C892=1][C894=-1][C910=-1][C912=1] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1] L605=[C896=4][C897=2] L606=[C898=4][C899=2][C910=-1][C912=1] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1] L608=[C926=-4][C929=-2] L609=[C916=1][C918=-1][C927=-4][C930=-2] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2] L611= L612=[C916=1][C918=-1][C934=-1][C936=1] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1] L614=[C920=4][C921=2] L615=[C922=4][C923=2][C934=-1][C936=1] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1] L617=[C235=1][C752=4][C950=-4][C953=-2] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2] L620=[C755=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1] L623=[C944=4][C945=2] L624=[C946=4][C947=2][C958=-1][C960=1] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1] L626=[C68=-3][C289=3][C962=4][C963=2] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1] L628= L629= L630=[C105=-1] L631= L632= L633=[C105=-1][C446=-4] L634= L635= L636=[C105=-1][C496=-4] L637= L638= L639=[C105=-1] L640= L641= L642=[C123=-1] L643= L644= L645=[C123=-1][C506=-4] L646= L647= L648=[C123=-1][C556=-4] L649= L650= L651=[C123=-1] L652=[C235=1] L653=[C236=1] L654=[C1=-1][C141=-1][C237=1] L655= L656= L657=[C141=-1][C289=1][C566=-4] L658= L659= L660=[C1=-5][C141=-1][C289=3][C616=-4] L661= L662= L663=[C1=4][C141=-1][C289=1][C812=-8] L664=[C159=-1][C289=3] L665=[C169=-1][C289=4][C295=1][C307=1] L666=[C398=1][C752=-1] L667=[C399=1][C753=-1] L668=[C1=-1][C326=-1][C400=1][C754=-1] L669=[C755=-1] L670=[C756=-1] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4] L672= L673= L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4] L675= L676= L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1] L678=[C344=-1] L679=[C354=-1] L680=[C1=-1][C364=-1][C428=1][C812=-1] L681=[C446=-1][C496=1] L682=[C506=-1][C556=1] L683=[C1=-1][C566=-1][C616=1][C812=-1] L684=[C68=-1][C289=1][C830=-1][C880=1] ========== END-MATRIX [1c] CL-USER(62): (setf m2 (copy-matrice m1)) ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4] L368=[C632=4][C656=2][C896=-2][C920=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4] L388= L389= L390=[C896=2] L391= L392= L393=[C349=-1][C350=1][C898=2] L394=[C902=-2] L395=[C349=1][C350=-1][C903=-2] L396=[C344=4][C900=2][C904=-2] L397=[C344=6][C347=1][C352=1][C902=2][C903=4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4] L401=[C702=1][C728=-1] L402=[C703=1][C729=-1] L403=[C704=1][C730=-1][C920=2] L404=[C705=1][C731=-1] L405=[C706=1][C732=-1] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2] L414=[C676=4][C715=1][C741=-1][C964=2] L415=[C677=4][C716=1][C742=-1][C965=2] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3] L434=[C755=4][C773=4][C803=4][C809=3] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2] L445= L446= L447= L448=[C484=-1][C490=1] L449=[C485=-1][C491=1] L450=[C451=-1][C452=1][C486=-1][C492=1] L451=[C478=-4][C487=-1][C493=1] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3] L456= L457=[C458=1][C460=-1] L458=[C456=4][C459=1][C461=-1] L459= L460=[C458=1][C460=-1] L461=[C456=4][C459=1][C461=-1] L462=[C484=-1][C490=1] L463=[C464=1][C466=-1][C485=-1][C491=1] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1] L465= L466=[C464=1][C466=-1] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1] L468=[C478=-4][C487=-1][C493=1] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1] L471= L472=[C470=1][C472=-1][C501=-1][C502=1] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1] L478=[C702=1][C728=-1] L479=[C703=1][C729=-1] L480=[C704=1][C730=-1] L481=[C544=-1][C550=1][C705=1][C731=-1] L482=[C545=-1][C551=1][C706=1][C732=-1] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1] L489= L490=[C518=1][C520=-1] L491=[C516=4][C519=1][C521=-1] L492= L493=[C518=1][C520=-1] L494=[C516=4][C519=1][C521=-1] L495=[C544=-1][C550=1] L496=[C524=1][C526=-1][C545=-1][C551=1] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1] L498= L499=[C524=1][C526=-1] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1] L504=[C785=-1][C791=1] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1] L511=[C676=4][C715=1][C741=-1] L512=[C677=4][C716=1][C742=-1] L513=[C678=4][C717=1][C743=-1] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1] L522= L523=[C578=1][C580=-1] L524=[C576=4][C579=1][C581=-1] L525= L526=[C578=1][C580=-1] L527=[C576=4][C579=1][C581=-1] L528=[C604=-1][C610=1][C782=1][C788=-1] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1] L531=[C785=1][C791=-1] L532=[C584=1][C586=-1][C786=1][C792=-1] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4] L537=[C755=4] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1] L545=[C755=6][C773=1][C803=1] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1] L548=[C632=4][C633=2] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3] L554=[C755=4][C773=4][C803=4][C809=3] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3] L557=[C656=4][C657=2] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4] L568=[C964=4] L569=[C965=4] L570=[C966=4] L571=[C868=-1][C874=1][C967=4] L572=[C869=-1][C875=1][C968=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3] L579= L580=[C842=1][C844=-1] L581=[C840=4][C843=1][C845=-1] L582= L583=[C842=1][C844=-1] L584=[C840=4][C843=1][C845=-1] L585=[C868=-1][C874=1] L586=[C848=1][C850=-1][C869=-1][C875=1] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1] L588= L589=[C848=1][C850=-1] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1] L594= L595=[C854=1][C856=-1][C885=-1][C886=1] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3] L599=[C902=-4][C905=-2] L600=[C892=1][C894=-1][C903=-4][C906=-2] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2] L602= L603=[C892=1][C894=-1][C910=-1][C912=1] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1] L605=[C896=4][C897=2] L606=[C898=4][C899=2][C910=-1][C912=1] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1] L608=[C926=-4][C929=-2] L609=[C916=1][C918=-1][C927=-4][C930=-2] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2] L611= L612=[C916=1][C918=-1][C934=-1][C936=1] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1] L614=[C920=4][C921=2] L615=[C922=4][C923=2][C934=-1][C936=1] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1] L617=[C235=1][C752=4][C950=-4][C953=-2] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2] L620=[C755=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1] L623=[C944=4][C945=2] L624=[C946=4][C947=2][C958=-1][C960=1] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1] L626=[C68=-3][C289=3][C962=4][C963=2] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1] L628= L629= L630=[C105=-1] L631= L632= L633=[C105=-1][C446=-4] L634= L635= L636=[C105=-1][C496=-4] L637= L638= L639=[C105=-1] L640= L641= L642=[C123=-1] L643= L644= L645=[C123=-1][C506=-4] L646= L647= L648=[C123=-1][C556=-4] L649= L650= L651=[C123=-1] L652=[C235=1] L653=[C236=1] L654=[C1=-1][C141=-1][C237=1] L655= L656= L657=[C141=-1][C289=1][C566=-4] L658= L659= L660=[C1=-5][C141=-1][C289=3][C616=-4] L661= L662= L663=[C1=4][C141=-1][C289=1][C812=-8] L664=[C159=-1][C289=3] L665=[C169=-1][C289=4][C295=1][C307=1] L666=[C398=1][C752=-1] L667=[C399=1][C753=-1] L668=[C1=-1][C326=-1][C400=1][C754=-1] L669=[C755=-1] L670=[C756=-1] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4] L672= L673= L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4] L675= L676= L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1] L678=[C344=-1] L679=[C354=-1] L680=[C1=-1][C364=-1][C428=1][C812=-1] L681=[C446=-1][C496=1] L682=[C506=-1][C556=1] L683=[C1=-1][C566=-1][C616=1][C812=-1] L684=[C68=-1][C289=1][C830=-1][C880=1] ========== END-MATRIX [1c] CL-USER(63): :cont End of computing. ;; Clock -> 2007-04-11, 15h 46m 50s. Computing the boundary of the generator 974 (dimension 8) : <>]>>][3 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(64): (dumplisp :name "save-07-04-11.dxl") [1c] CL-USER(65): :cont End of computing. ;; Clock -> 2007-04-11, 15h 51m 30s. Computing the boundary of the generator 975 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 15h 54m 28s. Computing the boundary of the generator 976 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 15h 54m 55s. Computing the boundary of the generator 977 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 15h 55m 23s. Computing the boundary of the generator 978 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 15h 56m 19s. Computing the boundary of the generator 979 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 15h 56m 40s. Computing the boundary of the generator 980 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 15h 57m 36s. Computing the boundary of the generator 981 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 15h 59m 31s. Computing the boundary of the generator 982 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 16h 0m 13s. Computing the boundary of the generator 983 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 16h 0m 35s. Computing the boundary of the generator 984 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 16h 1m 18s. Computing the boundary of the generator 985 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 16h 1m 34s. Computing the boundary of the generator 986 (dimension 8) : <>]>>][3 <>][2 <>]>>][3 <>]>>][1 <>]>>]>> 8470224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 16h 41m 58s. Computing the boundary of the generator 987 (dimension 8) : <>]>>][3 <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 16h 42m 26s. Computing the boundary of the generator 988 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 16h 45m 50s. Computing the boundary of the generator 989 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 16h 54m 9s. Computing the boundary of the generator 990 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>>]>> 8937112 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 17h 37m 27s. Computing the boundary of the generator 991 (dimension 8) : <>]>>][4 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 17h 41m 12s. Computing the boundary of the generator 992 (dimension 8) : <>]>>][4 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 17h 50m 29s. Computing the boundary of the generator 993 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 17h 53m 57s. Computing the boundary of the generator 994 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 17h 55m 45s. Computing the boundary of the generator 995 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>> 8635056 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 18h 39m 39s. Computing the boundary of the generator 996 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 18h 41m 1s. Computing the boundary of the generator 997 (dimension 8) : <>]>>][4 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 18h 42m 50s. Computing the boundary of the generator 998 (dimension 8) : <>]>>][4 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 18h 46m 29s. Computing the boundary of the generator 999 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 18h 47m 52s. Computing the boundary of the generator 1000 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 18h 52m 8s. Computing the boundary of the generator 1001 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 19h 3m 35s. Computing the boundary of the generator 1002 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>][2 <>]>>]>> 8536312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 19h 49m 48s. Computing the boundary of the generator 1003 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 D3][1 <>]>>]>> *CR* -- Cut = 11.238496 -- N = 4975 End of computing. ;; Clock -> 2007-04-11, 19h 54m 1s. Computing the boundary of the generator 1004 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 <>][1 <>]>>]>> 9021912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 20h 23m 3s. Computing the boundary of the generator 1005 (dimension 8) : <>]>>][4 <>][3 D4]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 20h 24m 9s. Computing the boundary of the generator 1006 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 20h 24m 32s. Computing the boundary of the generator 1007 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>][2 <>]>> 8556496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 20h 53m 30s. Computing the boundary of the generator 1008 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 20h 53m 57s. Computing the boundary of the generator 1009 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 20h 54m 23s. Computing the boundary of the generator 1010 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 20h 55m 49s. Computing the boundary of the generator 1011 (dimension 8) : <>]>>][4 <>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 20h 56m 23s. Computing the boundary of the generator 1012 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 20h 58m 26s. Computing the boundary of the generator 1013 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>> 8433896 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 21h 34m 17s. Computing the boundary of the generator 1014 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 21h 37m 19s. Computing the boundary of the generator 1015 (dimension 8) : <>]>>][4 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 21h 38m 9s. Computing the boundary of the generator 1016 (dimension 8) : <>]>>][4 <>]>>][2 <>][1 <>]>>]>> 8655600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-11, 22h 9m 57s. Computing the boundary of the generator 1017 (dimension 8) : <>]>>][4 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 22h 10m 20s. Computing the boundary of the generator 1018 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-11, 22h 10m 31s. Computing the boundary of the generator 1019 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-11, 22h 10m 53s. Computing the boundary of the generator 1020 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 22h 11m 1s. Computing the boundary of the generator 1021 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 22h 11m 12s. Computing the boundary of the generator 1022 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 22h 11m 34s. Computing the boundary of the generator 1023 (dimension 8) : <>]>>][4 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-11, 22h 11m 42s. Computing the boundary of the generator 1024 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>][1 <>]>>]>> 8401136 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8427632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8405912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 0h 16m 55s. Computing the boundary of the generator 1025 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 0h 18m 53s. Computing the boundary of the generator 1026 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 0h 19m 57s. Computing the boundary of the generator 1027 (dimension 8) : <>]>>][5 <>][4 <>]>>][1 <>]>>][1 <>]>>]>> 8696344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 1h 0m 41s. Computing the boundary of the generator 1028 (dimension 8) : <>]>>][5 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 1h 10m 9s. Computing the boundary of the generator 1029 (dimension 8) : <>]>>][5 <>]>>][1 <>]>>][1 <>]>>]>> 8500936 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 1h 54m 47s. Computing the boundary of the generator 1030 (dimension 8) : <>]>>][5 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 1h 55m 31s. Computing the boundary of the generator 1031 (dimension 8) : <>]>>][5 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 1h 55m 48s. Computing the boundary of the generator 1032 (dimension 8) : <>]>>][5 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 1h 57m 59s. Computing the boundary of the generator 1033 (dimension 8) : <>]>>][5 <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 1h 58m 29s. Computing the boundary of the generator 1034 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 0m 30s. Computing the boundary of the generator 1035 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 2m 3s. Computing the boundary of the generator 1036 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 4m 59s. Computing the boundary of the generator 1037 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 5m 21s. Computing the boundary of the generator 1038 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 6m 22s. Computing the boundary of the generator 1039 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 6m 44s. Computing the boundary of the generator 1040 (dimension 8) : <>]>>][2 D3][3 <>]>>]>> 8406560 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 2h 46m 33s. Computing the boundary of the generator 1041 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 47m 3s. Computing the boundary of the generator 1042 (dimension 8) : <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 50m 9s. Computing the boundary of the generator 1043 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 51m 8s. Computing the boundary of the generator 1044 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 52m 12s. Computing the boundary of the generator 1045 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 52m 35s. Computing the boundary of the generator 1046 (dimension 8) : <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 2h 53m 47s. Computing the boundary of the generator 1047 (dimension 8) : <>]>>][3 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 2h 55m 51s. Computing the boundary of the generator 1048 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 56m 38s. Computing the boundary of the generator 1049 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 2h 57m 8s. Computing the boundary of the generator 1050 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 2h 58m 9s. Computing the boundary of the generator 1051 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 2h 58m 32s. Computing the boundary of the generator 1052 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 0m 8s. Computing the boundary of the generator 1053 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 1m 49s. Computing the boundary of the generator 1054 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 2m 55s. Computing the boundary of the generator 1055 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 3m 18s. Computing the boundary of the generator 1056 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 4m 23s. Computing the boundary of the generator 1057 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 4m 47s. Computing the boundary of the generator 1058 (dimension 8) : <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 5m 48s. Computing the boundary of the generator 1059 (dimension 8) : <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 6m 19s. Computing the boundary of the generator 1060 (dimension 8) : <> End of computing. ;; Clock -> 2007-04-12, 3h 6m 52s. Computing the boundary of the generator 1061 (dimension 8) : <>]>> 8550024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 3h 7m 58s. Computing the boundary of the generator 1062 (dimension 8) : <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 48m 25s. Computing the boundary of the generator 1063 (dimension 8) : <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 3h 49m 31s. Computing the boundary of the generator 1064 (dimension 8) : <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 3h 51m 44s. Computing the boundary of the generator 1065 (dimension 8) : <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 52m 34s. Computing the boundary of the generator 1066 (dimension 8) : <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 3h 52m 59s. Computing the boundary of the generator 1067 (dimension 8) : <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 3h 53m 49s. Computing the boundary of the generator 1068 (dimension 8) : <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 54m 7s. Computing the boundary of the generator 1069 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 55m 1s. Computing the boundary of the generator 1070 (dimension 8) : <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 55m 33s. Computing the boundary of the generator 1071 (dimension 8) : <>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 58m 53s. Computing the boundary of the generator 1072 (dimension 8) : <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 3h 59m 58s. Computing the boundary of the generator 1073 (dimension 8) : <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 4h 1m 6s. Computing the boundary of the generator 1074 (dimension 8) : <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 4h 3m 23s. Computing the boundary of the generator 1075 (dimension 8) : <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 4m 15s. Computing the boundary of the generator 1076 (dimension 8) : <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 4h 6m 33s. Computing the boundary of the generator 1077 (dimension 8) : <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 4h 11m 10s. Computing the boundary of the generator 1078 (dimension 8) : <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 12m 55s. Computing the boundary of the generator 1079 (dimension 8) : <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 4h 13m 47s. Computing the boundary of the generator 1080 (dimension 8) : <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 4h 15m 32s. Computing the boundary of the generator 1081 (dimension 8) : <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 16m 12s. Computing the boundary of the generator 1082 (dimension 8) : <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 18m 41s. Computing the boundary of the generator 1083 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 19m 48s. Computing the boundary of the generator 1084 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 20m 57s. Computing the boundary of the generator 1085 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 4h 21m 22s. Computing the boundary of the generator 1086 (dimension 8) : <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 4h 21m 48s. Computing the boundary of the generator 1087 (dimension 8) : <>]>>][2 D3][2 <>]>> 8410904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 5h 4m 17s. Computing the boundary of the generator 1088 (dimension 8) : <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 4m 37s. Computing the boundary of the generator 1089 (dimension 8) : <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 5h 5m 31s. Computing the boundary of the generator 1090 (dimension 8) : <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 5h 7m 18s. Computing the boundary of the generator 1091 (dimension 8) : <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 7m 58s. Computing the boundary of the generator 1092 (dimension 8) : <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 5h 8m 18s. Computing the boundary of the generator 1093 (dimension 8) : <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 5h 8m 58s. Computing the boundary of the generator 1094 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 9m 13s. Computing the boundary of the generator 1095 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 10m 5s. Computing the boundary of the generator 1096 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 10m 30s. Computing the boundary of the generator 1097 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 5h 11m 38s. Computing the boundary of the generator 1098 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 5h 14m 5s. Computing the boundary of the generator 1099 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 15m 1s. Computing the boundary of the generator 1100 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 16m 20s. Computing the boundary of the generator 1101 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 18m 53s. Computing the boundary of the generator 1102 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> *CR* -- Cut = 11.312658 -- N = 5001 End of computing. ;; Clock -> 2007-04-12, 5h 19m 31s. Computing the boundary of the generator 1103 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 31s. Computing the boundary of the generator 1104 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 34s. Computing the boundary of the generator 1105 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 35s. Computing the boundary of the generator 1106 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 37s. Computing the boundary of the generator 1107 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 42s. Computing the boundary of the generator 1108 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 43s. Computing the boundary of the generator 1109 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 50s. Computing the boundary of the generator 1110 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 19m 55s. Computing the boundary of the generator 1111 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>]>> 10230088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 5h 48m 11s. Computing the boundary of the generator 1112 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 48m 12s. Computing the boundary of the generator 1113 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 48m 18s. Computing the boundary of the generator 1114 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 48m 20s. Computing the boundary of the generator 1115 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 49m 6s. Computing the boundary of the generator 1116 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 5h 49m 38s. Computing the boundary of the generator 1117 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> 8400832 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 6h 21m 6s. Computing the boundary of the generator 1118 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 6h 21m 20s. Computing the boundary of the generator 1119 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 6h 22m 3s. Computing the boundary of the generator 1120 (dimension 8) : <>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 6h 22m 17s. Computing the boundary of the generator 1121 (dimension 8) : <>][1 <>]>>][2 D3][3 <>]>>]>> 8560928 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 6h 53m 49s. Computing the boundary of the generator 1122 (dimension 8) : <>][1 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 6h 54m 9s. Computing the boundary of the generator 1123 (dimension 8) : <>][1 <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 6h 59m 17s. Computing the boundary of the generator 1124 (dimension 8) : <>][1 <>]>>][2 <>][3 <>][2 <>]>>]>> 8473616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 7h 31m 49s. Computing the boundary of the generator 1125 (dimension 8) : <>][1 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 7h 33m 49s. Computing the boundary of the generator 1126 (dimension 8) : <>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 7h 34m 11s. Computing the boundary of the generator 1127 (dimension 8) : <>][1 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 7h 36m 25s. Computing the boundary of the generator 1128 (dimension 8) : <>][1 <>]>>][3 <>]>>][2 <>]>> 8409488 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 8h 13m 33s. Computing the boundary of the generator 1129 (dimension 8) : <>][1 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 15m 5s. Computing the boundary of the generator 1130 (dimension 8) : <>][1 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 8h 15m 40s. Computing the boundary of the generator 1131 (dimension 8) : <>][1 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 8h 16m 51s. Computing the boundary of the generator 1132 (dimension 8) : <>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 17m 17s. Computing the boundary of the generator 1133 (dimension 8) : <>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 20m 45s. Computing the boundary of the generator 1134 (dimension 8) : <>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 22m 46s. Computing the boundary of the generator 1135 (dimension 8) : <>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 24m 10s. Computing the boundary of the generator 1136 (dimension 8) : <>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 8h 24m 40s. Computing the boundary of the generator 1137 (dimension 8) : <>][1 <>]>>][4 <>]>>][1 <>]>>]>> 8585672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 9h 0m 52s. Computing the boundary of the generator 1138 (dimension 8) : <>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 1m 22s. Computing the boundary of the generator 1139 (dimension 8) : <>][2 D3][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 3m 29s. Computing the boundary of the generator 1140 (dimension 8) : <>][2 D3][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 4m 8s. Computing the boundary of the generator 1141 (dimension 8) : <>][2 D3][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 9h 4m 49s. Computing the boundary of the generator 1142 (dimension 8) : <>][2 D3][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 9h 6m 13s. Computing the boundary of the generator 1143 (dimension 8) : <>][2 D3][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 6m 45s. Computing the boundary of the generator 1144 (dimension 8) : <>][2 D3][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 9h 8m 10s. Computing the boundary of the generator 1145 (dimension 8) : <>][2 D3][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 9h 11m 1s. Computing the boundary of the generator 1146 (dimension 8) : <>][2 D3][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 12m 6s. Computing the boundary of the generator 1147 (dimension 8) : <>][2 D3][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 9h 12m 39s. Computing the boundary of the generator 1148 (dimension 8) : <>][2 D3][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 9h 13m 45s. Computing the boundary of the generator 1149 (dimension 8) : <>][2 D3][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 14m 10s. Computing the boundary of the generator 1150 (dimension 8) : <>][2 D3][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 15m 50s. Computing the boundary of the generator 1151 (dimension 8) : <>][2 D3][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 9h 16m 33s. Computing the boundary of the generator 1152 (dimension 8) : <>][2 <>][1 <>]>>][3 <>]>>]>> 8502168 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 10h 2m 51s. Computing the boundary of the generator 1153 (dimension 8) : <>][2 <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 10h 4m 32s. Computing the boundary of the generator 1154 (dimension 8) : <>][2 <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 10h 6m 17s. Computing the boundary of the generator 1155 (dimension 8) : <>][2 <>][2 D3][2 <>]>> 8443544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 10h 47m 52s. Computing the boundary of the generator 1156 (dimension 8) : <>][2 <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 10h 49m 13s. Computing the boundary of the generator 1157 (dimension 8) : <>][2 <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 10h 52m 49s. Computing the boundary of the generator 1158 (dimension 8) : <>][2 <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 11h 0m 9s. Computing the boundary of the generator 1159 (dimension 8) : <>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 11h 2m 58s. Computing the boundary of the generator 1160 (dimension 8) : <>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 11h 4m 22s. Computing the boundary of the generator 1161 (dimension 8) : <>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 11h 7m 13s. Computing the boundary of the generator 1162 (dimension 8) : <>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 11h 8m 18s. Computing the boundary of the generator 1163 (dimension 8) : <>][2 <>][3 <>]>>][1 <>]>>]>> 8426368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 11h 55m 26s. Computing the boundary of the generator 1164 (dimension 8) : <>][2 <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 11h 57m 24s. Computing the boundary of the generator 1165 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 1m 14s. Computing the boundary of the generator 1166 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 1m 59s. Computing the boundary of the generator 1167 (dimension 8) : <>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 12h 2m 46s. Computing the boundary of the generator 1168 (dimension 8) : <>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 12h 4m 21s. Computing the boundary of the generator 1169 (dimension 8) : <>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 4m 57s. Computing the boundary of the generator 1170 (dimension 8) : <>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 12h 6m 33s. Computing the boundary of the generator 1171 (dimension 8) : <>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 12h 9m 46s. Computing the boundary of the generator 1172 (dimension 8) : <>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 10m 59s. Computing the boundary of the generator 1173 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 12h 11m 35s. Computing the boundary of the generator 1174 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 12h 12m 48s. Computing the boundary of the generator 1175 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 13m 16s. Computing the boundary of the generator 1176 (dimension 8) : <>][2 <>]>>][3 <>]>>][1 <>]>>]>> 8428904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 12h 15m 48s. Computing the boundary of the generator 1177 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 12h 57m 50s. Computing the boundary of the generator 1178 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 13h 1m 15s. Computing the boundary of the generator 1179 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 13h 9m 22s. Computing the boundary of the generator 1180 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>]>>]>> 8542072 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 13h 55m 5s. Computing the boundary of the generator 1181 (dimension 8) : <>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 13h 59m 47s. Computing the boundary of the generator 1182 (dimension 8) : <>][3 <>]>>][2 <>][1 <>]>>]>> 8726920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 14h 52m 44s. Computing the boundary of the generator 1183 (dimension 8) : <>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 14h 55m 57s. Computing the boundary of the generator 1184 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 14h 57m 5s. Computing the boundary of the generator 1185 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 14h 59m 23s. Computing the boundary of the generator 1186 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 15h 0m 14s. Computing the boundary of the generator 1187 (dimension 8) : <>][3 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 15h 1m 23s. Computing the boundary of the generator 1188 (dimension 8) : <>][3 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 15h 3m 41s. Computing the boundary of the generator 1189 (dimension 8) : <>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 15h 4m 33s. Computing the boundary of the generator 1190 (dimension 8) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> 8671912 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.399428 -- N = 5017 End of computing. ;; Clock -> 2007-04-12, 15h 54m 40s. Computing the boundary of the generator 1191 (dimension 8) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 15h 54m 54s. Computing the boundary of the generator 1192 (dimension 8) : <>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> 8847712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 16h 26m 52s. Computing the boundary of the generator 1193 (dimension 8) : <>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 16h 27m 21s. Computing the boundary of the generator 1194 (dimension 8) : <>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 16h 27m 57s. Computing the boundary of the generator 1195 (dimension 8) : <>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8431024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 16h 28m 9s. Computing the boundary of the generator 1196 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 16h 58m 49s. Computing the boundary of the generator 1197 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 16h 59m 6s. Computing the boundary of the generator 1198 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 0m 13s. Computing the boundary of the generator 1199 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 0m 18s. Computing the boundary of the generator 1200 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 0m 32s. Computing the boundary of the generator 1201 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 0m 37s. Computing the boundary of the generator 1202 (dimension 8) : <>]>>][1 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 0m 56s. Computing the boundary of the generator 1203 (dimension 8) : <>]>>][1 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 1m 3s. Computing the boundary of the generator 1204 (dimension 8) : <>]>>][1 <>]>>][2 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 2m 19s. Computing the boundary of the generator 1205 (dimension 8) : <>]>>][1 <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 2m 34s. Computing the boundary of the generator 1206 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 3m 0s. Computing the boundary of the generator 1207 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 3m 5s. Computing the boundary of the generator 1208 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 3m 33s. Computing the boundary of the generator 1209 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>> 8542392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 17h 4m 19s. Computing the boundary of the generator 1210 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 36m 16s. Computing the boundary of the generator 1211 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 36m 24s. Computing the boundary of the generator 1212 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 36m 39s. Computing the boundary of the generator 1213 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 36m 45s. Computing the boundary of the generator 1214 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 37m 22s. Computing the boundary of the generator 1215 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 37m 48s. Computing the boundary of the generator 1216 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 38m 6s. Computing the boundary of the generator 1217 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 38m 12s. Computing the boundary of the generator 1218 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 38m 30s. Computing the boundary of the generator 1219 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 38m 36s. Computing the boundary of the generator 1220 (dimension 8) : <>]>>][2 D3][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 38m 59s. Computing the boundary of the generator 1221 (dimension 8) : <>]>>][2 D3][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 39m 7s. Computing the boundary of the generator 1222 (dimension 8) : <>]>>][2 D3][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 39m 15s. Computing the boundary of the generator 1223 (dimension 8) : <>]>>][2 D3][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 39m 32s. Computing the boundary of the generator 1224 (dimension 8) : <>]>>][2 D3][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 39m 39s. Computing the boundary of the generator 1225 (dimension 8) : <>]>>][2 D3][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 39m 56s. Computing the boundary of the generator 1226 (dimension 8) : <>]>>][2 D3][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 40m 30s. Computing the boundary of the generator 1227 (dimension 8) : <>]>>][2 D3][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 40m 43s. Computing the boundary of the generator 1228 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 40m 49s. Computing the boundary of the generator 1229 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 41m 2s. Computing the boundary of the generator 1230 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 41m 7s. Computing the boundary of the generator 1231 (dimension 8) : <>]>>][2 D3][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 41m 25s. Computing the boundary of the generator 1232 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 41m 33s. Computing the boundary of the generator 1233 (dimension 8) : <>]>>][2 <>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 43m 10s. Computing the boundary of the generator 1234 (dimension 8) : <>]>>][2 <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 43m 28s. Computing the boundary of the generator 1235 (dimension 8) : <>]>>][2 <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 43m 47s. Computing the boundary of the generator 1236 (dimension 8) : <>]>>][2 <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 44m 25s. Computing the boundary of the generator 1237 (dimension 8) : <>]>>][2 <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 17h 44m 39s. Computing the boundary of the generator 1238 (dimension 8) : <>]>>][2 <>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 17h 45m 18s. Computing the boundary of the generator 1239 (dimension 8) : <>]>>][2 <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 17h 46m 35s. Computing the boundary of the generator 1240 (dimension 8) : <>]>>][2 <>][2 <>][2 <>]>>]>> 8579000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 17h 47m 5s. Computing the boundary of the generator 1241 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 20m 29s. Computing the boundary of the generator 1242 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 20m 59s. Computing the boundary of the generator 1243 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 21m 10s. Computing the boundary of the generator 1244 (dimension 8) : <>]>>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 22m 16s. Computing the boundary of the generator 1245 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 22m 36s. Computing the boundary of the generator 1246 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 23m 9s. Computing the boundary of the generator 1247 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 23m 17s. Computing the boundary of the generator 1248 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 23m 25s. Computing the boundary of the generator 1249 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 23m 40s. Computing the boundary of the generator 1250 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 23m 46s. Computing the boundary of the generator 1251 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 24m 2s. Computing the boundary of the generator 1252 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 24m 33s. Computing the boundary of the generator 1253 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 24m 45s. Computing the boundary of the generator 1254 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 24m 51s. Computing the boundary of the generator 1255 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 25m 3s. Computing the boundary of the generator 1256 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 25m 8s. Computing the boundary of the generator 1257 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 25m 29s. Computing the boundary of the generator 1258 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 25m 37s. Computing the boundary of the generator 1259 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 26m 6s. Computing the boundary of the generator 1260 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 27m 13s. Computing the boundary of the generator 1261 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 27m 39s. Computing the boundary of the generator 1262 (dimension 8) : <>]>>][3 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 28m 18s. Computing the boundary of the generator 1263 (dimension 8) : <>]>>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 29m 31s. Computing the boundary of the generator 1264 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 29m 59s. Computing the boundary of the generator 1265 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 18h 30m 10s. Computing the boundary of the generator 1266 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 18h 30m 33s. Computing the boundary of the generator 1267 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 30m 41s. Computing the boundary of the generator 1268 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 30m 52s. Computing the boundary of the generator 1269 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 31m 15s. Computing the boundary of the generator 1270 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 18h 31m 23s. Computing the boundary of the generator 1271 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> 8488888 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 19h 7m 3s. Computing the boundary of the generator 1272 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 7m 40s. Computing the boundary of the generator 1273 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 8m 5s. Computing the boundary of the generator 1274 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 8m 14s. Computing the boundary of the generator 1275 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 8m 39s. Computing the boundary of the generator 1276 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 8m 48s. Computing the boundary of the generator 1277 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8428848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 19h 50m 6s. Computing the boundary of the generator 1278 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 19h 53m 23s. Computing the boundary of the generator 1279 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 19h 55m 18s. Computing the boundary of the generator 1280 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 19h 59m 45s. Computing the boundary of the generator 1281 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 20h 1m 29s. Computing the boundary of the generator 1282 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3]>> 8407704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 20h 44m 4s. Computing the boundary of the generator 1283 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 20h 58m 2s. Computing the boundary of the generator 1284 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> 8393496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 21h 42m 42s. Computing the boundary of the generator 1285 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 21h 44m 57s. Computing the boundary of the generator 1286 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-12, 21h 50m 31s. Computing the boundary of the generator 1287 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 21h 52m 42s. Computing the boundary of the generator 1288 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> 8396592 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 22h 41m 22s. Computing the boundary of the generator 1289 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 22h 46m 19s. Computing the boundary of the generator 1290 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 22h 48m 38s. Computing the boundary of the generator 1291 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>> 8718096 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-12, 23h 35m 29s. Computing the boundary of the generator 1292 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 23h 37m 36s. Computing the boundary of the generator 1293 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 23h 39m 49s. Computing the boundary of the generator 1294 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 23h 45m 48s. Computing the boundary of the generator 1295 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-12, 23h 48m 0s. Computing the boundary of the generator 1296 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-12, 23h 55m 51s. Computing the boundary of the generator 1297 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>> 8460288 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 0h 59m 18s. Computing the boundary of the generator 1298 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> 8543240 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 1h 51m 46s. Computing the boundary of the generator 1299 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 1h 59m 12s. Computing the boundary of the generator 1300 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>]>> *CR* -- Cut = 11.481583 -- N = 5052 9856856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 2h 36m 49s. Computing the boundary of the generator 1301 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 2h 37m 39s. Computing the boundary of the generator 1302 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 2h 37m 57s. Computing the boundary of the generator 1303 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 2h 38m 49s. Computing the boundary of the generator 1304 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> 8495144 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 3h 9m 4s. Computing the boundary of the generator 1305 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 3h 9m 27s. Computing the boundary of the generator 1306 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 3h 10m 39s. Computing the boundary of the generator 1307 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 3h 11m 8s. Computing the boundary of the generator 1308 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> 8429816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 3h 45m 28s. Computing the boundary of the generator 1309 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 3h 47m 25s. Computing the boundary of the generator 1310 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 3h 49m 41s. Computing the boundary of the generator 1311 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> 8462712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 4h 23m 37s. Computing the boundary of the generator 1312 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 4h 24m 20s. Computing the boundary of the generator 1313 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 4h 25m 59s. Computing the boundary of the generator 1314 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 4h 26m 38s. Computing the boundary of the generator 1315 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 4h 28m 30s. Computing the boundary of the generator 1316 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 4h 33m 38s. Computing the boundary of the generator 1317 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 4h 35m 43s. Computing the boundary of the generator 1318 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 4h 36m 32s. Computing the boundary of the generator 1319 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> 9001456 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 5h 12m 43s. Computing the boundary of the generator 1320 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 13m 31s. Computing the boundary of the generator 1321 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 16m 38s. Computing the boundary of the generator 1322 (dimension 8) : <>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 18m 23s. Computing the boundary of the generator 1323 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 5h 19m 13s. Computing the boundary of the generator 1324 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 5h 21m 8s. Computing the boundary of the generator 1325 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 21m 53s. Computing the boundary of the generator 1326 (dimension 8) : <>][2 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 22m 37s. Computing the boundary of the generator 1327 (dimension 8) : <>][2 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 24m 10s. Computing the boundary of the generator 1328 (dimension 8) : <>][2 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 5h 24m 45s. Computing the boundary of the generator 1329 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][2 D3]>> 8429776 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 5h 27m 28s. Computing the boundary of the generator 1330 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 6h 10m 26s. Computing the boundary of the generator 1331 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 13m 20s. Computing the boundary of the generator 1332 (dimension 8) : <>][2 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 15m 17s. Computing the boundary of the generator 1333 (dimension 8) : <>][2 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 16m 49s. Computing the boundary of the generator 1334 (dimension 8) : <>][2 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 17m 23s. Computing the boundary of the generator 1335 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 6h 17m 40s. Computing the boundary of the generator 1336 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 6h 18m 14s. Computing the boundary of the generator 1337 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 18m 27s. Computing the boundary of the generator 1338 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 18m 44s. Computing the boundary of the generator 1339 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 19m 18s. Computing the boundary of the generator 1340 (dimension 8) : <>][2 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 19m 31s. Computing the boundary of the generator 1341 (dimension 8) : <>][2 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> 8482264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 6h 57m 38s. Computing the boundary of the generator 1342 (dimension 8) : <>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 6h 58m 0s. Computing the boundary of the generator 1343 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 7h 0m 54s. Computing the boundary of the generator 1344 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 7h 8m 12s. Computing the boundary of the generator 1345 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> 8826272 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 7h 49m 52s. Computing the boundary of the generator 1346 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 7h 52m 55s. Computing the boundary of the generator 1347 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 8h 1m 50s. Computing the boundary of the generator 1348 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> 8742192 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 8h 45m 12s. Computing the boundary of the generator 1349 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 8h 48m 17s. Computing the boundary of the generator 1350 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 8h 58m 59s. Computing the boundary of the generator 1351 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8455520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 9h 44m 14s. Computing the boundary of the generator 1352 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 9h 45m 56s. Computing the boundary of the generator 1353 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 9h 49m 22s. Computing the boundary of the generator 1354 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 9h 50m 40s. Computing the boundary of the generator 1355 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 9h 52m 24s. Computing the boundary of the generator 1356 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 9h 55m 52s. Computing the boundary of the generator 1357 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 9h 57m 11s. Computing the boundary of the generator 1358 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 9h 58m 56s. Computing the boundary of the generator 1359 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 10h 2m 27s. Computing the boundary of the generator 1360 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 10h 3m 46s. Computing the boundary of the generator 1361 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 10h 11m 31s. Computing the boundary of the generator 1362 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>][2 <>]>> 9283296 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 10254880 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 11h 15m 3s. Computing the boundary of the generator 1363 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> *CR* -- Cut = 11.562645 -- N = 5100 End of computing. ;; Clock -> 2007-04-13, 12h 5m 53s. Computing the boundary of the generator 1364 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 12h 6m 14s. Computing the boundary of the generator 1365 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 <>][1 <>]>>]>> 8606960 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 12h 38m 28s. Computing the boundary of the generator 1366 (dimension 8) : <>][3 D4]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> 8427080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 13h 10m 44s. Computing the boundary of the generator 1367 (dimension 8) : <>][3 D4]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 13h 11m 57s. Computing the boundary of the generator 1368 (dimension 8) : <>][3 D4]>>][2 <>][1 <>]>>][1 <>]>>]>> 8395024 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 13h 50m 42s. Computing the boundary of the generator 1369 (dimension 8) : <>][3 D4]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 13h 53m 28s. Computing the boundary of the generator 1370 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 13h 54m 16s. Computing the boundary of the generator 1371 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 13h 56m 20s. Computing the boundary of the generator 1372 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 13h 57m 11s. Computing the boundary of the generator 1373 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 13h 57m 59s. Computing the boundary of the generator 1374 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> 8611728 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 14h 34m 14s. Computing the boundary of the generator 1375 (dimension 8) : <>][3 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 14h 35m 12s. Computing the boundary of the generator 1376 (dimension 8) : <>][3 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 14h 35m 58s. Computing the boundary of the generator 1377 (dimension 8) : <>][3 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 14h 39m 1s. Computing the boundary of the generator 1378 (dimension 8) : <>][3 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 14h 40m 4s. Computing the boundary of the generator 1379 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 14h 44m 25s. Computing the boundary of the generator 1380 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> 8657224 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 15h 32m 12s. Computing the boundary of the generator 1381 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> 8507664 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 16h 10m 58s. Computing the boundary of the generator 1382 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 11m 44s. Computing the boundary of the generator 1383 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 13m 18s. Computing the boundary of the generator 1384 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 13m 53s. Computing the boundary of the generator 1385 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 14m 39s. Computing the boundary of the generator 1386 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 16m 14s. Computing the boundary of the generator 1387 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 16m 49s. Computing the boundary of the generator 1388 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-13, 16h 17m 5s. Computing the boundary of the generator 1389 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-13, 16h 17m 38s. Computing the boundary of the generator 1390 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 17m 51s. Computing the boundary of the generator 1391 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 18m 7s. Computing the boundary of the generator 1392 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 18m 40s. Computing the boundary of the generator 1393 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 18m 52s. Computing the boundary of the generator 1394 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 19m 8s. Computing the boundary of the generator 1395 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 19m 41s. Computing the boundary of the generator 1396 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 16h 19m 54s. Computing the boundary of the generator 1397 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8562600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8430312 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 9110704 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. 8514824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 19h 27m 47s. Computing the boundary of the generator 1398 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 19h 30m 24s. Computing the boundary of the generator 1399 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 19h 31m 48s. Computing the boundary of the generator 1400 (dimension 8) : <>][4 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8514472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 20h 21m 35s. Computing the boundary of the generator 1401 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8727360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 21h 20m 21s. Computing the boundary of the generator 1402 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 21h 29m 15s. Computing the boundary of the generator 1403 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 21h 30m 11s. Computing the boundary of the generator 1404 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 21h 30m 32s. Computing the boundary of the generator 1405 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> *CR* -- Cut = 11.64511 -- N = 5138 9267712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 22h 3m 15s. Computing the boundary of the generator 1406 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 22h 3m 26s. Computing the boundary of the generator 1407 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> 9075712 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 22h 4m 40s. Computing the boundary of the generator 1408 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 22h 36m 54s. Computing the boundary of the generator 1409 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>]>> End of computing. ;; Clock -> 2007-04-13, 22h 40m 27s. Computing the boundary of the generator 1410 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 22h 40m 44s. Computing the boundary of the generator 1411 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>]>>]>> 8403816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 23h 14m 45s. Computing the boundary of the generator 1412 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 23h 15m 2s. Computing the boundary of the generator 1413 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 23h 16m 24s. Computing the boundary of the generator 1414 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 23h 16m 47s. Computing the boundary of the generator 1415 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][3 <>]>>]>> 8479248 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-13, 23h 57m 19s. Computing the boundary of the generator 1416 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-13, 23h 58m 19s. Computing the boundary of the generator 1417 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 0m 28s. Computing the boundary of the generator 1418 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 0m 52s. Computing the boundary of the generator 1419 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 0h 3m 15s. Computing the boundary of the generator 1420 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][2 <>]>> 8434480 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 0h 43m 7s. Computing the boundary of the generator 1421 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 44m 32s. Computing the boundary of the generator 1422 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 0h 45m 8s. Computing the boundary of the generator 1423 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 0h 46m 22s. Computing the boundary of the generator 1424 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 46m 49s. Computing the boundary of the generator 1425 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 49m 55s. Computing the boundary of the generator 1426 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 51m 59s. Computing the boundary of the generator 1427 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 53m 25s. Computing the boundary of the generator 1428 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 0h 53m 55s. Computing the boundary of the generator 1429 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>]>>][1 <>]>>]>> 8581840 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 1h 33m 22s. Computing the boundary of the generator 1430 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 33m 53s. Computing the boundary of the generator 1431 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 36m 10s. Computing the boundary of the generator 1432 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 36m 50s. Computing the boundary of the generator 1433 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 1h 37m 33s. Computing the boundary of the generator 1434 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 1h 38m 58s. Computing the boundary of the generator 1435 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 39m 31s. Computing the boundary of the generator 1436 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 1h 40m 57s. Computing the boundary of the generator 1437 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 1h 43m 52s. Computing the boundary of the generator 1438 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 44m 59s. Computing the boundary of the generator 1439 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 1h 45m 32s. Computing the boundary of the generator 1440 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 1h 46m 39s. Computing the boundary of the generator 1441 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 47m 5s. Computing the boundary of the generator 1442 (dimension 8) : <>]>>][1 <>]>>][2 D3][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 48m 39s. Computing the boundary of the generator 1443 (dimension 8) : <>]>>][1 <>]>>][2 D3][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 1h 49m 22s. Computing the boundary of the generator 1444 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][3 <>]>>]>> 8555696 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 2h 38m 45s. Computing the boundary of the generator 1445 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 2h 40m 27s. Computing the boundary of the generator 1446 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 2h 42m 13s. Computing the boundary of the generator 1447 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 2h 45m 46s. Computing the boundary of the generator 1448 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 2h 47m 7s. Computing the boundary of the generator 1449 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>][2 D3]>> 8438200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 3h 31m 54s. Computing the boundary of the generator 1450 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 3h 39m 15s. Computing the boundary of the generator 1451 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 3h 42m 5s. Computing the boundary of the generator 1452 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 3h 43m 30s. Computing the boundary of the generator 1453 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 3h 46m 22s. Computing the boundary of the generator 1454 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 3h 47m 27s. Computing the boundary of the generator 1455 (dimension 8) : <>]>>][1 <>]>>][2 <>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 3h 53m 57s. Computing the boundary of the generator 1456 (dimension 8) : <>]>>][1 <>]>>][2 <>][3 <>][2 <>]>>][1 <>]>>]>> 8427328 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 4h 38m 44s. Computing the boundary of the generator 1457 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 42m 28s. Computing the boundary of the generator 1458 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 43m 14s. Computing the boundary of the generator 1459 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 4h 44m 1s. Computing the boundary of the generator 1460 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 4h 45m 35s. Computing the boundary of the generator 1461 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 46m 11s. Computing the boundary of the generator 1462 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 4h 47m 46s. Computing the boundary of the generator 1463 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 4h 50m 57s. Computing the boundary of the generator 1464 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 52m 9s. Computing the boundary of the generator 1465 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 4h 52m 45s. Computing the boundary of the generator 1466 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 4h 53m 58s. Computing the boundary of the generator 1467 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 54m 25s. Computing the boundary of the generator 1468 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 56m 38s. Computing the boundary of the generator 1469 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 4h 57m 25s. Computing the boundary of the generator 1470 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][2 D3]>> 8871768 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 5h 44m 41s. Computing the boundary of the generator 1471 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 5h 51m 33s. Computing the boundary of the generator 1472 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 5h 54m 15s. Computing the boundary of the generator 1473 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 D3][1 <>]>>]>> 8429080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 6h 44m 12s. Computing the boundary of the generator 1474 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 6h 51m 57s. Computing the boundary of the generator 1475 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 6h 54m 53s. Computing the boundary of the generator 1476 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 6h 56m 4s. Computing the boundary of the generator 1477 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 6h 58m 29s. Computing the boundary of the generator 1478 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 6h 59m 24s. Computing the boundary of the generator 1479 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 7h 0m 36s. Computing the boundary of the generator 1480 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>][1 <>]>>]>> 8721760 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 7h 50m 0s. Computing the boundary of the generator 1481 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 7h 50m 55s. Computing the boundary of the generator 1482 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 7h 57m 4s. Computing the boundary of the generator 1483 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 8h 1m 8s. Computing the boundary of the generator 1484 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 8h 3m 51s. Computing the boundary of the generator 1485 (dimension 8) : <>]>>][1 <>]>>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 8h 4m 48s. Computing the boundary of the generator 1486 (dimension 8) : <>]>>][1 <>]>>][4 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 8h 7m 32s. Computing the boundary of the generator 1487 (dimension 8) : <>]>>][1 <>]>>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 8h 8m 30s. Computing the boundary of the generator 1488 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][3 <>]>>]>> 8428856 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 9h 0m 8s. Computing the boundary of the generator 1489 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 1m 20s. Computing the boundary of the generator 1490 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 9h 2m 36s. Computing the boundary of the generator 1491 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 5m 9s. Computing the boundary of the generator 1492 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 7s. Computing the boundary of the generator 1493 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>][2 D3]>> *CR* -- Cut = 11.739712 -- N = 5156 End of computing. ;; Clock -> 2007-04-14, 9h 6m 35s. Computing the boundary of the generator 1494 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 38s. Computing the boundary of the generator 1495 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 41s. Computing the boundary of the generator 1496 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 42s. Computing the boundary of the generator 1497 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 46s. Computing the boundary of the generator 1498 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 47s. Computing the boundary of the generator 1499 (dimension 8) : <>]>>][2 D3][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 6m 56s. Computing the boundary of the generator 1500 (dimension 8) : <>]>>][2 D3][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 7m 1s. Computing the boundary of the generator 1501 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 9h 7m 5s. Computing the boundary of the generator 1502 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 7m 13s. Computing the boundary of the generator 1503 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 7m 16s. Computing the boundary of the generator 1504 (dimension 8) : <>]>>][2 D3][2 D3][2 D3][1 <>]>>]>> 8742016 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 9h 7m 21s. Computing the boundary of the generator 1505 (dimension 8) : <>]>>][2 D3][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 39m 18s. Computing the boundary of the generator 1506 (dimension 8) : <>]>>][2 D3][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 39m 22s. Computing the boundary of the generator 1507 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 9h 39m 33s. Computing the boundary of the generator 1508 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 39m 56s. Computing the boundary of the generator 1509 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 40m 6s. Computing the boundary of the generator 1510 (dimension 8) : <>]>>][2 D3][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 40m 19s. Computing the boundary of the generator 1511 (dimension 8) : <>]>>][2 D3][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 40m 48s. Computing the boundary of the generator 1512 (dimension 8) : <>]>>][2 D3][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 0s. Computing the boundary of the generator 1513 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 6s. Computing the boundary of the generator 1514 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 18s. Computing the boundary of the generator 1515 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 23s. Computing the boundary of the generator 1516 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 29s. Computing the boundary of the generator 1517 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 42s. Computing the boundary of the generator 1518 (dimension 8) : <>]>>][2 D3][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 41m 47s. Computing the boundary of the generator 1519 (dimension 8) : <>]>>][2 D3][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 42m 4s. Computing the boundary of the generator 1520 (dimension 8) : <>]>>][2 D3][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 9h 42m 14s. Computing the boundary of the generator 1521 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8590800 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 10h 17m 37s. Computing the boundary of the generator 1522 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 10h 18m 14s. Computing the boundary of the generator 1523 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 10h 18m 51s. Computing the boundary of the generator 1524 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 10h 20m 6s. Computing the boundary of the generator 1525 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 10h 20m 35s. Computing the boundary of the generator 1526 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 10h 21m 49s. Computing the boundary of the generator 1527 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>][2 <>]>> 8536528 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 10h 59m 3s. Computing the boundary of the generator 1528 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 0m 4s. Computing the boundary of the generator 1529 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 11h 0m 36s. Computing the boundary of the generator 1530 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 11h 1m 40s. Computing the boundary of the generator 1531 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 2m 4s. Computing the boundary of the generator 1532 (dimension 8) : <>]>>][2 <>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 4m 14s. Computing the boundary of the generator 1533 (dimension 8) : <>]>>][2 <>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 5m 4s. Computing the boundary of the generator 1534 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 11h 5m 53s. Computing the boundary of the generator 1535 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 11h 7m 35s. Computing the boundary of the generator 1536 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 8m 14s. Computing the boundary of the generator 1537 (dimension 8) : <>]>>][2 <>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 9m 7s. Computing the boundary of the generator 1538 (dimension 8) : <>]>>][2 <>][2 D3][2 <>][1 <>]>>]>> 8475256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 11h 46m 54s. Computing the boundary of the generator 1539 (dimension 8) : <>]>>][2 <>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 47m 36s. Computing the boundary of the generator 1540 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 11h 49m 27s. Computing the boundary of the generator 1541 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 11h 53m 16s. Computing the boundary of the generator 1542 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 54m 46s. Computing the boundary of the generator 1543 (dimension 8) : <>]>>][2 <>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 11h 56m 48s. Computing the boundary of the generator 1544 (dimension 8) : <>]>>][2 <>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 0m 59s. Computing the boundary of the generator 1545 (dimension 8) : <>]>>][2 <>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 2m 37s. Computing the boundary of the generator 1546 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 12h 3m 26s. Computing the boundary of the generator 1547 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 12h 5m 7s. Computing the boundary of the generator 1548 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 5m 45s. Computing the boundary of the generator 1549 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 D3][1 <>]>>]>> 8438920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 12h 6m 36s. Computing the boundary of the generator 1550 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 46m 7s. Computing the boundary of the generator 1551 (dimension 8) : <>]>>][2 <>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 46m 46s. Computing the boundary of the generator 1552 (dimension 8) : <>]>>][2 <>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 50m 8s. Computing the boundary of the generator 1553 (dimension 8) : <>]>>][2 <>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 12h 51m 24s. Computing the boundary of the generator 1554 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8414432 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 13h 32m 42s. Computing the boundary of the generator 1555 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 33m 8s. Computing the boundary of the generator 1556 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 33m 36s. Computing the boundary of the generator 1557 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 34m 32s. Computing the boundary of the generator 1558 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 34m 53s. Computing the boundary of the generator 1559 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 35m 49s. Computing the boundary of the generator 1560 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 37m 43s. Computing the boundary of the generator 1561 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 38m 26s. Computing the boundary of the generator 1562 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 38m 48s. Computing the boundary of the generator 1563 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 39m 31s. Computing the boundary of the generator 1564 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 39m 48s. Computing the boundary of the generator 1565 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 40m 55s. Computing the boundary of the generator 1566 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 41m 23s. Computing the boundary of the generator 1567 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 41m 53s. Computing the boundary of the generator 1568 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 42m 53s. Computing the boundary of the generator 1569 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 43m 16s. Computing the boundary of the generator 1570 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 43m 46s. Computing the boundary of the generator 1571 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 44m 46s. Computing the boundary of the generator 1572 (dimension 8) : <>]>>][2 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 45m 9s. Computing the boundary of the generator 1573 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 46m 10s. Computing the boundary of the generator 1574 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 48m 13s. Computing the boundary of the generator 1575 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 49m 0s. Computing the boundary of the generator 1576 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 50m 3s. Computing the boundary of the generator 1577 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 52m 9s. Computing the boundary of the generator 1578 (dimension 8) : <>]>>][2 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 52m 57s. Computing the boundary of the generator 1579 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 13h 53m 20s. Computing the boundary of the generator 1580 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 13h 54m 8s. Computing the boundary of the generator 1581 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 13h 54m 27s. Computing the boundary of the generator 1582 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> 8456360 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 13h 54m 51s. Computing the boundary of the generator 1583 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 14h 37m 3s. Computing the boundary of the generator 1584 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 14h 37m 22s. Computing the boundary of the generator 1585 (dimension 8) : <>]>>][2 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 14h 38m 40s. Computing the boundary of the generator 1586 (dimension 8) : <>]>>][2 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 14h 39m 12s. Computing the boundary of the generator 1587 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 14h 42m 16s. Computing the boundary of the generator 1588 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> 8404904 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 15h 33m 12s. Computing the boundary of the generator 1589 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 15h 36m 45s. Computing the boundary of the generator 1590 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> 8527344 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 16h 24m 38s. Computing the boundary of the generator 1591 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> 8421464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 17h 21m 33s. Computing the boundary of the generator 1592 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 17h 26m 11s. Computing the boundary of the generator 1593 (dimension 8) : <>]>>][3 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 17h 30m 40s. Computing the boundary of the generator 1594 (dimension 8) : <>]>>][3 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8795416 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. *CR* -- Cut = 11.81839 -- N = 5187 9563872 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 18h 59m 59s. Computing the boundary of the generator 1595 (dimension 8) : <>]>>][3 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 0m 45s. Computing the boundary of the generator 1596 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 19h 1m 22s. Computing the boundary of the generator 1597 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> 8402600 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 19h 3m 12s. Computing the boundary of the generator 1598 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 37m 46s. Computing the boundary of the generator 1599 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 38m 43s. Computing the boundary of the generator 1600 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 41m 47s. Computing the boundary of the generator 1601 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 43m 3s. Computing the boundary of the generator 1602 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 19h 44m 0s. Computing the boundary of the generator 1603 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8578736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 20h 20m 34s. Computing the boundary of the generator 1604 (dimension 8) : <>]>>][3 <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 20h 20m 53s. Computing the boundary of the generator 1605 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 20h 25m 47s. Computing the boundary of the generator 1606 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 20h 27m 22s. Computing the boundary of the generator 1607 (dimension 8) : <>]>>][4 <>][3 D4]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8904536 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 21h 15m 25s. Computing the boundary of the generator 1608 (dimension 8) : <>]>>][4 <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 21h 15m 55s. Computing the boundary of the generator 1609 (dimension 8) : <>]>>][4 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8425544 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 21h 55m 35s. Computing the boundary of the generator 1610 (dimension 8) : <>]>>][4 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 21h 56m 6s. Computing the boundary of the generator 1611 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 21h 57m 29s. Computing the boundary of the generator 1612 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 21h 58m 7s. Computing the boundary of the generator 1613 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 21h 58m 47s. Computing the boundary of the generator 1614 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 22h 0m 8s. Computing the boundary of the generator 1615 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 0m 38s. Computing the boundary of the generator 1616 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 22h 2m 0s. Computing the boundary of the generator 1617 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 22h 4m 45s. Computing the boundary of the generator 1618 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 5m 48s. Computing the boundary of the generator 1619 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 22h 6m 20s. Computing the boundary of the generator 1620 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 22h 7m 23s. Computing the boundary of the generator 1621 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 7m 47s. Computing the boundary of the generator 1622 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 8m 58s. Computing the boundary of the generator 1623 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 9m 39s. Computing the boundary of the generator 1624 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 22h 10m 22s. Computing the boundary of the generator 1625 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 22h 11m 49s. Computing the boundary of the generator 1626 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 12m 22s. Computing the boundary of the generator 1627 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 13m 6s. Computing the boundary of the generator 1628 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 14m 35s. Computing the boundary of the generator 1629 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 22h 15m 8s. Computing the boundary of the generator 1630 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 22h 16m 37s. Computing the boundary of the generator 1631 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>> 8509080 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-14, 23h 0m 1s. Computing the boundary of the generator 1632 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 1m 9s. Computing the boundary of the generator 1633 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 2m 42s. Computing the boundary of the generator 1634 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 5m 48s. Computing the boundary of the generator 1635 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 6m 59s. Computing the boundary of the generator 1636 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 23h 7m 34s. Computing the boundary of the generator 1637 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 23h 8m 45s. Computing the boundary of the generator 1638 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 9m 12s. Computing the boundary of the generator 1639 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 9m 48s. Computing the boundary of the generator 1640 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 11m 0s. Computing the boundary of the generator 1641 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 11m 27s. Computing the boundary of the generator 1642 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 12m 49s. Computing the boundary of the generator 1643 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 13m 35s. Computing the boundary of the generator 1644 (dimension 8) : <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 23h 14m 23s. Computing the boundary of the generator 1645 (dimension 8) : <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 23h 15m 58s. Computing the boundary of the generator 1646 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 16m 34s. Computing the boundary of the generator 1647 (dimension 8) : <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 17m 23s. Computing the boundary of the generator 1648 (dimension 8) : <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 18m 59s. Computing the boundary of the generator 1649 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 19m 36s. Computing the boundary of the generator 1650 (dimension 8) : <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 20m 25s. Computing the boundary of the generator 1651 (dimension 8) : <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 22m 3s. Computing the boundary of the generator 1652 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 22m 40s. Computing the boundary of the generator 1653 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-14, 23h 24m 19s. Computing the boundary of the generator 1654 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-14, 23h 27m 38s. Computing the boundary of the generator 1655 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 28m 54s. Computing the boundary of the generator 1656 (dimension 8) : <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-14, 23h 30m 36s. Computing the boundary of the generator 1657 (dimension 8) : <>][1 <>]>>][2 <>][1 <>]>>]>> 8403864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 0h 16m 21s. Computing the boundary of the generator 1658 (dimension 8) : <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 17m 40s. Computing the boundary of the generator 1659 (dimension 8) : <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 19m 24s. Computing the boundary of the generator 1660 (dimension 8) : <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 22m 53s. Computing the boundary of the generator 1661 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 24m 13s. Computing the boundary of the generator 1662 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 0h 24m 53s. Computing the boundary of the generator 1663 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 0h 26m 12s. Computing the boundary of the generator 1664 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 26m 42s. Computing the boundary of the generator 1665 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 27m 22s. Computing the boundary of the generator 1666 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 28m 42s. Computing the boundary of the generator 1667 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 29m 13s. Computing the boundary of the generator 1668 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 29m 53s. Computing the boundary of the generator 1669 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 31m 14s. Computing the boundary of the generator 1670 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 31m 44s. Computing the boundary of the generator 1671 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 33m 18s. Computing the boundary of the generator 1672 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 0h 34m 10s. Computing the boundary of the generator 1673 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 8400352 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 1h 24m 13s. Computing the boundary of the generator 1674 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 1h 26m 5s. Computing the boundary of the generator 1675 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 1h 28m 1s. Computing the boundary of the generator 1676 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 1h 31m 54s. Computing the boundary of the generator 1677 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 1h 33m 24s. Computing the boundary of the generator 1678 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>][2 D3]>> 8572464 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 2h 22m 55s. Computing the boundary of the generator 1679 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 2h 30m 58s. Computing the boundary of the generator 1680 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 2h 34m 4s. Computing the boundary of the generator 1681 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 2h 35m 37s. Computing the boundary of the generator 1682 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 2h 38m 45s. Computing the boundary of the generator 1683 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 2h 39m 56s. Computing the boundary of the generator 1684 (dimension 8) : <>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> 8582520 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 3h 31m 49s. Computing the boundary of the generator 1685 (dimension 8) : <>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 3h 33m 56s. Computing the boundary of the generator 1686 (dimension 8) : <>][1 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 3h 36m 8s. Computing the boundary of the generator 1687 (dimension 8) : <>][1 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 3h 40m 35s. Computing the boundary of the generator 1688 (dimension 8) : <>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 3h 42m 16s. Computing the boundary of the generator 1689 (dimension 8) : <>][1 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 3h 44m 31s. Computing the boundary of the generator 1690 (dimension 8) : <>][1 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 3h 49m 3s. Computing the boundary of the generator 1691 (dimension 8) : <>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 3h 50m 46s. Computing the boundary of the generator 1692 (dimension 8) : <>][1 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 3h 55m 22s. Computing the boundary of the generator 1693 (dimension 8) : <>][1 <>]>>][2 <>][1 <>]>>][2 <>]>> *CR* -- Cut = 11.890163 -- N = 5202 End of computing. ;; Clock -> 2007-04-15, 4h 0m 17s. Computing the boundary of the generator 1694 (dimension 8) : <>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> 10189848 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 4h 32m 25s. Computing the boundary of the generator 1695 (dimension 8) : <>][1 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 32m 38s. Computing the boundary of the generator 1696 (dimension 8) : <>][1 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 33m 14s. Computing the boundary of the generator 1697 (dimension 8) : <>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 33m 35s. Computing the boundary of the generator 1698 (dimension 8) : <>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 4h 33m 45s. Computing the boundary of the generator 1699 (dimension 8) : <>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 4h 34m 6s. Computing the boundary of the generator 1700 (dimension 8) : <>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 34m 14s. Computing the boundary of the generator 1701 (dimension 8) : <>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 34m 26s. Computing the boundary of the generator 1702 (dimension 8) : <>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 34m 51s. Computing the boundary of the generator 1703 (dimension 8) : <>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 4h 35m 1s. Computing the boundary of the generator 1704 (dimension 8) : <>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> 8911200 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 5h 11m 15s. Computing the boundary of the generator 1705 (dimension 8) : <>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 11m 54s. Computing the boundary of the generator 1706 (dimension 8) : <>][2 D3][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 5h 12m 33s. Computing the boundary of the generator 1707 (dimension 8) : <>][2 D3][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 5h 13m 53s. Computing the boundary of the generator 1708 (dimension 8) : <>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 14m 24s. Computing the boundary of the generator 1709 (dimension 8) : <>][2 D3][1 <>]>>][2 D3][1 <>]>>]>> 8389920 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 5h 15m 6s. Computing the boundary of the generator 1710 (dimension 8) : <>][2 D3][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 52m 12s. Computing the boundary of the generator 1711 (dimension 8) : <>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 52m 45s. Computing the boundary of the generator 1712 (dimension 8) : <>][2 D3][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 53m 31s. Computing the boundary of the generator 1713 (dimension 8) : <>][2 D3][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 55m 4s. Computing the boundary of the generator 1714 (dimension 8) : <>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 5h 55m 41s. Computing the boundary of the generator 1715 (dimension 8) : <>][2 <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 5h 57m 19s. Computing the boundary of the generator 1716 (dimension 8) : <>][2 <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 6h 0m 43s. Computing the boundary of the generator 1717 (dimension 8) : <>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 2m 5s. Computing the boundary of the generator 1718 (dimension 8) : <>][2 <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 3m 58s. Computing the boundary of the generator 1719 (dimension 8) : <>][2 <>][1 <>]>>][2 <>][1 <>]>>]>> 8468736 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 6h 45m 25s. Computing the boundary of the generator 1720 (dimension 8) : <>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 46m 58s. Computing the boundary of the generator 1721 (dimension 8) : <>][2 <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 49m 4s. Computing the boundary of the generator 1722 (dimension 8) : <>][2 <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 53m 25s. Computing the boundary of the generator 1723 (dimension 8) : <>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 55m 8s. Computing the boundary of the generator 1724 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 6h 55m 59s. Computing the boundary of the generator 1725 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 6h 57m 44s. Computing the boundary of the generator 1726 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 58m 23s. Computing the boundary of the generator 1727 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 6h 59m 17s. Computing the boundary of the generator 1728 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 1m 4s. Computing the boundary of the generator 1729 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 1m 46s. Computing the boundary of the generator 1730 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 2m 41s. Computing the boundary of the generator 1731 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 4m 32s. Computing the boundary of the generator 1732 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 5m 15s. Computing the boundary of the generator 1733 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 9154304 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 7h 48m 22s. Computing the boundary of the generator 1734 (dimension 8) : <>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 49m 45s. Computing the boundary of the generator 1735 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 51m 1s. Computing the boundary of the generator 1736 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 7h 51m 21s. Computing the boundary of the generator 1737 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 7h 51m 42s. Computing the boundary of the generator 1738 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>> 8412864 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 8h 33m 19s. Computing the boundary of the generator 1739 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 33m 34s. Computing the boundary of the generator 1740 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 8h 34m 16s. Computing the boundary of the generator 1741 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 8h 35m 40s. Computing the boundary of the generator 1742 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 36m 12s. Computing the boundary of the generator 1743 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 8h 36m 29s. Computing the boundary of the generator 1744 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 8h 37m 1s. Computing the boundary of the generator 1745 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 37m 13s. Computing the boundary of the generator 1746 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 38m 5s. Computing the boundary of the generator 1747 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 38m 27s. Computing the boundary of the generator 1748 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 8h 38m 50s. Computing the boundary of the generator 1749 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 8h 39m 35s. Computing the boundary of the generator 1750 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 39m 52s. Computing the boundary of the generator 1751 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 40m 15s. Computing the boundary of the generator 1752 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 41m 0s. Computing the boundary of the generator 1753 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 41m 18s. Computing the boundary of the generator 1754 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 8h 42m 4s. Computing the boundary of the generator 1755 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 8h 43m 38s. Computing the boundary of the generator 1756 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 44m 14s. Computing the boundary of the generator 1757 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 45m 2s. Computing the boundary of the generator 1758 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 46m 39s. Computing the boundary of the generator 1759 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 47m 16s. Computing the boundary of the generator 1760 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 8h 47m 35s. Computing the boundary of the generator 1761 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 8h 48m 12s. Computing the boundary of the generator 1762 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 48m 26s. Computing the boundary of the generator 1763 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 48m 44s. Computing the boundary of the generator 1764 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 49m 22s. Computing the boundary of the generator 1765 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 8h 49m 36s. Computing the boundary of the generator 1766 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> 8799232 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 9h 33m 22s. Computing the boundary of the generator 1767 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 33m 48s. Computing the boundary of the generator 1768 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 9h 34m 12s. Computing the boundary of the generator 1769 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 9h 35m 2s. Computing the boundary of the generator 1770 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 35m 21s. Computing the boundary of the generator 1771 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 35m 47s. Computing the boundary of the generator 1772 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 36m 37s. Computing the boundary of the generator 1773 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 36m 56s. Computing the boundary of the generator 1774 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 37m 22s. Computing the boundary of the generator 1775 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 38m 14s. Computing the boundary of the generator 1776 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 38m 33s. Computing the boundary of the generator 1777 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 9h 39m 25s. Computing the boundary of the generator 1778 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 9h 41m 10s. Computing the boundary of the generator 1779 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 41m 49s. Computing the boundary of the generator 1780 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 42m 43s. Computing the boundary of the generator 1781 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 44m 31s. Computing the boundary of the generator 1782 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 45m 12s. Computing the boundary of the generator 1783 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 46m 7s. Computing the boundary of the generator 1784 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 47m 58s. Computing the boundary of the generator 1785 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 48m 40s. Computing the boundary of the generator 1786 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 9h 49m 0s. Computing the boundary of the generator 1787 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 9h 49m 42s. Computing the boundary of the generator 1788 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 49m 58s. Computing the boundary of the generator 1789 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 50m 19s. Computing the boundary of the generator 1790 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 51m 1s. Computing the boundary of the generator 1791 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 51m 17s. Computing the boundary of the generator 1792 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 51m 38s. Computing the boundary of the generator 1793 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 52m 20s. Computing the boundary of the generator 1794 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 52m 36s. Computing the boundary of the generator 1795 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 9h 53m 51s. Computing the boundary of the generator 1796 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8403752 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 10h 38m 53s. Computing the boundary of the generator 1797 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 10h 42m 31s. Computing the boundary of the generator 1798 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> Error: Received signal number 2 (Keyboard interrupt) [condition type: INTERRUPT-SIGNAL] Restart actions (select using :continue): 0: continue computation 1: Return to Top Level (an "abort" restart). 2: Abort entirely from this process. [1c] CL-USER(66): :dn 40 Evaluation stack: (CERROR "continue computation" INTERRUPT-SIGNAL ...) ->(ADJUST-ARRAY #( GNRT-> <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][6-5-3-2 <>][8-7-1 <>]>>]>>> <-1 * <>][8-5-3-2 <>][<>]>>]>>> ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1024.230 GNRT-> <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][8-7-6-4-3-2-1 <>][8-7-6-5-4-3-1 <>][8-7-6-5 <>]>>]>>> <1 * <>][8-7-6-5-3-2-1 <>][8-7-6-5-4-3-1 <>][8-7-6-4 <>]>>]>>> <-1 * <>][8-7-6-5-4-2-1 <>][8-7-6-2-1 <>][8-7-6-5-4-3 <>]>>]>>> ... ... ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1884.070 GNRT-> <>][7 <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][8-7-4-3-2-1-0 <>][8-7-6-5-4-2-0 <>][8-7-6-5 <>]>>]>>> <1 * <>][8-7-5-3-2-1-0 <>][8-7-6-5-4-2-0 <>][8-7-6-4 <>]>>]>>> <-1 * <>][8-7-5-4-2-1-0 <>][8-7-6-5-3-2-0 <>][8-7-6-3 <>]>>]>>> ... ... ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1047.070 ...) 176160) (VECTOR-PUSH-EXTEND NIL #( GNRT-> <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][6-5-3-2 <>][8-7-1 <>]>>]>>> <-1 * <>][8-5-3-2 <>][<>]>>]>>> ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1024.230 GNRT-> <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][8-7-6-4-3-2-1 <>][8-7-6-5-4-3-1 <>][8-7-6-5 <>]>>]>>> <1 * <>][8-7-6-5-3-2-1 <>][8-7-6-5-4-3-1 <>][8-7-6-4 <>]>>]>>> <-1 * <>][8-7-6-5-4-2-1 <>][8-7-6-2-1 <>][8-7-6-5-4-3 <>]>>]>>> ... ... ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1884.070 GNRT-> <>][7 <>]>> > <>>>]>> VALUE-> ----------------------------------------------------------------------{CMBN 8} <-1 * <>][8-7-4-3-2-1-0 <>][8-7-6-5-4-2-0 <>][8-7-6-5 <>]>>]>>> <1 * <>][8-7-5-3-2-1-0 <>][8-7-6-5-4-2-0 <>][8-7-6-4 <>]>>]>>> <-1 * <>][8-7-5-4-2-1-0 <>][8-7-6-5-3-2-0 <>][8-7-6-3 <>]>>]>>> ... ... ------------------------------------------------------------------------------ CLNM-> 1 RNTM-> 1047.070 ...)) (MRPH-GNRT # # ...) (GNRT-? [K395 Morphism (degree 0): K412 -> K55] 8 ...) ((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 > >>>]>>][1 >]>>][1 > > <>]>>>>][1 >]>>][3 > > <>>>]>>) (MRPH-GNRT # # ...) (GNRT-? [K408 Morphism (degree -1): K393 -> K52] 8 ...) ((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 > >>>]>>][1 >]>>][1 > > <>]>>>>][1 >]>>][3 > > <>>>]>>) ... more older frames ... [1c] CL-USER(67): :dn 10 Evaluation stack: ... 11 more (possibly invisible) newer frames ... (GNRT-? [K408 Morphism (degree -1): K393 -> K52] 8 ...) ((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 > >>>]>>][1 >]>>][1 > > <>]>>>>][1 >]>>][3 > > <>>>]>>) (MRPH-GNRT # # ...) (GNRT-? [K409 Morphism (degree -1): K393 -> K393] 8 ...) ->((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 > >>>]>>][1 >]>>][1 > > <>]>>>>][1 >]>>][3 > > <>>>]>>) (MRPH-GNRT # # ...) (MRPH-CMBN # # ...) (CMBN-? [K415 Morphism (degree 0): K393 -> K393] ----------------------------------------------------------------------{CMBN 8} <-1 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][3 > > <>>>]>>> <1 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > >>>]>>][3 > > <>>>]>>> <1 * <> > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 > > <>]>>>>][1 >]>>][3 > > <>>>]>>> ... ... ------------------------------------------------------------------------------ ) ((FLET BPL-*-SIGMA SIGMA-*) 8 <>]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][2 >]>> > <>>>]>>) ... more older frames ... [1c] CL-USER(68): :dn 10 Evaluation stack: ... 21 more (possibly invisible) newer frames ... (MRPH-CMBN # # ...) (CMBN-? [K416 Morphism (degree 0): K393 -> K393] ----------------------------------------------------------------------{CMBN 8} <-1 * <>]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][2 > > <>>>]>>> <-1 * <>]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][2 >]>> > <>>>]>>> <-1 * <>]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][1 >]>> > <>>>][2 >]>> > <>>>]>>> ... ... ------------------------------------------------------------------------------ ) (MRPH-GNRT # # ...) (GNRT-? [K422 Morphism (degree 0): K426 -> K412] 8 ...) ->((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>) (MRPH-GNRT # # ...) (GNRT-? [K423 Morphism (degree -1): K400 -> K393] 8 ...) ((:INTERNAL (:INTERNAL (METHOD CMPS (MORPHISM MORPHISM)) 0) 1) 8 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>) (MRPH-GNRT # # ...) ... more older frames ... [1c] CL-USER(69): :dn 10 Evaluation stack: ... 31 more (possibly invisible) newer frames ... ((:INTERNAL (:INTERNAL (METHOD ADD (MORPHISM MORPHISM)) 0) 0) 8 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>) (MRPH-GNRT # # ...) (GNRT-? [K427 Morphism (degree -1): K426 -> K426] 8 ...) [... ?3 ] (CHCM-MAT [K426 Chain-Complex] 8) ->(CHCM-HOMOLOGY [K426 Chain-Complex] 7) ((METHOD HOMOLOGY (CHAIN-COMPLEX T)) [K40 Simplicial-Group] 7) (NIL) (EVAL (TIME #)) (TPL:TOP-LEVEL-READ-EVAL-PRINT-LOOP) ... more older frames ... [1c] CL-USER(70): :up Evaluation stack: ... 30 more (possibly invisible) newer frames ... (GNRT-? [K424 Morphism (degree -1): K400 -> K400] 8 ...) ((:INTERNAL (:INTERNAL (METHOD ADD (MORPHISM MORPHISM)) 0) 0) 8 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>) (MRPH-GNRT # # ...) (GNRT-? [K427 Morphism (degree -1): K426 -> K426] 8 ...) [... ?3 ] ->(CHCM-MAT [K426 Chain-Complex] 8) (CHCM-HOMOLOGY [K426 Chain-Complex] 7) ((METHOD HOMOLOGY (CHAIN-COMPLEX T)) [K40 Simplicial-Group] 7) (NIL) (EVAL (TIME #)) ... more older frames ... [1c] CL-USER(71): :loc Compiled lexical environment: 0(EXTRA-ARG): NIL: [K426 Chain-Complex] 1(EXTRA-ARG): NIL: 8 2(LOCAL): EXCL::|local-0|: [K426 Chain-Complex] 3(LOCAL): EXCL::|local-1|: 8 4(LOCAL): EXCL::|local-2|: (<>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> ...) 5(LOCAL): EXCL::|local-3|: (<>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>]>>]>> <>][6 <>]>>]>> <>][6 <>]>>]>> <>][6 <>]>>]>> <>]>>]>> ...) 6(LOCAL): EXCL::|local-4|: ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4][C1034=-2][C1115=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4][C1035=-2][C1116=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4][C1036=-2][C1117=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4][C1037=-2][C1118=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4][C1038=-2][C1119=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4][C1039=-2][C1120=-4] L368=[C632=4][C656=2][C896=-2][C920=-4][C1040=-2][C1121=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4][C1041=-2][C1122=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4][C1042=-2][C1123=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4][C1043=-2][C1124=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4][C1044=-2][C1125=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4][C1045=-2][C1126=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4][C1046=-2][C1127=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4][C1047=-2][C1128=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4][C1048=-2][C1129=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4][C1049=-2][C1130=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4][C1050=-2][C1131=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4][C1051=-2][C1132=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4][C1052=-2][C1133=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4][C1053=-2][C1134=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4][C1054=-2][C1135=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4][C1055=-2][C1136=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4][C1056=-2][C1137=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4][C1057=-2][C1138=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4][C1058=-2][C1139=-4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4][C1059=-2][C1140=-4] L388=[C1060=-2][C1141=-4] L389=[C1061=-2][C1142=-4] L390=[C896=2][C1062=-2][C1143=-4] L391=[C1063=-2][C1144=-4] L392=[C1064=-2][C1145=-4] L393=[C349=-1][C350=1][C898=2][C1065=-2][C1146=-4] L394=[C902=-2][C1066=-2][C1147=-4] L395=[C349=1][C350=-1][C903=-2][C1067=-2][C1148=-4] L396=[C344=4][C900=2][C904=-2][C1068=-2][C1149=-4] L397=[C344=6][C347=1][C352=1][C902=2][C903=4][C1069=-2][C1150=-4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4][C1070=-2][C1151=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4][C1071=-2][C1152=-4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4][C1072=-2][C1153=-4] L401=[C702=1][C728=-1][C1073=-2][C1154=-4] L402=[C703=1][C729=-1][C1074=-2][C1155=-4] L403=[C704=1][C730=-1][C920=2][C1075=-2][C1156=-4] L404=[C705=1][C731=-1][C1076=-2][C1157=-4] L405=[C706=1][C732=-1][C1077=-2][C1158=-4] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2][C1078=-2][C1159=-4] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2][C1079=-2][C1160=-4] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2][C1080=-2][C1161=-4] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2][C1081=-2][C1162=-4] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4][C1082=-2][C1163=-4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4][C1083=-2][C1164=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2][C1084=-2][C1165=-4] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2][C1085=-2][C1166=-4] L414=[C676=4][C715=1][C741=-1][C964=2][C1086=-2][C1167=-4] L415=[C677=4][C716=1][C742=-1][C965=2][C1087=-2][C1168=-4] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2][C1088=-2][C1169=-4] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2][C1089=-2][C1170=-4] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2][C1090=-2][C1171=-4] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2][C1091=-2][C1172=-4] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2][C1092=-2][C1173=-4] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2][C1093=-2][C1174=-4] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2][C1094=-2][C1175=-4] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4][C973=2][C1095=-2][C1176=-4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4][C974=2][C1096=-2][C1177=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4][C1097=-2][C1178=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4][C1098=-2][C1179=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4][C1099=-2][C1180=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4][C1100=-2][C1181=-4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4][C1101=-2][C1182=-4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4][C973=2][C1102=-2][C1183=-4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3][C977=-2][C980=-4][C1000=-4][C1012=4][C1103=-2][C1184=-4] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3][C978=-2][C981=-4][C1001=-4][C1013=4][C1104=-2][C1185=-4] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3][C975=2][C979=-2][C982=-4][C1002=-4][C1014=4][C1105=-2][C1186=-4] L434=[C755=4][C773=4][C803=4][C809=3][C977=2][C978=4][C1003=-4][C1015=4][C1106=-2][C1187=-4] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3][C980=2][C981=4][C1004=-4][C1016=4][C1107=-2][C1188=-4] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3][C983=2][C984=4][C986=2][C1005=-4][C1017=4][C1108=-2][C1189=-4] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1][C988=2][C989=4][C991=2][C992=4][C1024=2][C1109=-2][C1190=-4] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1][C994=2][C995=4][C997=2][C998=4][C1024=1][C1110=-2][C1191=-4] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1][C1000=2][C1001=4][C1003=2][C1004=4][C1028=4][C1111=-2][C1192=-4] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1][C1006=2][C1007=4][C1009=2][C1010=4][C1024=4][C1025=-1][C1026=1][C1027=2][C1029=4][C1112=-2][C1193=-4] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2][C1012=2][C1013=4][C1015=2][C1016=4][C1028=4][C1113=-2][C1194=-4] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1018=2][C1019=4][C1021=2][C1022=4][C1025=-1][C1026=1][C1030=4][C1032=-2][C1114=-2][C1195=-4] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2][C1040=2][C1042=4][C1058=2][C1071=4] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2][C1036=4][C1038=-4][C1041=2][C1043=4][C1059=2][C1072=4] L445=[C1060=2][C1073=4] L446=[C1061=2][C1074=4] L447=[C1040=2][C1062=2][C1075=4] L448=[C484=-1][C490=1][C1063=2][C1076=4] L449=[C485=-1][C491=1][C1064=2][C1077=4] L450=[C451=-1][C452=1][C486=-1][C492=1][C1042=2][C1065=2][C1078=4] L451=[C478=-4][C487=-1][C493=1][C1046=-2][C1066=2][C1079=4] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1][C1047=-2][C1067=2][C1080=4] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1][C1044=2][C1048=-2][C1068=2][C1081=4] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1][C1046=2][C1047=4][C1069=2][C1082=4] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3][C1049=2][C1050=4][C1054=4][C1056=-4][C1070=2][C1083=4] L456=[C1060=-2][C1063=-4] L457=[C458=1][C460=-1][C1061=-2][C1064=-4] L458=[C456=4][C459=1][C461=-1][C1058=2][C1062=-2][C1065=-4] L459=[C1060=2][C1061=4] L460=[C458=1][C460=-1][C1063=2][C1064=4] L461=[C456=4][C459=1][C461=-1][C1066=2][C1067=4][C1069=2] L462=[C484=-1][C490=1][C1073=-2][C1076=-4] L463=[C464=1][C466=-1][C485=-1][C491=1][C1074=-2][C1077=-4] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1][C1071=2][C1075=-2][C1078=-4] L465=[C1073=2][C1074=4] L466=[C464=1][C466=-1][C1076=2][C1077=4] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1][C1079=2][C1080=4][C1082=2] L468=[C478=-4][C487=-1][C493=1][C1086=-2][C1089=-4][C1097=-2] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1][C1087=-2][C1090=-4][C1098=-2] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1][C1084=2][C1088=-2][C1091=-4][C1099=-2] L471=[C1086=2][C1087=4][C1100=-2] L472=[C470=1][C472=-1][C501=-1][C502=1][C1089=2][C1090=4][C1101=-2] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4][C1092=2][C1093=4][C1095=2][C1102=-2] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1][C1097=2][C1098=4][C1100=2][C1101=4] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3][C1103=2][C1104=4][C1106=2][C1107=4][C1111=4][C1113=-4] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1][C1121=2][C1123=4][C1139=2][C1152=4] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1][C1117=4][C1119=-4][C1122=2][C1124=4][C1140=2][C1153=4] L478=[C702=1][C728=-1][C1141=2][C1154=4] L479=[C703=1][C729=-1][C1142=2][C1155=4] L480=[C704=1][C730=-1][C1121=2][C1143=2][C1156=4] L481=[C544=-1][C550=1][C705=1][C731=-1][C1144=2][C1157=4] L482=[C545=-1][C551=1][C706=1][C732=-1][C1145=2][C1158=4] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1][C1123=2][C1146=2][C1159=4] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1][C1127=-2][C1147=2][C1160=4] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1][C1128=-2][C1148=2][C1161=4] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1][C1125=2][C1129=-2][C1149=2][C1162=4] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1][C1127=2][C1128=4][C1150=2][C1163=4] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1][C1130=2][C1131=4][C1135=4][C1137=-4][C1151=2][C1164=4] L489=[C1141=-2][C1144=-4] L490=[C518=1][C520=-1][C1142=-2][C1145=-4] L491=[C516=4][C519=1][C521=-1][C1139=2][C1143=-2][C1146=-4] L492=[C1141=2][C1142=4] L493=[C518=1][C520=-1][C1144=2][C1145=4] L494=[C516=4][C519=1][C521=-1][C1147=2][C1148=4][C1150=2] L495=[C544=-1][C550=1][C1154=-2][C1157=-4] L496=[C524=1][C526=-1][C545=-1][C551=1][C1155=-2][C1158=-4] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1][C1152=2][C1156=-2][C1159=-4] L498=[C1154=2][C1155=4] L499=[C524=1][C526=-1][C1157=2][C1158=4] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1][C1160=2][C1161=4][C1163=2] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1][C1167=-2][C1170=-4][C1178=-2] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1][C1168=-2][C1171=-4][C1179=-2] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1][C1165=2][C1169=-2][C1172=-4][C1180=-2] L504=[C785=-1][C791=1][C1167=2][C1168=4][C1181=-2] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1][C1170=2][C1171=4][C1182=-2] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1][C1173=2][C1174=4][C1176=2][C1183=-2] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1][C1178=2][C1179=4][C1181=2][C1182=4] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1][C1184=2][C1185=4][C1187=2][C1188=4][C1192=4][C1194=-4] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1][C1202=2][C1204=4][C1220=2][C1233=4][C1277=2] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1][C1198=4][C1200=-4][C1203=2][C1205=4][C1221=2][C1234=4][C1278=2] L511=[C676=4][C715=1][C741=-1][C1222=2][C1235=4][C1279=2] L512=[C677=4][C716=1][C742=-1][C1223=2][C1236=4][C1280=2] L513=[C678=4][C717=1][C743=-1][C1202=2][C1224=2][C1237=4][C1281=2] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1][C1225=2][C1238=4][C1282=2] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1][C1226=2][C1239=4][C1283=2] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1][C1204=2][C1227=2][C1240=4][C1284=2] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1][C1208=-2][C1228=2][C1241=4][C1285=2] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1][C1209=-2][C1229=2][C1242=4][C1286=2] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1][C1206=2][C1210=-2][C1230=2][C1243=4][C1287=2] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1][C1208=2][C1209=4][C1231=2][C1244=4][C1288=2] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1][C1211=2][C1212=4][C1216=4][C1218=-4][C1232=2][C1245=4][C1289=2] L522=[C1222=-2][C1225=-4][C1290=2] L523=[C578=1][C580=-1][C1223=-2][C1226=-4][C1291=2] L524=[C576=4][C579=1][C581=-1][C1220=2][C1224=-2][C1227=-4][C1292=2] L525=[C1222=2][C1223=4][C1293=2] L526=[C578=1][C580=-1][C1225=2][C1226=4][C1294=2] L527=[C576=4][C579=1][C581=-1][C1228=2][C1229=4][C1231=2][C1295=2] L528=[C604=-1][C610=1][C782=1][C788=-1][C1235=-2][C1238=-4][C1296=2] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1][C1236=-2][C1239=-4][C1297=2] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1][C1233=2][C1237=-2][C1240=-4][C1298=2] L531=[C785=1][C791=-1][C1235=2][C1236=4][C1299=2] L532=[C584=1][C586=-1][C786=1][C792=-1][C1238=2][C1239=4][C1300=2] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1][C1241=2][C1242=4][C1244=2][C1301=2] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4][C1248=-2][C1251=-4][C1259=-2][C1302=2] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4][C1249=-2][C1252=-4][C1260=-2][C1303=2] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4][C1246=2][C1250=-2][C1253=-4][C1261=-2][C1304=2] L537=[C755=4][C1248=2][C1249=4][C1262=-2][C1305=2] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4][C1251=2][C1252=4][C1263=-2][C1306=2] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4][C1254=2][C1255=4][C1257=2][C1264=-2][C1307=2] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1][C1259=2][C1260=4][C1262=2][C1263=4][C1308=2] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1265=2][C1266=4][C1268=2][C1269=4][C1273=4][C1275=-4][C1309=2] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1][C1279=-2][C1282=-4][C1290=-2][C1296=-4] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1][C1280=-2][C1283=-4][C1291=-2][C1297=-4] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1][C1277=2][C1281=-2][C1284=-4][C1292=-2][C1298=-4] L545=[C755=6][C773=1][C803=1][C1279=2][C1280=4][C1293=-2][C1299=-4] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1][C1282=2][C1283=4][C1294=-2][C1300=-4] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1][C1285=2][C1286=4][C1288=2][C1295=-2][C1301=-4] L548=[C632=4][C633=2][C1290=2][C1291=4][C1293=2][C1294=4] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1][C1296=2][C1297=4][C1299=2][C1300=4] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1][C1302=2][C1303=4][C1305=2][C1306=4][C1308=2] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3][C1312=-2][C1315=-4][C1323=-2][C1329=-4][C1361=-4][C1379=4] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3][C1313=-2][C1316=-4][C1324=-2][C1330=-4][C1362=-4][C1380=4] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3][C1310=2][C1314=-2][C1317=-4][C1325=-2][C1331=-4][C1363=-4][C1381=4] L554=[C755=4][C773=4][C803=4][C809=3][C1312=2][C1313=4][C1326=-2][C1332=-4][C1364=-4][C1382=4] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3][C1315=2][C1316=4][C1327=-2][C1333=-4][C1365=-4][C1383=4] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3][C1318=2][C1319=4][C1321=2][C1328=-2][C1334=-4][C1366=-4][C1384=4] L557=[C656=4][C657=2][C1323=2][C1324=4][C1326=2][C1327=4][C1367=-4][C1385=4] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1][C1329=2][C1330=4][C1332=2][C1333=4][C1368=-4][C1386=4] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1335=2][C1336=4][C1338=2][C1339=4][C1341=2][C1369=-4][C1387=4] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1][C1343=2][C1344=4][C1346=2][C1347=4][C1349=2][C1350=4][C1397=2] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1][C1352=2][C1353=4][C1355=2][C1356=4][C1358=2][C1359=4][C1397=1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1][C1361=2][C1362=4][C1364=2][C1365=4][C1367=2][C1368=4][C1401=4] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1][C1370=2][C1371=4][C1373=2][C1374=4][C1376=2][C1377=4][C1397=4][C1398=-1][C1399=1][C1400=2][C1402=4] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2][C1379=2][C1380=4][C1382=2][C1383=4][C1385=2][C1386=4][C1401=4] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1388=2][C1389=4][C1391=2][C1392=4][C1394=2][C1395=4][C1398=-1][C1399=1][C1403=4][C1405=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4][C975=2][C1277=-4][C1310=-2][C1413=2][C1415=4][C1431=2][C1444=4][C1488=2][C1521=4][C1611=2][C1673=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4][C976=2][C1278=-4][C1311=-2][C1409=4][C1411=-4][C1414=2][C1416=4][C1432=2][C1445=4][C1489=2][C1522=4][C1612=2][C1674=4] L568=[C964=4][C977=2][C1279=-4][C1312=-2][C1433=2][C1446=4][C1490=2][C1523=4][C1613=2][C1675=4] L569=[C965=4][C978=2][C1280=-4][C1313=-2][C1434=2][C1447=4][C1491=2][C1524=4][C1614=2][C1676=4] L570=[C966=4][C979=2][C1281=-4][C1314=-2][C1413=2][C1435=2][C1448=4][C1492=2][C1525=4][C1615=2][C1677=4] L571=[C868=-1][C874=1][C967=4][C980=2][C1282=-4][C1315=-2][C1436=2][C1449=4][C1493=2][C1526=4][C1616=2][C1678=4] L572=[C869=-1][C875=1][C968=4][C981=2][C1283=-4][C1316=-2][C1437=2][C1450=4][C1494=2][C1527=4][C1617=2][C1679=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4][C982=2][C1284=-4][C1317=-2][C1415=2][C1438=2][C1451=4][C1495=2][C1528=4][C1618=2][C1680=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4][C983=2][C1285=-4][C1318=-2][C1419=-2][C1439=2][C1452=4][C1496=2][C1529=4][C1619=2][C1681=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4][C984=2][C1286=-4][C1319=-2][C1420=-2][C1440=2][C1453=4][C1497=2][C1530=4][C1620=2][C1682=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4][C985=2][C1287=-4][C1320=-2][C1417=2][C1421=-2][C1441=2][C1454=4][C1498=2][C1531=4][C1621=2][C1683=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1][C973=4][C986=2][C1288=-4][C1321=-2][C1419=2][C1420=4][C1442=2][C1455=4][C1499=2][C1532=4][C1622=2][C1684=4] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3][C974=4][C987=2][C1289=-4][C1322=-2][C1422=2][C1423=4][C1427=4][C1429=-4][C1443=2][C1456=4][C1500=2][C1533=4][C1623=2][C1685=4] L579=[C1290=-4][C1323=-2][C1433=-2][C1436=-4][C1501=2][C1534=4][C1624=2][C1686=4] L580=[C842=1][C844=-1][C1291=-4][C1324=-2][C1434=-2][C1437=-4][C1502=2][C1535=4][C1625=2][C1687=4] L581=[C840=4][C843=1][C845=-1][C1292=-4][C1325=-2][C1431=2][C1435=-2][C1438=-4][C1503=2][C1536=4][C1626=2][C1688=4] L582=[C1293=-4][C1326=-2][C1433=2][C1434=4][C1504=2][C1537=4][C1627=2][C1689=4] L583=[C842=1][C844=-1][C1294=-4][C1327=-2][C1436=2][C1437=4][C1505=2][C1538=4][C1628=2][C1690=4] L584=[C840=4][C843=1][C845=-1][C1295=-4][C1328=-2][C1439=2][C1440=4][C1442=2][C1506=2][C1539=4][C1629=2][C1691=4] L585=[C868=-1][C874=1][C1000=1][C1012=-1][C1296=-4][C1329=-2][C1446=-2][C1449=-4][C1507=2][C1540=4][C1630=2][C1692=4] L586=[C848=1][C850=-1][C869=-1][C875=1][C1001=1][C1013=-1][C1297=-4][C1330=-2][C1447=-2][C1450=-4][C1508=2][C1541=4][C1631=2][C1693=4] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1][C1002=1][C1014=-1][C1298=-4][C1331=-2][C1444=2][C1448=-2][C1451=-4][C1509=2][C1542=4][C1632=2][C1694=4] L588=[C1003=1][C1015=-1][C1299=-4][C1332=-2][C1446=2][C1447=4][C1510=2][C1543=4][C1633=2][C1695=4] L589=[C848=1][C850=-1][C1004=1][C1016=-1][C1300=-4][C1333=-2][C1449=2][C1450=4][C1511=2][C1544=4][C1634=2][C1696=4] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1][C1005=1][C1017=-1][C1301=-4][C1334=-2][C1452=2][C1453=4][C1455=2][C1512=2][C1545=4][C1635=2][C1697=4] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1][C988=4][C1006=1][C1018=-1][C1302=-4][C1335=-2][C1459=-2][C1462=-4][C1470=-2][C1513=2][C1546=4][C1636=2][C1698=4] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1][C989=4][C1007=1][C1019=-1][C1303=-4][C1336=-2][C1460=-2][C1463=-4][C1471=-2][C1514=2][C1547=4][C1637=2][C1699=4] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1][C990=4][C1008=1][C1020=-1][C1304=-4][C1337=-2][C1457=2][C1461=-2][C1464=-4][C1472=-2][C1515=2][C1548=4][C1638=2][C1700=4] L594=[C991=4][C1009=1][C1021=-1][C1305=-4][C1338=-2][C1459=2][C1460=4][C1473=-2][C1516=2][C1549=4][C1639=2][C1701=4] L595=[C854=1][C856=-1][C885=-1][C886=1][C992=4][C1010=1][C1022=-1][C1306=-4][C1339=-2][C1462=2][C1463=4][C1474=-2][C1517=2][C1550=4][C1640=2][C1702=4] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4][C993=4][C1011=1][C1023=-1][C1307=-4][C1340=-2][C1465=2][C1466=4][C1468=2][C1475=-2][C1518=2][C1551=4][C1641=2][C1703=4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1][C1024=6][C1027=1][C1032=1][C1308=-4][C1341=-2][C1470=2][C1471=4][C1473=2][C1474=4][C1519=2][C1552=4][C1642=2][C1704=4] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3][C1024=4][C1027=4][C1032=4][C1033=3][C1309=-4][C1342=-2][C1476=2][C1477=4][C1479=2][C1480=4][C1484=4][C1486=-4][C1520=2][C1553=4][C1643=2][C1705=4] L599=[C902=-4][C905=-2][C1490=-2][C1493=-4][C1501=-2][C1507=-4][C1644=2][C1706=4] L600=[C892=1][C894=-1][C903=-4][C906=-2][C1491=-2][C1494=-4][C1502=-2][C1508=-4][C1645=2][C1707=4] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2][C1488=2][C1492=-2][C1495=-4][C1503=-2][C1509=-4][C1646=2][C1708=4] L602=[C1490=2][C1491=4][C1504=-2][C1510=-4][C1647=2][C1709=4] L603=[C892=1][C894=-1][C910=-1][C912=1][C1493=2][C1494=4][C1505=-2][C1511=-4][C1648=2][C1710=4] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1][C1496=2][C1497=4][C1499=2][C1506=-2][C1512=-4][C1649=2][C1711=4] L605=[C896=4][C897=2][C1501=2][C1502=4][C1504=2][C1505=4][C1650=2][C1712=4] L606=[C898=4][C899=2][C910=-1][C912=1][C1507=2][C1508=4][C1510=2][C1511=4][C1651=2][C1713=4] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1][C1513=2][C1514=4][C1516=2][C1517=4][C1519=2][C1652=2][C1714=4] L608=[C926=-4][C929=-2][C1000=1][C1012=-1][C1361=-1][C1379=1][C1523=-2][C1526=-4][C1534=-2][C1540=-4][C1653=2][C1715=4] L609=[C916=1][C918=-1][C927=-4][C930=-2][C1001=1][C1013=-1][C1362=-1][C1380=1][C1524=-2][C1527=-4][C1535=-2][C1541=-4][C1654=2][C1716=4] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2][C1002=1][C1014=-1][C1363=-1][C1381=1][C1521=2][C1525=-2][C1528=-4][C1536=-2][C1542=-4][C1655=2][C1717=4] L611=[C1003=1][C1015=-1][C1364=-1][C1382=1][C1523=2][C1524=4][C1537=-2][C1543=-4][C1656=2][C1718=4] L612=[C916=1][C918=-1][C934=-1][C936=1][C1004=1][C1016=-1][C1365=-1][C1383=1][C1526=2][C1527=4][C1538=-2][C1544=-4][C1657=2][C1719=4] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1][C1005=1][C1017=-1][C1366=-1][C1384=1][C1529=2][C1530=4][C1532=2][C1539=-2][C1545=-4][C1658=2][C1720=4] L614=[C920=4][C921=2][C1367=-1][C1385=1][C1534=2][C1535=4][C1537=2][C1538=4][C1659=2][C1721=4] L615=[C922=4][C923=2][C934=-1][C936=1][C1368=-1][C1386=1][C1540=2][C1541=4][C1543=2][C1544=4][C1660=2][C1722=4] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1][C1029=-1][C1030=1][C1369=-1][C1387=1][C1546=2][C1547=4][C1549=2][C1550=4][C1552=2][C1661=2][C1723=4] L617=[C235=1][C752=4][C950=-4][C953=-2][C988=4][C1006=1][C1018=-1][C1343=-4][C1370=-1][C1388=1][C1556=-2][C1559=-4][C1567=-2][C1573=-4][C1587=-2][C1662=2][C1724=4] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2][C989=4][C1007=1][C1019=-1][C1344=-4][C1371=-1][C1389=1][C1557=-2][C1560=-4][C1568=-2][C1574=-4][C1588=-2][C1663=2][C1725=4] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2][C990=4][C1008=1][C1020=-1][C1345=-4][C1372=-1][C1390=1][C1554=2][C1558=-2][C1561=-4][C1569=-2][C1575=-4][C1589=-2][C1664=2][C1726=4] L620=[C755=4][C991=4][C1009=1][C1021=-1][C1346=-4][C1373=-1][C1391=1][C1556=2][C1557=4][C1570=-2][C1576=-4][C1590=-2][C1665=2][C1727=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1][C992=4][C1010=1][C1022=-1][C1347=-4][C1374=-1][C1392=1][C1559=2][C1560=4][C1571=-2][C1577=-4][C1591=-2][C1666=2][C1728=4] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1][C993=4][C1011=1][C1023=-1][C1348=-4][C1375=-1][C1393=1][C1562=2][C1563=4][C1565=2][C1572=-2][C1578=-4][C1592=-2][C1667=2][C1729=4] L623=[C944=4][C945=2][C1349=-4][C1376=-1][C1394=1][C1567=2][C1568=4][C1570=2][C1571=4][C1593=-2][C1668=2][C1730=4] L624=[C946=4][C947=2][C958=-1][C960=1][C1029=1][C1030=-1][C1350=-4][C1377=-1][C1395=1][C1573=2][C1574=4][C1576=2][C1577=4][C1594=-2][C1669=2][C1731=4] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1][C1024=4][C1351=-4][C1378=-1][C1396=1][C1579=2][C1580=4][C1582=2][C1583=4][C1585=2][C1595=-2][C1670=2][C1732=4] L626=[C68=-3][C289=3][C962=4][C963=2][C973=-4][C974=-2][C1024=6][C1027=1][C1032=1][C1397=-6][C1400=-1][C1405=-1][C1587=2][C1588=4][C1590=2][C1591=4][C1593=2][C1594=4][C1671=2][C1733=4] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1][C975=4][C976=2][C986=-4][C987=-2][C1024=4][C1027=4][C1032=4][C1033=3][C1397=-4][C1400=-4][C1405=-4][C1406=-3][C1596=2][C1597=4][C1599=2][C1600=4][C1602=2][C1603=4][C1607=4][C1609=-4][C1672=2][C1734=4] L628=[C1046=-4][C1049=-2][C1097=4][C1103=2][C1613=-2][C1616=-4][C1624=-2][C1630=-4][C1644=-2][C1653=-4] L629=[C1036=1][C1038=-1][C1047=-4][C1050=-2][C1098=4][C1104=2][C1614=-2][C1617=-4][C1625=-2][C1631=-4][C1645=-2][C1654=-4] L630=[C105=-1][C1034=4][C1037=1][C1039=-1][C1048=-4][C1051=-2][C1099=4][C1105=2][C1611=2][C1615=-2][C1618=-4][C1626=-2][C1632=-4][C1646=-2][C1655=-4] L631=[C1100=4][C1106=2][C1613=2][C1614=4][C1627=-2][C1633=-4][C1647=-2][C1656=-4] L632=[C1036=1][C1038=-1][C1054=-1][C1056=1][C1101=4][C1107=2][C1616=2][C1617=4][C1628=-2][C1634=-4][C1648=-2][C1657=-4] L633=[C105=-1][C446=-4][C1034=4][C1037=1][C1039=-1][C1052=-4][C1055=-1][C1057=1][C1102=4][C1108=2][C1619=2][C1620=4][C1622=2][C1629=-2][C1635=-4][C1649=-2][C1658=-4] L634=[C1040=4][C1041=2][C1624=2][C1625=4][C1627=2][C1628=4][C1650=-2][C1659=-4] L635=[C1042=4][C1043=2][C1054=-1][C1056=1][C1111=1][C1113=-1][C1630=2][C1631=4][C1633=2][C1634=4][C1651=-2][C1660=-4] L636=[C105=-1][C496=-4][C1044=4][C1045=2][C1052=-4][C1055=-1][C1057=1][C1109=4][C1112=1][C1114=-1][C1636=2][C1637=4][C1639=2][C1640=4][C1642=2][C1652=-2][C1661=-4] L637=[C1058=4][C1059=2][C1069=-4][C1070=-2][C1644=2][C1645=4][C1647=2][C1648=4][C1650=2][C1651=4] L638=[C1071=4][C1072=2][C1082=-4][C1083=-2][C1111=1][C1113=-1][C1653=2][C1654=4][C1656=2][C1657=4][C1659=2][C1660=4] L639=[C105=-1][C1084=4][C1085=2][C1095=-4][C1096=-2][C1109=4][C1112=1][C1114=-1][C1662=2][C1663=4][C1665=2][C1666=4][C1668=2][C1669=4][C1671=2] L640=[C1127=-4][C1130=-2][C1178=4][C1184=2][C1361=-1][C1379=1][C1675=-2][C1678=-4][C1686=-2][C1692=-4][C1706=-2][C1715=-4] L641=[C1117=1][C1119=-1][C1128=-4][C1131=-2][C1179=4][C1185=2][C1362=-1][C1380=1][C1676=-2][C1679=-4][C1687=-2][C1693=-4][C1707=-2][C1716=-4] L642=[C123=-1][C1115=4][C1118=1][C1120=-1][C1129=-4][C1132=-2][C1180=4][C1186=2][C1363=-1][C1381=1][C1673=2][C1677=-2][C1680=-4][C1688=-2][C1694=-4][C1708=-2][C1717=-4] L643=[C1181=4][C1187=2][C1364=-1][C1382=1][C1675=2][C1676=4][C1689=-2][C1695=-4][C1709=-2][C1718=-4] L644=[C1117=1][C1119=-1][C1135=-1][C1137=1][C1182=4][C1188=2][C1365=-1][C1383=1][C1678=2][C1679=4][C1690=-2][C1696=-4][C1710=-2][C1719=-4] L645=[C123=-1][C506=-4][C1115=4][C1118=1][C1120=-1][C1133=-4][C1136=-1][C1138=1][C1183=4][C1189=2][C1366=-1][C1384=1][C1681=2][C1682=4][C1684=2][C1691=-2][C1697=-4][C1711=-2][C1720=-4] L646=[C1121=4][C1122=2][C1367=-1][C1385=1][C1686=2][C1687=4][C1689=2][C1690=4][C1712=-2][C1721=-4] L647=[C1123=4][C1124=2][C1135=-1][C1137=1][C1192=1][C1194=-1][C1368=-1][C1386=1][C1692=2][C1693=4][C1695=2][C1696=4][C1713=-2][C1722=-4] L648=[C123=-1][C556=-4][C1125=4][C1126=2][C1133=-4][C1136=-1][C1138=1][C1190=4][C1193=1][C1195=-1][C1369=-1][C1387=1][C1698=2][C1699=4][C1701=2][C1702=4][C1704=2][C1714=-2][C1723=-4] L649=[C1139=4][C1140=2][C1150=-4][C1151=-2][C1706=2][C1707=4][C1709=2][C1710=4][C1712=2][C1713=4] L650=[C1152=4][C1153=2][C1163=-4][C1164=-2][C1192=1][C1194=-1][C1715=2][C1716=4][C1718=2][C1719=4][C1721=2][C1722=4] L651=[C123=-1][C1165=4][C1166=2][C1176=-4][C1177=-2][C1190=4][C1193=1][C1195=-1][C1402=1][C1403=-1][C1724=2][C1725=4][C1727=2][C1728=4][C1730=2][C1731=4][C1733=2] L652=[C235=1][C1208=-4][C1211=-2][C1259=4][C1265=2][C1343=-4][C1370=-1][C1388=1][C1737=-2][C1740=-4][C1748=-2][C1754=-4][C1768=-2][C1777=-4][C1797=-2] L653=[C236=1][C1198=1][C1200=-1][C1209=-4][C1212=-2][C1260=4][C1266=2][C1344=-4][C1371=-1][C1389=1][C1738=-2][C1741=-4][C1749=-2][C1755=-4][C1769=-2][C1778=-4] L654=[C1=-1][C141=-1][C237=1][C1196=4][C1199=1][C1201=-1][C1210=-4][C1213=-2][C1261=4][C1267=2][C1345=-4][C1372=-1][C1390=1][C1735=2][C1739=-2][C1742=-4][C1750=-2][C1756=-4][C1770=-2][C1779=-4] L655=[C1262=4][C1268=2][C1346=-4][C1373=-1][C1391=1][C1737=2][C1738=4][C1751=-2][C1757=-4][C1771=-2][C1780=-4] L656=[C1198=1][C1200=-1][C1216=-1][C1218=1][C1263=4][C1269=2][C1347=-4][C1374=-1][C1392=1][C1740=2][C1741=4][C1752=-2][C1758=-4][C1772=-2][C1781=-4] L657=[C141=-1][C289=1][C566=-4][C1196=4][C1199=1][C1201=-1][C1214=-4][C1217=-1][C1219=1][C1264=4][C1270=2][C1348=-4][C1375=-1][C1393=1][C1743=2][C1744=4][C1746=2][C1753=-2][C1759=-4][C1773=-2][C1782=-4] L658=[C1202=4][C1203=2][C1349=-4][C1376=-1][C1394=1][C1748=2][C1749=4][C1751=2][C1752=4][C1774=-2][C1783=-4] L659=[C1204=4][C1205=2][C1216=-1][C1218=1][C1273=1][C1275=-1][C1350=-4][C1377=-1][C1395=1][C1754=2][C1755=4][C1757=2][C1758=4][C1775=-2][C1784=-4] L660=[C1=-5][C141=-1][C289=3][C616=-4][C1206=4][C1207=2][C1214=-4][C1217=-1][C1219=1][C1271=4][C1274=1][C1276=-1][C1351=-4][C1378=-1][C1396=1][C1760=2][C1761=4][C1763=2][C1764=4][C1766=2][C1776=-2][C1785=-4] L661=[C1220=4][C1221=2][C1231=-4][C1232=-2][C1768=2][C1769=4][C1771=2][C1772=4][C1774=2][C1775=4] L662=[C1233=4][C1234=2][C1244=-4][C1245=-2][C1273=1][C1275=-1][C1402=-1][C1403=1][C1777=2][C1778=4][C1780=2][C1781=4][C1783=2][C1784=4] L663=[C1=4][C141=-1][C289=1][C812=-8][C1246=4][C1247=2][C1257=-4][C1258=-2][C1271=4][C1274=1][C1276=-1][C1397=-4][C1786=2][C1787=4][C1789=2][C1790=4][C1792=2][C1793=4][C1795=2] L664=[C159=-1][C289=3][C1277=4][C1278=2][C1288=-4][C1289=-2][C1308=4][C1309=2][C1397=-6][C1400=-1][C1405=-1][C1797=2] L665=[C169=-1][C289=4][C295=1][C307=1][C1310=4][C1311=2][C1321=-4][C1322=-2][C1341=4][C1342=2][C1397=-4][C1400=-4][C1405=-4][C1406=-3] L666=[C398=1][C752=-1][C1419=-4][C1422=-2][C1470=4][C1476=2][C1587=-4][C1596=-2][C1797=4] L667=[C399=1][C753=-1][C1409=1][C1411=-1][C1420=-4][C1423=-2][C1471=4][C1477=2][C1588=-4][C1597=-2] L668=[C1=-1][C326=-1][C400=1][C754=-1][C1407=4][C1410=1][C1412=-1][C1421=-4][C1424=-2][C1472=4][C1478=2][C1589=-4][C1598=-2] L669=[C755=-1][C1473=4][C1479=2][C1590=-4][C1599=-2] L670=[C756=-1][C1409=1][C1411=-1][C1427=-1][C1429=1][C1474=4][C1480=2][C1591=-4][C1600=-2] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4][C1407=4][C1410=1][C1412=-1][C1425=-4][C1428=-1][C1430=1][C1475=4][C1481=2][C1592=-4][C1601=-2] L672=[C1413=4][C1414=2][C1593=-4][C1602=-2] L673=[C1415=4][C1416=2][C1427=-1][C1429=1][C1484=1][C1486=-1][C1594=-4][C1603=-2] L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4][C1417=4][C1418=2][C1425=-4][C1428=-1][C1430=1][C1482=4][C1485=1][C1487=-1][C1595=-4][C1604=-2] L675=[C1431=4][C1432=2][C1442=-4][C1443=-2] L676=[C1444=4][C1445=2][C1455=-4][C1456=-2][C1484=1][C1486=-1][C1607=-1][C1609=1] L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1][C1024=-4][C1457=4][C1458=2][C1468=-4][C1469=-2][C1482=4][C1485=1][C1487=-1][C1605=-4][C1608=-1][C1610=1] L678=[C344=-1][C1488=4][C1489=2][C1499=-4][C1500=-2][C1519=4][C1520=2] L679=[C354=-1][C1521=4][C1522=2][C1532=-4][C1533=-2][C1552=4][C1553=2][C1607=-1][C1609=1] L680=[C1=-1][C364=-1][C428=1][C812=-1][C1397=-4][C1554=4][C1555=2][C1565=-4][C1566=-2][C1585=4][C1586=2][C1605=-4][C1608=-1][C1610=1] L681=[C446=-1][C496=1][C1611=4][C1612=2][C1622=-4][C1623=-2][C1642=4][C1643=2][C1671=-4][C1672=-2] L682=[C506=-1][C556=1][C1673=4][C1674=2][C1684=-4][C1685=-2][C1704=4][C1705=2][C1733=-4][C1734=-2] L683=[C1=-1][C566=-1][C616=1][C812=-1][C1735=4][C1736=2][C1746=-4][C1747=-2][C1766=4][C1767=2][C1795=-4][C1796=-2] L684=[C68=-1][C289=1][C830=-1][C880=1][C1024=-1][C1397=1] ========== END-MATRIX 7(LOCAL): EXCL::|local-5|: # 8(LOCAL): EXCL::|local-6|: 1798 9(LOCAL): EXCL::|local-7|: #(#) 10(LOCAL): EXCL::|local-8|: ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4][C1034=-2][C1115=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4][C1035=-2][C1116=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4][C1036=-2][C1117=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4][C1037=-2][C1118=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4][C1038=-2][C1119=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4][C1039=-2][C1120=-4] L368=[C632=4][C656=2][C896=-2][C920=-4][C1040=-2][C1121=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4][C1041=-2][C1122=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4][C1042=-2][C1123=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4][C1043=-2][C1124=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4][C1044=-2][C1125=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4][C1045=-2][C1126=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4][C1046=-2][C1127=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4][C1047=-2][C1128=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4][C1048=-2][C1129=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4][C1049=-2][C1130=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4][C1050=-2][C1131=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4][C1051=-2][C1132=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4][C1052=-2][C1133=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4][C1053=-2][C1134=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4][C1054=-2][C1135=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4][C1055=-2][C1136=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4][C1056=-2][C1137=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4][C1057=-2][C1138=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4][C1058=-2][C1139=-4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4][C1059=-2][C1140=-4] L388=[C1060=-2][C1141=-4] L389=[C1061=-2][C1142=-4] L390=[C896=2][C1062=-2][C1143=-4] L391=[C1063=-2][C1144=-4] L392=[C1064=-2][C1145=-4] L393=[C349=-1][C350=1][C898=2][C1065=-2][C1146=-4] L394=[C902=-2][C1066=-2][C1147=-4] L395=[C349=1][C350=-1][C903=-2][C1067=-2][C1148=-4] L396=[C344=4][C900=2][C904=-2][C1068=-2][C1149=-4] L397=[C344=6][C347=1][C352=1][C902=2][C903=4][C1069=-2][C1150=-4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4][C1070=-2][C1151=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4][C1071=-2][C1152=-4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4][C1072=-2][C1153=-4] L401=[C702=1][C728=-1][C1073=-2][C1154=-4] L402=[C703=1][C729=-1][C1074=-2][C1155=-4] L403=[C704=1][C730=-1][C920=2][C1075=-2][C1156=-4] L404=[C705=1][C731=-1][C1076=-2][C1157=-4] L405=[C706=1][C732=-1][C1077=-2][C1158=-4] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2][C1078=-2][C1159=-4] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2][C1079=-2][C1160=-4] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2][C1080=-2][C1161=-4] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2][C1081=-2][C1162=-4] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4][C1082=-2][C1163=-4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4][C1083=-2][C1164=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2][C1084=-2][C1165=-4] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2][C1085=-2][C1166=-4] L414=[C676=4][C715=1][C741=-1][C964=2][C1086=-2][C1167=-4] L415=[C677=4][C716=1][C742=-1][C965=2][C1087=-2][C1168=-4] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2][C1088=-2][C1169=-4] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2][C1089=-2][C1170=-4] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2][C1090=-2][C1171=-4] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2][C1091=-2][C1172=-4] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2][C1092=-2][C1173=-4] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2][C1093=-2][C1174=-4] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2][C1094=-2][C1175=-4] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4][C973=2][C1095=-2][C1176=-4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4][C974=2][C1096=-2][C1177=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4][C1097=-2][C1178=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4][C1098=-2][C1179=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4][C1099=-2][C1180=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4][C1100=-2][C1181=-4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4][C1101=-2][C1182=-4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4][C973=2][C1102=-2][C1183=-4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3][C977=-2][C980=-4][C1000=-4][C1012=4][C1103=-2][C1184=-4] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3][C978=-2][C981=-4][C1001=-4][C1013=4][C1104=-2][C1185=-4] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3][C975=2][C979=-2][C982=-4][C1002=-4][C1014=4][C1105=-2][C1186=-4] L434=[C755=4][C773=4][C803=4][C809=3][C977=2][C978=4][C1003=-4][C1015=4][C1106=-2][C1187=-4] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3][C980=2][C981=4][C1004=-4][C1016=4][C1107=-2][C1188=-4] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3][C983=2][C984=4][C986=2][C1005=-4][C1017=4][C1108=-2][C1189=-4] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1][C988=2][C989=4][C991=2][C992=4][C1024=2][C1109=-2][C1190=-4] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1][C994=2][C995=4][C997=2][C998=4][C1024=1][C1110=-2][C1191=-4] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1][C1000=2][C1001=4][C1003=2][C1004=4][C1028=4][C1111=-2][C1192=-4] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1][C1006=2][C1007=4][C1009=2][C1010=4][C1024=4][C1025=-1][C1026=1][C1027=2][C1029=4][C1112=-2][C1193=-4] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2][C1012=2][C1013=4][C1015=2][C1016=4][C1028=4][C1113=-2][C1194=-4] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1018=2][C1019=4][C1021=2][C1022=4][C1025=-1][C1026=1][C1030=4][C1032=-2][C1114=-2][C1195=-4] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2][C1040=2][C1042=4][C1058=2][C1071=4] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2][C1036=4][C1038=-4][C1041=2][C1043=4][C1059=2][C1072=4] L445=[C1060=2][C1073=4] L446=[C1061=2][C1074=4] L447=[C1040=2][C1062=2][C1075=4] L448=[C484=-1][C490=1][C1063=2][C1076=4] L449=[C485=-1][C491=1][C1064=2][C1077=4] L450=[C451=-1][C452=1][C486=-1][C492=1][C1042=2][C1065=2][C1078=4] L451=[C478=-4][C487=-1][C493=1][C1046=-2][C1066=2][C1079=4] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1][C1047=-2][C1067=2][C1080=4] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1][C1044=2][C1048=-2][C1068=2][C1081=4] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1][C1046=2][C1047=4][C1069=2][C1082=4] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3][C1049=2][C1050=4][C1054=4][C1056=-4][C1070=2][C1083=4] L456=[C1060=-2][C1063=-4] L457=[C458=1][C460=-1][C1061=-2][C1064=-4] L458=[C456=4][C459=1][C461=-1][C1058=2][C1062=-2][C1065=-4] L459=[C1060=2][C1061=4] L460=[C458=1][C460=-1][C1063=2][C1064=4] L461=[C456=4][C459=1][C461=-1][C1066=2][C1067=4][C1069=2] L462=[C484=-1][C490=1][C1073=-2][C1076=-4] L463=[C464=1][C466=-1][C485=-1][C491=1][C1074=-2][C1077=-4] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1][C1071=2][C1075=-2][C1078=-4] L465=[C1073=2][C1074=4] L466=[C464=1][C466=-1][C1076=2][C1077=4] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1][C1079=2][C1080=4][C1082=2] L468=[C478=-4][C487=-1][C493=1][C1086=-2][C1089=-4][C1097=-2] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1][C1087=-2][C1090=-4][C1098=-2] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1][C1084=2][C1088=-2][C1091=-4][C1099=-2] L471=[C1086=2][C1087=4][C1100=-2] L472=[C470=1][C472=-1][C501=-1][C502=1][C1089=2][C1090=4][C1101=-2] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4][C1092=2][C1093=4][C1095=2][C1102=-2] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1][C1097=2][C1098=4][C1100=2][C1101=4] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3][C1103=2][C1104=4][C1106=2][C1107=4][C1111=4][C1113=-4] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1][C1121=2][C1123=4][C1139=2][C1152=4] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1][C1117=4][C1119=-4][C1122=2][C1124=4][C1140=2][C1153=4] L478=[C702=1][C728=-1][C1141=2][C1154=4] L479=[C703=1][C729=-1][C1142=2][C1155=4] L480=[C704=1][C730=-1][C1121=2][C1143=2][C1156=4] L481=[C544=-1][C550=1][C705=1][C731=-1][C1144=2][C1157=4] L482=[C545=-1][C551=1][C706=1][C732=-1][C1145=2][C1158=4] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1][C1123=2][C1146=2][C1159=4] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1][C1127=-2][C1147=2][C1160=4] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1][C1128=-2][C1148=2][C1161=4] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1][C1125=2][C1129=-2][C1149=2][C1162=4] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1][C1127=2][C1128=4][C1150=2][C1163=4] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1][C1130=2][C1131=4][C1135=4][C1137=-4][C1151=2][C1164=4] L489=[C1141=-2][C1144=-4] L490=[C518=1][C520=-1][C1142=-2][C1145=-4] L491=[C516=4][C519=1][C521=-1][C1139=2][C1143=-2][C1146=-4] L492=[C1141=2][C1142=4] L493=[C518=1][C520=-1][C1144=2][C1145=4] L494=[C516=4][C519=1][C521=-1][C1147=2][C1148=4][C1150=2] L495=[C544=-1][C550=1][C1154=-2][C1157=-4] L496=[C524=1][C526=-1][C545=-1][C551=1][C1155=-2][C1158=-4] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1][C1152=2][C1156=-2][C1159=-4] L498=[C1154=2][C1155=4] L499=[C524=1][C526=-1][C1157=2][C1158=4] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1][C1160=2][C1161=4][C1163=2] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1][C1167=-2][C1170=-4][C1178=-2] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1][C1168=-2][C1171=-4][C1179=-2] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1][C1165=2][C1169=-2][C1172=-4][C1180=-2] L504=[C785=-1][C791=1][C1167=2][C1168=4][C1181=-2] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1][C1170=2][C1171=4][C1182=-2] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1][C1173=2][C1174=4][C1176=2][C1183=-2] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1][C1178=2][C1179=4][C1181=2][C1182=4] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1][C1184=2][C1185=4][C1187=2][C1188=4][C1192=4][C1194=-4] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1][C1202=2][C1204=4][C1220=2][C1233=4][C1277=2] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1][C1198=4][C1200=-4][C1203=2][C1205=4][C1221=2][C1234=4][C1278=2] L511=[C676=4][C715=1][C741=-1][C1222=2][C1235=4][C1279=2] L512=[C677=4][C716=1][C742=-1][C1223=2][C1236=4][C1280=2] L513=[C678=4][C717=1][C743=-1][C1202=2][C1224=2][C1237=4][C1281=2] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1][C1225=2][C1238=4][C1282=2] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1][C1226=2][C1239=4][C1283=2] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1][C1204=2][C1227=2][C1240=4][C1284=2] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1][C1208=-2][C1228=2][C1241=4][C1285=2] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1][C1209=-2][C1229=2][C1242=4][C1286=2] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1][C1206=2][C1210=-2][C1230=2][C1243=4][C1287=2] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1][C1208=2][C1209=4][C1231=2][C1244=4][C1288=2] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1][C1211=2][C1212=4][C1216=4][C1218=-4][C1232=2][C1245=4][C1289=2] L522=[C1222=-2][C1225=-4][C1290=2] L523=[C578=1][C580=-1][C1223=-2][C1226=-4][C1291=2] L524=[C576=4][C579=1][C581=-1][C1220=2][C1224=-2][C1227=-4][C1292=2] L525=[C1222=2][C1223=4][C1293=2] L526=[C578=1][C580=-1][C1225=2][C1226=4][C1294=2] L527=[C576=4][C579=1][C581=-1][C1228=2][C1229=4][C1231=2][C1295=2] L528=[C604=-1][C610=1][C782=1][C788=-1][C1235=-2][C1238=-4][C1296=2] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1][C1236=-2][C1239=-4][C1297=2] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1][C1233=2][C1237=-2][C1240=-4][C1298=2] L531=[C785=1][C791=-1][C1235=2][C1236=4][C1299=2] L532=[C584=1][C586=-1][C786=1][C792=-1][C1238=2][C1239=4][C1300=2] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1][C1241=2][C1242=4][C1244=2][C1301=2] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4][C1248=-2][C1251=-4][C1259=-2][C1302=2] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4][C1249=-2][C1252=-4][C1260=-2][C1303=2] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4][C1246=2][C1250=-2][C1253=-4][C1261=-2][C1304=2] L537=[C755=4][C1248=2][C1249=4][C1262=-2][C1305=2] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4][C1251=2][C1252=4][C1263=-2][C1306=2] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4][C1254=2][C1255=4][C1257=2][C1264=-2][C1307=2] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1][C1259=2][C1260=4][C1262=2][C1263=4][C1308=2] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1265=2][C1266=4][C1268=2][C1269=4][C1273=4][C1275=-4][C1309=2] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1][C1279=-2][C1282=-4][C1290=-2][C1296=-4] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1][C1280=-2][C1283=-4][C1291=-2][C1297=-4] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1][C1277=2][C1281=-2][C1284=-4][C1292=-2][C1298=-4] L545=[C755=6][C773=1][C803=1][C1279=2][C1280=4][C1293=-2][C1299=-4] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1][C1282=2][C1283=4][C1294=-2][C1300=-4] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1][C1285=2][C1286=4][C1288=2][C1295=-2][C1301=-4] L548=[C632=4][C633=2][C1290=2][C1291=4][C1293=2][C1294=4] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1][C1296=2][C1297=4][C1299=2][C1300=4] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1][C1302=2][C1303=4][C1305=2][C1306=4][C1308=2] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3][C1312=-2][C1315=-4][C1323=-2][C1329=-4][C1361=-4][C1379=4] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3][C1313=-2][C1316=-4][C1324=-2][C1330=-4][C1362=-4][C1380=4] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3][C1310=2][C1314=-2][C1317=-4][C1325=-2][C1331=-4][C1363=-4][C1381=4] L554=[C755=4][C773=4][C803=4][C809=3][C1312=2][C1313=4][C1326=-2][C1332=-4][C1364=-4][C1382=4] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3][C1315=2][C1316=4][C1327=-2][C1333=-4][C1365=-4][C1383=4] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3][C1318=2][C1319=4][C1321=2][C1328=-2][C1334=-4][C1366=-4][C1384=4] L557=[C656=4][C657=2][C1323=2][C1324=4][C1326=2][C1327=4][C1367=-4][C1385=4] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1][C1329=2][C1330=4][C1332=2][C1333=4][C1368=-4][C1386=4] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1335=2][C1336=4][C1338=2][C1339=4][C1341=2][C1369=-4][C1387=4] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1][C1343=2][C1344=4][C1346=2][C1347=4][C1349=2][C1350=4][C1397=2] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1][C1352=2][C1353=4][C1355=2][C1356=4][C1358=2][C1359=4][C1397=1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1][C1361=2][C1362=4][C1364=2][C1365=4][C1367=2][C1368=4][C1401=4] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1][C1370=2][C1371=4][C1373=2][C1374=4][C1376=2][C1377=4][C1397=4][C1398=-1][C1399=1][C1400=2][C1402=4] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2][C1379=2][C1380=4][C1382=2][C1383=4][C1385=2][C1386=4][C1401=4] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1388=2][C1389=4][C1391=2][C1392=4][C1394=2][C1395=4][C1398=-1][C1399=1][C1403=4][C1405=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4][C975=2][C1277=-4][C1310=-2][C1413=2][C1415=4][C1431=2][C1444=4][C1488=2][C1521=4][C1611=2][C1673=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4][C976=2][C1278=-4][C1311=-2][C1409=4][C1411=-4][C1414=2][C1416=4][C1432=2][C1445=4][C1489=2][C1522=4][C1612=2][C1674=4] L568=[C964=4][C977=2][C1279=-4][C1312=-2][C1433=2][C1446=4][C1490=2][C1523=4][C1613=2][C1675=4] L569=[C965=4][C978=2][C1280=-4][C1313=-2][C1434=2][C1447=4][C1491=2][C1524=4][C1614=2][C1676=4] L570=[C966=4][C979=2][C1281=-4][C1314=-2][C1413=2][C1435=2][C1448=4][C1492=2][C1525=4][C1615=2][C1677=4] L571=[C868=-1][C874=1][C967=4][C980=2][C1282=-4][C1315=-2][C1436=2][C1449=4][C1493=2][C1526=4][C1616=2][C1678=4] L572=[C869=-1][C875=1][C968=4][C981=2][C1283=-4][C1316=-2][C1437=2][C1450=4][C1494=2][C1527=4][C1617=2][C1679=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4][C982=2][C1284=-4][C1317=-2][C1415=2][C1438=2][C1451=4][C1495=2][C1528=4][C1618=2][C1680=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4][C983=2][C1285=-4][C1318=-2][C1419=-2][C1439=2][C1452=4][C1496=2][C1529=4][C1619=2][C1681=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4][C984=2][C1286=-4][C1319=-2][C1420=-2][C1440=2][C1453=4][C1497=2][C1530=4][C1620=2][C1682=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4][C985=2][C1287=-4][C1320=-2][C1417=2][C1421=-2][C1441=2][C1454=4][C1498=2][C1531=4][C1621=2][C1683=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1][C973=4][C986=2][C1288=-4][C1321=-2][C1419=2][C1420=4][C1442=2][C1455=4][C1499=2][C1532=4][C1622=2][C1684=4] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3][C974=4][C987=2][C1289=-4][C1322=-2][C1422=2][C1423=4][C1427=4][C1429=-4][C1443=2][C1456=4][C1500=2][C1533=4][C1623=2][C1685=4] L579=[C1290=-4][C1323=-2][C1433=-2][C1436=-4][C1501=2][C1534=4][C1624=2][C1686=4] L580=[C842=1][C844=-1][C1291=-4][C1324=-2][C1434=-2][C1437=-4][C1502=2][C1535=4][C1625=2][C1687=4] L581=[C840=4][C843=1][C845=-1][C1292=-4][C1325=-2][C1431=2][C1435=-2][C1438=-4][C1503=2][C1536=4][C1626=2][C1688=4] L582=[C1293=-4][C1326=-2][C1433=2][C1434=4][C1504=2][C1537=4][C1627=2][C1689=4] L583=[C842=1][C844=-1][C1294=-4][C1327=-2][C1436=2][C1437=4][C1505=2][C1538=4][C1628=2][C1690=4] L584=[C840=4][C843=1][C845=-1][C1295=-4][C1328=-2][C1439=2][C1440=4][C1442=2][C1506=2][C1539=4][C1629=2][C1691=4] L585=[C868=-1][C874=1][C1000=1][C1012=-1][C1296=-4][C1329=-2][C1446=-2][C1449=-4][C1507=2][C1540=4][C1630=2][C1692=4] L586=[C848=1][C850=-1][C869=-1][C875=1][C1001=1][C1013=-1][C1297=-4][C1330=-2][C1447=-2][C1450=-4][C1508=2][C1541=4][C1631=2][C1693=4] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1][C1002=1][C1014=-1][C1298=-4][C1331=-2][C1444=2][C1448=-2][C1451=-4][C1509=2][C1542=4][C1632=2][C1694=4] L588=[C1003=1][C1015=-1][C1299=-4][C1332=-2][C1446=2][C1447=4][C1510=2][C1543=4][C1633=2][C1695=4] L589=[C848=1][C850=-1][C1004=1][C1016=-1][C1300=-4][C1333=-2][C1449=2][C1450=4][C1511=2][C1544=4][C1634=2][C1696=4] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1][C1005=1][C1017=-1][C1301=-4][C1334=-2][C1452=2][C1453=4][C1455=2][C1512=2][C1545=4][C1635=2][C1697=4] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1][C988=4][C1006=1][C1018=-1][C1302=-4][C1335=-2][C1459=-2][C1462=-4][C1470=-2][C1513=2][C1546=4][C1636=2][C1698=4] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1][C989=4][C1007=1][C1019=-1][C1303=-4][C1336=-2][C1460=-2][C1463=-4][C1471=-2][C1514=2][C1547=4][C1637=2][C1699=4] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1][C990=4][C1008=1][C1020=-1][C1304=-4][C1337=-2][C1457=2][C1461=-2][C1464=-4][C1472=-2][C1515=2][C1548=4][C1638=2][C1700=4] L594=[C991=4][C1009=1][C1021=-1][C1305=-4][C1338=-2][C1459=2][C1460=4][C1473=-2][C1516=2][C1549=4][C1639=2][C1701=4] L595=[C854=1][C856=-1][C885=-1][C886=1][C992=4][C1010=1][C1022=-1][C1306=-4][C1339=-2][C1462=2][C1463=4][C1474=-2][C1517=2][C1550=4][C1640=2][C1702=4] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4][C993=4][C1011=1][C1023=-1][C1307=-4][C1340=-2][C1465=2][C1466=4][C1468=2][C1475=-2][C1518=2][C1551=4][C1641=2][C1703=4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1][C1024=6][C1027=1][C1032=1][C1308=-4][C1341=-2][C1470=2][C1471=4][C1473=2][C1474=4][C1519=2][C1552=4][C1642=2][C1704=4] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3][C1024=4][C1027=4][C1032=4][C1033=3][C1309=-4][C1342=-2][C1476=2][C1477=4][C1479=2][C1480=4][C1484=4][C1486=-4][C1520=2][C1553=4][C1643=2][C1705=4] L599=[C902=-4][C905=-2][C1490=-2][C1493=-4][C1501=-2][C1507=-4][C1644=2][C1706=4] L600=[C892=1][C894=-1][C903=-4][C906=-2][C1491=-2][C1494=-4][C1502=-2][C1508=-4][C1645=2][C1707=4] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2][C1488=2][C1492=-2][C1495=-4][C1503=-2][C1509=-4][C1646=2][C1708=4] L602=[C1490=2][C1491=4][C1504=-2][C1510=-4][C1647=2][C1709=4] L603=[C892=1][C894=-1][C910=-1][C912=1][C1493=2][C1494=4][C1505=-2][C1511=-4][C1648=2][C1710=4] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1][C1496=2][C1497=4][C1499=2][C1506=-2][C1512=-4][C1649=2][C1711=4] L605=[C896=4][C897=2][C1501=2][C1502=4][C1504=2][C1505=4][C1650=2][C1712=4] L606=[C898=4][C899=2][C910=-1][C912=1][C1507=2][C1508=4][C1510=2][C1511=4][C1651=2][C1713=4] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1][C1513=2][C1514=4][C1516=2][C1517=4][C1519=2][C1652=2][C1714=4] L608=[C926=-4][C929=-2][C1000=1][C1012=-1][C1361=-1][C1379=1][C1523=-2][C1526=-4][C1534=-2][C1540=-4][C1653=2][C1715=4] L609=[C916=1][C918=-1][C927=-4][C930=-2][C1001=1][C1013=-1][C1362=-1][C1380=1][C1524=-2][C1527=-4][C1535=-2][C1541=-4][C1654=2][C1716=4] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2][C1002=1][C1014=-1][C1363=-1][C1381=1][C1521=2][C1525=-2][C1528=-4][C1536=-2][C1542=-4][C1655=2][C1717=4] L611=[C1003=1][C1015=-1][C1364=-1][C1382=1][C1523=2][C1524=4][C1537=-2][C1543=-4][C1656=2][C1718=4] L612=[C916=1][C918=-1][C934=-1][C936=1][C1004=1][C1016=-1][C1365=-1][C1383=1][C1526=2][C1527=4][C1538=-2][C1544=-4][C1657=2][C1719=4] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1][C1005=1][C1017=-1][C1366=-1][C1384=1][C1529=2][C1530=4][C1532=2][C1539=-2][C1545=-4][C1658=2][C1720=4] L614=[C920=4][C921=2][C1367=-1][C1385=1][C1534=2][C1535=4][C1537=2][C1538=4][C1659=2][C1721=4] L615=[C922=4][C923=2][C934=-1][C936=1][C1368=-1][C1386=1][C1540=2][C1541=4][C1543=2][C1544=4][C1660=2][C1722=4] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1][C1029=-1][C1030=1][C1369=-1][C1387=1][C1546=2][C1547=4][C1549=2][C1550=4][C1552=2][C1661=2][C1723=4] L617=[C235=1][C752=4][C950=-4][C953=-2][C988=4][C1006=1][C1018=-1][C1343=-4][C1370=-1][C1388=1][C1556=-2][C1559=-4][C1567=-2][C1573=-4][C1587=-2][C1662=2][C1724=4] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2][C989=4][C1007=1][C1019=-1][C1344=-4][C1371=-1][C1389=1][C1557=-2][C1560=-4][C1568=-2][C1574=-4][C1588=-2][C1663=2][C1725=4] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2][C990=4][C1008=1][C1020=-1][C1345=-4][C1372=-1][C1390=1][C1554=2][C1558=-2][C1561=-4][C1569=-2][C1575=-4][C1589=-2][C1664=2][C1726=4] L620=[C755=4][C991=4][C1009=1][C1021=-1][C1346=-4][C1373=-1][C1391=1][C1556=2][C1557=4][C1570=-2][C1576=-4][C1590=-2][C1665=2][C1727=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1][C992=4][C1010=1][C1022=-1][C1347=-4][C1374=-1][C1392=1][C1559=2][C1560=4][C1571=-2][C1577=-4][C1591=-2][C1666=2][C1728=4] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1][C993=4][C1011=1][C1023=-1][C1348=-4][C1375=-1][C1393=1][C1562=2][C1563=4][C1565=2][C1572=-2][C1578=-4][C1592=-2][C1667=2][C1729=4] L623=[C944=4][C945=2][C1349=-4][C1376=-1][C1394=1][C1567=2][C1568=4][C1570=2][C1571=4][C1593=-2][C1668=2][C1730=4] L624=[C946=4][C947=2][C958=-1][C960=1][C1029=1][C1030=-1][C1350=-4][C1377=-1][C1395=1][C1573=2][C1574=4][C1576=2][C1577=4][C1594=-2][C1669=2][C1731=4] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1][C1024=4][C1351=-4][C1378=-1][C1396=1][C1579=2][C1580=4][C1582=2][C1583=4][C1585=2][C1595=-2][C1670=2][C1732=4] L626=[C68=-3][C289=3][C962=4][C963=2][C973=-4][C974=-2][C1024=6][C1027=1][C1032=1][C1397=-6][C1400=-1][C1405=-1][C1587=2][C1588=4][C1590=2][C1591=4][C1593=2][C1594=4][C1671=2][C1733=4] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1][C975=4][C976=2][C986=-4][C987=-2][C1024=4][C1027=4][C1032=4][C1033=3][C1397=-4][C1400=-4][C1405=-4][C1406=-3][C1596=2][C1597=4][C1599=2][C1600=4][C1602=2][C1603=4][C1607=4][C1609=-4][C1672=2][C1734=4] L628=[C1046=-4][C1049=-2][C1097=4][C1103=2][C1613=-2][C1616=-4][C1624=-2][C1630=-4][C1644=-2][C1653=-4] L629=[C1036=1][C1038=-1][C1047=-4][C1050=-2][C1098=4][C1104=2][C1614=-2][C1617=-4][C1625=-2][C1631=-4][C1645=-2][C1654=-4] L630=[C105=-1][C1034=4][C1037=1][C1039=-1][C1048=-4][C1051=-2][C1099=4][C1105=2][C1611=2][C1615=-2][C1618=-4][C1626=-2][C1632=-4][C1646=-2][C1655=-4] L631=[C1100=4][C1106=2][C1613=2][C1614=4][C1627=-2][C1633=-4][C1647=-2][C1656=-4] L632=[C1036=1][C1038=-1][C1054=-1][C1056=1][C1101=4][C1107=2][C1616=2][C1617=4][C1628=-2][C1634=-4][C1648=-2][C1657=-4] L633=[C105=-1][C446=-4][C1034=4][C1037=1][C1039=-1][C1052=-4][C1055=-1][C1057=1][C1102=4][C1108=2][C1619=2][C1620=4][C1622=2][C1629=-2][C1635=-4][C1649=-2][C1658=-4] L634=[C1040=4][C1041=2][C1624=2][C1625=4][C1627=2][C1628=4][C1650=-2][C1659=-4] L635=[C1042=4][C1043=2][C1054=-1][C1056=1][C1111=1][C1113=-1][C1630=2][C1631=4][C1633=2][C1634=4][C1651=-2][C1660=-4] L636=[C105=-1][C496=-4][C1044=4][C1045=2][C1052=-4][C1055=-1][C1057=1][C1109=4][C1112=1][C1114=-1][C1636=2][C1637=4][C1639=2][C1640=4][C1642=2][C1652=-2][C1661=-4] L637=[C1058=4][C1059=2][C1069=-4][C1070=-2][C1644=2][C1645=4][C1647=2][C1648=4][C1650=2][C1651=4] L638=[C1071=4][C1072=2][C1082=-4][C1083=-2][C1111=1][C1113=-1][C1653=2][C1654=4][C1656=2][C1657=4][C1659=2][C1660=4] L639=[C105=-1][C1084=4][C1085=2][C1095=-4][C1096=-2][C1109=4][C1112=1][C1114=-1][C1662=2][C1663=4][C1665=2][C1666=4][C1668=2][C1669=4][C1671=2] L640=[C1127=-4][C1130=-2][C1178=4][C1184=2][C1361=-1][C1379=1][C1675=-2][C1678=-4][C1686=-2][C1692=-4][C1706=-2][C1715=-4] L641=[C1117=1][C1119=-1][C1128=-4][C1131=-2][C1179=4][C1185=2][C1362=-1][C1380=1][C1676=-2][C1679=-4][C1687=-2][C1693=-4][C1707=-2][C1716=-4] L642=[C123=-1][C1115=4][C1118=1][C1120=-1][C1129=-4][C1132=-2][C1180=4][C1186=2][C1363=-1][C1381=1][C1673=2][C1677=-2][C1680=-4][C1688=-2][C1694=-4][C1708=-2][C1717=-4] L643=[C1181=4][C1187=2][C1364=-1][C1382=1][C1675=2][C1676=4][C1689=-2][C1695=-4][C1709=-2][C1718=-4] L644=[C1117=1][C1119=-1][C1135=-1][C1137=1][C1182=4][C1188=2][C1365=-1][C1383=1][C1678=2][C1679=4][C1690=-2][C1696=-4][C1710=-2][C1719=-4] L645=[C123=-1][C506=-4][C1115=4][C1118=1][C1120=-1][C1133=-4][C1136=-1][C1138=1][C1183=4][C1189=2][C1366=-1][C1384=1][C1681=2][C1682=4][C1684=2][C1691=-2][C1697=-4][C1711=-2][C1720=-4] L646=[C1121=4][C1122=2][C1367=-1][C1385=1][C1686=2][C1687=4][C1689=2][C1690=4][C1712=-2][C1721=-4] L647=[C1123=4][C1124=2][C1135=-1][C1137=1][C1192=1][C1194=-1][C1368=-1][C1386=1][C1692=2][C1693=4][C1695=2][C1696=4][C1713=-2][C1722=-4] L648=[C123=-1][C556=-4][C1125=4][C1126=2][C1133=-4][C1136=-1][C1138=1][C1190=4][C1193=1][C1195=-1][C1369=-1][C1387=1][C1698=2][C1699=4][C1701=2][C1702=4][C1704=2][C1714=-2][C1723=-4] L649=[C1139=4][C1140=2][C1150=-4][C1151=-2][C1706=2][C1707=4][C1709=2][C1710=4][C1712=2][C1713=4] L650=[C1152=4][C1153=2][C1163=-4][C1164=-2][C1192=1][C1194=-1][C1715=2][C1716=4][C1718=2][C1719=4][C1721=2][C1722=4] L651=[C123=-1][C1165=4][C1166=2][C1176=-4][C1177=-2][C1190=4][C1193=1][C1195=-1][C1402=1][C1403=-1][C1724=2][C1725=4][C1727=2][C1728=4][C1730=2][C1731=4][C1733=2] L652=[C235=1][C1208=-4][C1211=-2][C1259=4][C1265=2][C1343=-4][C1370=-1][C1388=1][C1737=-2][C1740=-4][C1748=-2][C1754=-4][C1768=-2][C1777=-4][C1797=-2] L653=[C236=1][C1198=1][C1200=-1][C1209=-4][C1212=-2][C1260=4][C1266=2][C1344=-4][C1371=-1][C1389=1][C1738=-2][C1741=-4][C1749=-2][C1755=-4][C1769=-2][C1778=-4] L654=[C1=-1][C141=-1][C237=1][C1196=4][C1199=1][C1201=-1][C1210=-4][C1213=-2][C1261=4][C1267=2][C1345=-4][C1372=-1][C1390=1][C1735=2][C1739=-2][C1742=-4][C1750=-2][C1756=-4][C1770=-2][C1779=-4] L655=[C1262=4][C1268=2][C1346=-4][C1373=-1][C1391=1][C1737=2][C1738=4][C1751=-2][C1757=-4][C1771=-2][C1780=-4] L656=[C1198=1][C1200=-1][C1216=-1][C1218=1][C1263=4][C1269=2][C1347=-4][C1374=-1][C1392=1][C1740=2][C1741=4][C1752=-2][C1758=-4][C1772=-2][C1781=-4] L657=[C141=-1][C289=1][C566=-4][C1196=4][C1199=1][C1201=-1][C1214=-4][C1217=-1][C1219=1][C1264=4][C1270=2][C1348=-4][C1375=-1][C1393=1][C1743=2][C1744=4][C1746=2][C1753=-2][C1759=-4][C1773=-2][C1782=-4] L658=[C1202=4][C1203=2][C1349=-4][C1376=-1][C1394=1][C1748=2][C1749=4][C1751=2][C1752=4][C1774=-2][C1783=-4] L659=[C1204=4][C1205=2][C1216=-1][C1218=1][C1273=1][C1275=-1][C1350=-4][C1377=-1][C1395=1][C1754=2][C1755=4][C1757=2][C1758=4][C1775=-2][C1784=-4] L660=[C1=-5][C141=-1][C289=3][C616=-4][C1206=4][C1207=2][C1214=-4][C1217=-1][C1219=1][C1271=4][C1274=1][C1276=-1][C1351=-4][C1378=-1][C1396=1][C1760=2][C1761=4][C1763=2][C1764=4][C1766=2][C1776=-2][C1785=-4] L661=[C1220=4][C1221=2][C1231=-4][C1232=-2][C1768=2][C1769=4][C1771=2][C1772=4][C1774=2][C1775=4] L662=[C1233=4][C1234=2][C1244=-4][C1245=-2][C1273=1][C1275=-1][C1402=-1][C1403=1][C1777=2][C1778=4][C1780=2][C1781=4][C1783=2][C1784=4] L663=[C1=4][C141=-1][C289=1][C812=-8][C1246=4][C1247=2][C1257=-4][C1258=-2][C1271=4][C1274=1][C1276=-1][C1397=-4][C1786=2][C1787=4][C1789=2][C1790=4][C1792=2][C1793=4][C1795=2] L664=[C159=-1][C289=3][C1277=4][C1278=2][C1288=-4][C1289=-2][C1308=4][C1309=2][C1397=-6][C1400=-1][C1405=-1][C1797=2] L665=[C169=-1][C289=4][C295=1][C307=1][C1310=4][C1311=2][C1321=-4][C1322=-2][C1341=4][C1342=2][C1397=-4][C1400=-4][C1405=-4][C1406=-3] L666=[C398=1][C752=-1][C1419=-4][C1422=-2][C1470=4][C1476=2][C1587=-4][C1596=-2][C1797=4] L667=[C399=1][C753=-1][C1409=1][C1411=-1][C1420=-4][C1423=-2][C1471=4][C1477=2][C1588=-4][C1597=-2] L668=[C1=-1][C326=-1][C400=1][C754=-1][C1407=4][C1410=1][C1412=-1][C1421=-4][C1424=-2][C1472=4][C1478=2][C1589=-4][C1598=-2] L669=[C755=-1][C1473=4][C1479=2][C1590=-4][C1599=-2] L670=[C756=-1][C1409=1][C1411=-1][C1427=-1][C1429=1][C1474=4][C1480=2][C1591=-4][C1600=-2] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4][C1407=4][C1410=1][C1412=-1][C1425=-4][C1428=-1][C1430=1][C1475=4][C1481=2][C1592=-4][C1601=-2] L672=[C1413=4][C1414=2][C1593=-4][C1602=-2] L673=[C1415=4][C1416=2][C1427=-1][C1429=1][C1484=1][C1486=-1][C1594=-4][C1603=-2] L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4][C1417=4][C1418=2][C1425=-4][C1428=-1][C1430=1][C1482=4][C1485=1][C1487=-1][C1595=-4][C1604=-2] L675=[C1431=4][C1432=2][C1442=-4][C1443=-2] L676=[C1444=4][C1445=2][C1455=-4][C1456=-2][C1484=1][C1486=-1][C1607=-1][C1609=1] L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1][C1024=-4][C1457=4][C1458=2][C1468=-4][C1469=-2][C1482=4][C1485=1][C1487=-1][C1605=-4][C1608=-1][C1610=1] L678=[C344=-1][C1488=4][C1489=2][C1499=-4][C1500=-2][C1519=4][C1520=2] L679=[C354=-1][C1521=4][C1522=2][C1532=-4][C1533=-2][C1552=4][C1553=2][C1607=-1][C1609=1] L680=[C1=-1][C364=-1][C428=1][C812=-1][C1397=-4][C1554=4][C1555=2][C1565=-4][C1566=-2][C1585=4][C1586=2][C1605=-4][C1608=-1][C1610=1] L681=[C446=-1][C496=1][C1611=4][C1612=2][C1622=-4][C1623=-2][C1642=4][C1643=2][C1671=-4][C1672=-2] L682=[C506=-1][C556=1][C1673=4][C1674=2][C1684=-4][C1685=-2][C1704=4][C1705=2][C1733=-4][C1734=-2] L683=[C1=-1][C566=-1][C616=1][C812=-1][C1735=4][C1736=2][C1746=-4][C1747=-2][C1766=4][C1767=2][C1795=-4][C1796=-2] L684=[C68=-1][C289=1][C830=-1][C880=1][C1024=-1][C1397=1] ========== END-MATRIX 11(LOCAL): EXCL::|local-9|: 1798 12(LOCAL): EXCL::|local-10|: NIL 13(LOCAL): EXCL::|local-11|: ((666 4)) 14(LOCAL): EXCL::|local-12|: (4 . <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>>) 15(LOCAL): EXCL::|local-13|: 1995 16(LOCAL): EXCL::|local-14|: 8 17(LOCAL): EXCL::|local-15|: <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> 18(LOCAL): EXCL::|local-16|: ((652 -2) (664 2) (666 4)) [1c] CL-USER(72): :loc 10 ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4][C1034=-2][C1115=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4][C1035=-2][C1116=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4][C1036=-2][C1117=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4][C1037=-2][C1118=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4][C1038=-2][C1119=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4][C1039=-2][C1120=-4] L368=[C632=4][C656=2][C896=-2][C920=-4][C1040=-2][C1121=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4][C1041=-2][C1122=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4][C1042=-2][C1123=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4][C1043=-2][C1124=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4][C1044=-2][C1125=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4][C1045=-2][C1126=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4][C1046=-2][C1127=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4][C1047=-2][C1128=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4][C1048=-2][C1129=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4][C1049=-2][C1130=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4][C1050=-2][C1131=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4][C1051=-2][C1132=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4][C1052=-2][C1133=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4][C1053=-2][C1134=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4][C1054=-2][C1135=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4][C1055=-2][C1136=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4][C1056=-2][C1137=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4][C1057=-2][C1138=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4][C1058=-2][C1139=-4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4][C1059=-2][C1140=-4] L388=[C1060=-2][C1141=-4] L389=[C1061=-2][C1142=-4] L390=[C896=2][C1062=-2][C1143=-4] L391=[C1063=-2][C1144=-4] L392=[C1064=-2][C1145=-4] L393=[C349=-1][C350=1][C898=2][C1065=-2][C1146=-4] L394=[C902=-2][C1066=-2][C1147=-4] L395=[C349=1][C350=-1][C903=-2][C1067=-2][C1148=-4] L396=[C344=4][C900=2][C904=-2][C1068=-2][C1149=-4] L397=[C344=6][C347=1][C352=1][C902=2][C903=4][C1069=-2][C1150=-4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4][C1070=-2][C1151=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4][C1071=-2][C1152=-4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4][C1072=-2][C1153=-4] L401=[C702=1][C728=-1][C1073=-2][C1154=-4] L402=[C703=1][C729=-1][C1074=-2][C1155=-4] L403=[C704=1][C730=-1][C920=2][C1075=-2][C1156=-4] L404=[C705=1][C731=-1][C1076=-2][C1157=-4] L405=[C706=1][C732=-1][C1077=-2][C1158=-4] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2][C1078=-2][C1159=-4] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2][C1079=-2][C1160=-4] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2][C1080=-2][C1161=-4] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2][C1081=-2][C1162=-4] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4][C1082=-2][C1163=-4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4][C1083=-2][C1164=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2][C1084=-2][C1165=-4] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2][C1085=-2][C1166=-4] L414=[C676=4][C715=1][C741=-1][C964=2][C1086=-2][C1167=-4] L415=[C677=4][C716=1][C742=-1][C965=2][C1087=-2][C1168=-4] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2][C1088=-2][C1169=-4] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2][C1089=-2][C1170=-4] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2][C1090=-2][C1171=-4] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2][C1091=-2][C1172=-4] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2][C1092=-2][C1173=-4] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2][C1093=-2][C1174=-4] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2][C1094=-2][C1175=-4] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4][C973=2][C1095=-2][C1176=-4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4][C974=2][C1096=-2][C1177=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4][C1097=-2][C1178=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4][C1098=-2][C1179=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4][C1099=-2][C1180=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4][C1100=-2][C1181=-4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4][C1101=-2][C1182=-4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4][C973=2][C1102=-2][C1183=-4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3][C977=-2][C980=-4][C1000=-4][C1012=4][C1103=-2][C1184=-4] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3][C978=-2][C981=-4][C1001=-4][C1013=4][C1104=-2][C1185=-4] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3][C975=2][C979=-2][C982=-4][C1002=-4][C1014=4][C1105=-2][C1186=-4] L434=[C755=4][C773=4][C803=4][C809=3][C977=2][C978=4][C1003=-4][C1015=4][C1106=-2][C1187=-4] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3][C980=2][C981=4][C1004=-4][C1016=4][C1107=-2][C1188=-4] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3][C983=2][C984=4][C986=2][C1005=-4][C1017=4][C1108=-2][C1189=-4] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1][C988=2][C989=4][C991=2][C992=4][C1024=2][C1109=-2][C1190=-4] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1][C994=2][C995=4][C997=2][C998=4][C1024=1][C1110=-2][C1191=-4] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1][C1000=2][C1001=4][C1003=2][C1004=4][C1028=4][C1111=-2][C1192=-4] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1][C1006=2][C1007=4][C1009=2][C1010=4][C1024=4][C1025=-1][C1026=1][C1027=2][C1029=4][C1112=-2][C1193=-4] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2][C1012=2][C1013=4][C1015=2][C1016=4][C1028=4][C1113=-2][C1194=-4] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1018=2][C1019=4][C1021=2][C1022=4][C1025=-1][C1026=1][C1030=4][C1032=-2][C1114=-2][C1195=-4] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2][C1040=2][C1042=4][C1058=2][C1071=4] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2][C1036=4][C1038=-4][C1041=2][C1043=4][C1059=2][C1072=4] L445=[C1060=2][C1073=4] L446=[C1061=2][C1074=4] L447=[C1040=2][C1062=2][C1075=4] L448=[C484=-1][C490=1][C1063=2][C1076=4] L449=[C485=-1][C491=1][C1064=2][C1077=4] L450=[C451=-1][C452=1][C486=-1][C492=1][C1042=2][C1065=2][C1078=4] L451=[C478=-4][C487=-1][C493=1][C1046=-2][C1066=2][C1079=4] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1][C1047=-2][C1067=2][C1080=4] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1][C1044=2][C1048=-2][C1068=2][C1081=4] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1][C1046=2][C1047=4][C1069=2][C1082=4] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3][C1049=2][C1050=4][C1054=4][C1056=-4][C1070=2][C1083=4] L456=[C1060=-2][C1063=-4] L457=[C458=1][C460=-1][C1061=-2][C1064=-4] L458=[C456=4][C459=1][C461=-1][C1058=2][C1062=-2][C1065=-4] L459=[C1060=2][C1061=4] L460=[C458=1][C460=-1][C1063=2][C1064=4] L461=[C456=4][C459=1][C461=-1][C1066=2][C1067=4][C1069=2] L462=[C484=-1][C490=1][C1073=-2][C1076=-4] L463=[C464=1][C466=-1][C485=-1][C491=1][C1074=-2][C1077=-4] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1][C1071=2][C1075=-2][C1078=-4] L465=[C1073=2][C1074=4] L466=[C464=1][C466=-1][C1076=2][C1077=4] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1][C1079=2][C1080=4][C1082=2] L468=[C478=-4][C487=-1][C493=1][C1086=-2][C1089=-4][C1097=-2] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1][C1087=-2][C1090=-4][C1098=-2] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1][C1084=2][C1088=-2][C1091=-4][C1099=-2] L471=[C1086=2][C1087=4][C1100=-2] L472=[C470=1][C472=-1][C501=-1][C502=1][C1089=2][C1090=4][C1101=-2] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4][C1092=2][C1093=4][C1095=2][C1102=-2] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1][C1097=2][C1098=4][C1100=2][C1101=4] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3][C1103=2][C1104=4][C1106=2][C1107=4][C1111=4][C1113=-4] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1][C1121=2][C1123=4][C1139=2][C1152=4] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1][C1117=4][C1119=-4][C1122=2][C1124=4][C1140=2][C1153=4] L478=[C702=1][C728=-1][C1141=2][C1154=4] L479=[C703=1][C729=-1][C1142=2][C1155=4] L480=[C704=1][C730=-1][C1121=2][C1143=2][C1156=4] L481=[C544=-1][C550=1][C705=1][C731=-1][C1144=2][C1157=4] L482=[C545=-1][C551=1][C706=1][C732=-1][C1145=2][C1158=4] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1][C1123=2][C1146=2][C1159=4] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1][C1127=-2][C1147=2][C1160=4] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1][C1128=-2][C1148=2][C1161=4] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1][C1125=2][C1129=-2][C1149=2][C1162=4] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1][C1127=2][C1128=4][C1150=2][C1163=4] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1][C1130=2][C1131=4][C1135=4][C1137=-4][C1151=2][C1164=4] L489=[C1141=-2][C1144=-4] L490=[C518=1][C520=-1][C1142=-2][C1145=-4] L491=[C516=4][C519=1][C521=-1][C1139=2][C1143=-2][C1146=-4] L492=[C1141=2][C1142=4] L493=[C518=1][C520=-1][C1144=2][C1145=4] L494=[C516=4][C519=1][C521=-1][C1147=2][C1148=4][C1150=2] L495=[C544=-1][C550=1][C1154=-2][C1157=-4] L496=[C524=1][C526=-1][C545=-1][C551=1][C1155=-2][C1158=-4] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1][C1152=2][C1156=-2][C1159=-4] L498=[C1154=2][C1155=4] L499=[C524=1][C526=-1][C1157=2][C1158=4] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1][C1160=2][C1161=4][C1163=2] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1][C1167=-2][C1170=-4][C1178=-2] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1][C1168=-2][C1171=-4][C1179=-2] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1][C1165=2][C1169=-2][C1172=-4][C1180=-2] L504=[C785=-1][C791=1][C1167=2][C1168=4][C1181=-2] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1][C1170=2][C1171=4][C1182=-2] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1][C1173=2][C1174=4][C1176=2][C1183=-2] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1][C1178=2][C1179=4][C1181=2][C1182=4] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1][C1184=2][C1185=4][C1187=2][C1188=4][C1192=4][C1194=-4] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1][C1202=2][C1204=4][C1220=2][C1233=4][C1277=2] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1][C1198=4][C1200=-4][C1203=2][C1205=4][C1221=2][C1234=4][C1278=2] L511=[C676=4][C715=1][C741=-1][C1222=2][C1235=4][C1279=2] L512=[C677=4][C716=1][C742=-1][C1223=2][C1236=4][C1280=2] L513=[C678=4][C717=1][C743=-1][C1202=2][C1224=2][C1237=4][C1281=2] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1][C1225=2][C1238=4][C1282=2] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1][C1226=2][C1239=4][C1283=2] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1][C1204=2][C1227=2][C1240=4][C1284=2] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1][C1208=-2][C1228=2][C1241=4][C1285=2] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1][C1209=-2][C1229=2][C1242=4][C1286=2] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1][C1206=2][C1210=-2][C1230=2][C1243=4][C1287=2] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1][C1208=2][C1209=4][C1231=2][C1244=4][C1288=2] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1][C1211=2][C1212=4][C1216=4][C1218=-4][C1232=2][C1245=4][C1289=2] L522=[C1222=-2][C1225=-4][C1290=2] L523=[C578=1][C580=-1][C1223=-2][C1226=-4][C1291=2] L524=[C576=4][C579=1][C581=-1][C1220=2][C1224=-2][C1227=-4][C1292=2] L525=[C1222=2][C1223=4][C1293=2] L526=[C578=1][C580=-1][C1225=2][C1226=4][C1294=2] L527=[C576=4][C579=1][C581=-1][C1228=2][C1229=4][C1231=2][C1295=2] L528=[C604=-1][C610=1][C782=1][C788=-1][C1235=-2][C1238=-4][C1296=2] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1][C1236=-2][C1239=-4][C1297=2] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1][C1233=2][C1237=-2][C1240=-4][C1298=2] L531=[C785=1][C791=-1][C1235=2][C1236=4][C1299=2] L532=[C584=1][C586=-1][C786=1][C792=-1][C1238=2][C1239=4][C1300=2] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1][C1241=2][C1242=4][C1244=2][C1301=2] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4][C1248=-2][C1251=-4][C1259=-2][C1302=2] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4][C1249=-2][C1252=-4][C1260=-2][C1303=2] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4][C1246=2][C1250=-2][C1253=-4][C1261=-2][C1304=2] L537=[C755=4][C1248=2][C1249=4][C1262=-2][C1305=2] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4][C1251=2][C1252=4][C1263=-2][C1306=2] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4][C1254=2][C1255=4][C1257=2][C1264=-2][C1307=2] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1][C1259=2][C1260=4][C1262=2][C1263=4][C1308=2] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1265=2][C1266=4][C1268=2][C1269=4][C1273=4][C1275=-4][C1309=2] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1][C1279=-2][C1282=-4][C1290=-2][C1296=-4] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1][C1280=-2][C1283=-4][C1291=-2][C1297=-4] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1][C1277=2][C1281=-2][C1284=-4][C1292=-2][C1298=-4] L545=[C755=6][C773=1][C803=1][C1279=2][C1280=4][C1293=-2][C1299=-4] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1][C1282=2][C1283=4][C1294=-2][C1300=-4] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1][C1285=2][C1286=4][C1288=2][C1295=-2][C1301=-4] L548=[C632=4][C633=2][C1290=2][C1291=4][C1293=2][C1294=4] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1][C1296=2][C1297=4][C1299=2][C1300=4] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1][C1302=2][C1303=4][C1305=2][C1306=4][C1308=2] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3][C1312=-2][C1315=-4][C1323=-2][C1329=-4][C1361=-4][C1379=4] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3][C1313=-2][C1316=-4][C1324=-2][C1330=-4][C1362=-4][C1380=4] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3][C1310=2][C1314=-2][C1317=-4][C1325=-2][C1331=-4][C1363=-4][C1381=4] L554=[C755=4][C773=4][C803=4][C809=3][C1312=2][C1313=4][C1326=-2][C1332=-4][C1364=-4][C1382=4] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3][C1315=2][C1316=4][C1327=-2][C1333=-4][C1365=-4][C1383=4] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3][C1318=2][C1319=4][C1321=2][C1328=-2][C1334=-4][C1366=-4][C1384=4] L557=[C656=4][C657=2][C1323=2][C1324=4][C1326=2][C1327=4][C1367=-4][C1385=4] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1][C1329=2][C1330=4][C1332=2][C1333=4][C1368=-4][C1386=4] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1335=2][C1336=4][C1338=2][C1339=4][C1341=2][C1369=-4][C1387=4] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1][C1343=2][C1344=4][C1346=2][C1347=4][C1349=2][C1350=4][C1397=2] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1][C1352=2][C1353=4][C1355=2][C1356=4][C1358=2][C1359=4][C1397=1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1][C1361=2][C1362=4][C1364=2][C1365=4][C1367=2][C1368=4][C1401=4] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1][C1370=2][C1371=4][C1373=2][C1374=4][C1376=2][C1377=4][C1397=4][C1398=-1][C1399=1][C1400=2][C1402=4] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2][C1379=2][C1380=4][C1382=2][C1383=4][C1385=2][C1386=4][C1401=4] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1388=2][C1389=4][C1391=2][C1392=4][C1394=2][C1395=4][C1398=-1][C1399=1][C1403=4][C1405=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4][C975=2][C1277=-4][C1310=-2][C1413=2][C1415=4][C1431=2][C1444=4][C1488=2][C1521=4][C1611=2][C1673=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4][C976=2][C1278=-4][C1311=-2][C1409=4][C1411=-4][C1414=2][C1416=4][C1432=2][C1445=4][C1489=2][C1522=4][C1612=2][C1674=4] L568=[C964=4][C977=2][C1279=-4][C1312=-2][C1433=2][C1446=4][C1490=2][C1523=4][C1613=2][C1675=4] L569=[C965=4][C978=2][C1280=-4][C1313=-2][C1434=2][C1447=4][C1491=2][C1524=4][C1614=2][C1676=4] L570=[C966=4][C979=2][C1281=-4][C1314=-2][C1413=2][C1435=2][C1448=4][C1492=2][C1525=4][C1615=2][C1677=4] L571=[C868=-1][C874=1][C967=4][C980=2][C1282=-4][C1315=-2][C1436=2][C1449=4][C1493=2][C1526=4][C1616=2][C1678=4] L572=[C869=-1][C875=1][C968=4][C981=2][C1283=-4][C1316=-2][C1437=2][C1450=4][C1494=2][C1527=4][C1617=2][C1679=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4][C982=2][C1284=-4][C1317=-2][C1415=2][C1438=2][C1451=4][C1495=2][C1528=4][C1618=2][C1680=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4][C983=2][C1285=-4][C1318=-2][C1419=-2][C1439=2][C1452=4][C1496=2][C1529=4][C1619=2][C1681=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4][C984=2][C1286=-4][C1319=-2][C1420=-2][C1440=2][C1453=4][C1497=2][C1530=4][C1620=2][C1682=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4][C985=2][C1287=-4][C1320=-2][C1417=2][C1421=-2][C1441=2][C1454=4][C1498=2][C1531=4][C1621=2][C1683=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1][C973=4][C986=2][C1288=-4][C1321=-2][C1419=2][C1420=4][C1442=2][C1455=4][C1499=2][C1532=4][C1622=2][C1684=4] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3][C974=4][C987=2][C1289=-4][C1322=-2][C1422=2][C1423=4][C1427=4][C1429=-4][C1443=2][C1456=4][C1500=2][C1533=4][C1623=2][C1685=4] L579=[C1290=-4][C1323=-2][C1433=-2][C1436=-4][C1501=2][C1534=4][C1624=2][C1686=4] L580=[C842=1][C844=-1][C1291=-4][C1324=-2][C1434=-2][C1437=-4][C1502=2][C1535=4][C1625=2][C1687=4] L581=[C840=4][C843=1][C845=-1][C1292=-4][C1325=-2][C1431=2][C1435=-2][C1438=-4][C1503=2][C1536=4][C1626=2][C1688=4] L582=[C1293=-4][C1326=-2][C1433=2][C1434=4][C1504=2][C1537=4][C1627=2][C1689=4] L583=[C842=1][C844=-1][C1294=-4][C1327=-2][C1436=2][C1437=4][C1505=2][C1538=4][C1628=2][C1690=4] L584=[C840=4][C843=1][C845=-1][C1295=-4][C1328=-2][C1439=2][C1440=4][C1442=2][C1506=2][C1539=4][C1629=2][C1691=4] L585=[C868=-1][C874=1][C1000=1][C1012=-1][C1296=-4][C1329=-2][C1446=-2][C1449=-4][C1507=2][C1540=4][C1630=2][C1692=4] L586=[C848=1][C850=-1][C869=-1][C875=1][C1001=1][C1013=-1][C1297=-4][C1330=-2][C1447=-2][C1450=-4][C1508=2][C1541=4][C1631=2][C1693=4] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1][C1002=1][C1014=-1][C1298=-4][C1331=-2][C1444=2][C1448=-2][C1451=-4][C1509=2][C1542=4][C1632=2][C1694=4] L588=[C1003=1][C1015=-1][C1299=-4][C1332=-2][C1446=2][C1447=4][C1510=2][C1543=4][C1633=2][C1695=4] L589=[C848=1][C850=-1][C1004=1][C1016=-1][C1300=-4][C1333=-2][C1449=2][C1450=4][C1511=2][C1544=4][C1634=2][C1696=4] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1][C1005=1][C1017=-1][C1301=-4][C1334=-2][C1452=2][C1453=4][C1455=2][C1512=2][C1545=4][C1635=2][C1697=4] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1][C988=4][C1006=1][C1018=-1][C1302=-4][C1335=-2][C1459=-2][C1462=-4][C1470=-2][C1513=2][C1546=4][C1636=2][C1698=4] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1][C989=4][C1007=1][C1019=-1][C1303=-4][C1336=-2][C1460=-2][C1463=-4][C1471=-2][C1514=2][C1547=4][C1637=2][C1699=4] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1][C990=4][C1008=1][C1020=-1][C1304=-4][C1337=-2][C1457=2][C1461=-2][C1464=-4][C1472=-2][C1515=2][C1548=4][C1638=2][C1700=4] L594=[C991=4][C1009=1][C1021=-1][C1305=-4][C1338=-2][C1459=2][C1460=4][C1473=-2][C1516=2][C1549=4][C1639=2][C1701=4] L595=[C854=1][C856=-1][C885=-1][C886=1][C992=4][C1010=1][C1022=-1][C1306=-4][C1339=-2][C1462=2][C1463=4][C1474=-2][C1517=2][C1550=4][C1640=2][C1702=4] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4][C993=4][C1011=1][C1023=-1][C1307=-4][C1340=-2][C1465=2][C1466=4][C1468=2][C1475=-2][C1518=2][C1551=4][C1641=2][C1703=4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1][C1024=6][C1027=1][C1032=1][C1308=-4][C1341=-2][C1470=2][C1471=4][C1473=2][C1474=4][C1519=2][C1552=4][C1642=2][C1704=4] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3][C1024=4][C1027=4][C1032=4][C1033=3][C1309=-4][C1342=-2][C1476=2][C1477=4][C1479=2][C1480=4][C1484=4][C1486=-4][C1520=2][C1553=4][C1643=2][C1705=4] L599=[C902=-4][C905=-2][C1490=-2][C1493=-4][C1501=-2][C1507=-4][C1644=2][C1706=4] L600=[C892=1][C894=-1][C903=-4][C906=-2][C1491=-2][C1494=-4][C1502=-2][C1508=-4][C1645=2][C1707=4] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2][C1488=2][C1492=-2][C1495=-4][C1503=-2][C1509=-4][C1646=2][C1708=4] L602=[C1490=2][C1491=4][C1504=-2][C1510=-4][C1647=2][C1709=4] L603=[C892=1][C894=-1][C910=-1][C912=1][C1493=2][C1494=4][C1505=-2][C1511=-4][C1648=2][C1710=4] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1][C1496=2][C1497=4][C1499=2][C1506=-2][C1512=-4][C1649=2][C1711=4] L605=[C896=4][C897=2][C1501=2][C1502=4][C1504=2][C1505=4][C1650=2][C1712=4] L606=[C898=4][C899=2][C910=-1][C912=1][C1507=2][C1508=4][C1510=2][C1511=4][C1651=2][C1713=4] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1][C1513=2][C1514=4][C1516=2][C1517=4][C1519=2][C1652=2][C1714=4] L608=[C926=-4][C929=-2][C1000=1][C1012=-1][C1361=-1][C1379=1][C1523=-2][C1526=-4][C1534=-2][C1540=-4][C1653=2][C1715=4] L609=[C916=1][C918=-1][C927=-4][C930=-2][C1001=1][C1013=-1][C1362=-1][C1380=1][C1524=-2][C1527=-4][C1535=-2][C1541=-4][C1654=2][C1716=4] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2][C1002=1][C1014=-1][C1363=-1][C1381=1][C1521=2][C1525=-2][C1528=-4][C1536=-2][C1542=-4][C1655=2][C1717=4] L611=[C1003=1][C1015=-1][C1364=-1][C1382=1][C1523=2][C1524=4][C1537=-2][C1543=-4][C1656=2][C1718=4] L612=[C916=1][C918=-1][C934=-1][C936=1][C1004=1][C1016=-1][C1365=-1][C1383=1][C1526=2][C1527=4][C1538=-2][C1544=-4][C1657=2][C1719=4] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1][C1005=1][C1017=-1][C1366=-1][C1384=1][C1529=2][C1530=4][C1532=2][C1539=-2][C1545=-4][C1658=2][C1720=4] L614=[C920=4][C921=2][C1367=-1][C1385=1][C1534=2][C1535=4][C1537=2][C1538=4][C1659=2][C1721=4] L615=[C922=4][C923=2][C934=-1][C936=1][C1368=-1][C1386=1][C1540=2][C1541=4][C1543=2][C1544=4][C1660=2][C1722=4] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1][C1029=-1][C1030=1][C1369=-1][C1387=1][C1546=2][C1547=4][C1549=2][C1550=4][C1552=2][C1661=2][C1723=4] L617=[C235=1][C752=4][C950=-4][C953=-2][C988=4][C1006=1][C1018=-1][C1343=-4][C1370=-1][C1388=1][C1556=-2][C1559=-4][C1567=-2][C1573=-4][C1587=-2][C1662=2][C1724=4] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2][C989=4][C1007=1][C1019=-1][C1344=-4][C1371=-1][C1389=1][C1557=-2][C1560=-4][C1568=-2][C1574=-4][C1588=-2][C1663=2][C1725=4] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2][C990=4][C1008=1][C1020=-1][C1345=-4][C1372=-1][C1390=1][C1554=2][C1558=-2][C1561=-4][C1569=-2][C1575=-4][C1589=-2][C1664=2][C1726=4] L620=[C755=4][C991=4][C1009=1][C1021=-1][C1346=-4][C1373=-1][C1391=1][C1556=2][C1557=4][C1570=-2][C1576=-4][C1590=-2][C1665=2][C1727=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1][C992=4][C1010=1][C1022=-1][C1347=-4][C1374=-1][C1392=1][C1559=2][C1560=4][C1571=-2][C1577=-4][C1591=-2][C1666=2][C1728=4] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1][C993=4][C1011=1][C1023=-1][C1348=-4][C1375=-1][C1393=1][C1562=2][C1563=4][C1565=2][C1572=-2][C1578=-4][C1592=-2][C1667=2][C1729=4] L623=[C944=4][C945=2][C1349=-4][C1376=-1][C1394=1][C1567=2][C1568=4][C1570=2][C1571=4][C1593=-2][C1668=2][C1730=4] L624=[C946=4][C947=2][C958=-1][C960=1][C1029=1][C1030=-1][C1350=-4][C1377=-1][C1395=1][C1573=2][C1574=4][C1576=2][C1577=4][C1594=-2][C1669=2][C1731=4] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1][C1024=4][C1351=-4][C1378=-1][C1396=1][C1579=2][C1580=4][C1582=2][C1583=4][C1585=2][C1595=-2][C1670=2][C1732=4] L626=[C68=-3][C289=3][C962=4][C963=2][C973=-4][C974=-2][C1024=6][C1027=1][C1032=1][C1397=-6][C1400=-1][C1405=-1][C1587=2][C1588=4][C1590=2][C1591=4][C1593=2][C1594=4][C1671=2][C1733=4] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1][C975=4][C976=2][C986=-4][C987=-2][C1024=4][C1027=4][C1032=4][C1033=3][C1397=-4][C1400=-4][C1405=-4][C1406=-3][C1596=2][C1597=4][C1599=2][C1600=4][C1602=2][C1603=4][C1607=4][C1609=-4][C1672=2][C1734=4] L628=[C1046=-4][C1049=-2][C1097=4][C1103=2][C1613=-2][C1616=-4][C1624=-2][C1630=-4][C1644=-2][C1653=-4] L629=[C1036=1][C1038=-1][C1047=-4][C1050=-2][C1098=4][C1104=2][C1614=-2][C1617=-4][C1625=-2][C1631=-4][C1645=-2][C1654=-4] L630=[C105=-1][C1034=4][C1037=1][C1039=-1][C1048=-4][C1051=-2][C1099=4][C1105=2][C1611=2][C1615=-2][C1618=-4][C1626=-2][C1632=-4][C1646=-2][C1655=-4] L631=[C1100=4][C1106=2][C1613=2][C1614=4][C1627=-2][C1633=-4][C1647=-2][C1656=-4] L632=[C1036=1][C1038=-1][C1054=-1][C1056=1][C1101=4][C1107=2][C1616=2][C1617=4][C1628=-2][C1634=-4][C1648=-2][C1657=-4] L633=[C105=-1][C446=-4][C1034=4][C1037=1][C1039=-1][C1052=-4][C1055=-1][C1057=1][C1102=4][C1108=2][C1619=2][C1620=4][C1622=2][C1629=-2][C1635=-4][C1649=-2][C1658=-4] L634=[C1040=4][C1041=2][C1624=2][C1625=4][C1627=2][C1628=4][C1650=-2][C1659=-4] L635=[C1042=4][C1043=2][C1054=-1][C1056=1][C1111=1][C1113=-1][C1630=2][C1631=4][C1633=2][C1634=4][C1651=-2][C1660=-4] L636=[C105=-1][C496=-4][C1044=4][C1045=2][C1052=-4][C1055=-1][C1057=1][C1109=4][C1112=1][C1114=-1][C1636=2][C1637=4][C1639=2][C1640=4][C1642=2][C1652=-2][C1661=-4] L637=[C1058=4][C1059=2][C1069=-4][C1070=-2][C1644=2][C1645=4][C1647=2][C1648=4][C1650=2][C1651=4] L638=[C1071=4][C1072=2][C1082=-4][C1083=-2][C1111=1][C1113=-1][C1653=2][C1654=4][C1656=2][C1657=4][C1659=2][C1660=4] L639=[C105=-1][C1084=4][C1085=2][C1095=-4][C1096=-2][C1109=4][C1112=1][C1114=-1][C1662=2][C1663=4][C1665=2][C1666=4][C1668=2][C1669=4][C1671=2] L640=[C1127=-4][C1130=-2][C1178=4][C1184=2][C1361=-1][C1379=1][C1675=-2][C1678=-4][C1686=-2][C1692=-4][C1706=-2][C1715=-4] L641=[C1117=1][C1119=-1][C1128=-4][C1131=-2][C1179=4][C1185=2][C1362=-1][C1380=1][C1676=-2][C1679=-4][C1687=-2][C1693=-4][C1707=-2][C1716=-4] L642=[C123=-1][C1115=4][C1118=1][C1120=-1][C1129=-4][C1132=-2][C1180=4][C1186=2][C1363=-1][C1381=1][C1673=2][C1677=-2][C1680=-4][C1688=-2][C1694=-4][C1708=-2][C1717=-4] L643=[C1181=4][C1187=2][C1364=-1][C1382=1][C1675=2][C1676=4][C1689=-2][C1695=-4][C1709=-2][C1718=-4] L644=[C1117=1][C1119=-1][C1135=-1][C1137=1][C1182=4][C1188=2][C1365=-1][C1383=1][C1678=2][C1679=4][C1690=-2][C1696=-4][C1710=-2][C1719=-4] L645=[C123=-1][C506=-4][C1115=4][C1118=1][C1120=-1][C1133=-4][C1136=-1][C1138=1][C1183=4][C1189=2][C1366=-1][C1384=1][C1681=2][C1682=4][C1684=2][C1691=-2][C1697=-4][C1711=-2][C1720=-4] L646=[C1121=4][C1122=2][C1367=-1][C1385=1][C1686=2][C1687=4][C1689=2][C1690=4][C1712=-2][C1721=-4] L647=[C1123=4][C1124=2][C1135=-1][C1137=1][C1192=1][C1194=-1][C1368=-1][C1386=1][C1692=2][C1693=4][C1695=2][C1696=4][C1713=-2][C1722=-4] L648=[C123=-1][C556=-4][C1125=4][C1126=2][C1133=-4][C1136=-1][C1138=1][C1190=4][C1193=1][C1195=-1][C1369=-1][C1387=1][C1698=2][C1699=4][C1701=2][C1702=4][C1704=2][C1714=-2][C1723=-4] L649=[C1139=4][C1140=2][C1150=-4][C1151=-2][C1706=2][C1707=4][C1709=2][C1710=4][C1712=2][C1713=4] L650=[C1152=4][C1153=2][C1163=-4][C1164=-2][C1192=1][C1194=-1][C1715=2][C1716=4][C1718=2][C1719=4][C1721=2][C1722=4] L651=[C123=-1][C1165=4][C1166=2][C1176=-4][C1177=-2][C1190=4][C1193=1][C1195=-1][C1402=1][C1403=-1][C1724=2][C1725=4][C1727=2][C1728=4][C1730=2][C1731=4][C1733=2] L652=[C235=1][C1208=-4][C1211=-2][C1259=4][C1265=2][C1343=-4][C1370=-1][C1388=1][C1737=-2][C1740=-4][C1748=-2][C1754=-4][C1768=-2][C1777=-4][C1797=-2] L653=[C236=1][C1198=1][C1200=-1][C1209=-4][C1212=-2][C1260=4][C1266=2][C1344=-4][C1371=-1][C1389=1][C1738=-2][C1741=-4][C1749=-2][C1755=-4][C1769=-2][C1778=-4] L654=[C1=-1][C141=-1][C237=1][C1196=4][C1199=1][C1201=-1][C1210=-4][C1213=-2][C1261=4][C1267=2][C1345=-4][C1372=-1][C1390=1][C1735=2][C1739=-2][C1742=-4][C1750=-2][C1756=-4][C1770=-2][C1779=-4] L655=[C1262=4][C1268=2][C1346=-4][C1373=-1][C1391=1][C1737=2][C1738=4][C1751=-2][C1757=-4][C1771=-2][C1780=-4] L656=[C1198=1][C1200=-1][C1216=-1][C1218=1][C1263=4][C1269=2][C1347=-4][C1374=-1][C1392=1][C1740=2][C1741=4][C1752=-2][C1758=-4][C1772=-2][C1781=-4] L657=[C141=-1][C289=1][C566=-4][C1196=4][C1199=1][C1201=-1][C1214=-4][C1217=-1][C1219=1][C1264=4][C1270=2][C1348=-4][C1375=-1][C1393=1][C1743=2][C1744=4][C1746=2][C1753=-2][C1759=-4][C1773=-2][C1782=-4] L658=[C1202=4][C1203=2][C1349=-4][C1376=-1][C1394=1][C1748=2][C1749=4][C1751=2][C1752=4][C1774=-2][C1783=-4] L659=[C1204=4][C1205=2][C1216=-1][C1218=1][C1273=1][C1275=-1][C1350=-4][C1377=-1][C1395=1][C1754=2][C1755=4][C1757=2][C1758=4][C1775=-2][C1784=-4] L660=[C1=-5][C141=-1][C289=3][C616=-4][C1206=4][C1207=2][C1214=-4][C1217=-1][C1219=1][C1271=4][C1274=1][C1276=-1][C1351=-4][C1378=-1][C1396=1][C1760=2][C1761=4][C1763=2][C1764=4][C1766=2][C1776=-2][C1785=-4] L661=[C1220=4][C1221=2][C1231=-4][C1232=-2][C1768=2][C1769=4][C1771=2][C1772=4][C1774=2][C1775=4] L662=[C1233=4][C1234=2][C1244=-4][C1245=-2][C1273=1][C1275=-1][C1402=-1][C1403=1][C1777=2][C1778=4][C1780=2][C1781=4][C1783=2][C1784=4] L663=[C1=4][C141=-1][C289=1][C812=-8][C1246=4][C1247=2][C1257=-4][C1258=-2][C1271=4][C1274=1][C1276=-1][C1397=-4][C1786=2][C1787=4][C1789=2][C1790=4][C1792=2][C1793=4][C1795=2] L664=[C159=-1][C289=3][C1277=4][C1278=2][C1288=-4][C1289=-2][C1308=4][C1309=2][C1397=-6][C1400=-1][C1405=-1][C1797=2] L665=[C169=-1][C289=4][C295=1][C307=1][C1310=4][C1311=2][C1321=-4][C1322=-2][C1341=4][C1342=2][C1397=-4][C1400=-4][C1405=-4][C1406=-3] L666=[C398=1][C752=-1][C1419=-4][C1422=-2][C1470=4][C1476=2][C1587=-4][C1596=-2][C1797=4] L667=[C399=1][C753=-1][C1409=1][C1411=-1][C1420=-4][C1423=-2][C1471=4][C1477=2][C1588=-4][C1597=-2] L668=[C1=-1][C326=-1][C400=1][C754=-1][C1407=4][C1410=1][C1412=-1][C1421=-4][C1424=-2][C1472=4][C1478=2][C1589=-4][C1598=-2] L669=[C755=-1][C1473=4][C1479=2][C1590=-4][C1599=-2] L670=[C756=-1][C1409=1][C1411=-1][C1427=-1][C1429=1][C1474=4][C1480=2][C1591=-4][C1600=-2] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4][C1407=4][C1410=1][C1412=-1][C1425=-4][C1428=-1][C1430=1][C1475=4][C1481=2][C1592=-4][C1601=-2] L672=[C1413=4][C1414=2][C1593=-4][C1602=-2] L673=[C1415=4][C1416=2][C1427=-1][C1429=1][C1484=1][C1486=-1][C1594=-4][C1603=-2] L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4][C1417=4][C1418=2][C1425=-4][C1428=-1][C1430=1][C1482=4][C1485=1][C1487=-1][C1595=-4][C1604=-2] L675=[C1431=4][C1432=2][C1442=-4][C1443=-2] L676=[C1444=4][C1445=2][C1455=-4][C1456=-2][C1484=1][C1486=-1][C1607=-1][C1609=1] L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1][C1024=-4][C1457=4][C1458=2][C1468=-4][C1469=-2][C1482=4][C1485=1][C1487=-1][C1605=-4][C1608=-1][C1610=1] L678=[C344=-1][C1488=4][C1489=2][C1499=-4][C1500=-2][C1519=4][C1520=2] L679=[C354=-1][C1521=4][C1522=2][C1532=-4][C1533=-2][C1552=4][C1553=2][C1607=-1][C1609=1] L680=[C1=-1][C364=-1][C428=1][C812=-1][C1397=-4][C1554=4][C1555=2][C1565=-4][C1566=-2][C1585=4][C1586=2][C1605=-4][C1608=-1][C1610=1] L681=[C446=-1][C496=1][C1611=4][C1612=2][C1622=-4][C1623=-2][C1642=4][C1643=2][C1671=-4][C1672=-2] L682=[C506=-1][C556=1][C1673=4][C1674=2][C1684=-4][C1685=-2][C1704=4][C1705=2][C1733=-4][C1734=-2] L683=[C1=-1][C566=-1][C616=1][C812=-1][C1735=4][C1736=2][C1746=-4][C1747=-2][C1766=4][C1767=2][C1795=-4][C1796=-2] L684=[C68=-1][C289=1][C830=-1][C880=1][C1024=-1][C1397=1] ========== END-MATRIX [1c] CL-USER(73): (setf m3 *) ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4][C1034=-2][C1115=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4][C1035=-2][C1116=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4][C1036=-2][C1117=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4][C1037=-2][C1118=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4][C1038=-2][C1119=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4][C1039=-2][C1120=-4] L368=[C632=4][C656=2][C896=-2][C920=-4][C1040=-2][C1121=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4][C1041=-2][C1122=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4][C1042=-2][C1123=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4][C1043=-2][C1124=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4][C1044=-2][C1125=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4][C1045=-2][C1126=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4][C1046=-2][C1127=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4][C1047=-2][C1128=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4][C1048=-2][C1129=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4][C1049=-2][C1130=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4][C1050=-2][C1131=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4][C1051=-2][C1132=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4][C1052=-2][C1133=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4][C1053=-2][C1134=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4][C1054=-2][C1135=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4][C1055=-2][C1136=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4][C1056=-2][C1137=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4][C1057=-2][C1138=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4][C1058=-2][C1139=-4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4][C1059=-2][C1140=-4] L388=[C1060=-2][C1141=-4] L389=[C1061=-2][C1142=-4] L390=[C896=2][C1062=-2][C1143=-4] L391=[C1063=-2][C1144=-4] L392=[C1064=-2][C1145=-4] L393=[C349=-1][C350=1][C898=2][C1065=-2][C1146=-4] L394=[C902=-2][C1066=-2][C1147=-4] L395=[C349=1][C350=-1][C903=-2][C1067=-2][C1148=-4] L396=[C344=4][C900=2][C904=-2][C1068=-2][C1149=-4] L397=[C344=6][C347=1][C352=1][C902=2][C903=4][C1069=-2][C1150=-4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4][C1070=-2][C1151=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4][C1071=-2][C1152=-4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4][C1072=-2][C1153=-4] L401=[C702=1][C728=-1][C1073=-2][C1154=-4] L402=[C703=1][C729=-1][C1074=-2][C1155=-4] L403=[C704=1][C730=-1][C920=2][C1075=-2][C1156=-4] L404=[C705=1][C731=-1][C1076=-2][C1157=-4] L405=[C706=1][C732=-1][C1077=-2][C1158=-4] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2][C1078=-2][C1159=-4] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2][C1079=-2][C1160=-4] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2][C1080=-2][C1161=-4] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2][C1081=-2][C1162=-4] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4][C1082=-2][C1163=-4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4][C1083=-2][C1164=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2][C1084=-2][C1165=-4] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2][C1085=-2][C1166=-4] L414=[C676=4][C715=1][C741=-1][C964=2][C1086=-2][C1167=-4] L415=[C677=4][C716=1][C742=-1][C965=2][C1087=-2][C1168=-4] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2][C1088=-2][C1169=-4] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2][C1089=-2][C1170=-4] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2][C1090=-2][C1171=-4] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2][C1091=-2][C1172=-4] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2][C1092=-2][C1173=-4] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2][C1093=-2][C1174=-4] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2][C1094=-2][C1175=-4] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4][C973=2][C1095=-2][C1176=-4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4][C974=2][C1096=-2][C1177=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4][C1097=-2][C1178=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4][C1098=-2][C1179=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4][C1099=-2][C1180=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4][C1100=-2][C1181=-4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4][C1101=-2][C1182=-4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4][C973=2][C1102=-2][C1183=-4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3][C977=-2][C980=-4][C1000=-4][C1012=4][C1103=-2][C1184=-4] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3][C978=-2][C981=-4][C1001=-4][C1013=4][C1104=-2][C1185=-4] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3][C975=2][C979=-2][C982=-4][C1002=-4][C1014=4][C1105=-2][C1186=-4] L434=[C755=4][C773=4][C803=4][C809=3][C977=2][C978=4][C1003=-4][C1015=4][C1106=-2][C1187=-4] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3][C980=2][C981=4][C1004=-4][C1016=4][C1107=-2][C1188=-4] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3][C983=2][C984=4][C986=2][C1005=-4][C1017=4][C1108=-2][C1189=-4] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1][C988=2][C989=4][C991=2][C992=4][C1024=2][C1109=-2][C1190=-4] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1][C994=2][C995=4][C997=2][C998=4][C1024=1][C1110=-2][C1191=-4] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1][C1000=2][C1001=4][C1003=2][C1004=4][C1028=4][C1111=-2][C1192=-4] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1][C1006=2][C1007=4][C1009=2][C1010=4][C1024=4][C1025=-1][C1026=1][C1027=2][C1029=4][C1112=-2][C1193=-4] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2][C1012=2][C1013=4][C1015=2][C1016=4][C1028=4][C1113=-2][C1194=-4] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1018=2][C1019=4][C1021=2][C1022=4][C1025=-1][C1026=1][C1030=4][C1032=-2][C1114=-2][C1195=-4] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2][C1040=2][C1042=4][C1058=2][C1071=4] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2][C1036=4][C1038=-4][C1041=2][C1043=4][C1059=2][C1072=4] L445=[C1060=2][C1073=4] L446=[C1061=2][C1074=4] L447=[C1040=2][C1062=2][C1075=4] L448=[C484=-1][C490=1][C1063=2][C1076=4] L449=[C485=-1][C491=1][C1064=2][C1077=4] L450=[C451=-1][C452=1][C486=-1][C492=1][C1042=2][C1065=2][C1078=4] L451=[C478=-4][C487=-1][C493=1][C1046=-2][C1066=2][C1079=4] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1][C1047=-2][C1067=2][C1080=4] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1][C1044=2][C1048=-2][C1068=2][C1081=4] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1][C1046=2][C1047=4][C1069=2][C1082=4] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3][C1049=2][C1050=4][C1054=4][C1056=-4][C1070=2][C1083=4] L456=[C1060=-2][C1063=-4] L457=[C458=1][C460=-1][C1061=-2][C1064=-4] L458=[C456=4][C459=1][C461=-1][C1058=2][C1062=-2][C1065=-4] L459=[C1060=2][C1061=4] L460=[C458=1][C460=-1][C1063=2][C1064=4] L461=[C456=4][C459=1][C461=-1][C1066=2][C1067=4][C1069=2] L462=[C484=-1][C490=1][C1073=-2][C1076=-4] L463=[C464=1][C466=-1][C485=-1][C491=1][C1074=-2][C1077=-4] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1][C1071=2][C1075=-2][C1078=-4] L465=[C1073=2][C1074=4] L466=[C464=1][C466=-1][C1076=2][C1077=4] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1][C1079=2][C1080=4][C1082=2] L468=[C478=-4][C487=-1][C493=1][C1086=-2][C1089=-4][C1097=-2] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1][C1087=-2][C1090=-4][C1098=-2] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1][C1084=2][C1088=-2][C1091=-4][C1099=-2] L471=[C1086=2][C1087=4][C1100=-2] L472=[C470=1][C472=-1][C501=-1][C502=1][C1089=2][C1090=4][C1101=-2] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4][C1092=2][C1093=4][C1095=2][C1102=-2] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1][C1097=2][C1098=4][C1100=2][C1101=4] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3][C1103=2][C1104=4][C1106=2][C1107=4][C1111=4][C1113=-4] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1][C1121=2][C1123=4][C1139=2][C1152=4] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1][C1117=4][C1119=-4][C1122=2][C1124=4][C1140=2][C1153=4] L478=[C702=1][C728=-1][C1141=2][C1154=4] L479=[C703=1][C729=-1][C1142=2][C1155=4] L480=[C704=1][C730=-1][C1121=2][C1143=2][C1156=4] L481=[C544=-1][C550=1][C705=1][C731=-1][C1144=2][C1157=4] L482=[C545=-1][C551=1][C706=1][C732=-1][C1145=2][C1158=4] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1][C1123=2][C1146=2][C1159=4] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1][C1127=-2][C1147=2][C1160=4] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1][C1128=-2][C1148=2][C1161=4] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1][C1125=2][C1129=-2][C1149=2][C1162=4] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1][C1127=2][C1128=4][C1150=2][C1163=4] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1][C1130=2][C1131=4][C1135=4][C1137=-4][C1151=2][C1164=4] L489=[C1141=-2][C1144=-4] L490=[C518=1][C520=-1][C1142=-2][C1145=-4] L491=[C516=4][C519=1][C521=-1][C1139=2][C1143=-2][C1146=-4] L492=[C1141=2][C1142=4] L493=[C518=1][C520=-1][C1144=2][C1145=4] L494=[C516=4][C519=1][C521=-1][C1147=2][C1148=4][C1150=2] L495=[C544=-1][C550=1][C1154=-2][C1157=-4] L496=[C524=1][C526=-1][C545=-1][C551=1][C1155=-2][C1158=-4] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1][C1152=2][C1156=-2][C1159=-4] L498=[C1154=2][C1155=4] L499=[C524=1][C526=-1][C1157=2][C1158=4] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1][C1160=2][C1161=4][C1163=2] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1][C1167=-2][C1170=-4][C1178=-2] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1][C1168=-2][C1171=-4][C1179=-2] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1][C1165=2][C1169=-2][C1172=-4][C1180=-2] L504=[C785=-1][C791=1][C1167=2][C1168=4][C1181=-2] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1][C1170=2][C1171=4][C1182=-2] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1][C1173=2][C1174=4][C1176=2][C1183=-2] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1][C1178=2][C1179=4][C1181=2][C1182=4] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1][C1184=2][C1185=4][C1187=2][C1188=4][C1192=4][C1194=-4] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1][C1202=2][C1204=4][C1220=2][C1233=4][C1277=2] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1][C1198=4][C1200=-4][C1203=2][C1205=4][C1221=2][C1234=4][C1278=2] L511=[C676=4][C715=1][C741=-1][C1222=2][C1235=4][C1279=2] L512=[C677=4][C716=1][C742=-1][C1223=2][C1236=4][C1280=2] L513=[C678=4][C717=1][C743=-1][C1202=2][C1224=2][C1237=4][C1281=2] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1][C1225=2][C1238=4][C1282=2] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1][C1226=2][C1239=4][C1283=2] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1][C1204=2][C1227=2][C1240=4][C1284=2] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1][C1208=-2][C1228=2][C1241=4][C1285=2] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1][C1209=-2][C1229=2][C1242=4][C1286=2] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1][C1206=2][C1210=-2][C1230=2][C1243=4][C1287=2] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1][C1208=2][C1209=4][C1231=2][C1244=4][C1288=2] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1][C1211=2][C1212=4][C1216=4][C1218=-4][C1232=2][C1245=4][C1289=2] L522=[C1222=-2][C1225=-4][C1290=2] L523=[C578=1][C580=-1][C1223=-2][C1226=-4][C1291=2] L524=[C576=4][C579=1][C581=-1][C1220=2][C1224=-2][C1227=-4][C1292=2] L525=[C1222=2][C1223=4][C1293=2] L526=[C578=1][C580=-1][C1225=2][C1226=4][C1294=2] L527=[C576=4][C579=1][C581=-1][C1228=2][C1229=4][C1231=2][C1295=2] L528=[C604=-1][C610=1][C782=1][C788=-1][C1235=-2][C1238=-4][C1296=2] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1][C1236=-2][C1239=-4][C1297=2] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1][C1233=2][C1237=-2][C1240=-4][C1298=2] L531=[C785=1][C791=-1][C1235=2][C1236=4][C1299=2] L532=[C584=1][C586=-1][C786=1][C792=-1][C1238=2][C1239=4][C1300=2] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1][C1241=2][C1242=4][C1244=2][C1301=2] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4][C1248=-2][C1251=-4][C1259=-2][C1302=2] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4][C1249=-2][C1252=-4][C1260=-2][C1303=2] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4][C1246=2][C1250=-2][C1253=-4][C1261=-2][C1304=2] L537=[C755=4][C1248=2][C1249=4][C1262=-2][C1305=2] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4][C1251=2][C1252=4][C1263=-2][C1306=2] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4][C1254=2][C1255=4][C1257=2][C1264=-2][C1307=2] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1][C1259=2][C1260=4][C1262=2][C1263=4][C1308=2] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1265=2][C1266=4][C1268=2][C1269=4][C1273=4][C1275=-4][C1309=2] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1][C1279=-2][C1282=-4][C1290=-2][C1296=-4] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1][C1280=-2][C1283=-4][C1291=-2][C1297=-4] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1][C1277=2][C1281=-2][C1284=-4][C1292=-2][C1298=-4] L545=[C755=6][C773=1][C803=1][C1279=2][C1280=4][C1293=-2][C1299=-4] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1][C1282=2][C1283=4][C1294=-2][C1300=-4] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1][C1285=2][C1286=4][C1288=2][C1295=-2][C1301=-4] L548=[C632=4][C633=2][C1290=2][C1291=4][C1293=2][C1294=4] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1][C1296=2][C1297=4][C1299=2][C1300=4] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1][C1302=2][C1303=4][C1305=2][C1306=4][C1308=2] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3][C1312=-2][C1315=-4][C1323=-2][C1329=-4][C1361=-4][C1379=4] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3][C1313=-2][C1316=-4][C1324=-2][C1330=-4][C1362=-4][C1380=4] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3][C1310=2][C1314=-2][C1317=-4][C1325=-2][C1331=-4][C1363=-4][C1381=4] L554=[C755=4][C773=4][C803=4][C809=3][C1312=2][C1313=4][C1326=-2][C1332=-4][C1364=-4][C1382=4] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3][C1315=2][C1316=4][C1327=-2][C1333=-4][C1365=-4][C1383=4] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3][C1318=2][C1319=4][C1321=2][C1328=-2][C1334=-4][C1366=-4][C1384=4] L557=[C656=4][C657=2][C1323=2][C1324=4][C1326=2][C1327=4][C1367=-4][C1385=4] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1][C1329=2][C1330=4][C1332=2][C1333=4][C1368=-4][C1386=4] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1335=2][C1336=4][C1338=2][C1339=4][C1341=2][C1369=-4][C1387=4] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1][C1343=2][C1344=4][C1346=2][C1347=4][C1349=2][C1350=4][C1397=2] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1][C1352=2][C1353=4][C1355=2][C1356=4][C1358=2][C1359=4][C1397=1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1][C1361=2][C1362=4][C1364=2][C1365=4][C1367=2][C1368=4][C1401=4] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1][C1370=2][C1371=4][C1373=2][C1374=4][C1376=2][C1377=4][C1397=4][C1398=-1][C1399=1][C1400=2][C1402=4] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2][C1379=2][C1380=4][C1382=2][C1383=4][C1385=2][C1386=4][C1401=4] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1388=2][C1389=4][C1391=2][C1392=4][C1394=2][C1395=4][C1398=-1][C1399=1][C1403=4][C1405=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4][C975=2][C1277=-4][C1310=-2][C1413=2][C1415=4][C1431=2][C1444=4][C1488=2][C1521=4][C1611=2][C1673=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4][C976=2][C1278=-4][C1311=-2][C1409=4][C1411=-4][C1414=2][C1416=4][C1432=2][C1445=4][C1489=2][C1522=4][C1612=2][C1674=4] L568=[C964=4][C977=2][C1279=-4][C1312=-2][C1433=2][C1446=4][C1490=2][C1523=4][C1613=2][C1675=4] L569=[C965=4][C978=2][C1280=-4][C1313=-2][C1434=2][C1447=4][C1491=2][C1524=4][C1614=2][C1676=4] L570=[C966=4][C979=2][C1281=-4][C1314=-2][C1413=2][C1435=2][C1448=4][C1492=2][C1525=4][C1615=2][C1677=4] L571=[C868=-1][C874=1][C967=4][C980=2][C1282=-4][C1315=-2][C1436=2][C1449=4][C1493=2][C1526=4][C1616=2][C1678=4] L572=[C869=-1][C875=1][C968=4][C981=2][C1283=-4][C1316=-2][C1437=2][C1450=4][C1494=2][C1527=4][C1617=2][C1679=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4][C982=2][C1284=-4][C1317=-2][C1415=2][C1438=2][C1451=4][C1495=2][C1528=4][C1618=2][C1680=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4][C983=2][C1285=-4][C1318=-2][C1419=-2][C1439=2][C1452=4][C1496=2][C1529=4][C1619=2][C1681=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4][C984=2][C1286=-4][C1319=-2][C1420=-2][C1440=2][C1453=4][C1497=2][C1530=4][C1620=2][C1682=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4][C985=2][C1287=-4][C1320=-2][C1417=2][C1421=-2][C1441=2][C1454=4][C1498=2][C1531=4][C1621=2][C1683=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1][C973=4][C986=2][C1288=-4][C1321=-2][C1419=2][C1420=4][C1442=2][C1455=4][C1499=2][C1532=4][C1622=2][C1684=4] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3][C974=4][C987=2][C1289=-4][C1322=-2][C1422=2][C1423=4][C1427=4][C1429=-4][C1443=2][C1456=4][C1500=2][C1533=4][C1623=2][C1685=4] L579=[C1290=-4][C1323=-2][C1433=-2][C1436=-4][C1501=2][C1534=4][C1624=2][C1686=4] L580=[C842=1][C844=-1][C1291=-4][C1324=-2][C1434=-2][C1437=-4][C1502=2][C1535=4][C1625=2][C1687=4] L581=[C840=4][C843=1][C845=-1][C1292=-4][C1325=-2][C1431=2][C1435=-2][C1438=-4][C1503=2][C1536=4][C1626=2][C1688=4] L582=[C1293=-4][C1326=-2][C1433=2][C1434=4][C1504=2][C1537=4][C1627=2][C1689=4] L583=[C842=1][C844=-1][C1294=-4][C1327=-2][C1436=2][C1437=4][C1505=2][C1538=4][C1628=2][C1690=4] L584=[C840=4][C843=1][C845=-1][C1295=-4][C1328=-2][C1439=2][C1440=4][C1442=2][C1506=2][C1539=4][C1629=2][C1691=4] L585=[C868=-1][C874=1][C1000=1][C1012=-1][C1296=-4][C1329=-2][C1446=-2][C1449=-4][C1507=2][C1540=4][C1630=2][C1692=4] L586=[C848=1][C850=-1][C869=-1][C875=1][C1001=1][C1013=-1][C1297=-4][C1330=-2][C1447=-2][C1450=-4][C1508=2][C1541=4][C1631=2][C1693=4] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1][C1002=1][C1014=-1][C1298=-4][C1331=-2][C1444=2][C1448=-2][C1451=-4][C1509=2][C1542=4][C1632=2][C1694=4] L588=[C1003=1][C1015=-1][C1299=-4][C1332=-2][C1446=2][C1447=4][C1510=2][C1543=4][C1633=2][C1695=4] L589=[C848=1][C850=-1][C1004=1][C1016=-1][C1300=-4][C1333=-2][C1449=2][C1450=4][C1511=2][C1544=4][C1634=2][C1696=4] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1][C1005=1][C1017=-1][C1301=-4][C1334=-2][C1452=2][C1453=4][C1455=2][C1512=2][C1545=4][C1635=2][C1697=4] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1][C988=4][C1006=1][C1018=-1][C1302=-4][C1335=-2][C1459=-2][C1462=-4][C1470=-2][C1513=2][C1546=4][C1636=2][C1698=4] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1][C989=4][C1007=1][C1019=-1][C1303=-4][C1336=-2][C1460=-2][C1463=-4][C1471=-2][C1514=2][C1547=4][C1637=2][C1699=4] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1][C990=4][C1008=1][C1020=-1][C1304=-4][C1337=-2][C1457=2][C1461=-2][C1464=-4][C1472=-2][C1515=2][C1548=4][C1638=2][C1700=4] L594=[C991=4][C1009=1][C1021=-1][C1305=-4][C1338=-2][C1459=2][C1460=4][C1473=-2][C1516=2][C1549=4][C1639=2][C1701=4] L595=[C854=1][C856=-1][C885=-1][C886=1][C992=4][C1010=1][C1022=-1][C1306=-4][C1339=-2][C1462=2][C1463=4][C1474=-2][C1517=2][C1550=4][C1640=2][C1702=4] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4][C993=4][C1011=1][C1023=-1][C1307=-4][C1340=-2][C1465=2][C1466=4][C1468=2][C1475=-2][C1518=2][C1551=4][C1641=2][C1703=4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1][C1024=6][C1027=1][C1032=1][C1308=-4][C1341=-2][C1470=2][C1471=4][C1473=2][C1474=4][C1519=2][C1552=4][C1642=2][C1704=4] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3][C1024=4][C1027=4][C1032=4][C1033=3][C1309=-4][C1342=-2][C1476=2][C1477=4][C1479=2][C1480=4][C1484=4][C1486=-4][C1520=2][C1553=4][C1643=2][C1705=4] L599=[C902=-4][C905=-2][C1490=-2][C1493=-4][C1501=-2][C1507=-4][C1644=2][C1706=4] L600=[C892=1][C894=-1][C903=-4][C906=-2][C1491=-2][C1494=-4][C1502=-2][C1508=-4][C1645=2][C1707=4] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2][C1488=2][C1492=-2][C1495=-4][C1503=-2][C1509=-4][C1646=2][C1708=4] L602=[C1490=2][C1491=4][C1504=-2][C1510=-4][C1647=2][C1709=4] L603=[C892=1][C894=-1][C910=-1][C912=1][C1493=2][C1494=4][C1505=-2][C1511=-4][C1648=2][C1710=4] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1][C1496=2][C1497=4][C1499=2][C1506=-2][C1512=-4][C1649=2][C1711=4] L605=[C896=4][C897=2][C1501=2][C1502=4][C1504=2][C1505=4][C1650=2][C1712=4] L606=[C898=4][C899=2][C910=-1][C912=1][C1507=2][C1508=4][C1510=2][C1511=4][C1651=2][C1713=4] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1][C1513=2][C1514=4][C1516=2][C1517=4][C1519=2][C1652=2][C1714=4] L608=[C926=-4][C929=-2][C1000=1][C1012=-1][C1361=-1][C1379=1][C1523=-2][C1526=-4][C1534=-2][C1540=-4][C1653=2][C1715=4] L609=[C916=1][C918=-1][C927=-4][C930=-2][C1001=1][C1013=-1][C1362=-1][C1380=1][C1524=-2][C1527=-4][C1535=-2][C1541=-4][C1654=2][C1716=4] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2][C1002=1][C1014=-1][C1363=-1][C1381=1][C1521=2][C1525=-2][C1528=-4][C1536=-2][C1542=-4][C1655=2][C1717=4] L611=[C1003=1][C1015=-1][C1364=-1][C1382=1][C1523=2][C1524=4][C1537=-2][C1543=-4][C1656=2][C1718=4] L612=[C916=1][C918=-1][C934=-1][C936=1][C1004=1][C1016=-1][C1365=-1][C1383=1][C1526=2][C1527=4][C1538=-2][C1544=-4][C1657=2][C1719=4] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1][C1005=1][C1017=-1][C1366=-1][C1384=1][C1529=2][C1530=4][C1532=2][C1539=-2][C1545=-4][C1658=2][C1720=4] L614=[C920=4][C921=2][C1367=-1][C1385=1][C1534=2][C1535=4][C1537=2][C1538=4][C1659=2][C1721=4] L615=[C922=4][C923=2][C934=-1][C936=1][C1368=-1][C1386=1][C1540=2][C1541=4][C1543=2][C1544=4][C1660=2][C1722=4] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1][C1029=-1][C1030=1][C1369=-1][C1387=1][C1546=2][C1547=4][C1549=2][C1550=4][C1552=2][C1661=2][C1723=4] L617=[C235=1][C752=4][C950=-4][C953=-2][C988=4][C1006=1][C1018=-1][C1343=-4][C1370=-1][C1388=1][C1556=-2][C1559=-4][C1567=-2][C1573=-4][C1587=-2][C1662=2][C1724=4] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2][C989=4][C1007=1][C1019=-1][C1344=-4][C1371=-1][C1389=1][C1557=-2][C1560=-4][C1568=-2][C1574=-4][C1588=-2][C1663=2][C1725=4] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2][C990=4][C1008=1][C1020=-1][C1345=-4][C1372=-1][C1390=1][C1554=2][C1558=-2][C1561=-4][C1569=-2][C1575=-4][C1589=-2][C1664=2][C1726=4] L620=[C755=4][C991=4][C1009=1][C1021=-1][C1346=-4][C1373=-1][C1391=1][C1556=2][C1557=4][C1570=-2][C1576=-4][C1590=-2][C1665=2][C1727=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1][C992=4][C1010=1][C1022=-1][C1347=-4][C1374=-1][C1392=1][C1559=2][C1560=4][C1571=-2][C1577=-4][C1591=-2][C1666=2][C1728=4] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1][C993=4][C1011=1][C1023=-1][C1348=-4][C1375=-1][C1393=1][C1562=2][C1563=4][C1565=2][C1572=-2][C1578=-4][C1592=-2][C1667=2][C1729=4] L623=[C944=4][C945=2][C1349=-4][C1376=-1][C1394=1][C1567=2][C1568=4][C1570=2][C1571=4][C1593=-2][C1668=2][C1730=4] L624=[C946=4][C947=2][C958=-1][C960=1][C1029=1][C1030=-1][C1350=-4][C1377=-1][C1395=1][C1573=2][C1574=4][C1576=2][C1577=4][C1594=-2][C1669=2][C1731=4] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1][C1024=4][C1351=-4][C1378=-1][C1396=1][C1579=2][C1580=4][C1582=2][C1583=4][C1585=2][C1595=-2][C1670=2][C1732=4] L626=[C68=-3][C289=3][C962=4][C963=2][C973=-4][C974=-2][C1024=6][C1027=1][C1032=1][C1397=-6][C1400=-1][C1405=-1][C1587=2][C1588=4][C1590=2][C1591=4][C1593=2][C1594=4][C1671=2][C1733=4] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1][C975=4][C976=2][C986=-4][C987=-2][C1024=4][C1027=4][C1032=4][C1033=3][C1397=-4][C1400=-4][C1405=-4][C1406=-3][C1596=2][C1597=4][C1599=2][C1600=4][C1602=2][C1603=4][C1607=4][C1609=-4][C1672=2][C1734=4] L628=[C1046=-4][C1049=-2][C1097=4][C1103=2][C1613=-2][C1616=-4][C1624=-2][C1630=-4][C1644=-2][C1653=-4] L629=[C1036=1][C1038=-1][C1047=-4][C1050=-2][C1098=4][C1104=2][C1614=-2][C1617=-4][C1625=-2][C1631=-4][C1645=-2][C1654=-4] L630=[C105=-1][C1034=4][C1037=1][C1039=-1][C1048=-4][C1051=-2][C1099=4][C1105=2][C1611=2][C1615=-2][C1618=-4][C1626=-2][C1632=-4][C1646=-2][C1655=-4] L631=[C1100=4][C1106=2][C1613=2][C1614=4][C1627=-2][C1633=-4][C1647=-2][C1656=-4] L632=[C1036=1][C1038=-1][C1054=-1][C1056=1][C1101=4][C1107=2][C1616=2][C1617=4][C1628=-2][C1634=-4][C1648=-2][C1657=-4] L633=[C105=-1][C446=-4][C1034=4][C1037=1][C1039=-1][C1052=-4][C1055=-1][C1057=1][C1102=4][C1108=2][C1619=2][C1620=4][C1622=2][C1629=-2][C1635=-4][C1649=-2][C1658=-4] L634=[C1040=4][C1041=2][C1624=2][C1625=4][C1627=2][C1628=4][C1650=-2][C1659=-4] L635=[C1042=4][C1043=2][C1054=-1][C1056=1][C1111=1][C1113=-1][C1630=2][C1631=4][C1633=2][C1634=4][C1651=-2][C1660=-4] L636=[C105=-1][C496=-4][C1044=4][C1045=2][C1052=-4][C1055=-1][C1057=1][C1109=4][C1112=1][C1114=-1][C1636=2][C1637=4][C1639=2][C1640=4][C1642=2][C1652=-2][C1661=-4] L637=[C1058=4][C1059=2][C1069=-4][C1070=-2][C1644=2][C1645=4][C1647=2][C1648=4][C1650=2][C1651=4] L638=[C1071=4][C1072=2][C1082=-4][C1083=-2][C1111=1][C1113=-1][C1653=2][C1654=4][C1656=2][C1657=4][C1659=2][C1660=4] L639=[C105=-1][C1084=4][C1085=2][C1095=-4][C1096=-2][C1109=4][C1112=1][C1114=-1][C1662=2][C1663=4][C1665=2][C1666=4][C1668=2][C1669=4][C1671=2] L640=[C1127=-4][C1130=-2][C1178=4][C1184=2][C1361=-1][C1379=1][C1675=-2][C1678=-4][C1686=-2][C1692=-4][C1706=-2][C1715=-4] L641=[C1117=1][C1119=-1][C1128=-4][C1131=-2][C1179=4][C1185=2][C1362=-1][C1380=1][C1676=-2][C1679=-4][C1687=-2][C1693=-4][C1707=-2][C1716=-4] L642=[C123=-1][C1115=4][C1118=1][C1120=-1][C1129=-4][C1132=-2][C1180=4][C1186=2][C1363=-1][C1381=1][C1673=2][C1677=-2][C1680=-4][C1688=-2][C1694=-4][C1708=-2][C1717=-4] L643=[C1181=4][C1187=2][C1364=-1][C1382=1][C1675=2][C1676=4][C1689=-2][C1695=-4][C1709=-2][C1718=-4] L644=[C1117=1][C1119=-1][C1135=-1][C1137=1][C1182=4][C1188=2][C1365=-1][C1383=1][C1678=2][C1679=4][C1690=-2][C1696=-4][C1710=-2][C1719=-4] L645=[C123=-1][C506=-4][C1115=4][C1118=1][C1120=-1][C1133=-4][C1136=-1][C1138=1][C1183=4][C1189=2][C1366=-1][C1384=1][C1681=2][C1682=4][C1684=2][C1691=-2][C1697=-4][C1711=-2][C1720=-4] L646=[C1121=4][C1122=2][C1367=-1][C1385=1][C1686=2][C1687=4][C1689=2][C1690=4][C1712=-2][C1721=-4] L647=[C1123=4][C1124=2][C1135=-1][C1137=1][C1192=1][C1194=-1][C1368=-1][C1386=1][C1692=2][C1693=4][C1695=2][C1696=4][C1713=-2][C1722=-4] L648=[C123=-1][C556=-4][C1125=4][C1126=2][C1133=-4][C1136=-1][C1138=1][C1190=4][C1193=1][C1195=-1][C1369=-1][C1387=1][C1698=2][C1699=4][C1701=2][C1702=4][C1704=2][C1714=-2][C1723=-4] L649=[C1139=4][C1140=2][C1150=-4][C1151=-2][C1706=2][C1707=4][C1709=2][C1710=4][C1712=2][C1713=4] L650=[C1152=4][C1153=2][C1163=-4][C1164=-2][C1192=1][C1194=-1][C1715=2][C1716=4][C1718=2][C1719=4][C1721=2][C1722=4] L651=[C123=-1][C1165=4][C1166=2][C1176=-4][C1177=-2][C1190=4][C1193=1][C1195=-1][C1402=1][C1403=-1][C1724=2][C1725=4][C1727=2][C1728=4][C1730=2][C1731=4][C1733=2] L652=[C235=1][C1208=-4][C1211=-2][C1259=4][C1265=2][C1343=-4][C1370=-1][C1388=1][C1737=-2][C1740=-4][C1748=-2][C1754=-4][C1768=-2][C1777=-4][C1797=-2] L653=[C236=1][C1198=1][C1200=-1][C1209=-4][C1212=-2][C1260=4][C1266=2][C1344=-4][C1371=-1][C1389=1][C1738=-2][C1741=-4][C1749=-2][C1755=-4][C1769=-2][C1778=-4] L654=[C1=-1][C141=-1][C237=1][C1196=4][C1199=1][C1201=-1][C1210=-4][C1213=-2][C1261=4][C1267=2][C1345=-4][C1372=-1][C1390=1][C1735=2][C1739=-2][C1742=-4][C1750=-2][C1756=-4][C1770=-2][C1779=-4] L655=[C1262=4][C1268=2][C1346=-4][C1373=-1][C1391=1][C1737=2][C1738=4][C1751=-2][C1757=-4][C1771=-2][C1780=-4] L656=[C1198=1][C1200=-1][C1216=-1][C1218=1][C1263=4][C1269=2][C1347=-4][C1374=-1][C1392=1][C1740=2][C1741=4][C1752=-2][C1758=-4][C1772=-2][C1781=-4] L657=[C141=-1][C289=1][C566=-4][C1196=4][C1199=1][C1201=-1][C1214=-4][C1217=-1][C1219=1][C1264=4][C1270=2][C1348=-4][C1375=-1][C1393=1][C1743=2][C1744=4][C1746=2][C1753=-2][C1759=-4][C1773=-2][C1782=-4] L658=[C1202=4][C1203=2][C1349=-4][C1376=-1][C1394=1][C1748=2][C1749=4][C1751=2][C1752=4][C1774=-2][C1783=-4] L659=[C1204=4][C1205=2][C1216=-1][C1218=1][C1273=1][C1275=-1][C1350=-4][C1377=-1][C1395=1][C1754=2][C1755=4][C1757=2][C1758=4][C1775=-2][C1784=-4] L660=[C1=-5][C141=-1][C289=3][C616=-4][C1206=4][C1207=2][C1214=-4][C1217=-1][C1219=1][C1271=4][C1274=1][C1276=-1][C1351=-4][C1378=-1][C1396=1][C1760=2][C1761=4][C1763=2][C1764=4][C1766=2][C1776=-2][C1785=-4] L661=[C1220=4][C1221=2][C1231=-4][C1232=-2][C1768=2][C1769=4][C1771=2][C1772=4][C1774=2][C1775=4] L662=[C1233=4][C1234=2][C1244=-4][C1245=-2][C1273=1][C1275=-1][C1402=-1][C1403=1][C1777=2][C1778=4][C1780=2][C1781=4][C1783=2][C1784=4] L663=[C1=4][C141=-1][C289=1][C812=-8][C1246=4][C1247=2][C1257=-4][C1258=-2][C1271=4][C1274=1][C1276=-1][C1397=-4][C1786=2][C1787=4][C1789=2][C1790=4][C1792=2][C1793=4][C1795=2] L664=[C159=-1][C289=3][C1277=4][C1278=2][C1288=-4][C1289=-2][C1308=4][C1309=2][C1397=-6][C1400=-1][C1405=-1][C1797=2] L665=[C169=-1][C289=4][C295=1][C307=1][C1310=4][C1311=2][C1321=-4][C1322=-2][C1341=4][C1342=2][C1397=-4][C1400=-4][C1405=-4][C1406=-3] L666=[C398=1][C752=-1][C1419=-4][C1422=-2][C1470=4][C1476=2][C1587=-4][C1596=-2][C1797=4] L667=[C399=1][C753=-1][C1409=1][C1411=-1][C1420=-4][C1423=-2][C1471=4][C1477=2][C1588=-4][C1597=-2] L668=[C1=-1][C326=-1][C400=1][C754=-1][C1407=4][C1410=1][C1412=-1][C1421=-4][C1424=-2][C1472=4][C1478=2][C1589=-4][C1598=-2] L669=[C755=-1][C1473=4][C1479=2][C1590=-4][C1599=-2] L670=[C756=-1][C1409=1][C1411=-1][C1427=-1][C1429=1][C1474=4][C1480=2][C1591=-4][C1600=-2] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4][C1407=4][C1410=1][C1412=-1][C1425=-4][C1428=-1][C1430=1][C1475=4][C1481=2][C1592=-4][C1601=-2] L672=[C1413=4][C1414=2][C1593=-4][C1602=-2] L673=[C1415=4][C1416=2][C1427=-1][C1429=1][C1484=1][C1486=-1][C1594=-4][C1603=-2] L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4][C1417=4][C1418=2][C1425=-4][C1428=-1][C1430=1][C1482=4][C1485=1][C1487=-1][C1595=-4][C1604=-2] L675=[C1431=4][C1432=2][C1442=-4][C1443=-2] L676=[C1444=4][C1445=2][C1455=-4][C1456=-2][C1484=1][C1486=-1][C1607=-1][C1609=1] L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1][C1024=-4][C1457=4][C1458=2][C1468=-4][C1469=-2][C1482=4][C1485=1][C1487=-1][C1605=-4][C1608=-1][C1610=1] L678=[C344=-1][C1488=4][C1489=2][C1499=-4][C1500=-2][C1519=4][C1520=2] L679=[C354=-1][C1521=4][C1522=2][C1532=-4][C1533=-2][C1552=4][C1553=2][C1607=-1][C1609=1] L680=[C1=-1][C364=-1][C428=1][C812=-1][C1397=-4][C1554=4][C1555=2][C1565=-4][C1566=-2][C1585=4][C1586=2][C1605=-4][C1608=-1][C1610=1] L681=[C446=-1][C496=1][C1611=4][C1612=2][C1622=-4][C1623=-2][C1642=4][C1643=2][C1671=-4][C1672=-2] L682=[C506=-1][C556=1][C1673=4][C1674=2][C1684=-4][C1685=-2][C1704=4][C1705=2][C1733=-4][C1734=-2] L683=[C1=-1][C566=-1][C616=1][C812=-1][C1735=4][C1736=2][C1746=-4][C1747=-2][C1766=4][C1767=2][C1795=-4][C1796=-2] L684=[C68=-1][C289=1][C830=-1][C880=1][C1024=-1][C1397=1] ========== END-MATRIX [1c] CL-USER(74): (setf m4 (copy-matrice m3)) ========== MATRIX 684 lines + 1995 columns ===== L1= L2=[C1=-1][C2=2] L3=[C1=-1][C4=2] L4=[C1=-1][C4=2] L5=[C1=-1][C6=2] L6=[C2=-1][C6=1] L7=[C2=1][C6=-1][C14=-4] L8=[C2=4][C8=-1][C10=-1][C11=2][C15=-4] L9=[C6=4][C8=-1][C10=-1][C13=2][C16=-4] L10=[C14=2] L11=[C14=1] L12=[C1=-5][C3=-1][C5=-1][C17=2][C20=2] L13=[C7=-1][C8=1][C9=-1][C17=1][C21=2] L14= L15=[C24=2] L16=[C1=-7][C3=-1][C5=-1][C22=2][C25=2] L17=[C24=1] L18=[C2=-4][C6=-4][C7=-1][C8=1][C9=-1][C23=2][C25=1] L19=[C2=-1][C6=1][C24=4] L20=[C8=1][C26=4][C30=1][C31=-2] L21=[C8=1][C28=4][C30=1][C33=-2] L22=[C11=1][C13=-1][C36=-4][C42=4] L23=[C43=4] L24=[C36=2][C44=4] L25=[C24=4][C26=-1][C28=1][C38=2][C45=4] L26=[C10=-5][C12=-2][C25=4][C27=-1][C29=1][C37=2][C39=2][C46=4] L27=[C11=-1][C13=1][C31=-1][C33=1][C38=4][C47=4] L28=[C43=4] L29=[C14=-4][C15=1][C16=-1][C42=2][C44=4] L30=[C43=4] L31=[C15=1][C16=-1][C45=4][C47=-2] L32=[C26=-1][C28=1][C49=4][C54=-2] L33=[C17=-4][C18=1][C19=-1][C27=-1][C29=1][C48=2][C50=4][C55=-2] L34=[C49=4][C56=-2] L35=[C18=1][C19=-1][C30=5][C32=2][C51=4][C53=-2][C57=-2] L36=[C31=1][C33=-1][C54=4][C56=-4] L37=[C60=4][C62=-4][C64=4][C66=-4] L38=[C1=8][C10=1][C30=-1][C68=2][C105=-2][C123=-4] L39=[C2=6][C4=4][C11=1][C31=-1][C68=1][C106=-2][C124=-4] L40=[C1=4][C3=4][C5=4][C12=1][C32=-1][C68=1][C70=2][C71=-2][C107=-2][C125=-4] L41=[C4=4][C6=6][C13=1][C33=-1][C68=1][C108=-2][C126=-4] L42=[C1=6][C10=6][C20=4][C34=2][C40=-1][C68=4][C69=-1][C72=1][C74=2][C77=4][C109=-2][C127=-4] L43=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C73=1][C74=1][C78=4][C110=-2][C128=-4] L44=[C14=6][C36=1][C42=-1][C47=-1][C111=-2][C129=-4] L45=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C70=1][C71=-1][C81=-2][C112=-2][C130=-4] L46=[C24=6][C38=1][C54=1][C56=-1][C113=-2][C131=-4] L47=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C68=6][C70=1][C71=-1][C81=2][C114=-2][C132=-4] L48=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C69=-1][C72=1][C82=4][C86=-2][C115=-2][C133=-4] L49=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C73=1][C84=4][C86=-1][C116=-2][C134=-4] L50=[C24=4][C38=4][C54=4][C60=3][C62=-1][C90=4][C95=-4][C117=-2][C135=-4] L51=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C74=4][C75=-1][C76=1][C89=2][C91=4][C96=-4][C118=-2][C136=-4] L52=[C36=4][C56=4][C62=2][C64=-2][C90=4][C97=-4][C119=-2][C137=-4] L53=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C75=-1][C76=1][C86=-4][C87=1][C88=-1][C92=4][C94=-2][C98=-4][C120=-2][C138=-4] L54=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C95=4][C97=-4][C121=-2][C139=-4] L55=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C87=1][C88=-1][C99=4][C101=-4][C103=2][C122=-2][C140=-4] L56= L57=[C105=-1][C106=2] L58=[C105=-1][C108=2] L59=[C106=1][C108=-1][C111=-4] L60= L61=[C111=2] L62=[C113=2] L63=[C105=-5][C107=-2][C112=2][C114=2] L64=[C106=-1][C108=1][C113=4] L65=[C117=4][C119=-4][C121=4] L66=[C14=-1][C24=1] L67=[C15=-1][C26=1][C123=-1][C124=2] L68=[C16=-1][C28=1][C123=-1][C126=2] L69=[C36=-1][C38=1][C42=1][C124=1][C126=-1][C129=-4] L70=[C43=1] L71=[C45=1][C129=2] L72=[C45=1][C131=2] L73=[C46=1][C50=-1][C51=1][C123=-5][C125=-2][C130=2][C132=2] L74=[C47=1][C54=1][C56=-1][C124=-1][C126=1][C131=4] L75=[C60=1][C62=-1][C64=1][C66=-1][C135=4][C137=-4][C139=4] L76=[C1=8][C17=-1][C25=1][C159=2] L77=[C2=-4][C5=-4][C18=-1][C27=1][C141=-1][C142=2][C160=2] L78=[C1=8][C3=4][C6=-4][C19=-1][C29=1][C141=-1][C144=2][C161=2] L79=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C142=1][C144=-1][C147=-4][C162=2] L80=[C44=1][C45=-1][C49=1][C163=2] L81=[C14=-4][C50=1][C147=2][C164=2] L82=[C24=-4][C50=1][C149=2][C165=2] L83=[C1=12][C17=-4][C25=-4][C52=1][C141=-5][C143=-2][C148=2][C150=2][C166=2] L84=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C142=-1][C144=1][C149=4][C167=2] L85=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C153=4][C155=-4][C157=4][C168=2] L86=[C1=9][C20=1][C22=-1][C159=2] L87=[C2=6][C6=6][C21=1][C23=-1][C159=1] L88=[C24=6][C36=-1][C38=1][C54=1][C163=4] L89=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C159=4][C160=-1][C161=1][C162=2][C164=4] L90=[C14=6][C42=-1][C47=-1][C56=1][C163=4] L91=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C160=-1][C161=1][C165=4][C167=-2] L92=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C169=2][C191=-4][C203=4] L93=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C169=1][C192=-4][C204=4] L94=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C173=4][C193=-4][C205=4] L95=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C169=4][C170=-1][C171=1][C172=2][C174=4][C194=-4][C206=4] L96=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C173=4][C195=-4][C207=4] L97=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C170=-1][C171=1][C175=4][C177=-2][C196=-4][C208=4] L98=[C1=9][C20=1][C22=-1][C215=2] L99=[C1=12][C10=6][C30=-6][C34=1][C40=-1][C58=1][C181=4][C183=-4][C216=2] L100=[C2=6][C6=6][C21=1][C23=-1][C215=1] L101=[C2=4][C4=16][C6=4][C11=4][C13=4][C31=-4][C33=-4][C35=1][C41=-1][C59=1][C187=4][C189=-4][C216=1] L102=[C24=6][C36=-1][C38=1][C54=1][C223=4] L103=[C24=4][C38=4][C54=4][C56=-4][C60=3][C62=-2][C64=1][C193=4][C195=-4][C224=4] L104=[C1=12][C10=6][C25=6][C37=-1][C39=1][C55=1][C215=4][C217=-1][C219=1][C221=2][C225=4] L105=[C1=16][C10=8][C20=16][C25=4][C30=-4][C34=8][C39=4][C40=-4][C55=4][C57=-4][C61=3][C63=-2][C65=1][C199=4][C201=-4][C216=4][C218=-1][C220=1][C222=2][C226=4] L106=[C14=6][C42=-1][C47=-1][C56=1][C223=4] L107=[C14=4][C36=4][C42=-4][C47=-4][C62=1][C64=-2][C66=3][C205=4][C207=-4][C224=4] L108=[C1=-12][C17=6][C30=6][C48=-1][C53=-1][C57=1][C217=-1][C219=1][C227=4][C231=-2] L109=[C1=-16][C10=-4][C17=4][C22=16][C30=8][C37=4][C40=4][C48=-4][C53=-4][C58=-8][C63=1][C65=-2][C67=3][C211=4][C213=-4][C218=-1][C220=1][C228=4][C232=-2] L110= L111=[C14=-1][C24=1] L112=[C1=8][C17=-1][C25=1][C215=2] L113=[C235=1][C238=-2] L114=[C15=-1][C26=1][C236=1][C239=-2] L115=[C1=-8][C2=4][C5=-4][C18=-1][C27=1][C217=2][C237=1][C240=-2] L116=[C235=1][C244=-2] L117=[C16=-1][C28=1][C236=1][C245=-2] L118=[C3=4][C6=4][C19=-1][C29=1][C219=2][C237=1][C246=-2] L119=[C238=-1][C244=1][C253=4] L120=[C36=-1][C38=1][C42=1][C239=-1][C245=1][C254=4] L121=[C1=6][C10=6][C22=-4][C37=-1][C39=1][C48=1][C221=2][C240=-1][C246=1][C255=4] L122= L123=[C43=1] L124=[C44=1][C45=-1][C49=1][C223=2] L125=[C253=-2] L126=[C45=1][C254=-2] L127=[C14=4][C50=1][C225=2][C255=-2] L128=[C259=-2] L129=[C45=1][C260=-2] L130=[C24=4][C50=1][C227=2][C261=-2] L131=[C235=5][C241=2][C256=-2][C262=-2] L132=[C46=1][C50=-1][C51=1][C236=5][C242=2][C257=-2][C263=-2] L133=[C1=-12][C17=4][C25=4][C52=1][C229=2][C237=5][C243=2][C258=-2][C264=-2] L134=[C238=1][C244=-1][C259=-4] L135=[C47=1][C54=1][C56=-1][C239=1][C245=-1][C260=-4] L136=[C1=6][C20=4][C30=-6][C53=1][C55=1][C57=-1][C231=2][C240=1][C246=-1][C261=-4] L137=[C271=-4][C277=4][C283=-4] L138=[C60=1][C62=-1][C64=1][C66=-1][C272=-4][C278=4][C284=-4] L139=[C10=4][C30=-4][C34=4][C40=-4][C58=4][C61=1][C63=-1][C65=1][C67=-1][C233=2][C273=-4][C279=4][C285=-4] L140=[C1=8][C10=1][C30=-1][C235=2][C236=4][C289=2] L141=[C2=6][C4=4][C11=1][C31=-1][C238=2][C239=4][C289=1] L142=[C1=4][C3=4][C5=4][C12=1][C32=-1][C241=2][C242=4][C289=1][C291=2][C292=-2] L143=[C4=4][C6=6][C13=1][C33=-1][C244=2][C245=4][C289=1] L144=[C1=6][C10=6][C20=4][C34=2][C40=-1][C247=2][C248=4][C289=4][C290=-1][C293=1][C295=2][C298=4] L145=[C2=4][C6=4][C11=4][C13=4][C21=4][C35=2][C41=-1][C250=2][C251=4][C294=1][C295=1][C299=4] L146=[C14=6][C36=1][C42=-1][C47=-1][C253=2][C254=4] L147=[C1=-6][C17=6][C22=4][C37=1][C48=-1][C53=-1][C256=2][C257=4][C291=1][C292=-1][C302=-2] L148=[C24=6][C38=1][C54=1][C56=-1][C259=2][C260=4] L149=[C1=6][C20=4][C25=6][C39=1][C55=1][C57=-1][C262=2][C263=4][C289=6][C291=1][C292=-1][C302=2] L150=[C1=-6][C22=4][C30=6][C40=1][C58=-2][C265=2][C266=4][C290=-1][C293=1][C303=4][C307=-2] L151=[C2=-4][C6=-4][C23=4][C31=4][C33=4][C41=1][C59=-2][C268=2][C269=4][C294=1][C305=4][C307=-1] L152=[C24=4][C38=4][C54=4][C60=3][C62=-1][C271=2][C272=4][C311=4][C316=-4] L153=[C10=4][C25=4][C34=4][C39=4][C55=4][C61=3][C63=-1][C274=2][C275=4][C295=4][C296=-1][C297=1][C310=2][C312=4][C317=-4] L154=[C36=4][C56=4][C62=2][C64=-2][C277=2][C278=4][C311=4][C318=-4] L155=[C10=-4][C30=4][C37=4][C40=4][C57=4][C63=2][C65=-2][C280=2][C281=4][C296=-1][C297=1][C307=-4][C308=1][C309=-1][C313=4][C315=-2][C319=-4] L156=[C14=-4][C42=4][C47=4][C64=1][C66=-3][C283=2][C284=4][C316=4][C318=-4] L157=[C17=-4][C30=-4][C48=4][C53=4][C58=4][C65=1][C67=-3][C286=2][C287=4][C308=1][C309=-1][C320=4][C322=-4][C324=2] L158=[C68=8][C74=1][C86=1][C159=-4][C169=-2][C344=2][C354=4][C446=2][C506=4] L159=[C1=4][C69=4][C71=4][C75=1][C87=1][C160=-4][C170=-2][C326=-1][C327=2][C345=2][C355=4][C447=2][C507=4] L160=[C1=4][C68=4][C70=4][C72=4][C76=1][C88=1][C161=-4][C171=-2][C326=-1][C329=2][C346=2][C356=4][C448=2][C508=4] L161=[C68=6][C74=6][C81=4][C89=2][C94=1][C162=-4][C172=-2][C327=1][C329=-1][C332=-4][C347=2][C357=4][C449=2][C509=4] L162=[C90=1][C95=-1][C97=1][C163=-4][C173=-2][C348=2][C358=4][C450=2][C510=4] L163=[C77=4][C91=1][C96=-1][C98=1][C164=-4][C174=-2][C332=2][C349=2][C359=4][C451=2][C511=4] L164=[C82=4][C92=1][C99=-1][C101=1][C165=-4][C175=-2][C334=2][C350=2][C360=4][C452=2][C512=4] L165=[C1=8][C68=4][C79=4][C83=4][C93=1][C100=-1][C102=1][C166=-4][C176=-2][C326=-5][C328=-2][C333=2][C335=2][C351=2][C361=4][C453=2][C513=4] L166=[C68=6][C81=4][C86=6][C94=1][C103=2][C167=-4][C177=-2][C327=-1][C329=1][C334=4][C352=2][C362=4][C454=2][C514=4] L167=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C168=-4][C178=-2][C338=4][C340=-4][C342=4][C353=2][C363=4][C455=2][C515=4] L168=[C344=2][C456=2][C516=4] L169=[C344=1][C457=2][C517=4] L170=[C348=4][C458=2][C518=4] L171=[C344=4][C345=-1][C346=1][C347=2][C349=4][C459=2][C519=4] L172=[C348=4][C460=2][C520=4] L173=[C345=-1][C346=1][C350=4][C352=-2][C461=2][C521=4] L174=[C77=-1][C82=1][C191=-1][C203=1][C354=2][C462=2][C522=4] L175=[C78=-1][C84=1][C192=-1][C204=1][C354=1][C463=2][C523=4] L176=[C95=1][C193=-1][C205=1][C358=4][C464=2][C524=4] L177=[C91=-1][C92=1][C96=1][C194=-1][C206=1][C354=4][C355=-1][C356=1][C357=2][C359=4][C465=2][C525=4] L178=[C95=1][C195=-1][C207=1][C358=4][C466=2][C526=4] L179=[C98=1][C99=1][C101=-1][C196=-1][C208=1][C355=-1][C356=1][C360=4][C362=-2][C467=2][C527=4] L180=[C1=18][C68=6][C79=-1][C83=1][C179=-4][C197=-1][C209=1][C364=2][C374=-2][C468=2][C528=4] L181=[C1=-4][C2=4][C6=4][C69=-4][C72=-4][C80=-1][C85=1][C180=-4][C198=-1][C210=1][C364=1][C375=-2][C469=2][C529=4] L182=[C24=4][C82=-4][C91=1][C92=-1][C99=1][C181=-4][C199=-1][C211=1][C368=4][C376=-2][C470=2][C530=4] L183=[C1=28][C10=8][C25=4][C68=12][C74=4][C83=-4][C100=1][C182=-4][C200=-1][C212=1][C364=4][C365=-1][C366=1][C367=2][C369=4][C377=-2][C471=2][C531=4] L184=[C14=4][C77=-4][C96=1][C98=-1][C101=1][C183=-4][C201=-1][C213=1][C368=4][C378=-2][C472=2][C532=4] L185=[C1=-20][C17=4][C30=8][C68=-4][C79=-4][C86=-4][C100=1][C184=-4][C202=-1][C214=1][C365=-1][C366=1][C370=4][C372=-2][C379=-2][C473=2][C533=4] L186=[C68=9][C81=2][C215=-6][C221=-1][C231=-1][C474=2][C534=4] L187=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C216=-6][C222=-1][C232=-1][C376=4][C378=-4][C475=2][C535=4] L188=[C68=12][C74=6][C86=6][C89=1][C94=1][C103=1][C215=-4][C221=-4][C231=-4][C233=-3][C390=4][C394=-4][C476=2][C536=4] L189=[C68=16][C74=8][C81=16][C86=8][C89=8][C94=8][C103=8][C104=6][C216=-4][C222=-4][C232=-4][C234=-3][C382=4][C384=-4][C391=4][C395=-4][C477=2][C537=4] L190=[C235=-6][C247=-1][C265=1][C398=-2][C478=2][C538=4] L191=[C77=1][C82=-1][C236=-6][C248=-1][C266=1][C399=-2][C479=2][C539=4] L192=[C1=12][C68=6][C79=1][C83=-1][C237=-6][C249=-1][C267=1][C386=2][C400=-2][C480=2][C540=4] L193=[C238=-4][C244=-4][C250=-1][C268=1][C398=-1][C481=2][C541=4] L194=[C78=1][C84=-1][C239=-4][C245=-4][C251=-1][C269=1][C399=-1][C482=2][C542=4] L195=[C1=-4][C69=4][C72=4][C80=1][C85=-1][C240=-4][C246=-4][C252=-1][C270=1][C388=2][C400=-1][C483=2][C543=4] L196=[C259=-4][C271=-2][C277=1][C410=-4][C484=2][C544=4] L197=[C95=-1][C260=-4][C272=-2][C278=1][C411=-4][C485=2][C545=4] L198=[C82=4][C91=-1][C92=1][C99=-1][C261=-4][C273=-2][C279=1][C390=2][C412=-4][C486=2][C546=4] L199=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C398=-4][C401=1][C404=-1][C407=-2][C413=-4][C487=2][C547=4] L200=[C91=1][C92=-1][C96=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C399=-4][C402=1][C405=-1][C408=-2][C414=-4][C488=2][C548=4] L201=[C1=8][C10=8][C68=12][C74=4][C83=4][C100=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C392=2][C400=-4][C403=1][C406=-1][C409=-2][C415=-4][C489=2][C549=4] L202=[C253=-4][C277=-1][C283=2][C410=-4][C490=2][C550=4] L203=[C95=-1][C254=-4][C278=-1][C284=2][C411=-4][C491=2][C551=4] L204=[C77=4][C96=-1][C98=1][C101=-1][C255=-4][C279=-1][C285=2][C394=2][C412=-4][C492=2][C552=4] L205=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C401=1][C404=-1][C416=-4][C422=2][C493=2][C553=4] L206=[C98=-1][C99=-1][C101=1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C402=1][C405=-1][C417=-4][C423=2][C494=2][C554=4] L207=[C1=-40][C30=8][C68=-4][C79=4][C86=-4][C100=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C396=2][C403=1][C406=-1][C418=-4][C424=2][C495=2][C555=4] L208=[C68=8][C74=1][C86=1][C289=-8][C295=-1][C307=-1][C398=2][C399=4][C496=2][C556=4] L209=[C1=-4][C2=-4][C68=-4][C69=4][C71=4][C75=1][C87=1][C290=-4][C292=-4][C296=-1][C308=-1][C401=2][C402=4][C428=-1][C429=2][C497=2][C557=4] L210=[C1=-4][C6=-4][C70=4][C72=4][C76=1][C88=1][C289=-4][C291=-4][C293=-4][C297=-1][C309=-1][C404=2][C405=4][C428=-1][C431=2][C498=2][C558=4] L211=[C68=6][C74=6][C81=4][C89=2][C94=1][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C407=2][C408=4][C429=1][C431=-1][C434=-4][C499=2][C559=4] L212=[C90=1][C95=-1][C97=1][C311=-1][C316=1][C318=-1][C410=2][C411=4][C500=2][C560=4] L213=[C14=-4][C77=4][C91=1][C96=-1][C98=1][C298=-4][C312=-1][C317=1][C319=-1][C413=2][C414=4][C434=2][C501=2][C561=4] L214=[C24=-4][C82=4][C92=1][C99=-1][C101=1][C303=-4][C313=-1][C320=1][C322=-1][C416=2][C417=4][C436=2][C502=2][C562=4] L215=[C1=-20][C17=-4][C25=-4][C68=-4][C79=4][C83=4][C93=1][C100=-1][C102=1][C289=-4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C419=2][C420=4][C428=-5][C430=-2][C435=2][C437=2][C503=2][C563=4] L216=[C68=6][C81=4][C86=6][C94=1][C103=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C422=2][C423=4][C429=-1][C431=1][C436=4][C504=2][C564=4] L217=[C74=4][C86=4][C89=4][C94=4][C103=4][C104=4][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C425=2][C426=4][C440=4][C442=-4][C444=4][C505=2][C565=4] L218=[C105=6][C109=1][C115=-1][C446=2][C456=-2][C462=-4] L219=[C106=4][C108=4][C110=1][C116=-1][C446=1][C457=-2][C463=-4] L220=[C113=4][C117=2][C119=-1][C450=4][C458=-2][C464=-4] L221=[C105=4][C109=4][C114=4][C118=2][C120=-1][C446=4][C447=-1][C448=1][C449=2][C451=4][C459=-2][C465=-4] L222=[C111=4][C119=1][C121=-2][C450=4][C460=-2][C466=-4] L223=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C447=-1][C448=1][C452=4][C454=-2][C461=-2][C467=-4] L224= L225=[C458=4][C460=-4] L226=[C111=-1][C113=1] L227=[C117=1][C119=-1][C121=1][C464=4][C466=-4] L228=[C105=6][C112=-1][C114=1][C474=2] L229=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C470=4][C472=-4][C475=2] L230= L231=[C111=-1][C113=1] L232=[C105=6][C112=-1][C114=1][C474=2] L233=[C484=-4][C490=4] L234=[C117=1][C119=-1][C121=1][C485=-4][C491=4] L235=[C105=4][C109=4][C115=-4][C118=1][C120=-1][C122=1][C476=2][C486=-4][C492=4] L236=[C105=6][C109=1][C115=-1][C478=2][C479=4][C496=2] L237=[C106=4][C108=4][C110=1][C116=-1][C481=2][C482=4][C496=1] L238=[C113=4][C117=2][C119=-1][C484=2][C485=4][C500=4] L239=[C105=4][C109=4][C114=4][C118=2][C120=-1][C487=2][C488=4][C496=4][C497=-1][C498=1][C499=2][C501=4] L240=[C111=4][C119=1][C121=-2][C490=2][C491=4][C500=4] L241=[C105=-4][C112=4][C115=4][C120=1][C122=-2][C493=2][C494=4][C497=-1][C498=1][C502=4][C504=-2] L242=[C123=6][C127=1][C133=-1][C191=-1][C203=1][C506=2][C516=-2][C522=-4] L243=[C124=4][C126=4][C128=1][C134=-1][C192=-1][C204=1][C506=1][C517=-2][C523=-4] L244=[C131=4][C135=2][C137=-1][C193=-1][C205=1][C510=4][C518=-2][C524=-4] L245=[C123=4][C127=4][C132=4][C136=2][C138=-1][C194=-1][C206=1][C506=4][C507=-1][C508=1][C509=2][C511=4][C519=-2][C525=-4] L246=[C129=4][C137=1][C139=-2][C195=-1][C207=1][C510=4][C520=-2][C526=-4] L247=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C196=-1][C208=1][C507=-1][C508=1][C512=4][C514=-2][C521=-2][C527=-4] L248= L249=[C518=4][C520=-4] L250=[C129=-1][C131=1] L251=[C135=1][C137=-1][C139=1][C524=4][C526=-4] L252=[C123=6][C130=-1][C132=1][C225=1][C227=-1][C534=2] L253=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C226=1][C228=-1][C530=4][C532=-4][C535=2] L254=[C253=1][C259=-1] L255=[C129=-1][C131=1][C254=1][C260=-1] L256=[C123=6][C130=-1][C132=1][C255=1][C261=-1][C534=2] L257=[C271=-1][C277=1][C283=-1][C544=-4][C550=4] L258=[C135=1][C137=-1][C139=1][C272=-1][C278=1][C284=-1][C545=-4][C551=4] L259=[C123=4][C127=4][C133=-4][C136=1][C138=-1][C140=1][C273=-1][C279=1][C285=-1][C536=2][C546=-4][C552=4] L260=[C123=6][C127=1][C133=-1][C298=1][C303=-1][C538=2][C539=4][C556=2] L261=[C124=4][C126=4][C128=1][C134=-1][C299=1][C305=-1][C541=2][C542=4][C556=1] L262=[C131=4][C135=2][C137=-1][C316=-1][C544=2][C545=4][C560=4] L263=[C123=4][C127=4][C132=4][C136=2][C138=-1][C312=1][C313=-1][C317=-1][C547=2][C548=4][C556=4][C557=-1][C558=1][C559=2][C561=4] L264=[C129=4][C137=1][C139=-2][C316=-1][C550=2][C551=4][C560=4] L265=[C123=-4][C130=4][C133=4][C138=1][C140=-2][C319=-1][C320=-1][C322=1][C553=2][C554=4][C557=-1][C558=1][C562=4][C564=-2] L266=[C141=6][C145=1][C151=-1][C179=-4][C197=-1][C209=1][C566=2][C576=-2][C582=-4][C626=-2] L267=[C1=-4][C142=4][C144=4][C146=1][C152=-1][C180=-4][C198=-1][C210=1][C566=1][C577=-2][C583=-4][C627=-2] L268=[C149=4][C153=2][C155=-1][C181=-4][C199=-1][C211=1][C570=4][C578=-2][C584=-4][C628=-2] L269=[C1=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C182=-4][C200=-1][C212=1][C566=4][C567=-1][C568=1][C569=2][C571=4][C579=-2][C585=-4][C629=-2] L270=[C147=4][C155=1][C157=-2][C183=-4][C201=-1][C213=1][C570=4][C580=-2][C586=-4][C630=-2] L271=[C141=-4][C148=4][C151=4][C156=1][C158=-2][C184=-4][C202=-1][C214=1][C567=-1][C568=1][C572=4][C574=-2][C581=-2][C587=-4][C631=-2] L272=[C632=-2] L273=[C578=4][C580=-4][C633=-2] L274=[C147=-1][C149=1][C225=-1][C227=1][C634=-2] L275=[C153=1][C155=-1][C157=1][C226=-1][C228=1][C584=4][C586=-4][C635=-2] L276=[C1=-24][C141=6][C148=-1][C150=1][C215=-4][C594=2][C636=-2] L277=[C1=-32][C10=-8][C30=8][C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C216=-4][C590=4][C592=-4][C595=2][C637=-2] L278=[C235=-6][C256=1][C262=-1][C638=-2] L279=[C147=-1][C149=1][C236=-6][C257=1][C263=-1][C639=-2] L280=[C141=6][C148=-1][C150=1][C237=-6][C258=1][C264=-1][C594=2][C640=-2] L281=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C604=-4][C610=4][C641=-2] L282=[C153=1][C155=-1][C157=1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C605=-4][C611=4][C642=-2] L283=[C141=4][C145=4][C151=-4][C154=1][C156=-1][C158=1][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C596=2][C606=-4][C612=4][C643=-2] L284=[C1=-12][C141=6][C145=1][C151=-1][C289=-6][C300=1][C304=-1][C598=2][C599=4][C616=2][C644=-2] L285=[C1=4][C142=4][C144=4][C146=1][C152=-1][C290=4][C293=4][C301=1][C306=-1][C601=2][C602=4][C616=1][C645=-2] L286=[C149=4][C153=2][C155=-1][C303=4][C312=-1][C313=1][C320=-1][C604=2][C605=4][C620=4][C646=-2] L287=[C1=-8][C10=-8][C141=4][C145=4][C150=4][C154=2][C156=-1][C289=-12][C295=-4][C304=4][C321=-1][C607=2][C608=4][C616=4][C617=-1][C618=1][C619=2][C621=4][C647=-2] L288=[C147=4][C155=1][C157=-2][C298=4][C317=-1][C319=1][C322=-1][C610=2][C611=4][C620=4][C648=-2] L289=[C1=40][C30=-8][C141=-4][C148=4][C151=4][C156=1][C158=-2][C289=4][C300=4][C307=4][C321=-1][C613=2][C614=4][C617=-1][C618=1][C622=4][C624=-2][C649=-2] L290=[C159=6][C162=1][C167=1][C215=-6][C221=-1][C231=-1][C632=2][C634=4] L291=[C159=4][C162=4][C167=4][C168=3][C216=-6][C222=-1][C232=-1][C628=4][C630=-4][C633=2][C635=4] L292= L293= L294=[C632=2] L295=[C253=1][C259=-1] L296=[C254=1][C260=-1] L297=[C164=-1][C165=1][C255=1][C261=-1][C634=2] L298=[C235=-6][C256=1][C262=-1][C638=-2] L299=[C164=1][C165=-1][C236=-6][C257=1][C263=-1][C639=-2] L300=[C1=24][C159=4][C237=-6][C258=1][C264=-1][C636=2][C640=-2] L301=[C159=6][C162=1][C167=1][C289=-9][C302=-2][C638=2][C639=4] L302=[C159=4][C162=4][C167=4][C168=3][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C641=2][C642=4][C646=4][C648=-4] L303=[C169=6][C172=1][C177=1][C215=-4][C221=-4][C231=-4][C233=-3][C656=2][C658=4][C700=4][C726=-4] L304=[C169=4][C172=4][C177=4][C178=3][C216=-4][C222=-4][C232=-4][C234=-3][C652=4][C654=-4][C657=2][C659=4][C701=4][C727=-4] L305=[C702=4][C728=-4] L306=[C703=4][C729=-4] L307=[C656=2][C704=4][C730=-4] L308=[C271=-1][C277=1][C283=-1][C705=4][C731=-4] L309=[C272=-1][C278=1][C284=-1][C706=4][C732=-4] L310=[C174=-1][C175=1][C273=-1][C279=1][C285=-1][C658=2][C707=4][C733=-4] L311=[C235=-4][C247=-4][C265=4][C274=-1][C280=1][C286=-1][C662=-2][C708=4][C734=-4] L312=[C174=1][C175=-1][C236=-4][C248=-4][C266=4][C275=-1][C281=1][C287=-1][C663=-2][C709=4][C735=-4] L313=[C1=32][C10=8][C30=-8][C169=4][C237=-4][C249=-4][C267=4][C276=-1][C282=1][C288=-1][C660=2][C664=-2][C710=4][C736=-4] L314=[C169=6][C172=1][C177=1][C289=-12][C295=-6][C307=-6][C310=-1][C315=-1][C324=-1][C662=2][C663=4][C711=4][C737=-4] L315=[C169=4][C172=4][C177=4][C178=3][C289=-16][C295=-8][C302=-16][C307=-8][C310=-8][C315=-8][C324=-8][C325=-6][C665=2][C666=4][C670=4][C672=-4][C712=4][C738=-4] L316=[C235=-6][C247=-1][C265=1][C676=-2][C679=-4][C752=-2] L317=[C181=1][C183=-1][C236=-6][C248=-1][C266=1][C677=-2][C680=-4][C753=-2] L318=[C179=4][C182=1][C184=-1][C237=-6][C249=-1][C267=1][C674=2][C678=-2][C681=-4][C754=-2] L319=[C676=2][C677=4][C755=-2] L320=[C181=1][C183=-1][C298=-1][C303=1][C679=2][C680=4][C756=-2] L321=[C1=-18][C179=4][C182=1][C184=-1][C289=-6][C300=-1][C304=1][C682=2][C683=4][C685=2][C757=-2] L322=[C238=-4][C244=-4][C250=-1][C268=1][C689=-2][C692=-4][C752=-1] L323=[C187=1][C189=-1][C239=-4][C245=-4][C251=-1][C269=1][C690=-2][C693=-4][C753=-1] L324=[C1=4][C185=4][C188=1][C190=-1][C240=-4][C246=-4][C252=-1][C270=1][C687=2][C691=-2][C694=-4][C754=-1] L325=[C689=2][C690=4][C755=-1] L326=[C187=1][C189=-1][C299=-1][C305=1][C692=2][C693=4][C756=-1] L327=[C1=4][C2=-4][C6=-4][C185=4][C188=1][C190=-1][C290=-4][C293=-4][C301=-1][C306=1][C695=2][C696=4][C698=2][C757=-1] L328=[C259=-4][C271=-2][C277=1][C702=-2][C705=-4][C776=-4] L329=[C193=1][C195=-1][C260=-4][C272=-2][C278=1][C703=-2][C706=-4][C777=-4] L330=[C191=4][C194=1][C196=-1][C261=-4][C273=-2][C279=1][C700=2][C704=-2][C707=-4][C778=-4] L331=[C702=2][C703=4][C779=-4] L332=[C193=1][C195=-1][C316=1][C705=2][C706=4][C780=-4] L333=[C24=-4][C191=4][C194=1][C196=-1][C303=-4][C312=1][C313=-1][C320=1][C708=2][C709=4][C711=2][C781=-4] L334=[C235=-4][C247=-4][C262=-4][C274=-2][C280=1][C715=-2][C718=-4][C752=-4][C758=1][C764=-1][C770=-2][C782=-4] L335=[C199=1][C201=-1][C236=-4][C248=-4][C263=-4][C275=-2][C281=1][C716=-2][C719=-4][C753=-4][C759=1][C765=-1][C771=-2][C783=-4] L336=[C1=8][C197=4][C200=1][C202=-1][C237=-4][C249=-4][C264=-4][C276=-2][C282=1][C713=2][C717=-2][C720=-4][C754=-4][C760=1][C766=-1][C772=-2][C784=-4] L337=[C715=2][C716=4][C755=-4][C761=1][C767=-1][C773=-2][C785=-4] L338=[C199=1][C201=-1][C312=-1][C313=1][C317=1][C718=2][C719=4][C756=-4][C762=1][C768=-1][C774=-2][C786=-4] L339=[C1=-28][C10=-8][C25=-4][C197=4][C200=1][C202=-1][C289=-12][C295=-4][C304=-4][C321=1][C721=2][C722=4][C724=2][C757=-4][C763=1][C769=-1][C775=-2][C787=-4] L340=[C253=-4][C277=-1][C283=2][C728=-2][C731=-4][C776=-4] L341=[C205=1][C207=-1][C254=-4][C278=-1][C284=2][C729=-2][C732=-4][C777=-4] L342=[C203=4][C206=1][C208=-1][C255=-4][C279=-1][C285=2][C726=2][C730=-2][C733=-4][C778=-4] L343=[C728=2][C729=4][C779=-4] L344=[C205=1][C207=-1][C316=1][C731=2][C732=4][C780=-4] L345=[C14=-4][C203=4][C206=1][C208=-1][C298=-4][C317=1][C319=-1][C322=1][C734=2][C735=4][C737=2][C781=-4] L346=[C235=4][C256=-4][C265=-4][C280=-1][C286=2][C741=-2][C744=-4][C758=1][C764=-1][C788=-4][C800=2] L347=[C211=1][C213=-1][C236=4][C257=-4][C266=-4][C281=-1][C287=2][C742=-2][C745=-4][C759=1][C765=-1][C789=-4][C801=2] L348=[C209=4][C212=1][C214=-1][C237=4][C258=-4][C267=-4][C282=-1][C288=2][C739=2][C743=-2][C746=-4][C760=1][C766=-1][C790=-4][C802=2] L349=[C741=2][C742=4][C761=1][C767=-1][C791=-4][C803=2] L350=[C211=1][C213=-1][C319=1][C320=1][C322=-1][C744=2][C745=4][C762=1][C768=-1][C792=-4][C804=2] L351=[C1=20][C17=-4][C30=-8][C209=4][C212=1][C214=-1][C289=4][C300=-4][C307=4][C321=1][C747=2][C748=4][C750=2][C763=1][C769=-1][C793=-4][C805=2] L352=[C215=4][C216=2][C289=-8][C295=-1][C307=-1][C752=2][C753=4][C755=2][C756=4] L353=[C1=4][C217=4][C218=2][C289=4][C290=-4][C292=-4][C296=-1][C308=-1][C758=2][C759=4][C761=2][C762=4][C812=-1][C813=2] L354=[C1=4][C219=4][C220=2][C291=-4][C293=-4][C297=-1][C309=-1][C764=2][C765=4][C767=2][C768=4][C812=-1][C815=2] L355=[C221=4][C222=2][C289=-6][C295=-6][C302=-4][C310=-2][C315=-1][C770=2][C771=4][C773=2][C774=4][C813=1][C815=-1][C818=-4] L356=[C223=4][C224=2][C311=-1][C316=1][C318=-1][C776=2][C777=4][C779=2][C780=4] L357=[C225=4][C226=2][C298=-4][C312=-1][C317=1][C319=-1][C782=2][C783=4][C785=2][C786=4][C818=2] L358=[C227=4][C228=2][C303=-4][C313=-1][C320=1][C322=-1][C788=2][C789=4][C791=2][C792=4][C820=2] L359=[C1=8][C229=4][C230=2][C289=4][C300=-4][C304=-4][C314=-1][C321=1][C323=-1][C794=2][C795=4][C797=2][C798=4][C812=-5][C814=-2][C819=2][C821=2] L360=[C231=4][C232=2][C289=-6][C302=-4][C307=-6][C315=-1][C324=-2][C800=2][C801=4][C803=2][C804=4][C813=-1][C815=1][C820=4] L361=[C233=4][C234=2][C295=-4][C307=-4][C310=-4][C315=-4][C324=-4][C325=-4][C806=2][C807=4][C809=2][C810=4][C824=4][C826=-4][C828=4] L362=[C1=-3][C326=6][C330=1][C336=-1][C374=-4][C380=-2][C626=4][C650=2][C830=2][C840=-2][C846=-4][C890=-2][C914=-4][C1034=-2][C1115=-4] L363=[C2=-1][C6=-1][C68=-4][C327=4][C329=4][C331=1][C337=-1][C375=-4][C381=-2][C627=4][C651=2][C830=1][C841=-2][C847=-4][C891=-2][C915=-4][C1035=-2][C1116=-4] L364=[C24=-1][C334=4][C338=2][C340=-1][C376=-4][C382=-2][C628=4][C652=2][C834=4][C842=-2][C848=-4][C892=-2][C916=-4][C1036=-2][C1117=-4] L365=[C1=-4][C10=-1][C25=-1][C68=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C377=-4][C383=-2][C629=4][C653=2][C830=4][C831=-1][C832=1][C833=2][C835=4][C843=-2][C849=-4][C893=-2][C917=-4][C1037=-2][C1118=-4] L366=[C14=-1][C332=4][C340=1][C342=-2][C378=-4][C384=-2][C630=4][C654=2][C834=4][C844=-2][C850=-4][C894=-2][C918=-4][C1038=-2][C1119=-4] L367=[C1=4][C17=-1][C30=-1][C326=-4][C333=4][C336=4][C341=1][C343=-2][C379=-4][C385=-2][C631=4][C655=2][C831=-1][C832=1][C836=4][C838=-2][C845=-2][C851=-4][C895=-2][C919=-4][C1039=-2][C1120=-4] L368=[C632=4][C656=2][C896=-2][C920=-4][C1040=-2][C1121=-4] L369=[C633=4][C657=2][C842=4][C844=-4][C897=-2][C921=-4][C1041=-2][C1122=-4] L370=[C332=-1][C334=1][C390=-1][C394=1][C634=4][C658=2][C898=-2][C922=-4][C1042=-2][C1123=-4] L371=[C338=1][C340=-1][C342=1][C391=-1][C395=1][C635=4][C659=2][C848=4][C850=-4][C899=-2][C923=-4][C1043=-2][C1124=-4] L372=[C1=-3][C68=-12][C326=6][C333=-1][C335=1][C386=-4][C392=-1][C396=1][C636=4][C660=2][C858=2][C900=-2][C924=-4][C1044=-2][C1125=-4] L373=[C1=-4][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C387=-4][C393=-1][C397=1][C637=4][C661=2][C854=4][C856=-4][C859=2][C901=-2][C925=-4][C1045=-2][C1126=-4] L374=[C398=-6][C407=-1][C422=-1][C638=4][C662=2][C902=-2][C926=-4][C1046=-2][C1127=-4] L375=[C332=-1][C334=1][C399=-6][C408=-1][C423=-1][C639=4][C663=2][C903=-2][C927=-4][C1047=-2][C1128=-4] L376=[C1=-3][C326=6][C333=-1][C335=1][C400=-6][C409=-1][C424=-1][C640=4][C664=2][C858=2][C904=-2][C928=-4][C1048=-2][C1129=-4] L377=[C398=-4][C407=-4][C422=-4][C425=-3][C641=4][C665=2][C868=-4][C874=4][C905=-2][C929=-4][C1049=-2][C1130=-4] L378=[C338=1][C340=-1][C342=1][C399=-4][C408=-4][C423=-4][C426=-3][C642=4][C666=2][C869=-4][C875=4][C906=-2][C930=-4][C1050=-2][C1131=-4] L379=[C1=-6][C10=-1][C30=1][C326=4][C330=4][C336=-4][C339=1][C341=-1][C343=1][C400=-4][C409=-4][C424=-4][C427=-3][C643=4][C667=2][C860=2][C870=-4][C876=4][C907=-2][C931=-4][C1051=-2][C1132=-4] L380=[C1=-3][C68=-6][C326=6][C330=1][C336=-1][C428=-6][C432=-1][C438=1][C644=4][C668=2][C862=2][C863=4][C880=2][C908=-2][C932=-4][C1052=-2][C1133=-4] L381=[C2=-1][C6=-1][C68=4][C289=-4][C327=4][C329=4][C331=1][C337=-1][C429=-4][C431=-4][C433=-1][C439=1][C645=4][C669=2][C865=2][C866=4][C880=1][C909=-2][C933=-4][C1053=-2][C1134=-4] L382=[C24=-1][C334=4][C338=2][C340=-1][C436=-4][C440=-2][C442=1][C646=4][C670=2][C868=2][C869=4][C884=4][C910=-2][C934=-4][C1054=-2][C1135=-4] L383=[C1=-6][C10=-1][C25=-1][C68=-8][C74=-4][C289=-4][C326=4][C330=4][C335=4][C339=2][C341=-1][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C647=4][C671=2][C871=2][C872=4][C880=4][C881=-1][C882=1][C883=2][C885=4][C911=-2][C935=-4][C1055=-2][C1136=-4] L384=[C14=-1][C332=4][C340=1][C342=-2][C434=-4][C442=-1][C444=2][C648=4][C672=2][C874=2][C875=4][C884=4][C912=-2][C936=-4][C1056=-2][C1137=-4] L385=[C1=6][C17=-1][C30=-1][C68=16][C86=4][C326=-4][C333=4][C336=4][C341=1][C343=-2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C649=4][C673=2][C877=2][C878=4][C881=-1][C882=1][C886=4][C888=-2][C913=-2][C937=-4][C1057=-2][C1138=-4] L386=[C344=6][C347=1][C352=1][C896=2][C898=4][C1058=-2][C1139=-4] L387=[C344=4][C347=4][C352=4][C353=3][C892=4][C894=-4][C897=2][C899=4][C1059=-2][C1140=-4] L388=[C1060=-2][C1141=-4] L389=[C1061=-2][C1142=-4] L390=[C896=2][C1062=-2][C1143=-4] L391=[C1063=-2][C1144=-4] L392=[C1064=-2][C1145=-4] L393=[C349=-1][C350=1][C898=2][C1065=-2][C1146=-4] L394=[C902=-2][C1066=-2][C1147=-4] L395=[C349=1][C350=-1][C903=-2][C1067=-2][C1148=-4] L396=[C344=4][C900=2][C904=-2][C1068=-2][C1149=-4] L397=[C344=6][C347=1][C352=1][C902=2][C903=4][C1069=-2][C1150=-4] L398=[C344=4][C347=4][C352=4][C353=3][C905=2][C906=4][C910=4][C912=-4][C1070=-2][C1151=-4] L399=[C354=6][C357=1][C362=1][C390=-1][C394=1][C700=1][C726=-1][C920=2][C922=4][C1071=-2][C1152=-4] L400=[C354=4][C357=4][C362=4][C363=3][C391=-1][C395=1][C701=1][C727=-1][C916=4][C918=-4][C921=2][C923=4][C1072=-2][C1153=-4] L401=[C702=1][C728=-1][C1073=-2][C1154=-4] L402=[C703=1][C729=-1][C1074=-2][C1155=-4] L403=[C704=1][C730=-1][C920=2][C1075=-2][C1156=-4] L404=[C705=1][C731=-1][C1076=-2][C1157=-4] L405=[C706=1][C732=-1][C1077=-2][C1158=-4] L406=[C359=-1][C360=1][C707=1][C733=-1][C922=2][C1078=-2][C1159=-4] L407=[C413=1][C416=-1][C708=1][C734=-1][C926=-2][C1079=-2][C1160=-4] L408=[C359=1][C360=-1][C414=1][C417=-1][C709=1][C735=-1][C927=-2][C1080=-2][C1161=-4] L409=[C354=4][C415=1][C418=-1][C710=1][C736=-1][C924=2][C928=-2][C1081=-2][C1162=-4] L410=[C354=6][C357=1][C362=1][C434=1][C436=-1][C711=1][C737=-1][C926=2][C927=4][C1082=-2][C1163=-4] L411=[C354=4][C357=4][C362=4][C363=3][C440=-1][C442=1][C444=-1][C712=1][C738=-1][C929=2][C930=4][C934=4][C936=-4][C1083=-2][C1164=-4] L412=[C1=-3][C215=-4][C364=6][C367=1][C372=1][C386=-4][C392=-1][C396=1][C674=4][C713=1][C739=-1][C944=2][C946=4][C962=2][C1084=-2][C1165=-4] L413=[C1=-4][C10=-1][C30=1][C216=-4][C364=4][C367=4][C372=4][C373=3][C387=-4][C393=-1][C397=1][C675=4][C714=1][C740=-1][C940=4][C942=-4][C945=2][C947=4][C963=2][C1085=-2][C1166=-4] L414=[C676=4][C715=1][C741=-1][C964=2][C1086=-2][C1167=-4] L415=[C677=4][C716=1][C742=-1][C965=2][C1087=-2][C1168=-4] L416=[C678=4][C717=1][C743=-1][C944=2][C966=2][C1088=-2][C1169=-4] L417=[C413=-1][C416=1][C679=4][C718=1][C744=-1][C967=2][C1089=-2][C1170=-4] L418=[C414=-1][C417=1][C680=4][C719=1][C745=-1][C968=2][C1090=-2][C1171=-4] L419=[C369=-1][C370=1][C415=-1][C418=1][C681=4][C720=1][C746=-1][C946=2][C969=2][C1091=-2][C1172=-4] L420=[C235=-8][C398=-4][C682=4][C721=1][C747=-1][C950=-2][C970=2][C1092=-2][C1173=-4] L421=[C236=-8][C369=1][C370=-1][C399=-4][C683=4][C722=1][C748=-1][C951=-2][C971=2][C1093=-2][C1174=-4] L422=[C1=23][C68=12][C237=-8][C364=4][C400=-4][C684=4][C723=1][C749=-1][C948=2][C952=-2][C972=2][C1094=-2][C1175=-4] L423=[C1=-3][C289=-12][C364=6][C367=1][C372=1][C428=-6][C435=1][C437=-1][C685=4][C724=1][C750=-1][C950=2][C951=4][C973=2][C1095=-2][C1176=-4] L424=[C1=-6][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C364=4][C367=4][C372=4][C373=3][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C686=4][C725=1][C751=-1][C953=2][C954=4][C958=4][C960=-4][C974=2][C1096=-2][C1177=-4] L425=[C398=-6][C407=-1][C422=-1][C752=6][C770=1][C800=1][C964=-2][C967=-4][C1097=-2][C1178=-4] L426=[C376=1][C378=-1][C399=-6][C408=-1][C423=-1][C753=6][C771=1][C801=1][C965=-2][C968=-4][C1098=-2][C1179=-4] L427=[C1=-3][C374=4][C377=1][C379=-1][C400=-6][C409=-1][C424=-1][C754=6][C772=1][C802=1][C962=2][C966=-2][C969=-4][C1099=-2][C1180=-4] L428=[C755=6][C773=1][C803=1][C964=2][C965=4][C1100=-2][C1181=-4] L429=[C376=1][C378=-1][C434=1][C436=-1][C756=6][C774=1][C804=1][C967=2][C968=4][C1101=-2][C1182=-4] L430=[C1=-3][C68=-12][C374=4][C377=1][C379=-1][C428=-6][C435=1][C437=-1][C757=6][C775=1][C805=1][C970=2][C971=4][C973=2][C1102=-2][C1183=-4] L431=[C398=-4][C407=-4][C422=-4][C425=-3][C752=4][C770=4][C800=4][C806=3][C977=-2][C980=-4][C1000=-4][C1012=4][C1103=-2][C1184=-4] L432=[C382=1][C384=-1][C399=-4][C408=-4][C423=-4][C426=-3][C753=4][C771=4][C801=4][C807=3][C978=-2][C981=-4][C1001=-4][C1013=4][C1104=-2][C1185=-4] L433=[C1=-6][C10=-1][C30=1][C380=4][C383=1][C385=-1][C400=-4][C409=-4][C424=-4][C427=-3][C754=4][C772=4][C802=4][C808=3][C975=2][C979=-2][C982=-4][C1002=-4][C1014=4][C1105=-2][C1186=-4] L434=[C755=4][C773=4][C803=4][C809=3][C977=2][C978=4][C1003=-4][C1015=4][C1106=-2][C1187=-4] L435=[C382=1][C384=-1][C440=-1][C442=1][C444=-1][C756=4][C774=4][C804=4][C810=3][C980=2][C981=4][C1004=-4][C1016=4][C1107=-2][C1188=-4] L436=[C1=-6][C10=-1][C30=1][C68=-16][C74=-4][C86=-4][C380=4][C383=1][C385=-1][C428=-4][C432=-4][C438=4][C441=-1][C443=1][C445=-1][C757=4][C775=4][C805=4][C811=3][C983=2][C984=4][C986=2][C1005=-4][C1017=4][C1108=-2][C1189=-4] L437=[C1=-3][C289=-6][C386=4][C387=2][C428=-6][C432=-1][C438=1][C812=6][C816=1][C822=-1][C988=2][C989=4][C991=2][C992=4][C1024=2][C1109=-2][C1190=-4] L438=[C2=-1][C6=-1][C68=-4][C289=4][C388=4][C389=2][C429=-4][C431=-4][C433=-1][C439=1][C813=4][C815=4][C817=1][C823=-1][C994=2][C995=4][C997=2][C998=4][C1024=1][C1110=-2][C1191=-4] L439=[C24=-1][C390=4][C391=2][C436=-4][C440=-2][C442=1][C820=4][C824=2][C826=-1][C1000=2][C1001=4][C1003=2][C1004=4][C1028=4][C1111=-2][C1192=-4] L440=[C1=-6][C10=-1][C25=-1][C68=-4][C289=-8][C295=-4][C392=4][C393=2][C428=-4][C432=-4][C437=-4][C441=-2][C443=1][C812=4][C816=4][C821=4][C825=2][C827=-1][C1006=2][C1007=4][C1009=2][C1010=4][C1024=4][C1025=-1][C1026=1][C1027=2][C1029=4][C1112=-2][C1193=-4] L441=[C14=-1][C394=4][C395=2][C434=-4][C442=-1][C444=2][C818=4][C826=1][C828=-2][C1012=2][C1013=4][C1015=2][C1016=4][C1028=4][C1113=-2][C1194=-4] L442=[C1=6][C17=-1][C30=-1][C289=16][C307=4][C396=4][C397=2][C428=4][C435=-4][C438=-4][C443=-1][C445=2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1018=2][C1019=4][C1021=2][C1022=4][C1025=-1][C1026=1][C1030=4][C1032=-2][C1114=-2][C1195=-4] L443=[C446=6][C449=1][C454=1][C474=-4][C476=-2][C1040=2][C1042=4][C1058=2][C1071=4] L444=[C446=4][C449=4][C454=4][C455=3][C475=-4][C477=-2][C1036=4][C1038=-4][C1041=2][C1043=4][C1059=2][C1072=4] L445=[C1060=2][C1073=4] L446=[C1061=2][C1074=4] L447=[C1040=2][C1062=2][C1075=4] L448=[C484=-1][C490=1][C1063=2][C1076=4] L449=[C485=-1][C491=1][C1064=2][C1077=4] L450=[C451=-1][C452=1][C486=-1][C492=1][C1042=2][C1065=2][C1078=4] L451=[C478=-4][C487=-1][C493=1][C1046=-2][C1066=2][C1079=4] L452=[C451=1][C452=-1][C479=-4][C488=-1][C494=1][C1047=-2][C1067=2][C1080=4] L453=[C105=8][C446=4][C480=-4][C489=-1][C495=1][C1044=2][C1048=-2][C1068=2][C1081=4] L454=[C446=6][C449=1][C454=1][C496=-6][C499=-1][C504=-1][C1046=2][C1047=4][C1069=2][C1082=4] L455=[C446=4][C449=4][C454=4][C455=3][C496=-4][C499=-4][C504=-4][C505=-3][C1049=2][C1050=4][C1054=4][C1056=-4][C1070=2][C1083=4] L456=[C1060=-2][C1063=-4] L457=[C458=1][C460=-1][C1061=-2][C1064=-4] L458=[C456=4][C459=1][C461=-1][C1058=2][C1062=-2][C1065=-4] L459=[C1060=2][C1061=4] L460=[C458=1][C460=-1][C1063=2][C1064=4] L461=[C456=4][C459=1][C461=-1][C1066=2][C1067=4][C1069=2] L462=[C484=-1][C490=1][C1073=-2][C1076=-4] L463=[C464=1][C466=-1][C485=-1][C491=1][C1074=-2][C1077=-4] L464=[C462=4][C465=1][C467=-1][C486=-1][C492=1][C1071=2][C1075=-2][C1078=-4] L465=[C1073=2][C1074=4] L466=[C464=1][C466=-1][C1076=2][C1077=4] L467=[C462=4][C465=1][C467=-1][C501=1][C502=-1][C1079=2][C1080=4][C1082=2] L468=[C478=-4][C487=-1][C493=1][C1086=-2][C1089=-4][C1097=-2] L469=[C470=1][C472=-1][C479=-4][C488=-1][C494=1][C1087=-2][C1090=-4][C1098=-2] L470=[C468=4][C471=1][C473=-1][C480=-4][C489=-1][C495=1][C1084=2][C1088=-2][C1091=-4][C1099=-2] L471=[C1086=2][C1087=4][C1100=-2] L472=[C470=1][C472=-1][C501=-1][C502=1][C1089=2][C1090=4][C1101=-2] L473=[C105=-8][C468=4][C471=1][C473=-1][C496=-4][C1092=2][C1093=4][C1095=2][C1102=-2] L474=[C474=4][C475=2][C496=-6][C499=-1][C504=-1][C1097=2][C1098=4][C1100=2][C1101=4] L475=[C476=4][C477=2][C496=-4][C499=-4][C504=-4][C505=-3][C1103=2][C1104=4][C1106=2][C1107=4][C1111=4][C1113=-4] L476=[C506=6][C509=1][C514=1][C534=-4][C536=-2][C700=1][C726=-1][C1121=2][C1123=4][C1139=2][C1152=4] L477=[C506=4][C509=4][C514=4][C515=3][C535=-4][C537=-2][C701=1][C727=-1][C1117=4][C1119=-4][C1122=2][C1124=4][C1140=2][C1153=4] L478=[C702=1][C728=-1][C1141=2][C1154=4] L479=[C703=1][C729=-1][C1142=2][C1155=4] L480=[C704=1][C730=-1][C1121=2][C1143=2][C1156=4] L481=[C544=-1][C550=1][C705=1][C731=-1][C1144=2][C1157=4] L482=[C545=-1][C551=1][C706=1][C732=-1][C1145=2][C1158=4] L483=[C511=-1][C512=1][C546=-1][C552=1][C707=1][C733=-1][C1123=2][C1146=2][C1159=4] L484=[C538=-4][C547=-1][C553=1][C708=1][C734=-1][C1127=-2][C1147=2][C1160=4] L485=[C511=1][C512=-1][C539=-4][C548=-1][C554=1][C709=1][C735=-1][C1128=-2][C1148=2][C1161=4] L486=[C123=8][C506=4][C540=-4][C549=-1][C555=1][C710=1][C736=-1][C1125=2][C1129=-2][C1149=2][C1162=4] L487=[C506=6][C509=1][C514=1][C556=-6][C559=-1][C564=-1][C711=1][C737=-1][C1127=2][C1128=4][C1150=2][C1163=4] L488=[C506=4][C509=4][C514=4][C515=3][C556=-4][C559=-4][C564=-4][C565=-3][C712=1][C738=-1][C1130=2][C1131=4][C1135=4][C1137=-4][C1151=2][C1164=4] L489=[C1141=-2][C1144=-4] L490=[C518=1][C520=-1][C1142=-2][C1145=-4] L491=[C516=4][C519=1][C521=-1][C1139=2][C1143=-2][C1146=-4] L492=[C1141=2][C1142=4] L493=[C518=1][C520=-1][C1144=2][C1145=4] L494=[C516=4][C519=1][C521=-1][C1147=2][C1148=4][C1150=2] L495=[C544=-1][C550=1][C1154=-2][C1157=-4] L496=[C524=1][C526=-1][C545=-1][C551=1][C1155=-2][C1158=-4] L497=[C522=4][C525=1][C527=-1][C546=-1][C552=1][C1152=2][C1156=-2][C1159=-4] L498=[C1154=2][C1155=4] L499=[C524=1][C526=-1][C1157=2][C1158=4] L500=[C522=4][C525=1][C527=-1][C561=1][C562=-1][C1160=2][C1161=4][C1163=2] L501=[C538=-4][C547=-1][C553=1][C782=-1][C788=1][C1167=-2][C1170=-4][C1178=-2] L502=[C530=1][C532=-1][C539=-4][C548=-1][C554=1][C783=-1][C789=1][C1168=-2][C1171=-4][C1179=-2] L503=[C528=4][C531=1][C533=-1][C540=-4][C549=-1][C555=1][C784=-1][C790=1][C1165=2][C1169=-2][C1172=-4][C1180=-2] L504=[C785=-1][C791=1][C1167=2][C1168=4][C1181=-2] L505=[C530=1][C532=-1][C561=-1][C562=1][C786=-1][C792=1][C1170=2][C1171=4][C1182=-2] L506=[C123=-8][C528=4][C531=1][C533=-1][C556=-4][C787=-1][C793=1][C1173=2][C1174=4][C1176=2][C1183=-2] L507=[C534=4][C535=2][C556=-6][C559=-1][C564=-1][C818=-1][C820=1][C1178=2][C1179=4][C1181=2][C1182=4] L508=[C536=4][C537=2][C556=-4][C559=-4][C564=-4][C565=-3][C824=1][C826=-1][C828=1][C1184=2][C1185=4][C1187=2][C1188=4][C1192=4][C1194=-4] L509=[C1=-3][C566=6][C569=1][C574=1][C594=-4][C596=-2][C674=4][C713=1][C739=-1][C1202=2][C1204=4][C1220=2][C1233=4][C1277=2] L510=[C1=-4][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C595=-4][C597=-2][C675=4][C714=1][C740=-1][C1198=4][C1200=-4][C1203=2][C1205=4][C1221=2][C1234=4][C1278=2] L511=[C676=4][C715=1][C741=-1][C1222=2][C1235=4][C1279=2] L512=[C677=4][C716=1][C742=-1][C1223=2][C1236=4][C1280=2] L513=[C678=4][C717=1][C743=-1][C1202=2][C1224=2][C1237=4][C1281=2] L514=[C604=-1][C610=1][C679=4][C718=1][C744=-1][C1225=2][C1238=4][C1282=2] L515=[C605=-1][C611=1][C680=4][C719=1][C745=-1][C1226=2][C1239=4][C1283=2] L516=[C571=-1][C572=1][C606=-1][C612=1][C681=4][C720=1][C746=-1][C1204=2][C1227=2][C1240=4][C1284=2] L517=[C598=-4][C607=-1][C613=1][C682=4][C721=1][C747=-1][C1208=-2][C1228=2][C1241=4][C1285=2] L518=[C571=1][C572=-1][C599=-4][C608=-1][C614=1][C683=4][C722=1][C748=-1][C1209=-2][C1229=2][C1242=4][C1286=2] L519=[C1=-3][C141=8][C566=4][C600=-4][C609=-1][C615=1][C684=4][C723=1][C749=-1][C1206=2][C1210=-2][C1230=2][C1243=4][C1287=2] L520=[C1=-3][C566=6][C569=1][C574=1][C616=-6][C619=-1][C624=-1][C685=4][C724=1][C750=-1][C1208=2][C1209=4][C1231=2][C1244=4][C1288=2] L521=[C1=-6][C10=-1][C30=1][C566=4][C569=4][C574=4][C575=3][C616=-4][C619=-4][C624=-4][C625=-3][C686=4][C725=1][C751=-1][C1211=2][C1212=4][C1216=4][C1218=-4][C1232=2][C1245=4][C1289=2] L522=[C1222=-2][C1225=-4][C1290=2] L523=[C578=1][C580=-1][C1223=-2][C1226=-4][C1291=2] L524=[C576=4][C579=1][C581=-1][C1220=2][C1224=-2][C1227=-4][C1292=2] L525=[C1222=2][C1223=4][C1293=2] L526=[C578=1][C580=-1][C1225=2][C1226=4][C1294=2] L527=[C576=4][C579=1][C581=-1][C1228=2][C1229=4][C1231=2][C1295=2] L528=[C604=-1][C610=1][C782=1][C788=-1][C1235=-2][C1238=-4][C1296=2] L529=[C584=1][C586=-1][C605=-1][C611=1][C783=1][C789=-1][C1236=-2][C1239=-4][C1297=2] L530=[C582=4][C585=1][C587=-1][C606=-1][C612=1][C784=1][C790=-1][C1233=2][C1237=-2][C1240=-4][C1298=2] L531=[C785=1][C791=-1][C1235=2][C1236=4][C1299=2] L532=[C584=1][C586=-1][C786=1][C792=-1][C1238=2][C1239=4][C1300=2] L533=[C582=4][C585=1][C587=-1][C621=1][C622=-1][C787=1][C793=-1][C1241=2][C1242=4][C1244=2][C1301=2] L534=[C235=8][C598=-4][C607=-1][C613=1][C752=4][C1248=-2][C1251=-4][C1259=-2][C1302=2] L535=[C236=8][C590=1][C592=-1][C599=-4][C608=-1][C614=1][C753=4][C1249=-2][C1252=-4][C1260=-2][C1303=2] L536=[C1=-3][C237=8][C588=4][C591=1][C593=-1][C600=-4][C609=-1][C615=1][C754=4][C1246=2][C1250=-2][C1253=-4][C1261=-2][C1304=2] L537=[C755=4][C1248=2][C1249=4][C1262=-2][C1305=2] L538=[C590=1][C592=-1][C621=-1][C622=1][C756=4][C1251=2][C1252=4][C1263=-2][C1306=2] L539=[C1=23][C141=-8][C289=12][C588=4][C591=1][C593=-1][C616=-4][C757=4][C1254=2][C1255=4][C1257=2][C1264=-2][C1307=2] L540=[C1=-3][C594=4][C595=2][C616=-6][C619=-1][C624=-1][C812=6][C819=-1][C821=1][C1259=2][C1260=4][C1262=2][C1263=4][C1308=2] L541=[C1=-6][C10=-1][C30=1][C596=4][C597=2][C616=-4][C619=-4][C624=-4][C625=-3][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1265=2][C1266=4][C1268=2][C1269=4][C1273=4][C1275=-4][C1309=2] L542=[C638=-4][C641=-2][C752=6][C770=1][C800=1][C1279=-2][C1282=-4][C1290=-2][C1296=-4] L543=[C628=1][C630=-1][C639=-4][C642=-2][C753=6][C771=1][C801=1][C1280=-2][C1283=-4][C1291=-2][C1297=-4] L544=[C1=-3][C626=4][C629=1][C631=-1][C640=-4][C643=-2][C754=6][C772=1][C802=1][C1277=2][C1281=-2][C1284=-4][C1292=-2][C1298=-4] L545=[C755=6][C773=1][C803=1][C1279=2][C1280=4][C1293=-2][C1299=-4] L546=[C628=1][C630=-1][C646=-1][C648=1][C756=6][C774=1][C804=1][C1282=2][C1283=4][C1294=-2][C1300=-4] L547=[C1=-3][C159=-4][C626=4][C629=1][C631=-1][C644=-4][C647=-1][C649=1][C757=6][C775=1][C805=1][C1285=2][C1286=4][C1288=2][C1295=-2][C1301=-4] L548=[C632=4][C633=2][C1290=2][C1291=4][C1293=2][C1294=4] L549=[C634=4][C635=2][C646=-1][C648=1][C818=-1][C820=1][C1296=2][C1297=4][C1299=2][C1300=4] L550=[C1=-3][C289=-12][C636=4][C637=2][C644=-4][C647=-1][C649=1][C812=6][C819=-1][C821=1][C1302=2][C1303=4][C1305=2][C1306=4][C1308=2] L551=[C662=-4][C665=-2][C752=4][C770=4][C800=4][C806=3][C1312=-2][C1315=-4][C1323=-2][C1329=-4][C1361=-4][C1379=4] L552=[C652=1][C654=-1][C663=-4][C666=-2][C753=4][C771=4][C801=4][C807=3][C1313=-2][C1316=-4][C1324=-2][C1330=-4][C1362=-4][C1380=4] L553=[C1=-4][C10=-1][C30=1][C650=4][C653=1][C655=-1][C664=-4][C667=-2][C754=4][C772=4][C802=4][C808=3][C1310=2][C1314=-2][C1317=-4][C1325=-2][C1331=-4][C1363=-4][C1381=4] L554=[C755=4][C773=4][C803=4][C809=3][C1312=2][C1313=4][C1326=-2][C1332=-4][C1364=-4][C1382=4] L555=[C652=1][C654=-1][C670=-1][C672=1][C756=4][C774=4][C804=4][C810=3][C1315=2][C1316=4][C1327=-2][C1333=-4][C1365=-4][C1383=4] L556=[C1=-4][C10=-1][C30=1][C169=-4][C650=4][C653=1][C655=-1][C668=-4][C671=-1][C673=1][C757=4][C775=4][C805=4][C811=3][C1318=2][C1319=4][C1321=2][C1328=-2][C1334=-4][C1366=-4][C1384=4] L557=[C656=4][C657=2][C1323=2][C1324=4][C1326=2][C1327=4][C1367=-4][C1385=4] L558=[C658=4][C659=2][C670=-1][C672=1][C824=1][C826=-1][C828=1][C1329=2][C1330=4][C1332=2][C1333=4][C1368=-4][C1386=4] L559=[C1=-4][C10=-1][C30=1][C289=-16][C295=-4][C307=-4][C660=4][C661=2][C668=-4][C671=-1][C673=1][C812=4][C816=4][C822=-4][C825=1][C827=-1][C829=1][C1335=2][C1336=4][C1338=2][C1339=4][C1341=2][C1369=-4][C1387=4] L560=[C1=-3][C674=4][C675=2][C685=-4][C686=-2][C812=6][C816=1][C822=-1][C1343=2][C1344=4][C1346=2][C1347=4][C1349=2][C1350=4][C1397=2] L561=[C2=-1][C6=-1][C289=-4][C687=4][C688=2][C698=-4][C699=-2][C813=4][C815=4][C817=1][C823=-1][C1352=2][C1353=4][C1355=2][C1356=4][C1358=2][C1359=4][C1397=1] L562=[C24=-1][C700=4][C701=2][C711=-4][C712=-2][C820=4][C824=2][C826=-1][C1361=2][C1362=4][C1364=2][C1365=4][C1367=2][C1368=4][C1401=4] L563=[C1=-4][C10=-1][C25=-1][C289=-4][C713=4][C714=2][C724=-4][C725=-2][C812=4][C816=4][C821=4][C825=2][C827=-1][C1370=2][C1371=4][C1373=2][C1374=4][C1376=2][C1377=4][C1397=4][C1398=-1][C1399=1][C1400=2][C1402=4] L564=[C14=-1][C726=4][C727=2][C737=-4][C738=-2][C818=4][C826=1][C828=-2][C1379=2][C1380=4][C1382=2][C1383=4][C1385=2][C1386=4][C1401=4] L565=[C1=4][C17=-1][C30=-1][C739=4][C740=2][C750=-4][C751=-2][C812=-4][C819=4][C822=4][C827=1][C829=-2][C1388=2][C1389=4][C1391=2][C1392=4][C1394=2][C1395=4][C1398=-1][C1399=1][C1403=4][C1405=-2] L566=[C68=-3][C215=1][C830=6][C833=1][C838=1][C858=-4][C860=-2][C962=4][C975=2][C1277=-4][C1310=-2][C1413=2][C1415=4][C1431=2][C1444=4][C1488=2][C1521=4][C1611=2][C1673=4] L567=[C68=-4][C74=-1][C86=-1][C216=1][C830=4][C833=4][C838=4][C839=3][C859=-4][C861=-2][C963=4][C976=2][C1278=-4][C1311=-2][C1409=4][C1411=-4][C1414=2][C1416=4][C1432=2][C1445=4][C1489=2][C1522=4][C1612=2][C1674=4] L568=[C964=4][C977=2][C1279=-4][C1312=-2][C1433=2][C1446=4][C1490=2][C1523=4][C1613=2][C1675=4] L569=[C965=4][C978=2][C1280=-4][C1313=-2][C1434=2][C1447=4][C1491=2][C1524=4][C1614=2][C1676=4] L570=[C966=4][C979=2][C1281=-4][C1314=-2][C1413=2][C1435=2][C1448=4][C1492=2][C1525=4][C1615=2][C1677=4] L571=[C868=-1][C874=1][C967=4][C980=2][C1282=-4][C1315=-2][C1436=2][C1449=4][C1493=2][C1526=4][C1616=2][C1678=4] L572=[C869=-1][C875=1][C968=4][C981=2][C1283=-4][C1316=-2][C1437=2][C1450=4][C1494=2][C1527=4][C1617=2][C1679=4] L573=[C835=-1][C836=1][C870=-1][C876=1][C969=4][C982=2][C1284=-4][C1317=-2][C1415=2][C1438=2][C1451=4][C1495=2][C1528=4][C1618=2][C1680=4] L574=[C235=1][C862=-4][C871=-1][C877=1][C970=4][C983=2][C1285=-4][C1318=-2][C1419=-2][C1439=2][C1452=4][C1496=2][C1529=4][C1619=2][C1681=4] L575=[C236=1][C835=1][C836=-1][C863=-4][C872=-1][C878=1][C971=4][C984=2][C1286=-4][C1319=-2][C1420=-2][C1440=2][C1453=4][C1497=2][C1530=4][C1620=2][C1682=4] L576=[C1=-4][C68=-1][C237=1][C326=8][C830=4][C864=-4][C873=-1][C879=1][C972=4][C985=2][C1287=-4][C1320=-2][C1417=2][C1421=-2][C1441=2][C1454=4][C1498=2][C1531=4][C1621=2][C1683=4] L577=[C68=-3][C289=3][C830=6][C833=1][C838=1][C880=-6][C883=-1][C888=-1][C973=4][C986=2][C1288=-4][C1321=-2][C1419=2][C1420=4][C1442=2][C1455=4][C1499=2][C1532=4][C1622=2][C1684=4] L578=[C68=-6][C74=-1][C86=-1][C289=4][C295=1][C307=1][C830=4][C833=4][C838=4][C839=3][C880=-4][C883=-4][C888=-4][C889=-3][C974=4][C987=2][C1289=-4][C1322=-2][C1422=2][C1423=4][C1427=4][C1429=-4][C1443=2][C1456=4][C1500=2][C1533=4][C1623=2][C1685=4] L579=[C1290=-4][C1323=-2][C1433=-2][C1436=-4][C1501=2][C1534=4][C1624=2][C1686=4] L580=[C842=1][C844=-1][C1291=-4][C1324=-2][C1434=-2][C1437=-4][C1502=2][C1535=4][C1625=2][C1687=4] L581=[C840=4][C843=1][C845=-1][C1292=-4][C1325=-2][C1431=2][C1435=-2][C1438=-4][C1503=2][C1536=4][C1626=2][C1688=4] L582=[C1293=-4][C1326=-2][C1433=2][C1434=4][C1504=2][C1537=4][C1627=2][C1689=4] L583=[C842=1][C844=-1][C1294=-4][C1327=-2][C1436=2][C1437=4][C1505=2][C1538=4][C1628=2][C1690=4] L584=[C840=4][C843=1][C845=-1][C1295=-4][C1328=-2][C1439=2][C1440=4][C1442=2][C1506=2][C1539=4][C1629=2][C1691=4] L585=[C868=-1][C874=1][C1000=1][C1012=-1][C1296=-4][C1329=-2][C1446=-2][C1449=-4][C1507=2][C1540=4][C1630=2][C1692=4] L586=[C848=1][C850=-1][C869=-1][C875=1][C1001=1][C1013=-1][C1297=-4][C1330=-2][C1447=-2][C1450=-4][C1508=2][C1541=4][C1631=2][C1693=4] L587=[C846=4][C849=1][C851=-1][C870=-1][C876=1][C1002=1][C1014=-1][C1298=-4][C1331=-2][C1444=2][C1448=-2][C1451=-4][C1509=2][C1542=4][C1632=2][C1694=4] L588=[C1003=1][C1015=-1][C1299=-4][C1332=-2][C1446=2][C1447=4][C1510=2][C1543=4][C1633=2][C1695=4] L589=[C848=1][C850=-1][C1004=1][C1016=-1][C1300=-4][C1333=-2][C1449=2][C1450=4][C1511=2][C1544=4][C1634=2][C1696=4] L590=[C846=4][C849=1][C851=-1][C885=1][C886=-1][C1005=1][C1017=-1][C1301=-4][C1334=-2][C1452=2][C1453=4][C1455=2][C1512=2][C1545=4][C1635=2][C1697=4] L591=[C235=1][C398=4][C862=-4][C871=-1][C877=1][C988=4][C1006=1][C1018=-1][C1302=-4][C1335=-2][C1459=-2][C1462=-4][C1470=-2][C1513=2][C1546=4][C1636=2][C1698=4] L592=[C236=1][C399=4][C854=1][C856=-1][C863=-4][C872=-1][C878=1][C989=4][C1007=1][C1019=-1][C1303=-4][C1336=-2][C1460=-2][C1463=-4][C1471=-2][C1514=2][C1547=4][C1637=2][C1699=4] L593=[C1=4][C68=-3][C237=1][C400=4][C852=4][C855=1][C857=-1][C864=-4][C873=-1][C879=1][C990=4][C1008=1][C1020=-1][C1304=-4][C1337=-2][C1457=2][C1461=-2][C1464=-4][C1472=-2][C1515=2][C1548=4][C1638=2][C1700=4] L594=[C991=4][C1009=1][C1021=-1][C1305=-4][C1338=-2][C1459=2][C1460=4][C1473=-2][C1516=2][C1549=4][C1639=2][C1701=4] L595=[C854=1][C856=-1][C885=-1][C886=1][C992=4][C1010=1][C1022=-1][C1306=-4][C1339=-2][C1462=2][C1463=4][C1474=-2][C1517=2][C1550=4][C1640=2][C1702=4] L596=[C1=4][C68=9][C289=1][C326=-8][C428=8][C852=4][C855=1][C857=-1][C880=-4][C993=4][C1011=1][C1023=-1][C1307=-4][C1340=-2][C1465=2][C1466=4][C1468=2][C1475=-2][C1518=2][C1551=4][C1641=2][C1703=4] L597=[C68=-3][C289=3][C858=4][C859=2][C880=-6][C883=-1][C888=-1][C1024=6][C1027=1][C1032=1][C1308=-4][C1341=-2][C1470=2][C1471=4][C1473=2][C1474=4][C1519=2][C1552=4][C1642=2][C1704=4] L598=[C68=-6][C74=-1][C86=-1][C289=6][C295=1][C307=1][C860=4][C861=2][C880=-4][C883=-4][C888=-4][C889=-3][C1024=4][C1027=4][C1032=4][C1033=3][C1309=-4][C1342=-2][C1476=2][C1477=4][C1479=2][C1480=4][C1484=4][C1486=-4][C1520=2][C1553=4][C1643=2][C1705=4] L599=[C902=-4][C905=-2][C1490=-2][C1493=-4][C1501=-2][C1507=-4][C1644=2][C1706=4] L600=[C892=1][C894=-1][C903=-4][C906=-2][C1491=-2][C1494=-4][C1502=-2][C1508=-4][C1645=2][C1707=4] L601=[C890=4][C893=1][C895=-1][C904=-4][C907=-2][C1488=2][C1492=-2][C1495=-4][C1503=-2][C1509=-4][C1646=2][C1708=4] L602=[C1490=2][C1491=4][C1504=-2][C1510=-4][C1647=2][C1709=4] L603=[C892=1][C894=-1][C910=-1][C912=1][C1493=2][C1494=4][C1505=-2][C1511=-4][C1648=2][C1710=4] L604=[C344=-4][C890=4][C893=1][C895=-1][C908=-4][C911=-1][C913=1][C1496=2][C1497=4][C1499=2][C1506=-2][C1512=-4][C1649=2][C1711=4] L605=[C896=4][C897=2][C1501=2][C1502=4][C1504=2][C1505=4][C1650=2][C1712=4] L606=[C898=4][C899=2][C910=-1][C912=1][C1507=2][C1508=4][C1510=2][C1511=4][C1651=2][C1713=4] L607=[C900=4][C901=2][C908=-4][C911=-1][C913=1][C1513=2][C1514=4][C1516=2][C1517=4][C1519=2][C1652=2][C1714=4] L608=[C926=-4][C929=-2][C1000=1][C1012=-1][C1361=-1][C1379=1][C1523=-2][C1526=-4][C1534=-2][C1540=-4][C1653=2][C1715=4] L609=[C916=1][C918=-1][C927=-4][C930=-2][C1001=1][C1013=-1][C1362=-1][C1380=1][C1524=-2][C1527=-4][C1535=-2][C1541=-4][C1654=2][C1716=4] L610=[C914=4][C917=1][C919=-1][C928=-4][C931=-2][C1002=1][C1014=-1][C1363=-1][C1381=1][C1521=2][C1525=-2][C1528=-4][C1536=-2][C1542=-4][C1655=2][C1717=4] L611=[C1003=1][C1015=-1][C1364=-1][C1382=1][C1523=2][C1524=4][C1537=-2][C1543=-4][C1656=2][C1718=4] L612=[C916=1][C918=-1][C934=-1][C936=1][C1004=1][C1016=-1][C1365=-1][C1383=1][C1526=2][C1527=4][C1538=-2][C1544=-4][C1657=2][C1719=4] L613=[C354=-4][C914=4][C917=1][C919=-1][C932=-4][C935=-1][C937=1][C1005=1][C1017=-1][C1366=-1][C1384=1][C1529=2][C1530=4][C1532=2][C1539=-2][C1545=-4][C1658=2][C1720=4] L614=[C920=4][C921=2][C1367=-1][C1385=1][C1534=2][C1535=4][C1537=2][C1538=4][C1659=2][C1721=4] L615=[C922=4][C923=2][C934=-1][C936=1][C1368=-1][C1386=1][C1540=2][C1541=4][C1543=2][C1544=4][C1660=2][C1722=4] L616=[C924=4][C925=2][C932=-4][C935=-1][C937=1][C1029=-1][C1030=1][C1369=-1][C1387=1][C1546=2][C1547=4][C1549=2][C1550=4][C1552=2][C1661=2][C1723=4] L617=[C235=1][C752=4][C950=-4][C953=-2][C988=4][C1006=1][C1018=-1][C1343=-4][C1370=-1][C1388=1][C1556=-2][C1559=-4][C1567=-2][C1573=-4][C1587=-2][C1662=2][C1724=4] L618=[C236=1][C753=4][C940=1][C942=-1][C951=-4][C954=-2][C989=4][C1007=1][C1019=-1][C1344=-4][C1371=-1][C1389=1][C1557=-2][C1560=-4][C1568=-2][C1574=-4][C1588=-2][C1663=2][C1725=4] L619=[C1=-1][C68=-1][C237=1][C754=4][C938=4][C941=1][C943=-1][C952=-4][C955=-2][C990=4][C1008=1][C1020=-1][C1345=-4][C1372=-1][C1390=1][C1554=2][C1558=-2][C1561=-4][C1569=-2][C1575=-4][C1589=-2][C1664=2][C1726=4] L620=[C755=4][C991=4][C1009=1][C1021=-1][C1346=-4][C1373=-1][C1391=1][C1556=2][C1557=4][C1570=-2][C1576=-4][C1590=-2][C1665=2][C1727=4] L621=[C756=4][C940=1][C942=-1][C958=-1][C960=1][C992=4][C1010=1][C1022=-1][C1347=-4][C1374=-1][C1392=1][C1559=2][C1560=4][C1571=-2][C1577=-4][C1591=-2][C1666=2][C1728=4] L622=[C1=-2][C68=-3][C289=3][C364=-4][C757=4][C938=4][C941=1][C943=-1][C956=-4][C959=-1][C961=1][C993=4][C1011=1][C1023=-1][C1348=-4][C1375=-1][C1393=1][C1562=2][C1563=4][C1565=2][C1572=-2][C1578=-4][C1592=-2][C1667=2][C1729=4] L623=[C944=4][C945=2][C1349=-4][C1376=-1][C1394=1][C1567=2][C1568=4][C1570=2][C1571=4][C1593=-2][C1668=2][C1730=4] L624=[C946=4][C947=2][C958=-1][C960=1][C1029=1][C1030=-1][C1350=-4][C1377=-1][C1395=1][C1573=2][C1574=4][C1576=2][C1577=4][C1594=-2][C1669=2][C1731=4] L625=[C1=-5][C68=-1][C289=-9][C428=-8][C812=8][C948=4][C949=2][C956=-4][C959=-1][C961=1][C1024=4][C1351=-4][C1378=-1][C1396=1][C1579=2][C1580=4][C1582=2][C1583=4][C1585=2][C1595=-2][C1670=2][C1732=4] L626=[C68=-3][C289=3][C962=4][C963=2][C973=-4][C974=-2][C1024=6][C1027=1][C1032=1][C1397=-6][C1400=-1][C1405=-1][C1587=2][C1588=4][C1590=2][C1591=4][C1593=2][C1594=4][C1671=2][C1733=4] L627=[C68=-4][C74=-1][C86=-1][C289=6][C295=1][C307=1][C975=4][C976=2][C986=-4][C987=-2][C1024=4][C1027=4][C1032=4][C1033=3][C1397=-4][C1400=-4][C1405=-4][C1406=-3][C1596=2][C1597=4][C1599=2][C1600=4][C1602=2][C1603=4][C1607=4][C1609=-4][C1672=2][C1734=4] L628=[C1046=-4][C1049=-2][C1097=4][C1103=2][C1613=-2][C1616=-4][C1624=-2][C1630=-4][C1644=-2][C1653=-4] L629=[C1036=1][C1038=-1][C1047=-4][C1050=-2][C1098=4][C1104=2][C1614=-2][C1617=-4][C1625=-2][C1631=-4][C1645=-2][C1654=-4] L630=[C105=-1][C1034=4][C1037=1][C1039=-1][C1048=-4][C1051=-2][C1099=4][C1105=2][C1611=2][C1615=-2][C1618=-4][C1626=-2][C1632=-4][C1646=-2][C1655=-4] L631=[C1100=4][C1106=2][C1613=2][C1614=4][C1627=-2][C1633=-4][C1647=-2][C1656=-4] L632=[C1036=1][C1038=-1][C1054=-1][C1056=1][C1101=4][C1107=2][C1616=2][C1617=4][C1628=-2][C1634=-4][C1648=-2][C1657=-4] L633=[C105=-1][C446=-4][C1034=4][C1037=1][C1039=-1][C1052=-4][C1055=-1][C1057=1][C1102=4][C1108=2][C1619=2][C1620=4][C1622=2][C1629=-2][C1635=-4][C1649=-2][C1658=-4] L634=[C1040=4][C1041=2][C1624=2][C1625=4][C1627=2][C1628=4][C1650=-2][C1659=-4] L635=[C1042=4][C1043=2][C1054=-1][C1056=1][C1111=1][C1113=-1][C1630=2][C1631=4][C1633=2][C1634=4][C1651=-2][C1660=-4] L636=[C105=-1][C496=-4][C1044=4][C1045=2][C1052=-4][C1055=-1][C1057=1][C1109=4][C1112=1][C1114=-1][C1636=2][C1637=4][C1639=2][C1640=4][C1642=2][C1652=-2][C1661=-4] L637=[C1058=4][C1059=2][C1069=-4][C1070=-2][C1644=2][C1645=4][C1647=2][C1648=4][C1650=2][C1651=4] L638=[C1071=4][C1072=2][C1082=-4][C1083=-2][C1111=1][C1113=-1][C1653=2][C1654=4][C1656=2][C1657=4][C1659=2][C1660=4] L639=[C105=-1][C1084=4][C1085=2][C1095=-4][C1096=-2][C1109=4][C1112=1][C1114=-1][C1662=2][C1663=4][C1665=2][C1666=4][C1668=2][C1669=4][C1671=2] L640=[C1127=-4][C1130=-2][C1178=4][C1184=2][C1361=-1][C1379=1][C1675=-2][C1678=-4][C1686=-2][C1692=-4][C1706=-2][C1715=-4] L641=[C1117=1][C1119=-1][C1128=-4][C1131=-2][C1179=4][C1185=2][C1362=-1][C1380=1][C1676=-2][C1679=-4][C1687=-2][C1693=-4][C1707=-2][C1716=-4] L642=[C123=-1][C1115=4][C1118=1][C1120=-1][C1129=-4][C1132=-2][C1180=4][C1186=2][C1363=-1][C1381=1][C1673=2][C1677=-2][C1680=-4][C1688=-2][C1694=-4][C1708=-2][C1717=-4] L643=[C1181=4][C1187=2][C1364=-1][C1382=1][C1675=2][C1676=4][C1689=-2][C1695=-4][C1709=-2][C1718=-4] L644=[C1117=1][C1119=-1][C1135=-1][C1137=1][C1182=4][C1188=2][C1365=-1][C1383=1][C1678=2][C1679=4][C1690=-2][C1696=-4][C1710=-2][C1719=-4] L645=[C123=-1][C506=-4][C1115=4][C1118=1][C1120=-1][C1133=-4][C1136=-1][C1138=1][C1183=4][C1189=2][C1366=-1][C1384=1][C1681=2][C1682=4][C1684=2][C1691=-2][C1697=-4][C1711=-2][C1720=-4] L646=[C1121=4][C1122=2][C1367=-1][C1385=1][C1686=2][C1687=4][C1689=2][C1690=4][C1712=-2][C1721=-4] L647=[C1123=4][C1124=2][C1135=-1][C1137=1][C1192=1][C1194=-1][C1368=-1][C1386=1][C1692=2][C1693=4][C1695=2][C1696=4][C1713=-2][C1722=-4] L648=[C123=-1][C556=-4][C1125=4][C1126=2][C1133=-4][C1136=-1][C1138=1][C1190=4][C1193=1][C1195=-1][C1369=-1][C1387=1][C1698=2][C1699=4][C1701=2][C1702=4][C1704=2][C1714=-2][C1723=-4] L649=[C1139=4][C1140=2][C1150=-4][C1151=-2][C1706=2][C1707=4][C1709=2][C1710=4][C1712=2][C1713=4] L650=[C1152=4][C1153=2][C1163=-4][C1164=-2][C1192=1][C1194=-1][C1715=2][C1716=4][C1718=2][C1719=4][C1721=2][C1722=4] L651=[C123=-1][C1165=4][C1166=2][C1176=-4][C1177=-2][C1190=4][C1193=1][C1195=-1][C1402=1][C1403=-1][C1724=2][C1725=4][C1727=2][C1728=4][C1730=2][C1731=4][C1733=2] L652=[C235=1][C1208=-4][C1211=-2][C1259=4][C1265=2][C1343=-4][C1370=-1][C1388=1][C1737=-2][C1740=-4][C1748=-2][C1754=-4][C1768=-2][C1777=-4][C1797=-2] L653=[C236=1][C1198=1][C1200=-1][C1209=-4][C1212=-2][C1260=4][C1266=2][C1344=-4][C1371=-1][C1389=1][C1738=-2][C1741=-4][C1749=-2][C1755=-4][C1769=-2][C1778=-4] L654=[C1=-1][C141=-1][C237=1][C1196=4][C1199=1][C1201=-1][C1210=-4][C1213=-2][C1261=4][C1267=2][C1345=-4][C1372=-1][C1390=1][C1735=2][C1739=-2][C1742=-4][C1750=-2][C1756=-4][C1770=-2][C1779=-4] L655=[C1262=4][C1268=2][C1346=-4][C1373=-1][C1391=1][C1737=2][C1738=4][C1751=-2][C1757=-4][C1771=-2][C1780=-4] L656=[C1198=1][C1200=-1][C1216=-1][C1218=1][C1263=4][C1269=2][C1347=-4][C1374=-1][C1392=1][C1740=2][C1741=4][C1752=-2][C1758=-4][C1772=-2][C1781=-4] L657=[C141=-1][C289=1][C566=-4][C1196=4][C1199=1][C1201=-1][C1214=-4][C1217=-1][C1219=1][C1264=4][C1270=2][C1348=-4][C1375=-1][C1393=1][C1743=2][C1744=4][C1746=2][C1753=-2][C1759=-4][C1773=-2][C1782=-4] L658=[C1202=4][C1203=2][C1349=-4][C1376=-1][C1394=1][C1748=2][C1749=4][C1751=2][C1752=4][C1774=-2][C1783=-4] L659=[C1204=4][C1205=2][C1216=-1][C1218=1][C1273=1][C1275=-1][C1350=-4][C1377=-1][C1395=1][C1754=2][C1755=4][C1757=2][C1758=4][C1775=-2][C1784=-4] L660=[C1=-5][C141=-1][C289=3][C616=-4][C1206=4][C1207=2][C1214=-4][C1217=-1][C1219=1][C1271=4][C1274=1][C1276=-1][C1351=-4][C1378=-1][C1396=1][C1760=2][C1761=4][C1763=2][C1764=4][C1766=2][C1776=-2][C1785=-4] L661=[C1220=4][C1221=2][C1231=-4][C1232=-2][C1768=2][C1769=4][C1771=2][C1772=4][C1774=2][C1775=4] L662=[C1233=4][C1234=2][C1244=-4][C1245=-2][C1273=1][C1275=-1][C1402=-1][C1403=1][C1777=2][C1778=4][C1780=2][C1781=4][C1783=2][C1784=4] L663=[C1=4][C141=-1][C289=1][C812=-8][C1246=4][C1247=2][C1257=-4][C1258=-2][C1271=4][C1274=1][C1276=-1][C1397=-4][C1786=2][C1787=4][C1789=2][C1790=4][C1792=2][C1793=4][C1795=2] L664=[C159=-1][C289=3][C1277=4][C1278=2][C1288=-4][C1289=-2][C1308=4][C1309=2][C1397=-6][C1400=-1][C1405=-1][C1797=2] L665=[C169=-1][C289=4][C295=1][C307=1][C1310=4][C1311=2][C1321=-4][C1322=-2][C1341=4][C1342=2][C1397=-4][C1400=-4][C1405=-4][C1406=-3] L666=[C398=1][C752=-1][C1419=-4][C1422=-2][C1470=4][C1476=2][C1587=-4][C1596=-2][C1797=4] L667=[C399=1][C753=-1][C1409=1][C1411=-1][C1420=-4][C1423=-2][C1471=4][C1477=2][C1588=-4][C1597=-2] L668=[C1=-1][C326=-1][C400=1][C754=-1][C1407=4][C1410=1][C1412=-1][C1421=-4][C1424=-2][C1472=4][C1478=2][C1589=-4][C1598=-2] L669=[C755=-1][C1473=4][C1479=2][C1590=-4][C1599=-2] L670=[C756=-1][C1409=1][C1411=-1][C1427=-1][C1429=1][C1474=4][C1480=2][C1591=-4][C1600=-2] L671=[C1=-1][C326=-1][C428=1][C757=-1][C830=-4][C1407=4][C1410=1][C1412=-1][C1425=-4][C1428=-1][C1430=1][C1475=4][C1481=2][C1592=-4][C1601=-2] L672=[C1413=4][C1414=2][C1593=-4][C1602=-2] L673=[C1415=4][C1416=2][C1427=-1][C1429=1][C1484=1][C1486=-1][C1594=-4][C1603=-2] L674=[C1=-1][C68=-4][C326=-1][C428=1][C812=-1][C880=-4][C1417=4][C1418=2][C1425=-4][C1428=-1][C1430=1][C1482=4][C1485=1][C1487=-1][C1595=-4][C1604=-2] L675=[C1431=4][C1432=2][C1442=-4][C1443=-2] L676=[C1444=4][C1445=2][C1455=-4][C1456=-2][C1484=1][C1486=-1][C1607=-1][C1609=1] L677=[C1=-1][C289=-4][C326=-1][C428=1][C812=-1][C1024=-4][C1457=4][C1458=2][C1468=-4][C1469=-2][C1482=4][C1485=1][C1487=-1][C1605=-4][C1608=-1][C1610=1] L678=[C344=-1][C1488=4][C1489=2][C1499=-4][C1500=-2][C1519=4][C1520=2] L679=[C354=-1][C1521=4][C1522=2][C1532=-4][C1533=-2][C1552=4][C1553=2][C1607=-1][C1609=1] L680=[C1=-1][C364=-1][C428=1][C812=-1][C1397=-4][C1554=4][C1555=2][C1565=-4][C1566=-2][C1585=4][C1586=2][C1605=-4][C1608=-1][C1610=1] L681=[C446=-1][C496=1][C1611=4][C1612=2][C1622=-4][C1623=-2][C1642=4][C1643=2][C1671=-4][C1672=-2] L682=[C506=-1][C556=1][C1673=4][C1674=2][C1684=-4][C1685=-2][C1704=4][C1705=2][C1733=-4][C1734=-2] L683=[C1=-1][C566=-1][C616=1][C812=-1][C1735=4][C1736=2][C1746=-4][C1747=-2][C1766=4][C1767=2][C1795=-4][C1796=-2] L684=[C68=-1][C289=1][C830=-1][C880=1][C1024=-1][C1397=1] ========== END-MATRIX [1c] CL-USER(75): (dumplisp :name "save-07-04-15.dxl") [1c] CL-USER(76): :cont 8401816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 11h 41m 46s. Computing the boundary of the generator 1799 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 11h 46m 1s. Computing the boundary of the generator 1800 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> 8522440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 12h 38m 2s. Computing the boundary of the generator 1801 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> *CR* -- Cut = 11.963679 -- N = 5223 9773064 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 13h 24m 41s. Computing the boundary of the generator 1802 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 13h 25m 28s. Computing the boundary of the generator 1803 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 13h 26m 25s. Computing the boundary of the generator 1804 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8447264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 14h 5m 12s. Computing the boundary of the generator 1805 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> 8896256 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 14h 7m 12s. Computing the boundary of the generator 1806 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 14h 44m 47s. Computing the boundary of the generator 1807 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8398408 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 15h 30m 9s. Computing the boundary of the generator 1808 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 15h 33m 19s. Computing the boundary of the generator 1809 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 15h 35m 39s. Computing the boundary of the generator 1810 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 15h 41m 26s. Computing the boundary of the generator 1811 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> 8409816 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 16h 23m 5s. Computing the boundary of the generator 1812 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 25m 8s. Computing the boundary of the generator 1813 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 27m 24s. Computing the boundary of the generator 1814 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 27m 55s. Computing the boundary of the generator 1815 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 28m 37s. Computing the boundary of the generator 1816 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 30m 1s. Computing the boundary of the generator 1817 (dimension 8) : <>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 30m 33s. Computing the boundary of the generator 1818 (dimension 8) : <>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 31m 15s. Computing the boundary of the generator 1819 (dimension 8) : <>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 32m 40s. Computing the boundary of the generator 1820 (dimension 8) : <>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 16h 33m 12s. Computing the boundary of the generator 1821 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8445672 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 17h 19m 24s. Computing the boundary of the generator 1822 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 17h 21m 52s. Computing the boundary of the generator 1823 (dimension 8) : <>][3 D4]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8759792 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 18h 18m 31s. Computing the boundary of the generator 1824 (dimension 8) : <>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 18h 19m 13s. Computing the boundary of the generator 1825 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 18h 21m 12s. Computing the boundary of the generator 1826 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 18h 21m 54s. Computing the boundary of the generator 1827 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>]>> 9417440 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 19h 9m 41s. Computing the boundary of the generator 1828 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 19h 11m 9s. Computing the boundary of the generator 1829 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 19h 12m 40s. Computing the boundary of the generator 1830 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 19h 15m 45s. Computing the boundary of the generator 1831 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 19h 16m 55s. Computing the boundary of the generator 1832 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 19h 20m 5s. Computing the boundary of the generator 1833 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>> 8595088 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 20h 12m 10s. Computing the boundary of the generator 1834 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 20h 14m 41s. Computing the boundary of the generator 1835 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 20h 15m 58s. Computing the boundary of the generator 1836 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 20h 18m 32s. Computing the boundary of the generator 1837 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 20h 19m 31s. Computing the boundary of the generator 1838 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 20h 23m 0s. Computing the boundary of the generator 1839 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 20h 24m 46s. Computing the boundary of the generator 1840 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 20h 26m 36s. Computing the boundary of the generator 1841 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>> 8422616 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 21h 18m 9s. Computing the boundary of the generator 1842 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 19m 33s. Computing the boundary of the generator 1843 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 21m 24s. Computing the boundary of the generator 1844 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 25m 12s. Computing the boundary of the generator 1845 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 26m 39s. Computing the boundary of the generator 1846 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 21h 30m 34s. Computing the boundary of the generator 1847 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 21h 38m 33s. Computing the boundary of the generator 1848 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 41m 37s. Computing the boundary of the generator 1849 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 45m 45s. Computing the boundary of the generator 1850 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 21h 54m 12s. Computing the boundary of the generator 1851 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>]>> 8395824 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 22h 47m 2s. Computing the boundary of the generator 1852 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3]>> *CR* -- Cut = 12.045933 -- N = 5247 End of computing. ;; Clock -> 2007-04-15, 22h 47m 26s. Computing the boundary of the generator 1853 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 22h 47m 28s. Computing the boundary of the generator 1854 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 22h 47m 30s. Computing the boundary of the generator 1855 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 22h 47m 33s. Computing the boundary of the generator 1856 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 22h 47m 40s. Computing the boundary of the generator 1857 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 22h 47m 43s. Computing the boundary of the generator 1858 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>]>> 8587152 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-15, 23h 23m 37s. Computing the boundary of the generator 1859 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 24m 3s. Computing the boundary of the generator 1860 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-15, 23h 24m 27s. Computing the boundary of the generator 1861 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-15, 23h 25m 17s. Computing the boundary of the generator 1862 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 25m 38s. Computing the boundary of the generator 1863 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 26m 5s. Computing the boundary of the generator 1864 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 27m 3s. Computing the boundary of the generator 1865 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 27m 25s. Computing the boundary of the generator 1866 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-15, 23h 27m 56s. Computing the boundary of the generator 1867 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>][1 <>]>>][1 <>]>>]>> 8517472 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 0h 5m 0s. Computing the boundary of the generator 1868 (dimension 8) : <>]>>][1 <>]>>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 5m 26s. Computing the boundary of the generator 1869 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 0h 6m 34s. Computing the boundary of the generator 1870 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 0h 9m 0s. Computing the boundary of the generator 1871 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 10m 0s. Computing the boundary of the generator 1872 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 11m 22s. Computing the boundary of the generator 1873 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 14m 15s. Computing the boundary of the generator 1874 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 15m 26s. Computing the boundary of the generator 1875 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 17m 2s. Computing the boundary of the generator 1876 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>][1 <>]>>][1 <>]>>]>> 8421336 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 0h 57m 56s. Computing the boundary of the generator 1877 (dimension 8) : <>]>>][1 <>]>>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 0h 59m 16s. Computing the boundary of the generator 1878 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 0h 59m 56s. Computing the boundary of the generator 1879 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 1h 1m 17s. Computing the boundary of the generator 1880 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 1m 48s. Computing the boundary of the generator 1881 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 2m 30s. Computing the boundary of the generator 1882 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 3m 55s. Computing the boundary of the generator 1883 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 4m 28s. Computing the boundary of the generator 1884 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 5m 12s. Computing the boundary of the generator 1885 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 6m 41s. Computing the boundary of the generator 1886 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 7m 14s. Computing the boundary of the generator 1887 (dimension 8) : <>]>>][1 <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8448176 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 1h 49m 35s. Computing the boundary of the generator 1888 (dimension 8) : <>]>>][1 <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 50m 41s. Computing the boundary of the generator 1889 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 1h 51m 39s. Computing the boundary of the generator 1890 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 1h 53m 37s. Computing the boundary of the generator 1891 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 54m 23s. Computing the boundary of the generator 1892 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 55m 24s. Computing the boundary of the generator 1893 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 57m 29s. Computing the boundary of the generator 1894 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 58m 17s. Computing the boundary of the generator 1895 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 1h 59m 22s. Computing the boundary of the generator 1896 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 1m 34s. Computing the boundary of the generator 1897 (dimension 8) : <>]>>][2 D3][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 2m 24s. Computing the boundary of the generator 1898 (dimension 8) : <>]>>][2 D3][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 3m 32s. Computing the boundary of the generator 1899 (dimension 8) : <>]>>][2 D3][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 5m 49s. Computing the boundary of the generator 1900 (dimension 8) : <>]>>][2 D3][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 6m 41s. Computing the boundary of the generator 1901 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> 8445424 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 2h 50m 22s. Computing the boundary of the generator 1902 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 2h 55m 10s. Computing the boundary of the generator 1903 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 57m 3s. Computing the boundary of the generator 1904 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 2h 59m 37s. Computing the boundary of the generator 1905 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 3h 4m 53s. Computing the boundary of the generator 1906 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 3h 6m 56s. Computing the boundary of the generator 1907 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 3h 9m 43s. Computing the boundary of the generator 1908 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> 8417000 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 3h 58m 35s. Computing the boundary of the generator 1909 (dimension 8) : <>]>>][2 <>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 0m 48s. Computing the boundary of the generator 1910 (dimension 8) : <>]>>][2 <>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 3m 48s. Computing the boundary of the generator 1911 (dimension 8) : <>]>>][2 <>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 9m 56s. Computing the boundary of the generator 1912 (dimension 8) : <>]>>][2 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 12m 18s. Computing the boundary of the generator 1913 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 4h 13m 26s. Computing the boundary of the generator 1914 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 4h 15m 44s. Computing the boundary of the generator 1915 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 16m 36s. Computing the boundary of the generator 1916 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 17m 46s. Computing the boundary of the generator 1917 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 20m 7s. Computing the boundary of the generator 1918 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 21m 1s. Computing the boundary of the generator 1919 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 22m 12s. Computing the boundary of the generator 1920 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 24m 37s. Computing the boundary of the generator 1921 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 4h 25m 32s. Computing the boundary of the generator 1922 (dimension 8) : <>]>>][2 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> 8398376 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 5h 12m 38s. Computing the boundary of the generator 1923 (dimension 8) : <>]>>][2 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 5h 15m 6s. Computing the boundary of the generator 1924 (dimension 8) : <>]>>][2 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 5h 16m 1s. Computing the boundary of the generator 1925 (dimension 8) : <>]>>][3 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 5h 20m 11s. Computing the boundary of the generator 1926 (dimension 8) : <>]>>][3 <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 5h 21m 50s. Computing the boundary of the generator 1927 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 5h 22m 31s. Computing the boundary of the generator 1928 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 5h 23m 54s. Computing the boundary of the generator 1929 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 5h 24m 27s. Computing the boundary of the generator 1930 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> 8419968 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 6h 12m 8s. Computing the boundary of the generator 1931 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 13m 39s. Computing the boundary of the generator 1932 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 14m 14s. Computing the boundary of the generator 1933 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 15m 2s. Computing the boundary of the generator 1934 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 16m 39s. Computing the boundary of the generator 1935 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 17m 17s. Computing the boundary of the generator 1936 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 18m 7s. Computing the boundary of the generator 1937 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 19m 50s. Computing the boundary of the generator 1938 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 20m 30s. Computing the boundary of the generator 1939 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 21m 21s. Computing the boundary of the generator 1940 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 23m 6s. Computing the boundary of the generator 1941 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 6h 23m 46s. Computing the boundary of the generator 1942 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 6h 25m 27s. Computing the boundary of the generator 1943 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> *CR* -- Cut = 12.106279 -- N = 5280 11497392 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 7h 1m 22s. Computing the boundary of the generator 1944 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 1m 29s. Computing the boundary of the generator 1945 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 1m 42s. Computing the boundary of the generator 1946 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 2m 21s. Computing the boundary of the generator 1947 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 2m 41s. Computing the boundary of the generator 1948 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 3m 12s. Computing the boundary of the generator 1949 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 4m 24s. Computing the boundary of the generator 1950 (dimension 8) : <>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 4m 58s. Computing the boundary of the generator 1951 (dimension 8) : <>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> 8469128 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 7h 5m 45s. Computing the boundary of the generator 1952 (dimension 8) : <>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 43m 22s. Computing the boundary of the generator 1953 (dimension 8) : <>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 44m 8s. Computing the boundary of the generator 1954 (dimension 8) : <>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 45m 8s. Computing the boundary of the generator 1955 (dimension 8) : <>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 47m 17s. Computing the boundary of the generator 1956 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 48m 11s. Computing the boundary of the generator 1957 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 7h 48m 24s. Computing the boundary of the generator 1958 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 7h 48m 50s. Computing the boundary of the generator 1959 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 49m 0s. Computing the boundary of the generator 1960 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 49m 15s. Computing the boundary of the generator 1961 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 7h 49m 45s. Computing the boundary of the generator 1962 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> 8513384 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 8h 27m 45s. Computing the boundary of the generator 1963 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 28m 2s. Computing the boundary of the generator 1964 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 28m 35s. Computing the boundary of the generator 1965 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 28m 49s. Computing the boundary of the generator 1966 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 29m 6s. Computing the boundary of the generator 1967 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 29m 43s. Computing the boundary of the generator 1968 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 29m 57s. Computing the boundary of the generator 1969 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 30m 15s. Computing the boundary of the generator 1970 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 30m 51s. Computing the boundary of the generator 1971 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 8h 31m 6s. Computing the boundary of the generator 1972 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 9181264 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 9h 12m 56s. Computing the boundary of the generator 1973 (dimension 8) : <>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 9h 13m 22s. Computing the boundary of the generator 1974 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3]>> End of computing. ;; Clock -> 2007-04-16, 9h 13m 55s. Computing the boundary of the generator 1975 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>> End of computing. ;; Clock -> 2007-04-16, 9h 15m 13s. Computing the boundary of the generator 1976 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 9h 15m 49s. Computing the boundary of the generator 1977 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 9h 16m 41s. Computing the boundary of the generator 1978 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>]>> 8426368 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 10h 0m 15s. Computing the boundary of the generator 1979 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 1m 5s. Computing the boundary of the generator 1980 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 2m 13s. Computing the boundary of the generator 1981 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 4m 42s. Computing the boundary of the generator 1982 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 5m 44s. Computing the boundary of the generator 1983 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 7m 8s. Computing the boundary of the generator 1984 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 10m 8s. Computing the boundary of the generator 1985 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8537632 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 10h 54m 40s. Computing the boundary of the generator 1986 (dimension 8) : <>]>>][1 <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 56m 15s. Computing the boundary of the generator 1987 (dimension 8) : <>]>>][1 <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 10h 59m 37s. Computing the boundary of the generator 1988 (dimension 8) : <>]>>][1 <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 0m 59s. Computing the boundary of the generator 1989 (dimension 8) : <>]>>][2 D3][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 2m 28s. Computing the boundary of the generator 1990 (dimension 8) : <>]>>][2 <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 5m 42s. Computing the boundary of the generator 1991 (dimension 8) : <>]>>][2 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 6m 59s. Computing the boundary of the generator 1992 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 7m 17s. Computing the boundary of the generator 1993 (dimension 8) : <>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> 8579496 bytes have been tenured, next gc will be global. See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information. End of computing. ;; Clock -> 2007-04-16, 11h 53m 50s. Computing the boundary of the generator 1994 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. ;; Clock -> 2007-04-16, 11h 54m 12s. Computing the boundary of the generator 1995 (dimension 8) : <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>][1 <>]>>]>> End of computing. Homology in dimension 7 : Component Z/2Z Component Z/32Z Component Z/16Z Component Z/8Z Component Z/8Z Component Z/2Z Component Z/8Z Component Z/2Z Component Z/4Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z/2Z Component Z ---done--- ;; Clock -> 2007-04-16, 11h 55m 10s. ; cpu time (non-gc) 1,083,590,770 msec (12.542 days) user, 725,360 msec (00:12:05.360) system ; cpu time (gc) -334,505,770 msec user, 356,060 msec (00:05:56.060) system ; cpu time (total) 749,085,000 msec (8.670 days) user, 1,081,420 msec (00:18:01.420) system ; real time 5,278,671,836 msec (61.096 days) ; space allocation: ; -659,126,759 cons cells, -418,153,160 other bytes, 9,344 static bytes NIL CL-USER(77): (get-internal-run-time) 789423500 CL-USER(78):