home *** CD-ROM | disk | FTP | other *** search
- $ SET NOCONTROL_Y
- $ SET NOVERIFY
- Batch job executed on node VAX 8650
- $ EXIT
- $ SET NOVERIFY
- $ SET NOON
- $ SET DEF [.SIGADA.TAPE_8_31_86]
- $ ACS CREA LIB [.ADALIB]
- %ACS-I-CL_LIBCRE, Library PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB] created
- $ ACS SET LIB [.ADALIB]
- %ACS-I-CL_LIBIS, Current program library is
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]
- $ ADA A000001
- $ ADA A000012 ! VAX Ada dependent
- $ ADA A000021
- $ ADA A000022
- $ ADA A000031
- $ ADA A000032
- $ ADA A000041
- $ ADA A000042
- $ ADA A000051
- $ ADA A000052
- $ ADA A000053
- $ ADA A000054
- $ ADA A000055
- $ ADA A000091
- $ ADA A000092 ! VAX Ada dependent
- $ ADA A000093
- $ ADA A000094
- $ ADA C000001
- $ ADA C000002
- $ ADA C000003
- $ ADA D000001
- $ ADA D000002
- $ ADA D000003
- $ ADA D000004
- $ ADA E000001
- $ ADA E000002
- $ ADA E000004
- $ ADA F000001
- $ ADA F000002
- $ ADA G000001
- $ ADA G000002
- $ ADA G000003
- $ ADA G000004
- $ ADA G000005
- $ ADA G000006
- $ ADA G000007
- $ ADA L000001
- $ ADA L000002
- $ ADA L000003
- $ ADA P000001
- $ ADA P000002
- $ ADA P000003
- $ ADA P000004
- $ ADA P000005
- $ ADA P000006
- $ ADA P000007
- $ ADA P000010
- $ ADA P000011
- $ ADA P000012
- $ ADA P000013
- $ ADA T000001
- $ ADA T000002
- $ ADA T000003
- $ ADA T000004
- $ ADA T000005
- $ ADA T000006
- $ ADA T000007 ! execution possibly machine dependent
- $ ACS LINK A000051 ! these are for later compilation time tests
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ ACS LINK A000052
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ ACS LINK A000053
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ ACS LINK A000054
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ ACS LINK A000055
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ ADA A000100
- $ ACS LINK A000100
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $ RUN A000100 ! all feature tests in one procedure
- 0.1509 is time in milliseconds for one Dhrystone
-
- ADA Whetstone benchmark
-
- A000093 using standard internal math routines
-
-
- Whetstone start time: 179.95 seconds
-
- Whetstone stop time : 183.47 seconds
-
- Elapsed time for 10 cycles : 3.52 seconds
-
- Whetstone rating : 2841 KWIPS
-
-
- Whetstone start time: 183.48 seconds
-
- Whetstone stop time : 190.54 seconds
-
- Elapsed time for 20 cycles : 7.06 seconds
-
- Whetstone rating : 2833 KWIPS
-
-
- Whetstone start time: 190.55 seconds
-
- Whetstone stop time : 201.13 seconds
-
- Elapsed time for 30 cycles : 10.58 seconds
-
- Whetstone rating : 2836 KWIPS
-
-
- Whetstone start time: 201.14 seconds
-
- Whetstone stop time : 215.12 seconds
-
- Elapsed time for 40 cycles : 13.98 seconds
-
- Whetstone rating : 2861 KWIPS
-
-
- Whetstone start time: 215.13 seconds
-
- Whetstone stop time : 232.68 seconds
-
- Elapsed time for 50 cycles : 17.55 seconds
-
- Whetstone rating : 2849 KWIPS
-
-
- Average time per cycle : 351.63 milliseconds
-
- Average Whetstone rating : 2844 KWIPS
-
-
- A000094
- Perm Towers Queens Intmm Mm Puzzle Quick Bubble Tree FFT Ack
- 0.39 0.59 0.29 0.29 0.40 1.52 0.20 0.33 0.36 0.64 13.79
-
- Test Name: C000001 Class Name: Tasking
- CPU Time: 1218.7 microseconds
- Wall Time: 1687.5 microseconds. Iteration Count: 16
- Test Description:
- Task create and terminate measurement
- with 1 task 0 entry when task is in a procedure
- in a package, no select statement, no loop, using a task type
-
-
-
- Test Name: C000002 Class Name: Tasking
- CPU Time: 1274.9 microseconds
- Wall Time: 1750.0 microseconds. Iteration Count: 8
- Test Description:
- Task create and terminate time measurement.
- with 1 task 0 entry when task is in a procedure,
- in a package, no select statement, no loop
-
-
-
- Test Name: C000003 Class Name: Tasking
- CPU Time: 1287.5 microseconds
- Wall Time: 2574.9 microseconds. Iteration Count: 8
- Test Description:
- Task create and terminate time measurement
- Task is in declare block of main procedure
- with 1 task 0 entry when task is in the loop
-
-
-
- Test Name: D000001 Class Name: Allocation
- CPU Time: 3.9 microseconds
- Wall Time: 3.9 microseconds. Iteration Count: 512
- Test Description:
- Dynamic array allocation, use and deallocation time measurement
- Dynamic array elaboration , 1000 integers in a procedure
- get space and free it in the procedure on each call
-
-
-
- Test Name: D000002 Class Name: Allocation
- CPU Time: 968.8 microseconds
- Wall Time: 1093.8 microseconds. Iteration Count: 16
- Test Description:
- Dynamic array elaboration and initialization time measurement
- allocation, initialization, use and deallocation
- 1000 integers initialized by others=>1
-
-
-
- Test Name: D000003 Class Name: Allocation
- CPU Time: 4.1 microseconds
- Wall Time: 0.4 microseconds. Iteration Count: 512
- Test Description:
- Dynamic record allocation and deallocation time measurement
- elaborating, allocating and deallocating
- record containing a dynamic array of 1000 integers
-
-
-
- Test Name: D000004 Class Name: Allocation
- CPU Time: 1262.5 microseconds
- Wall Time: 1262.4 microseconds. Iteration Count: 8
- Test Description:
- Dynamic record allocation and deallocation time measurement
- elaborating, initializing by ( DYNAMIC_SIZE,(others=>1))
- record containing a dynamic array of 1000 integers
-
-
-
- Test Name: E000001 Class Name: Exception
- CPU Time: 83.6 microseconds
- Wall Time: 83.6 microseconds. Iteration Count: 128
- Test Description:
- Time to raise and handle an exception
- Exception defined locally and handled locally
-
-
-
-
- Test Name: E000002 Class Name: Exception
- CPU Time: 140.6 microseconds
- Wall Time: 142.2 microseconds. Iteration Count: 64
- Test Description:
- Exception raise and handle timing measurement
- when exception is in a procedure in a package
-
-
-
-
- Test Name: E000004 Class Name: Procedure
- CPU Time: 102.3 microseconds
- Wall Time: 103.1 microseconds. Iteration Count: 128
- Test Description:
- Exception raise and handle timing measurement
- when exception is in a package, 4 deep
-
-
-
-
- Test Name: F000001 Class Name: Style
- CPU Time: 0.4 microseconds
- Wall Time: 0.3 microseconds. Iteration Count: 1024
- Test Description:
- Time to set a boolean flag using a logical equation
- a local and a global integer are compared
- compare this test with F000002
-
-
-
- Test Name: F000002 Class Name: Style
- CPU Time: 0.7 microseconds
- Wall Time: 0.5 microseconds. Iteration Count: 2048
- Test Description:
- Time to set a boolean flag using an 'if' test
- a local and a global integer are compared
- compare this test with F000001
-
-
-
- Test Name: G000001 Class Name: Input/Output
- CPU Time: 176.6 microseconds
- Wall Time: 373.4 microseconds. Iteration Count: 64
- Test Description:
- TEXT_IO.GET_LINE reading 20 characters, time measured
- A scratch file is written, then read and reset
-
-
-
-
- Test Name: G000002 Class Name: Input/Output
- CPU Time: 862.5 microseconds
- Wall Time: 1093.7 microseconds. Iteration Count: 16
- Test Description:
- TEXT_IO.GET called 20 times per line, time measured
- a scratch file is written, then read and reset
- Compare to G000001 for about same number of characters
-
-
-
- Test Name: G000003 Class Name: Input/Output
- CPU Time: 359.4 microseconds
- Wall Time: 1487.5 microseconds. Iteration Count: 32
- Test Description:
- TEXT_IO.PUT_LINE for 20 characters, timing measurment
- a scratch file is opened, written and reset
-
-
-
-
- Test Name: G000004 Class Name: Input/Output
- CPU Time: 762.4 microseconds
- Wall Time: 1837.5 microseconds. Iteration Count: 16
- Test Description:
- TEXT_IO.PUT 20 times with one character, time measurement
- a scratch file is written, reset and rewritten
- compare, approximately, to G000003
-
-
-
- Test Name: G000005 Class Name: Input/Output
- CPU Time: 68.7 microseconds
- Wall Time: 67.2 microseconds. Iteration Count: 128
- Test Description:
- TEXT_IO.GET an integer from a local string, timing measurement
- use TEXT_IO.PUT to convert 1..100 to a string
- then use TEXT_IO.GET to get the number back
-
-
-
- Test Name: G000006 Class Name: Input/Output
- CPU Time: 190.6 microseconds
- Wall Time: 326.6 microseconds. Iteration Count: 64
- Test Description:
- TEXT_IO.GET getting a floating point fraction from a local string
- Timing measurement on 0.001 to 0.01 range of numbers
- compare, approximately, to G000005 for integer vs float
-
-
-
- Test Name: G000007 Class Name: Input/Output
- CPU Time: 13599.9 microseconds
- Wall Time: 25300.3 microseconds. Iteration Count: 1
- Test Description:
- Open and close an existing file, time measurement
- A scratch file is created and closed
- The scratch file is opened IN_FILE and closed in a loop
-
-
-
- Test Name: L000001 Class Name: Iteration
- CPU Time: 0.4 microseconds
- Wall Time: 0.9 microseconds. Iteration Count: 16
- Test Description:
- Simple "for" loop time
- for I in 1 .. 100 loop
- time reported is for once through loop
-
-
-
- Test Name: L000002 Class Name: Iteration
- CPU Time: 0.4 microseconds
- Wall Time: 0.4 microseconds. Iteration Count: 16
- Test Description:
- Simple "while" loop time
- while I <= 100 loop
- time reported is for once through loop
-
-
-
- Test Name: L000003 Class Name: Iteration
- CPU Time: 0.4 microseconds
- Wall Time: 0.4 microseconds. Iteration Count: 16
- Test Description:
- Simple "exit" loop time
- loop I:=I+1; exit when I>100; end loop;
- time reported is for once through loop
-
-
-
- Test Name: P000001 Class Name: Procedure
- CPU Time: 0.0 microseconds
- Wall Time: 0.0 microseconds. Iteration Count: 2048
- Test Description:
- Procedure call and return time ( may be zero if automatic inlining )
- procedure is local
- no parameters
-
-
-
- Test Name: P000002 Class Name: Procedure
- CPU Time: 6.7 microseconds
- Wall Time: 7.1 microseconds. Iteration Count: 1024
- Test Description:
- Procedure call and return time
- Procedure is local, no parameters
- when procedure is not inlinable
-
-
-
- Test Name: P000003 Class Name: Procedure
- CPU Time: 10.5 microseconds
- Wall Time: 10.5 microseconds. Iteration Count: 512
- Test Description:
- Procedure call and return time measurement
- The procedure is in a separately compiled package
- The package body is compiled after the spec is used
-
-
-
- Test Name: P000004 Class Name: Procedure
- CPU Time: 5.4 microseconds
- Wall Time: 5.7 microseconds. Iteration Count: 1024
- Test Description:
- Procedure call and return time measurement
- The procedure is in a separately compiled package
- The package body is compiled befor the spec is used
-
-
-
- Test Name: P000005 Class Name: Procedure
- CPU Time: 6.2 microseconds
- Wall Time: 6.2 microseconds. Iteration Count: 1024
- Test Description:
- Procedure call and return time measurement
- The procedure is in a separately compiled package
- The package body is compiled befor the spec is used
-
-
-
- Test Name: P000006 Class Name: Procedure
- CPU Time: 7.0 microseconds
- Wall Time: 7.1 microseconds. Iteration Count: 1024
- Test Description:
- Procedure call and return time measurement
- The procedure is in a separately compiled package
- The package body is compiled befor the spec is used
-
-
-
- Test Name: P000007 Class Name: Procedure
- CPU Time: 6.9 microseconds
- Wall Time: 6.9 microseconds. Iteration Count: 1024
- Test Description:
- Procedure call and return time measurement
- The procedure is in a separately compiled package
- The package body is compiled befor the spec is used
-
-
-
- Test Name: P000010 Class Name: Procedure
- CPU Time: 13.3 microseconds
- Wall Time: 13.3 microseconds. Iteration Count: 512
- Test Description:
- Procedure call and return time measurement
- Ten discrete 'in' parameters
- The package body is compiled after the spec is used
-
-
-
- Test Name: P000011 Class Name: Procedure
- CPU Time: 18.0 microseconds
- Wall Time: 18.2 microseconds. Iteration Count: 512
- Test Description:
- Procedure call and return time measurement
- Twenty discrete 'in' parameters
- The package body is compiled after the spec is used
-
-
-
- Test Name: P000012 Class Name: Procedure
- CPU Time: 34.4 microseconds
- Wall Time: 34.4 microseconds. Iteration Count: 256
- Test Description:
- Procedure call and return time measurement
- Ten composite 'in' parameters
- The package body is compiled after the spec is used
-
-
-
- Test Name: P000013 Class Name: Procedure
- CPU Time: 62.9 microseconds
- Wall Time: 64.5 microseconds. Iteration Count: 256
- Test Description:
- Procedure call and return time measurement
- twenty composite 'in' parameters
- The package body is compiled after the spec is used
-
-
-
- Test Name: T000001 Class Name: Tasking
- CPU Time: 207.8 microseconds
- Wall Time: 214.1 microseconds. Iteration Count: 64
- Test Description:
- Minimum rendezvous, entry call and return time
- 1 task 1 entry
- no select
-
-
-
- Test Name: T000002 Class Name: Tasking
- CPU Time: 207.8 microseconds
- Wall Time: 207.8 microseconds. Iteration Count: 64
- Test Description:
- Task entry call and return time measured
- One task active, one entry in task, task in a package
- no select statement
-
-
-
- Test Name: T000003 Class Name: Tasking
- CPU Time: 210.9 microseconds
- Wall Time: 210.9 microseconds. Iteration Count: 32
- Test Description:
- Task entry call and return time measured
- Two tasks active, one entry per task, tasks in a package
- no select statement
-
-
-
- Test Name: T000004 Class Name: Tasking
- CPU Time: 243.8 microseconds
- Wall Time: 248.4 microseconds. Iteration Count: 32
- Test Description:
- Task entry call and return time measured
- Two tasks active, one entry per task, tasks in a package
- no select statement
-
-
-
- Test Name: T000005 Class Name: Tasking
- CPU Time: 225.0 microseconds
- Wall Time: 303.7 microseconds. Iteration Count: 8
- Test Description:
- Task entry call and return time measured
- Ten tasks active, one entry per task, tasks in a package
- no select statement
-
-
-
- Test Name: T000006 Class Name: TASKING
- CPU Time: 377.5 microseconds
- Wall Time: 525.0 microseconds. Iteration Count: 4
- Test Description:
- Task entry call and return time measurement
- 1 task 10 entries , task in a package
- one select statement
-
-
- $ ADA A000101
- $ ACS LINK A000101
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $SET DEFAULT PUSERS:[.SIGADA.TAPE_8_31_86]
- $LINK := ""
- $LINK-
- /NOMAP-
- /EXE=[]A000101-
- SYS$INPUT:/OPTIONS
- PUSERS:[.SIGADA.TAPE_8_31_86]A000101.OBJ;1
- %LINK-F-OPENIN, error opening PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]A000101.OBJ;1 as input
- -RMS-E-FNF, file not found
- job terminated at 16-NOV-1986 17:12:20.56
-
- Accounting information:
- Buffered I/O count: 286 Peak working set size: 796
- Direct I/O count: 131 Peak page file size: 4167
- Page faults: 1223 Mounted volumes: 0
- Charged CPU time: 0 00:00:02.56 Elapsed time: 0 00:00:06.83
- %ACS-E-CL_ERRDURLIN, Error(s) during LINK
- $ RUN A000101
- %DCL-W-ACTIMAGE, error activating image A000101
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000101.EXE;
- $ ADA A000102
- $ ACS LINK A000102
- %ACS-I-CL_LINKING, Invoking the VAX/VMS Linker
- $SET DEFAULT PUSERS:[.SIGADA.TAPE_8_31_86]
- $LINK := ""
- $LINK-
- /NOMAP-
- /EXE=[]A000102-
- SYS$INPUT:/OPTIONS
- PUSERS:[.SIGADA.TAPE_8_31_86]A000102.OBJ;1
- %LINK-F-OPENIN, error opening PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]TASK_PACK_6.OBJ;1 as input
- -RMS-E-FNF, file not found
- job terminated at 16-NOV-1986 17:12:39.80
-
- Accounting information:
- Buffered I/O count: 208 Peak working set size: 790
- Direct I/O count: 28 Peak page file size: 3911
- Page faults: 806 Mounted volumes: 0
- Charged CPU time: 0 00:00:01.78 Elapsed time: 0 00:00:04.76
- %ACS-E-CL_ERRDURLIN, Error(s) during LINK
- $ RUN A000102
- %DCL-W-ACTIMAGE, error activating image A000102
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000102.EXE;
- $ ADA A000103
-
- 4 with A000049 ; -- must be used with A000043, PIWG_IO to disk
- .............1
- %ADAC-E-CL_UNINOTFOU, (1) Unit A000049 not found in library
-
- 98 A000049 ; -- write out timing report
- ..........1
- %ADAC-E-NOTDECL, (1) A000049 is not declared [LRM 8.3]
- %ADAC-E-ERRCOMPILE, Error(s) compiling procedure body A000103 in file
- PUSERS:[.SIGADA.TAPE_8_31_86]A000103.ADA;5
- %ADAC-E-ENDDIAGS, Ada compilation completed with 2 diagnostics
- $ ACS LINK A000103
- %ACS-E-CL_UNINOTFOU, Unit A000103 not found in library
- $ RUN A000103
- 0.1620 is time in milliseconds for one Dhrystone
-
- ADA Whetstone benchmark
-
- A000093 using standard internal math routines
-
-
- Whetstone start time: 413.57 seconds
-
- Whetstone stop time : 417.07 seconds
-
- Elapsed time for 10 cycles : 3.50 seconds
-
- Whetstone rating : 2857 KWIPS
-
-
- Whetstone start time: 417.07 seconds
-
- Whetstone stop time : 424.12 seconds
-
- Elapsed time for 20 cycles : 7.05 seconds
-
- Whetstone rating : 2837 KWIPS
-
-
- Whetstone start time: 424.13 seconds
-
- Whetstone stop time : 434.64 seconds
-
- Elapsed time for 30 cycles : 10.51 seconds
-
- Whetstone rating : 2854 KWIPS
-
-
- Whetstone start time: 434.65 seconds
-
- Whetstone stop time : 448.65 seconds
-
- Elapsed time for 40 cycles : 14.00 seconds
-
- Whetstone rating : 2857 KWIPS
-
-
- Whetstone start time: 448.66 seconds
-
- Whetstone stop time : 466.34 seconds
-
- Elapsed time for 50 cycles : 17.68 seconds
-
- Whetstone rating : 2828 KWIPS
-
-
- Average time per cycle : 351.29 milliseconds
-
- Average Whetstone rating : 2847 KWIPS
-
-
- A000094
- Perm Towers Queens Intmm Mm Puzzle Quick Bubble Tree FFT Ack
- 0.36 0.61 0.30 0.29 0.40 1.58 0.20 0.32 0.37 0.62 13.73
- A000049 report beginning
- %ADA-F-CONSTRAINT_ERRO, CONSTRAINT_ERROR
- -ADA-I-EXCRAIPRI, Exception raised prior to PC = 0000F76F
- %TRACE-F-TRACEBACK, symbolic stack dump follows
- module name routine name line rel PC abs PC
-
- 0002B497 0002B497
- A000049 A000049 153 00000231 0000F76F
- A000103 A000103 98 00000148 0001AE25
- ADA$ELAB_A00010 ADA$ELAB_A000103 00000009 0000AA09
- 0001AE7A 0001AE7A
- 000276EA 000276EA
- ADA$ELAB_A00010 ADA$ELAB_A000103 0000001B 0000AA1B
- 0001AE55 0001AE55
- $ ADA A000104
- %ADAC-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- %ADAC-F-CL_ERROPELIB, Error opening library for compilation
- %ADAC-F-ENDABORT, Ada compilation aborted
- $ ACS LINK A000104
- %ACS-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- $ RUN A000104
- %DCL-W-ACTIMAGE, error activating image A000104
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000104.EXE;
- $ ADA A000105
- %ADAC-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- %ADAC-F-CL_ERROPELIB, Error opening library for compilation
- %ADAC-F-ENDABORT, Ada compilation aborted
- $ ACS LINK A000105
- %ACS-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- $ RUN A000105
- %DCL-W-ACTIMAGE, error activating image A000105
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000105.EXE;
- $ ADA A000106
- %ADAC-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- %ADAC-F-CL_ERROPELIB, Error opening library for compilation
- %ADAC-F-ENDABORT, Ada compilation aborted
- $ ACS LINK A000106
- %ACS-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- $ RUN A000106
- %DCL-W-ACTIMAGE, error activating image A000106
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000106.EXE;
- $ ADA A000107
- %ADAC-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- %ADAC-F-CL_ERROPELIB, Error opening library for compilation
- %ADAC-F-ENDABORT, Ada compilation aborted
- $ ACS LINK A000107
- %ACS-E-OPENIN, error opening
- PUSERS:[.SIGADA.TAPE_8_31_86.ADALIB]ADALIB.ALB; as input
- -RMS-E-FNF, file not found
- $ RUN A000107
- %DCL-W-ACTIMAGE, error activating image A000107
- -CLI-E-IMAGEFNF, image file not found $1$DUS230:[.SIGADA.TAPE_8_31_86]A000107.EXE;
- job terminated at 16-NOV-1986 18:08:07.84
-
- Accounting information:
- Buffered I/O count: 8621 Peak working set size: 4062
- Direct I/O count: 12411 Peak page file size: 4741
- Page faults: 178888 Mounted volumes: 0
- Charged CPU time: 0 00:31:36.41 Elapsed time: 0 01:09:35.21
-