-
Notifications
You must be signed in to change notification settings - Fork 1
/
busstuc.compile.txt
808 lines (807 loc) · 50.3 KB
/
busstuc.compile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
/lhome/busstuc/busstuc/compile/extract_cut.sh ... Make Regcut.pl
SICStus 4.2.0 (x86_64-linux-glibc2.7): Mon Mar 7 20:02:41 CET 2011
Licensed to studentSP4idi.ntnu.no
% compiling /lhome/busstuc/busstuc/busstuc.pl...
% compiling /lhome/busstuc/busstuc/main.pl...
% module main imported into user
% compiling /lhome/busstuc/busstuc/declare.pl...
% module declare imported into main
% compiled /lhome/busstuc/busstuc/declare.pl in module declare, 20 msec 30528 bytes
% compiling /lhome/busstuc/busstuc/utility/writeout.pl...
% module writeout imported into main
% module declare imported into writeout
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/varnumbers.po...
% module varnumbers imported into writeout
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/types.po...
% module types imported into varnumbers
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/types.po in module types, 0 msec 1632 bytes
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/varnumbers.po in module varnumbers, 0 msec 11488 bytes
% compiling /lhome/busstuc/busstuc/utility/utility.pl...
% module utility imported into writeout
% module declare imported into utility
% compiling /lhome/busstuc/busstuc/utility/library.pl...
% module library imported into utility
% compiled /lhome/busstuc/busstuc/utility/library.pl in module library, 10 msec 4688 bytes
% compiling /lhome/busstuc/busstuc/sicstus4compatibility.pl...
% module sicstus4compatibility imported into utility
% compiled /lhome/busstuc/busstuc/sicstus4compatibility.pl in module sicstus4compatibility, 10 msec 4480 bytes
% module writeout imported into utility
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/timeout.po...
% module timeout imported into utility
% module types imported into timeout
% loading foreign resource /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/x86_64-linux-glibc2.7/timeout.so in module timeout
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/timeout.po in module timeout, 10 msec 16208 bytes
% module varnumbers imported into utility
% compiling /lhome/busstuc/busstuc/tuc/readin.pl...
% module readin imported into utility
% module declare imported into readin
% compiling /lhome/busstuc/busstuc/tucbuses.pl...
% module tucbuses imported into readin
% module declare imported into tucbuses
% module main imported into tucbuses
% compiling /lhome/busstuc/busstuc/tuc/gram_e.pl...
% module gram_e imported into tucbuses
% module declare imported into gram_e
% compiled /lhome/busstuc/busstuc/tuc/gram_e.pl in module gram_e, 370 msec 465072 bytes
% compiling /lhome/busstuc/busstuc/tuc/gram_n.pl...
% module gram_n imported into tucbuses
% module declare imported into gram_n
% compiled /lhome/busstuc/busstuc/tuc/gram_n.pl in module gram_n, 1790 msec 1720640 bytes
% compiled /lhome/busstuc/busstuc/tucbuses.pl in module tucbuses, 2170 msec 2197040 bytes
% module library imported into readin
% module utility imported into readin
% module writeout imported into readin
% module sicstus4compatibility imported into readin
% compiled /lhome/busstuc/busstuc/tuc/readin.pl in module readin, 2270 msec 2276992 bytes
% compiled /lhome/busstuc/busstuc/utility/utility.pl in module utility, 2430 msec 2398400 bytes
% compiling /lhome/busstuc/busstuc/utility/ptbwrite.pl...
% module ptbwrite imported into writeout
% module declare imported into ptbwrite
% module writeout imported into ptbwrite
% compiled /lhome/busstuc/busstuc/utility/ptbwrite.pl in module ptbwrite, 70 msec 43760 bytes
% module sicstus4compatibility imported into writeout
% compiling /lhome/busstuc/busstuc/app/buslog.pl...
% module buslog imported into writeout
% module declare imported into buslog
% compiling /lhome/busstuc/busstuc/db/discrepancies.pl...
% compiled /lhome/busstuc/busstuc/db/discrepancies.pl in module buslog, 20 msec 83216 bytes
% module utility imported into buslog
% compiling /lhome/busstuc/busstuc/utility/datecalc.pl...
% module datecalc imported into buslog
% module declare imported into datecalc
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/system.po...
% module system imported into datecalc
% module types imported into system
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/system.po in module system, 0 msec 4672 bytes
% compiling /lhome/busstuc/busstuc/db/timedat.pl...
% module timedat imported into datecalc
% module declare imported into timedat
% module utility imported into timedat
% module datecalc imported into timedat
% module writeout imported into timedat
% compiled /lhome/busstuc/busstuc/db/timedat.pl in module timedat, 40 msec 23120 bytes
% compiled /lhome/busstuc/busstuc/utility/datecalc.pl in module datecalc, 160 msec 100880 bytes
% module library imported into buslog
% module sicstus4compatibility imported into buslog
% module writeout imported into buslog
% module main imported into buslog
% compiling /lhome/busstuc/busstuc/interfaceroute.pl...
% module interfaceroute imported into buslog
% module declare imported into interfaceroute
% module writeout imported into interfaceroute
% compiling /lhome/busstuc/busstuc/db/topreg.pl...
% module topreg imported into interfaceroute
% compiled /lhome/busstuc/busstuc/db/topreg.pl in module topreg, 10 msec 10400 bytes
% compiling /lhome/busstuc/busstuc/db/route_period.pl...
% module route_period imported into interfaceroute
% compiled /lhome/busstuc/busstuc/db/route_period.pl in module route_period, 10 msec 3168 bytes
% module datecalc imported into interfaceroute
% compiled /lhome/busstuc/busstuc/interfaceroute.pl in module interfaceroute, 30 msec 26832 bytes
% compiling /lhome/busstuc/busstuc/app/busanshp.pl...
% module busanshp imported into buslog
% module declare imported into busanshp
% module utility imported into busanshp
% module datecalc imported into busanshp
% module library imported into busanshp
% module writeout imported into busanshp
% module writeout imported into busanshp
% module main imported into busanshp
% module buslog imported into busanshp
% compiling /lhome/busstuc/busstuc/app/dmeq.pl...
% module dmeq imported into busanshp
% module declare imported into dmeq
% module utility imported into dmeq
% compiling /lhome/busstuc/busstuc/tuc/semantic.pl...
% module semantic imported into dmeq
% module declare imported into semantic
% compiled /lhome/busstuc/busstuc/tuc/semantic.pl in module semantic, 840 msec 1545792 bytes
% compiled /lhome/busstuc/busstuc/app/dmeq.pl in module dmeq, 960 msec 1637904 bytes
% compiling /lhome/busstuc/busstuc/app/pragma.pl...
% module pragma imported into busanshp
% module declare imported into pragma
% module utility imported into pragma
% module writeout imported into pragma
% module datecalc imported into pragma
% compiling /lhome/busstuc/busstuc/app/busans.pl...
% module busans imported into pragma
% module declare imported into busans
% module interfaceroute imported into busans
% module busanshp imported into busans
% compiled /lhome/busstuc/busstuc/app/busans.pl in module busans, 70 msec 50720 bytes
% compiling /lhome/busstuc/busstuc/app/bustrans.pl...
% module bustrans imported into pragma
% module declare imported into bustrans
% module busanshp imported into bustrans
% module buslog imported into bustrans
% compiling /lhome/busstuc/busstuc/db/busdat.pl...
% module busdat imported into bustrans
% module declare imported into busdat
% module interfaceroute imported into busdat
% module utility imported into busdat
% compiling /lhome/busstuc/busstuc/db/places.pl...
% module places imported into busdat
% module declare imported into places
% module utility imported into places
% compiled /lhome/busstuc/busstuc/db/places.pl in module places, 880 msec 2156208 bytes
% compiling /lhome/busstuc/busstuc/db/regbusall.pl...
% module regbusall imported into busdat
% module buslog imported into regbusall
% compiled /lhome/busstuc/busstuc/db/regbusall.pl in module regbusall, 0 msec 17856 bytes
% module timedat imported into busdat
% module buslog imported into busdat
% compiling /lhome/busstuc/busstuc/tuc/names.pl...
% module names imported into busdat
% module declare imported into names
% compiled /lhome/busstuc/busstuc/tuc/names.pl in module names, 450 msec 507280 bytes
% compiled /lhome/busstuc/busstuc/db/busdat.pl in module busdat, 1470 msec 2820864 bytes
% module utility imported into bustrans
% module datecalc imported into bustrans
% module interfaceroute imported into bustrans
% module dmeq imported into bustrans
% compiling /lhome/busstuc/busstuc/app/interapp.pl...
% module interapp imported into bustrans
% module declare imported into interapp
% module utility imported into interapp
% module writeout imported into interapp
% module interfaceroute imported into interapp
% module busanshp imported into interapp
% module buslog imported into interapp
% compiling /lhome/busstuc/busstuc/app/negans.pl...
% module negans imported into interapp
% module declare imported into negans
% module main imported into negans
% module utility imported into negans
% module busanshp imported into negans
% module buslog imported into negans
% module busdat imported into negans
% compiling /lhome/busstuc/busstuc/tuc/facts.pl...
% module facts imported into negans
% module declare imported into facts
% module main imported into facts
% module names imported into facts
% module semantic imported into facts
% compiling /lhome/busstuc/busstuc/tuc/slash.pl...
% module slash imported into facts
% module declare imported into user
% module writeout imported into slash
% compiling /lhome/busstuc/busstuc/tuc/evaluate.pl...
% module evaluate imported into slash
% module declare imported into evaluate
% module main imported into evaluate
% module utility imported into evaluate
% module writeout imported into evaluate
% compiling /lhome/busstuc/busstuc/tuc/lex.pl...
% module lex imported into evaluate
% module declare imported into lex
% module utility imported into lex
% module writeout imported into lex
% module main imported into lex
% module interfaceroute imported into lex
% module buslog imported into lex
% module busdat imported into lex
% compiling /lhome/busstuc/busstuc/db/namehashtable.pl...
% module namehashtable imported into lex
% compiled /lhome/busstuc/busstuc/db/namehashtable.pl in module namehashtable, 4020 msec 9305216 bytes
% module places imported into lex
% compiling /lhome/busstuc/busstuc/db/regcompstr.pl...
% module regcompstr imported into lex
% compiled /lhome/busstuc/busstuc/db/regcompstr.pl in module regcompstr, 170 msec 420624 bytes
% module regbusall imported into lex
% compiling /lhome/busstuc/busstuc/db/regstr.pl...
% module regstr imported into lex
% compiled /lhome/busstuc/busstuc/db/regstr.pl in module regstr, 390 msec 460080 bytes
% module route_period imported into lex
% compiling /lhome/busstuc/busstuc/db/teledat2.pl...
% module teledat2 imported into lex
% module declare imported into teledat2
% module main imported into teledat2
% module utility imported into teledat2
% module writeout imported into teledat2
% compiling /lhome/busstuc/busstuc/getphonedir.pl...
% module getphonedir imported into teledat2
% module declare imported into getphonedir
% module utility imported into getphonedir
% module library imported into getphonedir
% module sicstus4compatibility imported into getphonedir
% module writeout imported into getphonedir
% module main imported into getphonedir
% compiling /lhome/busstuc/busstuc/xmlparser.pl...
% module xmlparser imported into getphonedir
% module writeout imported into xmlparser
% module main imported into xmlparser
% compiled /lhome/busstuc/busstuc/xmlparser.pl in module xmlparser, 30 msec 12128 bytes
% compiling /lhome/busstuc/busstuc/tele2.pl...
% module tele2 imported into getphonedir
% module xmlparser imported into tele2
% module getphonedir imported into tele2
% compiling /lhome/busstuc/busstuc/tagger/tagger.pl...
% module tagger imported into tele2
% compiling /lhome/busstuc/busstuc/tagger/xml.pl...
% module xml imported into tagger
% compiling /lhome/busstuc/busstuc/tagger/xml_acquisition.pl...
% compiling /lhome/busstuc/busstuc/tagger/xml_utilities.pl...
% module sicstus4compatibility imported into xml
% compiled /lhome/busstuc/busstuc/tagger/xml_utilities.pl in module xml, 160 msec 1693920 bytes
% compiled /lhome/busstuc/busstuc/tagger/xml_acquisition.pl in module xml, 310 msec 1776560 bytes
% compiling /lhome/busstuc/busstuc/tagger/xml_diagnosis.pl...
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/lists.po...
% module lists imported into xml
% module types imported into lists
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/lists.po in module lists, 10 msec 105040 bytes
% compiled /lhome/busstuc/busstuc/tagger/xml_diagnosis.pl in module xml, 30 msec 121312 bytes
% compiling /lhome/busstuc/busstuc/tagger/xml_generation.pl...
% compiled /lhome/busstuc/busstuc/tagger/xml_generation.pl in module xml, 80 msec 42576 bytes
% compiling /lhome/busstuc/busstuc/tagger/xml_pp.pl...
% compiled /lhome/busstuc/busstuc/tagger/xml_pp.pl in module xml, 10 msec 10912 bytes
% compiled /lhome/busstuc/busstuc/tagger/xml.pl in module xml, 460 msec 1961296 bytes
% module lists imported into tagger
% compiled /lhome/busstuc/busstuc/tagger/tagger.pl in module tagger, 480 msec 1972416 bytes
% compiled /lhome/busstuc/busstuc/tele2.pl in module tele2, 480 msec 1974704 bytes
% module teledat2 imported into getphonedir
% compiling /lhome/busstuc/busstuc/dialog/parseres.pl...
% module parseres imported into getphonedir
% module declare imported into parseres
% module utility imported into parseres
% module writeout imported into parseres
% module busanshp imported into parseres
% module teledat2 imported into parseres
% module xml imported into parseres
% compiled /lhome/busstuc/busstuc/dialog/parseres.pl in module parseres, 60 msec 36176 bytes
% module tagger imported into getphonedir
% module xml imported into getphonedir
% module lex imported into getphonedir
% compiled /lhome/busstuc/busstuc/getphonedir.pl in module getphonedir, 610 msec 2053840 bytes
% module names imported into teledat2
% module semantic imported into teledat2
% compiled /lhome/busstuc/busstuc/db/teledat2.pl in module teledat2, 680 msec 2117072 bytes
% module timedat imported into lex
% module topreg imported into lex
% compiling /lhome/busstuc/busstuc/dialog/frames2.pl...
% module frames2 imported into lex
% module declare imported into frames2
% module system imported into frames2
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/lists3.po...
% module lists3 imported into frames2
% module lists imported into lists3
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/lists3.po in module lists3, 10 msec 12704 bytes
% compiling /lhome/busstuc/busstuc/dialog/newcontext2.pl...
% module newcontext2 imported into frames2
% module system imported into newcontext2
% module declare imported into newcontext2
% module utility imported into newcontext2
% module library imported into newcontext2
% module pragma imported into newcontext2
% module frames2 imported into newcontext2
% compiling /lhome/busstuc/busstuc/dialog/checkitem2.pl...
% module checkitem2 imported into newcontext2
% module declare imported into checkitem2
% module datecalc imported into checkitem2
% module writeout imported into checkitem2
% module busanshp imported into checkitem2
% module interapp imported into checkitem2
% module negans imported into checkitem2
% compiling /lhome/busstuc/busstuc/dialog/d_dialogue.pl...
% module d_dialogue imported into checkitem2
% module declare imported into d_dialogue
% module main imported into d_dialogue
% module getphonedir imported into d_dialogue
% module interfaceroute imported into d_dialogue
% module utility imported into d_dialogue
% module writeout imported into d_dialogue
% module busanshp imported into d_dialogue
% module pragma imported into d_dialogue
% module interapp imported into d_dialogue
% compiling /lhome/busstuc/busstuc/dialog/d_main.pl...
% module d_main imported into d_dialogue
% module declare imported into d_main
% module utility imported into d_main
% module main imported into d_main
% module readin imported into d_main
% module d_dialogue imported into d_main
% compiled /lhome/busstuc/busstuc/dialog/d_main.pl in module d_main, 30 msec 27328 bytes
% compiling /lhome/busstuc/busstuc/dialog/exegram.pl...
% module exegram imported into d_dialogue
% module declare imported into exegram
% module checkitem2 imported into exegram
% module main imported into exegram
% compiling /lhome/busstuc/busstuc/dialog/diagram.pl...
% module diagram imported into exegram
% compiled /lhome/busstuc/busstuc/dialog/diagram.pl in module diagram, 10 msec 8816 bytes
% module writeout imported into exegram
% compiled /lhome/busstuc/busstuc/dialog/exegram.pl in module exegram, 30 msec 22432 bytes
% module newcontext2 imported into d_dialogue
% module frames2 imported into d_dialogue
% compiling /lhome/busstuc/busstuc/dialog/portraycontext.pl...
% module portraycontext imported into d_dialogue
% module declare imported into portraycontext
% module ptbwrite imported into portraycontext
% module utility imported into portraycontext
% module writeout imported into portraycontext
% module lists imported into portraycontext
% module newcontext2 imported into portraycontext
% compiled /lhome/busstuc/busstuc/dialog/portraycontext.pl in module portraycontext, 40 msec 28656 bytes
% compiled /lhome/busstuc/busstuc/dialog/d_dialogue.pl in module d_dialogue, 150 msec 114880 bytes
% module frames2 imported into checkitem2
% module newcontext2 imported into checkitem2
% compiling /lhome/busstuc/busstuc/dialog/update2.pl...
% module update2 imported into checkitem2
% module declare imported into update2
% module utility imported into update2
% module writeout imported into update2
% module busanshp imported into update2
% module pragma imported into update2
% module interapp imported into update2
% module teledat2 imported into update2
% module frames2 imported into update2
% module newcontext2 imported into update2
% module parseres imported into update2
% module facts imported into update2
% module semantic imported into update2
% compiled /lhome/busstuc/busstuc/dialog/update2.pl in module update2, 50 msec 38448 bytes
% module pragma imported into checkitem2
% compiled /lhome/busstuc/busstuc/dialog/checkitem2.pl in module checkitem2, 300 msec 214576 bytes
% module semantic imported into newcontext2
% compiled /lhome/busstuc/busstuc/dialog/newcontext2.pl in module newcontext2, 340 msec 242784 bytes
% module d_dialogue imported into frames2
% module parseres imported into frames2
% compiled /lhome/busstuc/busstuc/dialog/frames2.pl in module frames2, 450 msec 312368 bytes
% compiling /lhome/busstuc/busstuc/tuc/dict_n.pl...
% module dict_n imported into lex
% module declare imported into dict_n
% module main imported into dict_n
% module utility imported into dict_n
% module evaluate imported into dict_n
% module semantic imported into dict_n
% compiled /lhome/busstuc/busstuc/tuc/dict_n.pl in module dict_n, 2040 msec 4158320 bytes
% module evaluate imported into lex
% module facts imported into lex
% module names imported into lex
% compiling /lhome/busstuc/busstuc/tuc/morph_n.pl...
% module morph_n imported into lex
% module dict_n imported into morph_n
% module lex imported into morph_n
% module semantic imported into morph_n
% module utility imported into morph_n
% compiled /lhome/busstuc/busstuc/tuc/morph_n.pl in module morph_n, 130 msec 75120 bytes
% module writeout imported into lex
% compiled /lhome/busstuc/busstuc/tuc/lex.pl in module lex, 8210 msec 17076080 bytes
% module facts imported into evaluate
% module semantic imported into evaluate
% compiling /lhome/busstuc/busstuc/tuc/translat.pl...
% module translat imported into evaluate
% module declare imported into translat
% module main imported into translat
% module library imported into translat
% module utility imported into translat
% module writeout imported into translat
% module varnumbers imported into translat
% module slash imported into translat
% compiling /lhome/busstuc/busstuc/tuc/anaphors.pl...
% module anaphors imported into translat
% module declare imported into anaphors
% module library imported into anaphors
% module utility imported into anaphors
% module evaluate imported into anaphors
% module facts imported into anaphors
% compiling /lhome/busstuc/busstuc/tuc/fernando.pl...
% module fernando imported into anaphors
% module declare imported into fernando
% module utility imported into fernando
% module datecalc imported into fernando
% module lex imported into fernando
% module evaluate imported into fernando
% module facts imported into fernando
% module semantic imported into fernando
% compiled /lhome/busstuc/busstuc/tuc/fernando.pl in module fernando, 230 msec 144048 bytes
% module semantic imported into anaphors
% module translat imported into anaphors
% module newcontext2 imported into anaphors
% compiled /lhome/busstuc/busstuc/tuc/anaphors.pl in module anaphors, 320 msec 185232 bytes
% module evaluate imported into translat
% module facts imported into translat
% module semantic imported into translat
% compiled /lhome/busstuc/busstuc/tuc/translat.pl in module translat, 460 msec 261408 bytes
% module interapp imported into evaluate
% compiled /lhome/busstuc/busstuc/tuc/evaluate.pl in module evaluate, 8720 msec 17368176 bytes
% module facts imported into slash
% module semantic imported into slash
% compiling /lhome/busstuc/busstuc/tuc/world0.pl...
% module world0 imported into slash
% module utility imported into world0
% compiled /lhome/busstuc/busstuc/tuc/world0.pl in module world0, 30 msec 37008 bytes
% compiled /lhome/busstuc/busstuc/tuc/slash.pl in module slash, 8790 msec 17428352 bytes
% module buslog imported into facts
% module busdat imported into facts
% module places imported into facts
% module regbusall imported into facts
% module regcompstr imported into facts
% module regstr imported into facts
% module teledat2 imported into facts
% compiling /lhome/busstuc/busstuc/db/auxtables.pl...
% module auxtables imported into facts
% compiled /lhome/busstuc/busstuc/db/auxtables.pl in module auxtables, 0 msec 1168 bytes
% compiled /lhome/busstuc/busstuc/tuc/facts.pl in module facts, 8890 msec 17674544 bytes
% module datecalc imported into negans
% compiled /lhome/busstuc/busstuc/app/negans.pl in module negans, 9160 msec 17837888 bytes
% module pragma imported into interapp
% compiling /lhome/busstuc/busstuc/db/statcoord2.pl...
% module statcoord2 imported into interapp
% compiled /lhome/busstuc/busstuc/db/statcoord2.pl in module statcoord2, 980 msec 1239488 bytes
% module regstr imported into interapp
% module evaluate imported into interapp
% module datecalc imported into interapp
% compiled /lhome/busstuc/busstuc/app/interapp.pl in module interapp, 10280 msec 19155456 bytes
% module places imported into bustrans
% module regbusall imported into bustrans
% module teledat2 imported into bustrans
% module timedat imported into bustrans
% module frames2 imported into bustrans
% module facts imported into bustrans
% module names imported into bustrans
% module semantic imported into bustrans
% module slash imported into bustrans
% compiled /lhome/busstuc/busstuc/app/bustrans.pl in module bustrans, 13250 msec 23670240 bytes
% compiling /lhome/busstuc/busstuc/app/teletrans.pl...
% module teletrans imported into pragma
% module declare imported into teletrans
% compiled /lhome/busstuc/busstuc/app/teletrans.pl in module teletrans, 130 msec 74384 bytes
% module busdat imported into pragma
% module places imported into pragma
% module teledat2 imported into pragma
% module timedat imported into pragma
% module facts imported into pragma
% module names imported into pragma
% module semantic imported into pragma
% compiled /lhome/busstuc/busstuc/app/pragma.pl in module pragma, 13570 msec 23858672 bytes
% module interapp imported into busanshp
% module interfaceroute imported into busanshp
% module busdat imported into busanshp
% module places imported into busanshp
% module timedat imported into busanshp
% module topreg imported into busanshp
% module facts imported into busanshp
% module semantic imported into busanshp
% module frames2 imported into busanshp
% module newcontext2 imported into busanshp
% compiled /lhome/busstuc/busstuc/app/busanshp.pl in module busanshp, 14890 msec 25792768 bytes
% module route_period imported into buslog
% module busdat imported into buslog
% module places imported into buslog
% module regbusall imported into buslog
% module regstr imported into buslog
% module timedat imported into buslog
% module facts imported into buslog
% module auxtables imported into buslog
% compiled /lhome/busstuc/busstuc/app/buslog.pl in module buslog, 15370 msec 26199408 bytes
% module busdat imported into writeout
% module places imported into writeout
% module regstr imported into writeout
% module frames2 imported into writeout
% module newcontext2 imported into writeout
% module parseres imported into writeout
% module facts imported into writeout
% module lex imported into writeout
% compiled /lhome/busstuc/busstuc/utility/writeout.pl in module writeout, 18220 msec 28965936 bytes
% module utility imported into main
% module library imported into main
% module ptbwrite imported into main
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/process.po...
% module process imported into main
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/process.po in module process, 0 msec 5024 bytes
% module system imported into main
% module timeout imported into main
% compiling /lhome/busstuc/busstuc/version.pl...
% compiled /lhome/busstuc/busstuc/version.pl in module main, 0 msec 272 bytes
% module getphonedir imported into main
% module interfaceroute imported into main
% module tucbuses imported into main
% module teledat2 imported into main
% module timedat imported into main
% module d_dialogue imported into main
% compiling /lhome/busstuc/busstuc/tuc/metacomp.pl...
% module metacomp imported into main
% module varnumbers imported into metacomp
% module declare imported into metacomp
% module main imported into metacomp
% compiling /lhome/busstuc/busstuc/makeauxtables.pl...
% module makeauxtables imported into metacomp
% loading /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/file_systems.po...
% module file_systems imported into makeauxtables
% module types imported into file_systems
% module system imported into file_systems
% module lists imported into file_systems
% loaded /usr/local/sicstus4.2.0/bin/sp-4.2.0/sicstus-4.2.0/library/file_systems.po in module file_systems, 0 msec 42608 bytes
% module declare imported into makeauxtables
% module utility imported into makeauxtables
% module datecalc imported into makeauxtables
% module writeout imported into makeauxtables
% compiling /lhome/busstuc/busstuc/compileroute.pl...
% module compileroute imported into makeauxtables
% module file_systems imported into compileroute
% compiling /lhome/busstuc/busstuc/utility/extracut.pl...
% module extracut imported into compileroute
% module declare imported into extracut
% module utility imported into extracut
% module datecalc imported into extracut
% module writeout imported into extracut
% module busdat imported into extracut
% compiled /lhome/busstuc/busstuc/utility/extracut.pl in module extracut, 40 msec 25520 bytes
% module writeout imported into compileroute
% module route_period imported into compileroute
% module topreg imported into compileroute
% compiled /lhome/busstuc/busstuc/compileroute.pl in module compileroute, 70 msec 40048 bytes
% compiling /lhome/busstuc/busstuc/db/regbusall.pl...
% module regbusall imported into compileroute
% module buslog imported into regbusall
% compiled /lhome/busstuc/busstuc/db/regbusall.pl in module regbusall, 20 msec -7568 bytes
% compiling /lhome/busstuc/busstuc/db/regstr.pl...
% module regstr imported into compileroute
% compiled /lhome/busstuc/busstuc/db/regstr.pl in module regstr, 580 msec -48 bytes
% compiling /lhome/busstuc/busstuc/db/regcompstr.pl...
% module regcompstr imported into compileroute
% compiled /lhome/busstuc/busstuc/db/regcompstr.pl in module regcompstr, 320 msec -48 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regdko.pl in module r1611_140517, 0 msec 1104 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regbus.pl in module r1611_140517, 130 msec 427328 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/reghpl.pl in module r1611_140517, 300 msec 254928 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regcomp.pl in module r1611_140517, 320 msec 382704 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regcut.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regcut.pl in module r1611_140517, 900 msec 1565264 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl in module r1611_141201, 0 msec 4976 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl in module r1611_141201, 830 msec 1280720 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl in module r1611_141201, 300 msec 256832 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl in module r1611_141201, 320 msec 398240 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcut.pl...
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl in module r1611_141201, 690 msec 1040336 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl in module r1611_141201, 510 msec 398064 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl in module r1611_141201, 0 msec 1856 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl in module r1611_141201, 120 msec 254416 bytes
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcut.pl in module r1611_141201, 4140 msec 3133408 bytes
% consulting /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl...
% consulted /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl in module r1611_150112, 460 msec 1039200 bytes
% consulting /lhome/busstuc/busstuc/db/tables/r1611_150112/regdep.pl...
% consulted /lhome/busstuc/busstuc/db/tables/r1611_150112/regdep.pl in module r1611_150112, 340 msec 1137040 bytes
% consulting /lhome/busstuc/busstuc/db/tables/r1611_150112/regpas.pl...
% consulted /lhome/busstuc/busstuc/db/tables/r1611_150112/regpas.pl in module r1611_150112, 590 msec 1811504 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl in module r1611_150112, 0 msec 4160 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl in module r1611_150112, 790 msec 79376 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl in module r1611_150112, 310 msec 258656 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl in module r1611_150112, 560 msec 400208 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcut.pl...
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl in module r1611_150112, 1050 msec 1017040 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl in module r1611_150112, 470 msec 399984 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl in module r1611_150112, 0 msec 1616 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl in module r1611_150112, 260 msec 258288 bytes
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcut.pl in module r1611_150112, 3990 msec 540896 bytes
% module interfaceroute imported into makeauxtables
% module buslog imported into makeauxtables
% module places imported into makeauxtables
% module regcompstr imported into makeauxtables
% module regstr imported into makeauxtables
% module topreg imported into makeauxtables
% module lex imported into makeauxtables
% module names imported into makeauxtables
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140203/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140203/reghpl.pl in module r1611_140203, 330 msec 258560 bytes
compileroute.pl~122: SKIP createCut for timestamp db/tables/r1611_140517/regcut 1399880731 > 1399878704
compileroute.pl~122: SKIP createCut for timestamp db/tables/r1611_141201/regcut 1420976285 > 1420935160
Creating r1611_150112 /regcut.pl...
%% db/discrepancies r1611_141201 r1611_140203
alias_station2(16010000,breidablikk_trikk,breidablikk).
alias_station2(16010023,strindheim_2,brannstasjon_st).
alias_station2(16010190,idrettsplassen_jakobsli,idrettsplassen).
alias_station2(16010254,ladeveien,ladevegen).
alias_station2(16010272,lundsen_nordre,lundsen_n).
alias_station2(16010309,j_minsaa_s_veg,johannes_minsaas_veg).
alias_station2(16010482,sndre_hallset,sndre_halset).
alias_station2(16010706,munkvoll_trikk,munkvoll).
alias_station2(16010712,nyveibakken_trikk,nyveibakken).
alias_station2(16010761,vestre_stran,sterbakken).
alias_station2(16011000,breidablikk_trikk,breidablikk).
alias_station2(16011023,strindheim_2,brannstasjon_st).
alias_station2(16011190,idrettsplassen_jakobsli,idrettsplassen).
alias_station2(16011196,bergheim_snuplass,bergheim_snpl).
alias_station2(16011347,olav_tryggvasons_gate,olav_trygvassons_gate).
alias_station2(16011482,sndre_hallset,sndre_halset).
alias_station2(16011706,munkvoll_trikk,munkvoll).
alias_station2(16011712,nyveibakken_trikk,nyveibakken).
alias_station2(16011724,hospitalskirka_trikk,hospitalskirka).
alias_station2(16011761,vestre_stran,sterbakken).
alias_station2(16533001,skottvoll,skottvold).
alias_station2(16533003,brubakken,brubakk).
alias_station2(16533004,gylle,kvitland).
% compiled /lhome/busstuc/busstuc/makeauxtables.pl in module makeauxtables, 18000 msec 16634288 bytes
% module utility imported into metacomp
% module datecalc imported into metacomp
% compiling /lhome/busstuc/busstuc/tuc/dict_e.pl...
% module dict_e imported into metacomp
% module declare imported into dict_e
% module main imported into dict_e
% module evaluate imported into dict_e
% compiling /lhome/busstuc/busstuc/tuc/morph_e.pl...
% module morph_e imported into dict_e
% module dict_e imported into morph_e
% module lex imported into morph_e
% module semantic imported into morph_e
% module utility imported into morph_e
% compiled /lhome/busstuc/busstuc/tuc/morph_e.pl in module morph_e, 40 msec 22160 bytes
% module semantic imported into dict_e
% compiled /lhome/busstuc/busstuc/tuc/dict_e.pl in module dict_e, 360 msec 277952 bytes
% module gram_e imported into metacomp
alias_station2(16533040,brekksen_snpl,brekksen_snuplass).
alias_station2(16538501,skottvoll,skottvold).
alias_station2(16538503,brubakken,brubakk).
alias_station2(16538504,gylle,kvitland).
alias_station2(16626007,ulset,ulseth).
alias_station2(16632028,hommelvikhgda,hommelvik_hgda).
alias_station2(16638328,hommelvikhgda,hommelvik_hgda).
alias_station2(17142707,torvet,torvet_stjrdal).
...makeauxtables.pl~130 File already exists: db/auxtables.pl 1420974884 timestamp > SKIP making 1420935160
...makeauxtables.pl~130 File already exists: db/namehashtable.pl 1420977157 timestamp > SKIP making 1420935160
% compiling /lhome/busstuc/busstuc/tuc/dcg_e.pl...
% module declare imported into dcg_e
% module utility imported into dcg_e
% module writeout imported into dcg_e
% compiling /lhome/busstuc/busstuc/tuc/dagrun_e.pl...
% module dagrun_e imported into dcg_e
% module declare imported into dagrun_e
% module lex imported into dagrun_e
% compiled /lhome/busstuc/busstuc/tuc/dagrun_e.pl in module dagrun_e, 20 msec 19552 bytes
% module dict_e imported into dcg_e
% module datecalc imported into dcg_e
% module timedat imported into dcg_e
% module fernando imported into dcg_e
% module semantic imported into dcg_e
% module lex imported into dcg_e
% compiled /lhome/busstuc/busstuc/tuc/dcg_e.pl in module dcg_e, 1000 msec 643104 bytes
% module dict_e imported into metacomp
% module gram_n imported into metacomp
...makeauxtables.pl~130 File already exists: ./dcg_e.pl 1420220247 timestamp > SKIP making 1418005541
% compiling /lhome/busstuc/busstuc/tuc/dcg_n.pl...
% module declare imported into dcg_n
% module main imported into dcg_n
% module utility imported into dcg_n
% module datecalc imported into dcg_n
% module writeout imported into dcg_n
% compiling /lhome/busstuc/busstuc/tuc/dagrun_n.pl...
% module dagrun_n imported into dcg_n
% module declare imported into dagrun_n
% module lex imported into dagrun_n
% compiled /lhome/busstuc/busstuc/tuc/dagrun_n.pl in module dagrun_n, 30 msec 16576 bytes
% module dict_e imported into dcg_n
% module timedat imported into dcg_n
% module fernando imported into dcg_n
% module lex imported into dcg_n
% module semantic imported into dcg_n
% compiled /lhome/busstuc/busstuc/tuc/dcg_n.pl in module dcg_n, 3400 msec 2324912 bytes
% compiled /lhome/busstuc/busstuc/tuc/metacomp.pl in module metacomp, 22860 msec 19963680 bytes
% module anaphors imported into main
% module evaluate imported into main
% module lex imported into main
% module readin imported into main
% module translat imported into main
% compiled /lhome/busstuc/busstuc/main.pl in module main, 41260 msec 49085728 bytes
% compiling /lhome/busstuc/busstuc/busroute.pl...
% module busroute imported into user
% module compileroute imported into busroute
% compiled /lhome/busstuc/busstuc/busroute.pl in module busroute, 10 msec 592 bytes
% compiling /lhome/busstuc/busstuc/tucbuss.pl...
% module tucbuses imported into user
% compiling /lhome/busstuc/busstuc/monobus.pl...
% module busanshp imported into user
% module bustrans imported into user
% module pragma imported into user
% module negans imported into user
% module timedat imported into user
% module teledat2 imported into user
% module busdat imported into user
% module makeauxtables imported into user
% compiled /lhome/busstuc/busstuc/monobus.pl in module user, 10 msec 2960 bytes
% compiled /lhome/busstuc/busstuc/tucbuss.pl in module user, 10 msec 8640 bytes
% module makeauxtables imported into user
% The debugger is switched off
...makeauxtables.pl~130 File already exists: ./dcg_n.pl 1420220248 timestamp > SKIP making 1418005541
%busstuc.pl~66 (Turn of DEBUG and Skipping?) consistency check and creation of db/ auxtable(s) and (name-)hashtable, etc...
...makeauxtables.pl~130 File already exists: db/auxtables.pl 1420974884 timestamp > SKIP making 1420935160
...makeauxtables.pl~130 File already exists: db/namehashtable.pl 1420977157 timestamp > SKIP making 1420935160
% module compileroute imported into user
% compiling /lhome/busstuc/busstuc/db/regbusall.pl...
% module regbusall imported into compileroute
% module buslog imported into regbusall
% compiled /lhome/busstuc/busstuc/db/regbusall.pl in module regbusall, 20 msec 192 bytes
% compiling /lhome/busstuc/busstuc/db/regstr.pl...
% module regstr imported into compileroute
% compiled /lhome/busstuc/busstuc/db/regstr.pl in module regstr, 460 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/regcompstr.pl...
% module regcompstr imported into compileroute
% compiled /lhome/busstuc/busstuc/db/regcompstr.pl in module regcompstr, 170 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regdko.pl in module r1611_140517, 0 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regbus.pl in module r1611_140517, 140 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/reghpl.pl in module r1611_140517, 370 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regcomp.pl in module r1611_140517, 360 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_140517/regcut.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_140517/regcut.pl in module r1611_140517, 1590 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl in module r1611_141201, 0 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl in module r1611_141201, 1380 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl in module r1611_141201, 380 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl in module r1611_141201, 500 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcut.pl...
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regbus.pl in module r1611_141201, 710 msec 1040336 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcomp.pl in module r1611_141201, 460 msec 398064 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regdko.pl in module r1611_141201, 10 msec 1856 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/reghpl.pl in module r1611_141201, 120 msec 254416 bytes
% compiled /lhome/busstuc/busstuc/db/tables/r1611_141201/regcut.pl in module r1611_141201, 3310 msec 528 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl in module r1611_150112, 0 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl in module r1611_150112, 570 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl in module r1611_150112, 120 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl in module r1611_150112, 190 msec -176 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcut.pl...
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regbus.pl in module r1611_150112, 1360 msec 1017040 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcomp.pl in module r1611_150112, 480 msec 399984 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regdko.pl in module r1611_150112, 10 msec 1616 bytes
% compiling /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl...
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/reghpl.pl in module r1611_150112, 260 msec 258288 bytes
% compiled /lhome/busstuc/busstuc/db/tables/r1611_150112/regcut.pl in module r1611_150112, 3770 msec 592 bytes
% compiled /lhome/busstuc/busstuc/busstuc.pl in module user, 54660 msec 49111232 bytes
% /lhome/busstuc/busstuc/busestuc4.sav created in 1980 msec
compileroute.pl~122: SKIP createCut for timestamp db/tables/r1611_140517/regcut 1399880731 > 1399878704
compileroute.pl~122: SKIP createCut for timestamp db/tables/r1611_141201/regcut 1420976285 > 1420935160
compileroute.pl~122: SKIP createCut for timestamp db/tables/r1611_150112/regcut 1420988292 > 1420988258