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)