CDC 3000 series | |
---|---|
Design | |
Manufacturer | Control Data Corporation |
Designer | Seymour Cray |
Casing | |
Dimensions | Height : 191 cm (75 in) Length (double) : 214 cm (84 in) Length (single) : 114 cm (45 in) Width : 68 cm (27 in) |
System | |
Successor | CDC 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.
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 |
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.)
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.
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.
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.
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.
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 there are 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.
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 ]
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.
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:
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.
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-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):
The CDC 6000 series were also initially marketed with many of the same peripherals.
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterprise resource planning, and large-scale transaction processing. A mainframe computer is large but not as large as a supercomputer and has more processing power than some other classes of computers, such as minicomputers, servers, workstations, and personal computers. Most large-scale computer-system architectures were established in the 1960s, but they continue to evolve. Mainframe computers are often used as servers.
In computing, time-sharing is the concurrent sharing of a computing resource among many tasks or users by giving each task or user a small slice of processing time. This quick switch between tasks or users gives the illusion of simultaneous execution. It enables multi-tasking by a single user or enables multiple-user sessions.
Computer operating systems (OSes) provide a set of functions needed and used by most application programs on a computer, and the links needed to control and synchronize computer hardware. On the first computers, with no operating system, every program needed the full hardware specification to run correctly and perform standard tasks, and its own drivers for peripheral devices like printers and punched paper card readers. The growing complexity of hardware and application programs eventually made operating systems a necessity for everyday use.
Control Data Corporation (CDC) was a mainframe and supercomputer company that in the 1960s was one of the nine major U.S. computer companies, which group included IBM, the Burroughs Corporation, and the Digital Equipment Corporation (DEC), the NCR Corporation (NCR), General Electric, and Honeywell, RCA and UNIVAC. For most of the 1960s, the strength of CDC was the work of the electrical engineer Seymour Cray who developed a series of fast computers, then considered the fastest computing machines in the world; in the 1970s, Cray left the Control Data Corporation and founded Cray Research (CRI) to design and make supercomputers. In 1988, after much financial loss, the Control Data Corporation began withdrawing from making computers and sold the affiliated companies of CDC; in 1992, Cray established Control Data Systems, Inc. The remaining affiliate companies of CDC currently do business as the software company Dayforce.
The CDC 6600 was the flagship of the 6000 series of mainframe computer systems manufactured by Control Data Corporation. Generally considered to be the first successful supercomputer, it outperformed the industry's prior recordholder, the IBM 7030 Stretch, by a factor of three. With performance of up to three megaFLOPS, the CDC 6600 was the world's fastest computer from 1964 to 1969, when it relinquished that status to its successor, the CDC 7600.
The IBM 7090 is a second-generation transistorized version of the earlier IBM 709 vacuum tube mainframe computer that was designed for "large-scale scientific and technological applications". The 7090 is the fourth member of the IBM 700/7000 series scientific computers. The first 7090 installation was in December 1959. In 1960, a typical system sold for $2.9 million or could be rented for $63,500 a month.
The IBM 7030, also known as Stretch, was IBM's first transistorized supercomputer. It was the fastest computer in the world from 1961 until the first CDC 6600 became operational in 1964.
The IBM 700/7000 series is a series of large-scale (mainframe) computer systems that were made by IBM through the 1950s and early 1960s. The series includes several different, incompatible processor architectures. The 700s use vacuum-tube logic and were made obsolete by the introduction of the transistorized 7000s. The 7000s, in turn, were eventually replaced with System/360, which was announced in 1964. However the 360/65, the first 360 powerful enough to replace 7000s, did not become available until November 1965. Early problems with OS/360 and the high cost of converting software kept many 7000s in service for years afterward.
COMPASS, COMPrehensive ASSembler, is any of a family of macro assembly languages for Control Data Corporation's 3000 series, and for the 60-bit CDC 6000 series, 7600 and Cyber 70 and 170 series mainframe computers. While the architectures are very different, the macro and conditional assembly facilities are similar.
The CDC 7600 was designed by Seymour Cray to be the successor to the CDC 6600, extending Control Data's dominance of the supercomputer field into the 1970s. The 7600 ran at 36.4 MHz and had a 65 Kword primary memory using magnetic core and variable-size secondary memory. It was generally about ten times as fast as the CDC 6600 and could deliver about 10 MFLOPS on hand-compiled code, with a peak of 36 MFLOPS. In addition, in benchmark tests in early 1970 it was shown to be slightly faster than its IBM rival, the IBM System/360, Model 195. When the system was released in 1967, it sold for around $5 million in base configurations, and considerably more as options and features were added.
The IBM 305 RAMAC was the first commercial computer that used a moving-head hard disk drive for secondary storage. The system was publicly announced on September 14, 1956, with test units already installed at the U.S. Navy and at private corporations. RAMAC stood for "Random Access Method of Accounting and Control", as its design was motivated by the need for real-time accounting in business.
Plug compatible refers to "hardware that is designed to perform exactly like another vendor's product." The term PCM was originally applied to manufacturers who made replacements for IBM peripherals. Later this term was used to refer to IBM-compatible computers.
Pertec Computer Corporation (PCC), formerly Peripheral Equipment Corporation (PEC), was a computer company based in Chatsworth, California which originally designed and manufactured peripherals such as floppy drives, tape drives, instrumentation control and other hardware for computers.
The CDC 1604 is a 48-bit computer designed and manufactured by Seymour Cray and his team at the Control Data Corporation (CDC). The 1604 is known as one of the first commercially successful transistorized computers. Legend has it that the 1604 designation was chosen by adding CDC's first street address to Cray's former project, the ERA-UNIVAC 1103.
The CDC 6000 series is a discontinued family of mainframe computers manufactured by Control Data Corporation in the 1960s. It consisted of the CDC 6200, CDC 6300, CDC 6400, CDC 6500, CDC 6600 and CDC 6700 computers, which were all extremely rapid and efficient for their time. Each is a large, solid-state, general-purpose, digital computer that performs scientific and business data processing as well as multiprogramming, multiprocessing, Remote Job Entry, time-sharing, and data management tasks under the control of the operating system called SCOPE. By 1970 there also was a time-sharing oriented operating system named KRONOS. They were part of the first generation of supercomputers. The 6600 was the flagship of Control Data's 6000 series.
The CDC 160 series was a series of minicomputers built by Control Data Corporation. The CDC 160 and CDC 160-A were 12-bit minicomputers built from 1960 to 1965; the CDC 160G was a 13-bit minicomputer, with an extended version of the CDC 160-A instruction set, and a compatibility mode in which it did not use the 13th bit. The 160 was designed by Seymour Cray - reportedly over a long three-day weekend. It fit into the desk where its operator sat.
The CDC 1700 is a 16-bit word minicomputer, manufactured by the Control Data Corporation with deliveries beginning in May 1966.
The ACS-1 and ACS-360 are two related supercomputers designed by IBM as part of the Advanced Computing Systems project from 1965 to 1969. Although the designs were never finished and no models ever went into production, the project spawned a number of organizational techniques and architectural innovations that have since become incorporated into nearly all high-performance computers in existence today. Many of the ideas resulting from the project directly influenced the development of the IBM RS/6000 and, more recently, have contributed to the Explicitly Parallel Instruction Computing (EPIC) computing paradigm used by Intel and HP in the Itanium processors.