CDC 3000 series

From Wikipedia, the free encyclopedia
CDC 3000 series
CDC 3000 family overview
Design
ManufacturerControl Data Corporation
DesignerSeymour Cray
Casing
DimensionsHeight : 191 cm (75 in)
Length (double) : 214 cm (84 in)
Length (single) : 114 cm (45 in)
Width : 68 cm (27 in)
System
SuccessorCDC 6000 series

The CDC 3000 series ("thirty-six hundred" or "thirty-one hundred") are a family of mainframe computers from Control Data Corporation (CDC). The first member, the CDC 3600, was a 48-bit system introduced in 1963. The same basic design led to the cut-down CDC 3400 of 1964, and then the 24-bit CDC 3300, 3200 and 3100 introduced between 1964 and 1965.[1] The 3000 series replaced the earlier CDC 1604 and CDC 924 systems.[2]

The line was a great success and became CDC's cash cow through the 1960s.[3] The series significantly outsold the much faster and more expensive machines in the CDC 6000 series, but the performance of the 3000's relative to other vendors quickly eroded. The line was phased out of production in the early 1970s in favour of new members of the 6000 series, and then the CDC Cyber series, initially based on the 6600 design but spanning a wide range of performance.

Specifications[edit]

Model Word size Release date Price Frequency Memory max MIPS Picture
CDC 3600 48-bit June 1963 $1,200,000[4] 714 kHz (1.4μs cycle)[5] 1.536 megabyte (262144 x 48 bits)[4] 0.700 MIPS
CDC 3400 48-bit November 1964 $680,000[5] 667 kHz (1.5μs cycle)[5] 192 kilobytes (32767 x 48 bits) 0.700 MIPS
CDC 3300 24-bit December 1965 $220,000[5] 800 kHz (1.25μs cycle)[5] 768 kilobytes (262144 x 24 bits) 0.800 MIPS
CDC 3200 24-bit May 1964[5] $200,000[5] 800 kHz (1.25μs cycle)[5] 96 kilobytes (32767 x 24 bits) 0.800 MIPS
CDC 3100 24-bit February 1965[5] $120,000[5] 571 kHz (1.75μs cycle)[5] 96 kilobytes (32767 x 24 bits) 0.500 MIPS

Upper 3000 series[edit]

The upper 3000 series uses a 48-bit word size. The first 3000 machine[3] to be produced was the CDC 3600; first delivered in June 1963. First deliveries of the CDC 3400 and CDC 3800 were in December 1965. These machines were designed for scientific computing applications; they were the upgrade path for users of the CDC 1604 machines. However these machines were overshadowed by the upcoming 60-bit CDC 6000 series machines when the CDC 6600 was introduced in December 1964 and delivered in 1965.[6] Some high-end computer labs purchased these machines as stopgaps, while waiting for delivery of their 6600 machine. (CDC had indicated that the 6600 machines would use the same assembly language.)

Lower 3000 series[edit]

The lower 3000 series use a 24-bit word size. They are based on the earlier CDC 924 - a 24-bit version of the (48-bit) CDC 1604. The first lower 3000 to be released was the CDC 3200 (May 1964), followed by the smaller CDC 3100[2] (February 1965), and the CDC 3300 (December 1965). The final machine in the series, the CDC 3500, was released in March 1967 and uses integrated circuits instead of discrete components. The 3300 and 3500 have optional relocation capabilities, floating-point arithmetic, and BDP (Business + Data Processing) instructions. These machines were targeted towards business and commercial computing.

The 3150[edit]

Control Data Corporation's CDC 3150 was described as a "batch computer,"[7] and it included a FORTRAN[8] and a COBOL[9] compiler. Its console looked like this.

Instruction sets[edit]

The instruction set of the upper 3000 series is composed mostly of 24-bit instructions (packed two per word), but also contained some 48-bit instructions. The lower 3000 is based on a 24-bit subset of those available on the upper 3000 systems. It is therefore possible to write programs which will run on all 3000 systems. And as these systems were based on the prior 1604 and 924 instruction sets, some backward compatibility also exists. However the systems do diverge from each other in areas such as relocation and the BDP instructions.

Memory[edit]

All 3000 series computers use magnetic-core memory. The CDC 3500 machine use the same core memory modules as used in the CDC 6000 / Cyber 70 series computers.

CDC 3302 core memory

Architecture[edit]

The lower 3000 CPU uses a 24-bit architecture:[10] instructions are 24 bits in length, as are the two operand registers A and Q. There are four index registers of 15 bits, B0 through B3, though B0 is always zero (zero when read; writes do not affect the value). There is no status (flags or condition code) register. Up to 32,768 words of core memory, 24 bits per word, can be directly addressed, and multiple banks can be switched in. Two or three memory bank configurations are the most common.

Each instruction contains six bits of opcode, one bit specifying whether indirect addressing used, two bits of index register address and fifteen bits of address.

Arithmetic uses ones' complement, so are were two forms of zero: positive zero and negative zero. The A and Q register can function as a combined 48-bit register for certain arithmetic instructions. The E register has 48 bits.

The 3600 CPU can execute around one million instructions per second (1 MIPS), giving it supercomputer status in 1965.[3]

Much of the basic architecture design of the 3000 series was done by Seymour Cray, then passed on to others to complete as he moved on to designing the CDC 6000 series. Several of the innovative features that made the 6600 'the first supercomputer' can be seen in prototype in the 3000 series.

Software[edit]

The operating systems for the upper 3000 are called SCOPE (Supervisory Control Of Program Execution). Tape SCOPE is a serial batch OS with no buffering for card reading or print spooling. Drum SCOPE upgraded performance and features print spooling. CDC developed a OS for the 3800 called SUMMIT (Simultaneous Usage of Multiprogramming, Multiprocessing with Interactive Timesharing) to take advantage of hardware's advanced features. Because CDC focused all its resources in advancing the 6600 system, SUMMIT was never released.

The earliest operating system for the lower 3000 series was called RTS OS. However, it was quickly replaced with MSOS (Mass Storage OS). The premier operating system for the CDC 3300 and CDC 3500 is called MASTER (Multi Access, Shared Time Executive Routine). MASTER is a multi-tasking, disk-based OS but still batch job oriented. Card jobs are cached to disk and printer output spooled. MASTER optimizes memory usage with page-mapping hardware.

An operating system called REAL-TIME SCOPE exists for both lower- and upper-3000 systems. A disk-based version of SCOPE was eventually made available for the upper-3000 systems.[11]

FORTRAN, COBOL, and ALGOL[12] were available. The assembly language was called COMPASS. These were available from CDC.

An APL system for the upper 3000 series computers was developed at the University of Massachusetts Amherst. This system was made available to other users of the upper 3000 series.[citation needed]

Character set[edit]

The operating systems for the CDC 3xxx typically use six-bit characters, so the 64 character set does not contain lowercase letters. The character set contained (in display code order):

: A-Z 0-9 + - * / ( ) $ = (space) , . # [ ] % " _ ! & ' ? < > @ \ ^ ;

This six-bit extension of the four-bit BCD encoding is referred to as BCDIC (BCD interchange code.) IBM later extended this code further to create the eight-bit "extended BCDIC", or EBCDIC code.

Depending on the device, some characters are rendered differently, especially the line printer and some terminals:

character sometimes
displays as
#
"
_ → or {
!
&
'
? ↓ or }
@
\
^ ¬

Note the absence of control characters, especially carriage return and line feed. These are encoded by the record structure.

Partial list of users[edit]

United States[edit]

Oregon State University offered a CDC 3300 for use from the mid-to-late 1960s up until about 1980.[3] It used a home grown operating system known as OS3 (for Oregon State Open Shop Operating System).[13]

The U.S. Internal Revenue Service used CDC 3000 series computers for many years.[3]

Northeastern University in Boston used a CDC 3300 in the early 1970s.

International Timesharing Corporation (ITS) of Chaska, Minnesota sold timesharing services using CDC 3300s. (ITS later acquired another timesharing company that used CDC 3600s, before it, in turn, was acquired by United Computing Systems of Kansas City, Missouri.)

California State University at Northridge had a dual 3170 that provided timesharing service to the California State University and College system. Many of the other campuses also had CDC 3150 machines for local batch operation.[14][15] In 1970 CDC 3150s were installed at most campuses of the California State College system. San Jose State and LA State got CDC 3300s and served as regional data centers with (very flaky) data links to the other campuses. California State Polytechnic College (San Luis Obispo) and San Diego State University had IBM System/360s. The rest got 3150s. Typical configuration was 24K words of 24-bit core memory, four 7-track tape drives, drum printer, card reader, card punch, two 8MB disc drives (removable packs). At Humboldt State College this was used for both administrative and instructional purposes. It replaced an IBM 1620.

The US Air Force used numerous CDC 3800 series systems in the Air Force Satellite Control Facility located at what is now Onizuka Air Force Station in Sunnyvale, California. As part of the Air Force Satellite Control Network, they were used to do orbital planning and maintenance calculations for defense satellites until they were phased out and replaced by IBM mainframes in the mid-1990s. These systems used the JOVIAL programming language to provide the accuracy necessary for these calculations.

The Center for Naval Analyses had a CDC 3800 from about 1968 until about 1975. It was used for scientific computing in support of operations research for the U. S. Navy.

Michigan State University's Department of Computer Science and Engineering had a CDC 3600[16]

CDC's South West Region had the following accounts late 1960s and early 1970s:

Long Beach Memorial Hospital, Long Beach, California (patient location tracking and billing)
Many of the California state universities (Fullerton, Los Angeles, etc.) in their engineering departments
California State College Los Angeles was also the California state southern region data center. (common admissions, etc.)
California State College San Jose, the Northern California regional data center, had a CDC 3300, as did LA State Southern Regional data center.
Jet Propulsion Lab (Pasadena, California) - test of various outer space modules
University of Texas, El Paso
Vandenberg AFB (missile launch control) (also two CDC 3600s - main base - use unknown)
Thompson-Ramo-Wollridge - Redondo Beach, California
Cal Poly, Pomona, California (engineering school)
Cal Poly Northridge, California (engineering school)
Point Mugu, Naval Air Station (weather balloon tracking/data analysis)
El Centro Naval Air Station
Camp Pendleton, California (US Marine Corps) - development/test bed for Marine Tactical Aircraft Command and Control System - MTACCS) - Initially 3300 - upgraded to a 3500 about 1973-74.
Beverly Hills Data Center - Part of the CDC Cybernet network and also a rarity for CDC - did complete bank computing for about 12 small local banks. A midpoint of the CyberNet system, it interfaced to the Los Angeles Data Center (CDC 6600). The banking accounts were acquired from Corporation for Economic, Industrial and Operations Research (C.E.I.R) - an IBM system (1401?) which was replaced with the 3300. This system had 8 or 10 CDC 854 disk drives and connected to a Burroughs model B-3000 magnetic ink character reader (MICR).

Europe[edit]

CERN used a CDC 3800 from 1966 until January 1969, when it was replaced by a CDC 6600. The 3800 was then acquired by State of Geneva and installed at the local University of Geneva.[17][18]

A number of CDC 3000s were installed in France, either in academic computing centers, in software companies or in the aeronautics, nuclear and oil industries.

The University of Oslo had a CDC 3300 (1967 - 1976)[19]

One CDC 3300 was installed in the late 1960s in England, in Computation Research & Development Ltd, a London-based subsidiary of the civil engineering designers Freeman Fox & Partners. It was used for engineering calculations and commercial computing. It was de-commissioned in 1974.

The German Meteorological Service Deutscher Wetterdienst used a CDC 3800 and CDC 3400 for numerical weather prediction in late 1960s.

Oceania[edit]

There were many CDC 3000 series machines in Australia. CSIRO had a 3600 installed in Canberra in 1964, with satellite 3200 machines in Melbourne, Sydney, and probably Brisbane and Adelaide. The Bureau of Census and Statistics had a 3600, 3300, and a 3500 in Canberra, with a 3200 in each of the six state capitals several of which were upgraded to 3300s about 1970. Monash University had a 3200 delivered in 1964.[20] Defence Signals Directorate had at least one. BHP had two 3300 machines at each of its Newcastle and Port Kembla Data centres. They were replaced by 3500s in 1977, and remained in operation until the mid-1980s.

Communist bloc[edit]

Communist-ruled Hungary obtained a CDC 3300 machine between 1969 and 1971. It was administered by the National Academy of Sciences throughout the 1970s, mainly for running scientific computations.[21]

Other CDC 3300 systems installed in former Eastern Bloc countries[3] (list not complete):

  • Computer research centre Bratislava with contribution of OSN Development program, CRC/UNDP[22]
  • Central Statistical Office, Prague.
  • Romanian Aircraft, Bucharest (3500 System)

Standard peripherals[edit]

  • 405 - Card reader. 80 column 'high-speed' punched card reader
  • 415 - Card punch, 80 column card punch
  • 501 - Line printer, rotating drum, 136 character wide printer. Note that there were no lower case letters.
  • 505 - Line printer
  • 512 - Line printer, chain type
  • 601 - Magnetic tape drive
  • 604 - Magnetic tape drive
  • 607 - Magnetic tape drive
  • 609 - Magnetic tape drive (9-track)
  • 700 series - Optical page reader
  • 800 - Rotating magnetic memory series
  • 808 - Rotating disks, approx 32 inches per disk, approx 32-36 disks per spindle.
  • 852 - Disk drive with removable media pack, 2 to 3 million seven 7-bit characters, six disks (10 recording surfaces)/pack. Data-compatible with IBM 1311[23]
  • 853 - Similar to 852, 4 million characters. Media mechanically interchangeable with IBM 1311, but not recorded data[23]
  • 854 - Similar to 853, 8 million characters[23]
  • 915 - Optical page reader

The CDC 6000 series were also initially marketed with many of the same peripherals.

Images[edit]

CDC 3000 series family, in basic configuration
Three views of a CDC 3000 series model 3400 with sizing
CDC 3800 console at the Udvar-Hazy Center of the Smithsonian National Air and Space Museum

See also[edit]

References[edit]

  1. ^ "Data Communications Products and Systems" (PDF).
  2. ^ a b "CDC 3100 (Control Data Corporation) computer - CERN".
  3. ^ a b c d e f Steve Cunningham (January 7, 2010). "Fixed-Head Disk Reader for the CDC 3300".
  4. ^ a b 1964 Computer Survey
  5. ^ a b c d e f g h i j k 1967 Adams Report
  6. ^ Cayton, Andrew R. L.; Sisson, Richard; Zacher, Chris (2006). The American Midwest: An Interpretive Encyclopedia. ISBN 0253003490.
  7. ^ "CSULB's first batch computer, a Control Data Corp. (CDC) 3150""Emerities - In Memorium". 2010.
  8. ^ "LI Bedford Institute of Oceanography L'Institut Oceanographique" (PDF).
  9. ^ JD Mahle Jr (November 28, 1969). "ERIC - Information Retrieval System".
  10. ^ "Real Machines with 24-bit and 48-bit words".
  11. ^ Henley, Ernest J.; Lewins, Jeffery (2014). Advances in Nuclear Science and Technology. ISBN 978-1483215662.
  12. ^ "Compiling SIMULA".
  13. ^ Oregon State University, Corvallis, Oregon 97331 "Primer for users of Oregon State's Open Shop Operating System (os-3)" (PDF). September 1972.
  14. ^ "Users Manual CDC 3150 - California State University, Sacramento". 1972.
  15. ^ "FRONT COVER, Users Manual, CDC 3150 - California State University, Sacramento". 1972.
  16. ^ "Michigan State University". Facebook.
  17. ^ The CDC 3800 boots up temporarily, 10 August 1966
  18. ^ CERN bulletin, 20 January 1969
  19. ^ Bubenko, Janis; Impagliazzo, John; Soelvberg, Arne (2005). History of Nordic Computing: IFIP WG9.7. ISBN 038724168X.
  20. ^ Video on YouTube, Video footage taken by Ron Bird of the touchdown at Essendon Airport of the Flying Tigers CL44 Swing Tail freighter and the unloading of the CDC 3200 system at the Monash Clayton campus by Wridgway Bros, 1964.
  21. ^ "Történetünk" [Our history] (in Hungarian). Retrieved 24 February 2012.
  22. ^ "Počítač CDC 3300 vo Výskumnom výpočtovom stredisku OSN Bratislava | Stála výstava dejín výpočtovej techniky na Slovensku".
  23. ^ a b c "Control Data 852/853/854 Disk Storage Drives" (PDF). Computer History Museum. c. 1970. Archived (PDF) from the original on 2022-12-18. Retrieved 2023-03-12.

External links[edit]