============================================================== Starting image `acl' with no arguments in directory `/u/mooney/mlj/nll/editorial/' on machine `io.cs.utexas.edu'. Allegro CL 4.3.1 [SPARC; R1] (1/8/98 16:35) Copyright (C) 1985-1997, Franz Inc., Berkeley, CA, USA. All Rights Reserved. ;; Starting socket daemon and emacs-lisp interface... ;; Optimization settings: safety 1, space 0, speed 3, debug 1. ;; For a complete description of all compiler switches given the current optimization settings evaluate ;; (EXPLAIN-COMPILER-SETTINGS). USER(1): :cd ~/cs343-code ; Comment: switch to proper directory ; Don't use my directory, copy all robosurfer files to your own /u/mooney/cs343-code/ USER(2): :cl robosurfer ; Comment: compile and load robosurfer ;;; Compiling file robosurfer.lisp ; Compiling MAKE-WEB-PAGE ; Note: tail merging call to EXCL::STRUCTURIFY ; Compiling PRINT-WEB-PAGE ; Note: tail merging call to FORMAT ; Compiling MAKE-HYPERLINK ; Note: tail merging call to EXCL::STRUCTURIFY ; Compiling MAKE-URL ; Note: tail merging call to EXCL::STRUCTURIFY ; Compiling MAKE-HTML-COMMAND ; Note: tail merging call to EXCL::STRUCTURIFY ; Compiling WEB-SEARCH ; Compiling (:INTERNAL WEB-SEARCH 0) ; Compiling (:INTERNAL WEB-SEARCH 1) ; Note: tail merging call to SCORE-STATE ; While compiling (:INTERNAL WEB-SEARCH 0): ; Note: tail merging call to FIND-ALL-STRINGS-PAGE ; Compiling INITIALIZE-WEB-PAGE ; Compiling WEB-PATH ; Note: tail merging call to EXCL::APPEND_2OP ; Note: tail merging call to EXCL::APPEND_2OP ; Compiling FIND-ALL-STRINGS-PAGE ; Compiling (:INTERNAL FIND-ALL-STRINGS-PAGE 0) ; Note: Closure (:INTERNAL FIND-ALL-STRINGS-PAGE 0) will be stack allocated. ; Note: tail merging call to STRING-SEARCH ; Compiling BEAM-SEARCH ; Compiling (:INTERNAL BEAM-SEARCH 0) ; While compiling BEAM-SEARCH: ; Note: tail merging call to TREE-SEARCH ; While compiling (:INTERNAL BEAM-SEARCH 0): ; Note: tail merging call to SUBSEQ ; Compiling TREE-SEARCH ; Note: doing self-call tail merge ; Compiling SORTER ; Compiling (:INTERNAL SORTER 0) ; Note: tail merging call to SORT ; Compiling SCORE-STATE ; Compiling COMPUTE-WEB-PAGE-SCORE ; Compiling COMPUTE-HYPERLINK-SCORE ; Compiling SCORE-MATCH ; Compiling SCORE-STRINGS ; Compiling COUNT-OCCURENCES ; Compiling CHAR=-WHITE ; Compiling CHAR-EQUAL-WHITE ; Compiling FOLLOW-HYPERLINK ; Compiling WEB-PAGE-HYPERLINKS ; Compiling (:INTERNAL WEB-PAGE-HYPERLINKS 0) ; Note: Closure (:INTERNAL WEB-PAGE-HYPERLINKS 0) will be stack allocated. ; Note: tail merging call to ANCESTOR-URL ; Compiling ANCESTOR-URL ; Note: doing self-call tail merge ; Note: doing self-call tail merge ; Compiling WEB-SUCCESSORS ; Note: tail merging call to WEB-PAGE-HYPERLINKS ; Compiling NETSCAPE-PAGE ; Note: tail merging call to SHELL ; Compiling FILE-LENGTH2 ; Note: tail merging call to LIST* ; Compiling READ-FILE-INTO-STRING ; Compiling FIND-CHAR-NOT-ESCAPED ; Autoloading for EXCL::COMPLEX-LOOP-EXPANDER: ; Fast loading from bundle code/loop.fasl. ; Compiling FIND-NOT-CHAR ; Compiling STRING-SEARCH ; Compiling STRING-PREFIX ; Compiling STRING-SUFFIX ; Compiling PARSE-HTML-COMMAND ; Compiling EXTRACT-HYPERLINKS ; Compiling FIND-NEXT-HYPERLINK ; Compiling EXTRACT-COMPLETE-HYPERLINKS ; Compiling COMPLETE-LINK ; Compiling PARSE-URL ; Compiling GET-URL ; Note: tail merging call to SHELL ; Compiling GET-URL-TO-STRING ; Note: tail merging call to READ-FILE-INTO-STRING ;;; Writing fasl file robosurfer.fasl Warning: No IN-PACKAGE form seen in robosurfer.lisp. (Allegro Presto will be ineffective when loading a file having no IN-PACKAGE form.) ;;; Fasl write complete ; Fast loading robosurfer.fasl USER(3): (web-search "http://www.utexas.edu/" '("Mooney" "home page" "Computer Sciences") '("colleges" "dept") 10) ;; Generating Links from http://www.utexas.edu/ (score -202) ;; Following Link to http://www.utexas.edu/dept/ (score -151.5) ;; Generating Links from http://www.utexas.edu/dept/ (score -1249) ;; Following Link to http://net.cs.utexas.edu/ (score -1129.5) ;; Generating Links from http://net.cs.utexas.edu/ (score -2153) ;; Following Link to http://net.cs.utexas.edu/users/UTCS/faculty2/ (score -1581.5) ;; Generating Links from http://net.cs.utexas.edu/users/UTCS/faculty2/ (score -2080) ;; Following Link to http://net.cs.utexas.edu/docs/dept.html (score -1581.5) ;; Following Link to http://net.cs.utexas.edu/docs/grad.html (score -1581.5) ;; Following Link to http://net.cs.utexas.edu/docs/under.html (score -1581.5) ;; Following Link to http://net.cs.utexas.edu/users/mooney/ (score -1545.0) Solution Path: http://www.utexas.edu/ Follow link: "Colleges/Academic Units" to http://www.utexas.edu/dept/ Follow link: "Computer Sciences" to http://net.cs.utexas.edu/ Follow link: "Faculty Home Pages" to http://net.cs.utexas.edu/users/UTCS/faculty2/ Follow link: "Raymond J. Mooney" to http://net.cs.utexas.edu/users/mooney/ USER(4): (web-search "http://www.utexas.edu/" '("Professor" "Mooney" "home page" "Computer Sciences") '("colleges" "dept") 10) ;; Generating Links from http://www.utexas.edu/ (score -202) ;; Following Link to http://www.utexas.edu/dept/ (score -151.5) ;; Generating Links from http://www.utexas.edu/dept/ (score -1249) ;; Following Link to http://net.cs.utexas.edu/ (score -1129.5) ;; Generating Links from http://net.cs.utexas.edu/ (score -2153) ;; Following Link to http://net.cs.utexas.edu/users/UTCS/faculty2/ (score -1581.5) ;; Generating Links from http://net.cs.utexas.edu/users/UTCS/faculty2/ (score -3530) ;; Following Link to http://net.cs.utexas.edu/users/mooney/ (score -2270.0) Solution Path: http://www.utexas.edu/ Follow link: "Colleges/Academic Units" to http://www.utexas.edu/dept/ Follow link: "Computer Sciences" to http://net.cs.utexas.edu/ Follow link: "Faculty Home Pages" to http://net.cs.utexas.edu/users/UTCS/faculty2/ Follow link: "Raymond J. Mooney" to http://net.cs.utexas.edu/users/mooney/ USER(5): (web-search "http://www.utexas.edu/" '("Professor" "Mooney" "home page") '("college" "dept" "Computer Sciences") 10) ;; Generating Links from http://www.utexas.edu/ (score -202) ;; Following Link to http://www.utexas.edu/dept/ (score -151.5) ;; Generating Links from http://www.utexas.edu/dept/ (score -348) ;; Following Link to http://www.bus.utexas.edu/ (score -224.5) ;; Generating Links from http://www.bus.utexas.edu/ (score -1236) ;; Following Link to http://www.bus.utexas.edu/cgi-bin/imagemap/picts/bgban4.map/ (score -668.5) ;; Following Link to http://www.bus.utexas.edu/sitemap.htm (score -668.5) ;; Following Link to http://www.bus.utexas.edu/news/pressreleases/successrank.htm (score -618.0) ;; Following Link to http://www.bus.utexas.edu/sitemap.htm (score -618.0) ;; Following Link to http://www.bus.utexas.edu/~udean/ (score -618.0) ;; Following Link to http://texasinfo.bus.utexas.edu/ (score -618.0) ;; Following Link to http://www.bus.utexas.edu/sitemap.htm (score -618.0) ;; Following Link to http://www.bus.utexas.edu/sitemap.htm (score -618.0) ;; Following Link to http://www.bus.utexas.edu/sitemap.htm (score -618.0) ;; Following Link to http://www.bus.utexas.edu/~execed/ (score -618.0) ;; Generating Links from http://www.bus.utexas.edu/sitemap.htm (score -213) ;; Generating Links from http://www.bus.utexas.edu/sitemap.htm (score -213) ;; Generating Links from http://www.bus.utexas.edu/sitemap.htm (score -213) ;; Generating Links from http://www.bus.utexas.edu/sitemap.htm (score -213) ;; Generating Links from http://www.bus.utexas.edu/sitemap.htm (score -213) ;; Following Link to http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -157.0) ;; Following Link to http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -157.0) ;; Following Link to http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -157.0) ;; Following Link to http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -157.0) ;; Following Link to http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -157.0) ;; Following Link to http://www.bus.utexas.edu/~may/ (score -106.5) ;; Following Link to http://www.bus.utexas.edu/news/ (score -106.5) ;; Generating Links from http://www.bus.utexas.edu/news/ (score -1010) ;; Following Link to http://www.bus.utexas.edu/news/../../../_vti_bin/shtml.exe/news/test/fieldsweb/index.htm/map/ (score -505.0) ;; Following Link to http://www.bus.utexas.edu/news/philosophy.htm (score -505.0) ;; Following Link to http://www.bus.utexas.edu/news/../../../_vti_bin/shtml.exe/news/test/fieldsweb/index.htm/map2/ (score -505.0) ;; Following Link to http://www.bus.utexas.edu/news/../../../_vti_bin/shtml.exe/news/test/fieldsweb/index.htm/map3/ (score -505.0) ;; Following Link to http://www.bus.utexas.edu/news/national.htm (score -106.5) ;; Following Link to http://www.bus.utexas.edu/~foundation/ (score -106.5) ;; Following Link to http://gbn.bus.utexas.edu/index.asp/ (score -106.5) ;; Generating Links from http://www.bus.utexas.edu/~may/ (score -101) ;; Generating Links from http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -101) ;; Generating Links from http://www.bus.utexas.edu/Architext/AT-cba_gsbquery.html (score -101) ;; Following Link to http://www.excite.com/ (score -50.5) ;; Generating Links from http://www.excite.com/ (score -102) ;; Following Link to http://www.excite.com/relocate/co=dp_xho_tdy_2_ncaaf;http://sports.excite.com/ncaaf/ (score -101.5) ;; Generating Links from http://www.excite.com/relocate/co=dp_xho_tdy_2_ncaaf;http://sports.excite.com/ncaaf/ (score -107) Error: eof encountered on stream # [condition type: END-OF-FILE] [1] USER(6): :res USER(7): (web-search "http://www.utexas.edu/" '("343" "artificial intelligence" "teaching assistant") '("college" "dept" "computer sciences" "course info") 20) ;; Generating Links from http://www.utexas.edu/ (score -202) ;; Following Link to http://www.utexas.edu/dept/ (score -151.5) ;; Generating Links from http://www.utexas.edu/dept/ (score -348) ;; Following Link to http://www.bus.utexas.edu/ (score -224.5) ;; Following Link to http://www.utexas.edu/coc/ (score -224.5) ;; Following Link to http://www.edb.utexas.edu/ (score -224.5) ;; Following Link to http://www.utexas.edu/coe/ (score -224.5) ;; Following Link to http://www.utexas.edu/cofa/ (score -224.5) ;; Following Link to http://www.utexas.edu/cola/ (score -224.5) ;; Following Link to http://www.utexas.edu/cons/ (score -224.5) ;; Following Link to http://net.cs.utexas.edu/ (score -224.5) ;; Generating Links from http://net.cs.utexas.edu/ (score -306) ;; Following Link to http://www.utexas.edu/pharmacy/ (score -224.5) ;; Generating Links from http://www.utexas.edu/cons/ (score -211) ;; Generating Links from http://www.utexas.edu/coe/ (score -209) ;; Generating Links from http://www.utexas.edu/cofa/ (score -206) ;; Generating Links from http://www.bus.utexas.edu/ (score -206) ;; Following Link to http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml (score -203.5) ;; Generating Links from http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml (score -1253) ;; Following Link to http://net.cs.utexas.edu/users/risto/cs381k/ (score -1131.5) ;; Generating Links from http://net.cs.utexas.edu/users/risto/cs381k/ (score -2050) ;; Following Link to http://www.cs.utexas.edu/users/risto/cs343/ (score -1530.0) ;; Generating Links from http://www.cs.utexas.edu/users/risto/cs343/ (score -2241) ;; Following Link to http://www.cs.berkeley.edu/~russell/aima.html (score -1625.5) ;; Following Link to http://www.cs.utexas.edu/users/mooney/cs343/welcome.html (score -1625.5) Solution Path: http://www.utexas.edu/ Follow link: "Colleges/Academic Units" to http://www.utexas.edu/dept/ Follow link: "Computer Sciences" to http://net.cs.utexas.edu/ Follow link: "Course Info" to http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml Follow link: "Artificial Intelligence" to http://net.cs.utexas.edu/users/risto/cs381k/ Follow link: "cs343" to http://www.cs.utexas.edu/users/risto/cs343/ Follow link: "Ray Mooney's section of cs343" to http://www.cs.utexas.edu/users/mooney/cs343/welcome.html USER(8): (web-search "http://www.utexas.edu/" '("8-puzzle") '("college" "dept" "computer sciences" "course info" "artificial intelligence" "Mooney" "assignment") 20) ;; Generating Links from http://www.utexas.edu/ (score -202) ;; Following Link to http://www.utexas.edu/dept/ (score -151.5) ;; Generating Links from http://www.utexas.edu/dept/ (score -348) ;; Following Link to http://www.bus.utexas.edu/ (score -224.5) ;; Following Link to http://www.utexas.edu/coc/ (score -224.5) ;; Following Link to http://www.edb.utexas.edu/ (score -224.5) ;; Following Link to http://www.utexas.edu/coe/ (score -224.5) ;; Following Link to http://www.utexas.edu/cofa/ (score -224.5) ;; Following Link to http://www.utexas.edu/cola/ (score -224.5) ;; Following Link to http://www.utexas.edu/cons/ (score -224.5) ;; Following Link to http://net.cs.utexas.edu/ (score -224.5) ;; Generating Links from http://net.cs.utexas.edu/ (score -306) ;; Following Link to http://www.utexas.edu/pharmacy/ (score -224.5) ;; Generating Links from http://www.utexas.edu/cons/ (score -211) ;; Generating Links from http://www.utexas.edu/coe/ (score -209) ;; Generating Links from http://www.utexas.edu/cofa/ (score -206) ;; Generating Links from http://www.bus.utexas.edu/ (score -206) ;; Following Link to http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml (score -203.5) ;; Generating Links from http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml (score -412) ;; Following Link to http://net.cs.utexas.edu/users/risto/cs381k/ (score -256.5) ;; Following Link to http://net.cs.utexas.edu/users/mooney/ai2/ (score -256.5) ;; Generating Links from http://net.cs.utexas.edu/users/mooney/ai2/ (score -405) ;; Following Link to http://net.cs.utexas.edu/users/novak/cs381k.html (score -256.5) ;; Following Link to http://net.cs.utexas.edu/users/risto/cs381k/ (score -256.5) ;; Following Link to http://net.cs.utexas.edu/users/amenta/cs195T.html (score -256.5) ;; Following Link to http://net.cs.utexas.edu/users/novak/cs381k.html (score -256.5) ;; Following Link to http://net.cs.utexas.edu/users/mooney/ (score -253.0) ;; Generating Links from http://net.cs.utexas.edu/users/mooney/ (score -509) ;; Following Link to http://www.cs.utexas.edu/ (score -305.0) ;; Generating Links from http://www.cs.utexas.edu/ (score -306) ;; Following Link to http://net.cs.utexas.edu/users/mooney/cs343/welcome.html (score -305.0) ;; Generating Links from http://net.cs.utexas.edu/users/mooney/cs343/welcome.html (score -410) ;; Following Link to http://www.cs.utexas.edu/ (score -305.0) ;; Generating Links from http://www.cs.utexas.edu/ (score -306) ;; Following Link to http://net.cs.utexas.edu/Welcome.html (score -305.0) ;; Following Link to http://net.cs.utexas.edu/users/mooney/cs343/specs.html (score -255.5) ;; Generating Links from http://net.cs.utexas.edu/users/mooney/cs343/specs.html (score -316) ;; Following Link to http://www.cs.berkeley.edu/~russell/aima.html (score -255.5) ;; Following Link to http://net.cs.utexas.edu/users/mooney/cs343/hw1.html (score -255.5) Solution Path: http://www.utexas.edu/ Follow link: "Colleges/Academic Units" to http://www.utexas.edu/dept/ Follow link: "Computer Sciences" to http://net.cs.utexas.edu/ Follow link: "Course Info" to http://net.cs.utexas.edu/users/UTCS/gradcourses/Welcome.shtml Follow link: "Introduction to Artificial Intelligence II" to http://net.cs.utexas.edu/users/mooney/ai2/ Follow link: "Raymond J. Mooney" to http://net.cs.utexas.edu/users/mooney/ Follow link: "CS 343: Artificial Intelligence" to http://net.cs.utexas.edu/users/mooney/cs343/welcome.html Follow link: "Assignment 1: Search" to http://net.cs.utexas.edu/users/mooney/cs343/hw1.html USER(9): (web-search "http://www.utexas.edu" '("Something About Mary" "time") '("life" "entertainment" "movie" "film")) (web-search "http://www.utexas.edu" '("Something About Mary" "time") '("life" "entertainment" "movie" "film")) ;; Generating Links from http://www.utexas.edu (score -102) ;; Following Link to http://www.utexas.edu/campuslife/ (score -101.5) ;; Generating Links from http://www.utexas.edu/campuslife/ (score -203) ;; Following Link to http://www.utexas.edu/campuslife/../arts/ (score -152.0) ;; Generating Links from http://www.utexas.edu/campuslife/../arts/ (score -1428) ;; Following Link to http://www.auschron.com/current/screens.filmtimes.html (score -1219.0) Solution Path: http://www.utexas.edu Follow link: "Campus Life" to http://www.utexas.edu/campuslife/ Follow link: "Arts and Entertainment" to http://www.utexas.edu/campuslife/../arts/ Follow link: "showtimes" to http://www.auschron.com/current/screens.filmtimes.html USER(10): (web-search "http://www.austin360.com" '("Something About Mary") '("movie" "film")) ;; Generating Links from http://www.austin360.com (score -113) ;; Following Link to http://www.austin360.com/enter/movies/search/search.htm (score -107.0) ;; Generating Links from http://www.austin360.com/enter/movies/search/search.htm (score -222) ;; Following Link to http://www.austin360.com/cgi-bin/pforum/show?PIPSERV=0&ROOT=9&MSG=9&T=index/ (score -161.5) ;; Following Link to http://www.austin360.com/cgi-bin/movies/movie_search.pl/ (score -161.5) Solution Path: http://www.austin360.com Follow link: "a movie" to http://www.austin360.com/enter/movies/search/search.htm Follow link: "Browse all movies" to http://www.austin360.com/cgi-bin/movies/movie_search.pl/ USER(11): (netscape *) 0