Fifty Years Ago IBM 'Bet the Company' On the 360 Series Mainframe
Hugh Pickens DOT Com (2995471) writes "Those of us of a certain age remember well the breakthrough that the IBM 360 series mainframes represented when it was unveiled fifty years ago on 7 April 1964. Now Mark Ward reports at BBC that the first System 360 mainframe marked a break with all general purpose computers that came before because it was possible to upgrade the processors but still keep using the same code and peripherals from earlier models. "Before System 360 arrived, businesses bought a computer, wrote programs for it and then when it got too old or slow they threw it away and started again from scratch," says Barry Heptonstall. IBM bet the company when they developed the 360 series. At the time IBM had a huge array of conflicting and incompatible lines of computers, and this was the case with the computer industry in general at the time, it was largely a custom or small scale design and production industry, but IBM was such a large company and the problems of this was getting obvious: When upgrading from one of the smaller series of IBM computers to a larger one, the effort in doing that transition was so big so you might as well go for a competing product from the "BUNCH" (Burroughs, Univac, NCR, CDC and Honeywell). Fred Brooks managed the development of IBM's System/360 family of computers and the OS/360 software support package and based his software classic "The Mythical Man-Month" on his observation that "adding manpower to a late software project makes it later." The S/360 was also the first computer to use microcode to implement many of its machine instructions, as opposed to having all of its machine instructions hard-wired into its circuitry. Despite their age, mainframes are still in wide use today and are behind many of the big information systems that keep the modern world humming handling such things as airline reservations, cash machine withdrawals and credit card payments. "We don't see mainframes as legacy technology," says Charlie Ewen. "They are resilient, robust and are very cost-effective for some of the work we do.""
Cool :)
Should be required reading for anyone planning to manage a large engineering project. It's full of tips that can save you from significant embarassment. If you're not managing a software development project, at least make sure your boss reads it. If your boss has *already* read it, he might be worth working for.
There's little point throwing away decades of refined code just for the sake of it. When it comes to financial systems and the law, the last thing any manager will do is push to move platform on their shift, no matter how many times Microsoft's reps come in to wine-and-dine those further up the ladder.
"We don't see mainframes as legacy technology," says Charlie Ewen. "They are resilient, robust and are very cost-effective for some of the work we do."
Love this kind of talk! Go get'em Charlie Ewen!
Would've got an FP if I hadn't dropped the card deck.
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
Data and processing on a remote computer, accessed via a dumb terminal.
Yep, that's "cloud computing".
Everything old is new again.
"Before System 360 arrived, businesses bought a computer, wrote programs for it and then when it got too old or slow they threw it away and started again from scratch,"
You can say a lot of bad things about Java, but the JVM really neatly solves this problem.
(Someone will say "just recompile it", but even assuming you've kept your own source code cross-architecture safe, which isn't a given in C/C++, good luck tracking down the source for all the libraries you use, especially when some of them are proprietary.)
I'd estimate that it killed something like ten years of pushing research results into practice (out-of-order execution, largely invented in the 1960s, didn't really catch on "thanks" to S/360 until 1990s - because it had the unfortunate distinction of having been invented in a non-S/360 project that got cancelled).
Ezekiel 23:20
When I arrived at Carnegie-Mellon University in 1968, all programs were running on a Univac 1108, soon to be replaced with a much more powerful IBM 360. In those days every science major learned to code in their freshman year. You would type your program onto punch cards, one instruction per card, then type your data onto cards, and dump into the submission box. Hours later you'd pick up your printout in your (physical) mailbox. Faster turnaround if you submitted at say 2AM. No security at all in those days, so occasionally your program cards would be stolen, if you hadn't duplicated it you'd have to start from scratch.
Contrast the importance of the mainframe to the importance of the iPhone and the Macbook. While a handful of mainframes are sold each year, TENS OF MILLIONS of iphones and macbooks are sold. Apple has FAR FAR FAR surpassed IBM in importance and brouight about the promise made in the 1984 ad of bringing uniqueness and self expression to the age of the PC. The mainframe is in reality long dead, long live Apple.
When I first heard about this book in my CS class I misread the title and thought it was called "The Mythical Man Moth".
I thought that's gotta be a book worth reading even if it is about project management!
Because of course, no iPhone, MacBook or iPad ever connects to a website which has its database running on a mainframe.
Sphinx of black quartz, judge my vow.
I went to the IBM web site looking there latest desktop and laptaps and all they have now with used Lenevo available. They have "mainframe (blade boxes actually) but there main business with "business process services". Which is pure bullshit. My "company" (who works for a computer these days, I have work for a subcontractor?) is kicking out IBM out the door and GOOD RIDDANCE!!! I hope that NEVER after a part of life again!
Sure, all those so-called "telephones" running on 99-cent "apps" are plentiful, like cockroaches, but if you're running one the million- or billion-dollar companies that let those awkward thumbpaint-smudge-laden gadgets actually do anything, you're talking mainframes one way or another (call them a "cloud" if you must).
Too bad that IBM is long, long gone.
The heat from below can burn your eyes out
If you work for a large company, chances are a mainframe prints your paycheck.
If you work for a small company, they probably outsource their payroll to some company such as Paychex, and a mainframe still prints your paycheck.
Ooh, moderator points! Five more idjits go to Minus One Hell!
Delendae sunt RIAA, MPAA et Windoze
Although these days the hardware is System 390/Z-series, but I still login via TSO, I review COBOL code with comments going into 1980 (and yes, they all have Y2K patches)... The financial industry *never* throws anything away (especially if it's still making them money). Except programmers. Those they throw away.
If telephones are outlawed, then only outlaws will have telephones.
Show software you've done lately. Don't have any? Thought so. You're a blowhard bullshitter.
Yup, the cloudies reinvented timesharing (;-))
What they don't have, however, is a uniform memory architecture. Modern large processors (running AIX, Solaris, etc) are non-uniform memory (NUMA) machines, with memory on the same board as the cpu being faster then memory on the buss.
Memory on cloud/array-computing machines is the extreme of NUMA: the "bus" is an ethernet (;-))
On mainframes, the memory is in the "center" with the CPUs around it in a ring, using a "system controller" (the Honeywell term) to mediate multiple accesses to memory and manage cache consistency. That used to be the most expensive part on the machine, and typically scaled to between 4 and 8 CPUs on the Honeybun. On modern machines it's part of the CPU and cache structure and scales to about 4 sockets on a board. Six on a good day.
Thus you see lots of effort to handle NUMA effects, and get more ALUs and decoders per chip, to get more threads per socket.
davecb@spamcop.net
Who had to "eat his words" here http://slashdot.org/comments.p... So, how did "eating your words" taste, Tom? Were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH??
I started on an IBM 360, doing assembler coding. Still have the IBM books I bought at the college bookstore. I was always amazed how much it felt like coming up from deep sea diving after a day of coding registers, doing multiplication via shift commands and all the other great little tricks that now seem ancient history. I still find myself comparing manuals based on how well they follow basic IBM rules: you can not self-reference a term in explaining the term, the explanation must not reference other terms that are not explained or that can not be identified as precursors to the term. It was a great machine to learn on.
>>
But if the mainframe job market have a problem, is lack of people. Mainframes are not user friendly, and youngsters are not likely to devote two or three years learning something from the grannies, on a very harsh learning environment, with a step learning curve, when all their peers are talking about creating a new app and selling to Google for a gazillion dollars.
There is also the problems of: you cannot realistically teach yourself, no classes are offered, and you cannot get experience until you already have experience - and experience is *always* mandatory.
How'd EATING YOUR WORDS taste? http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH?? Any moron can copy others' code from "Open SORES" & call it his own (like you obviously do).
How'd EATING YOUR WORDS taste? http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH?? Big talking BLOWHARD Tom got his ass shot the fuck down for his big mouth he can't back up his b.s. on.
I, too, became proficient in programming in a mainframe environment. I was fortunate enough to work for a department on campus (University of Florida, the Institute for Food and Agricultural Sciences) that treated their employees very well (even students) and gave us advanced tools (like CRTs so we didn't have to use cards at all). Later I worked at Texas Instruments in IBM mainframes. I agree with the worker17 (previous post) that IBM documentation was excellent & well-supported. The discipline required for mainframe programming (256K was considered a HUGE amount of storage!) has also proven useful in today's environment where 1G is considered "small".
It has been decades since I used mainframes, but I got quite deeply into them (I attended "internal logic" classes at IBM while at TI) --- where would I go to find a job now? I could retrain myself very quickly since I got so deep the first time 'round ...
C
... revere the COBOL, for Holy is the COBOL. Thou shalt take no other language before it ...
My second computer was a 360. I began life coding Fortran IV on one of the 360's immediate predecessors, the IBM 1410. At the time, mainframes occupied two distinct categories: "business" machines like the 1410, which organized data as individual 6-bit bytes, and "scientific" mainframes like the 7090 series, which saw data as 32-bit integers and floats. Most programming as done in machine-dependent assemblers, which were totally different on each machine.
The 360 merged the two styles of computing. Memory was now organized as 8-bit bytes acted on by a single instruction set. You could address individual bytes, pairs of bytes as short integers, blocks of 4 as long integers or floats, or blocks of 8 as long floats. Not only was it easier to port existing languages like Fortran to this single architecture, but IBM's own new language, PL/I, became everyone's new language of choice on mainframes.
Mainframes were still huge and expensive, internal memory still took the form of iron rings, one per bit, strung into grids of wire by hand, and moist software was still a batch operation pulling its data from an "input tape" and writing to an "output tape", but with System/360 the way to the future was clear. I'll never forget the arrival of our first disk drive, the IBM 2311. It was the size and shape of a top-loader washing machine and held two million bytes of randomly accessible data. Clearly the millennium had come early for us as we dreamed of databases that could use such vast quantities of data.
In many ways Java is a regression relative to C++, Smalltalk and LISP.
But if you drum a message 100 times into the ears of people, they will finally believe it. Ask Mr Goebbels for details.
Been there, done that. Back to C++, which is not perfect, but does not suck donkey balls like the SUN invention.
Given its was not the best standard - 86x with BIOS. But it was a standard countless competing companies did optimaize until the profit level dropped below IBMs tolerance and they sold it to Lenevo.
How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
Programmers cost money, they don't make it. Where did you get your MBA, anyway?
How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
Is Slashdot really just getting worser and worser? What the f*#$ kind of grammar is "but IBM was such a large company and the problems of this was getting obvious". And like, they done maked a betterer computer than what they had maked before, I expect. And selled it to alot of they're customers and stuff. Their very clever at /. More cleverer by far than they are rivals.
Bollocks
http://www.acetonestudio.com
The day you can show us you've done MORE, BETTER, & EARLIER than I have? THEN, you can talk (instead of copying others' work in Open SORES, which we ALL know you scumbags do, & "pass it off" as YOURS - pitiful & disgusting):
----
Windows NT Magazine (now Windows IT Pro) April 1997 "BACK OFFICE PERFORMANCE" issue, page 61
(&, for work done for EEC Systems/SuperSpeed.com on PAID CONTRACT (writing portions of their SuperCache program increasing its performance by up to 40% via my work) albeit, for their SuperDisk & HOW TO APPLY IT, took them to a finalist position @ MS Tech Ed, two years in a row 2000-2002, in its HARDEST CATEGORY: SQLServer Performance Enhancement).
WINDOWS MAGAZINE, 1997, "Top Freeware & Shareware of the Year" issue page 210, #1/first entry in fact (my work is there)
PC-WELT FEB 1998 - page 84, again, my work is featured there
WINDOWS MAGAZINE, WINTER 1998 - page 92, insert section, MUST HAVE WARES, my work is again, there
PC-WELT FEB 1999 - page 83, again, my work is featured there
CHIP Magazine 7/99 - page 100, my work is there
GERMAN PC BOOK, Data Becker publisher "PC Aufrusten und Repairen" 2000, where my work is contained in it
HOT SHAREWARE Numero 46 issue, pg. 54 (PC ware mag from Spain), 2001 my work is there, first one featured, yet again!
Also, a British PC Mag in 2002 for many utilities I wrote, saw it @ BORDERS BOOKS but didn't buy it... by that point, I had moved onto other areas in this field besides coding only...
Being paid for an article that made me money over @ PCPitstop in 2008 for writing up a guide that has people showing NO VIRUSES/SPYWARES & other screwups, via following its point, such as THRONKA sees here -> http://www.xtremepccentral.com...
It's also been myself helping out the folks at the UltraDefrag64 project (a 64-bit defragger for Windows), in showing them code for how to do Process Priority Control @ the GUI usermode/ring 3/rpl 3 level in their program (good one too), & being credited for it by their lead dev & his team... see here -> http://ultradefrag.sourceforge... or here http://sourceforge.net/tracker...
Which ended up fixing a "bug" for them later, here -> http://sourceforge.net/p/ultra...
APK
P.S.=> Thus, YOU can answer me a question libelous bigmouth:
How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
... apk
Tom got his ass kicked for libel http://slashdot.org/comments.p... and even worse, multiple times for Tom's numerous fails, here http://slashdot.org/comments.p...
The model 360 was the first machine I coded in assembler. I didn't realize until I learned assembler on a more sophisticated machine (an XDS mainframe) that the 360 didn't have stack instructions (i.e., push registers onto or pull registers off a stack).
Does anyone know whether IBM ever added push/pull instructions to their mainframes?
Circle the wagons and fire inward. Entropy increases without bounds.
Don't http://slashdot.org/comments.p...
I learned this one at Genericon, but it's older than that:
Music: "The Children's Marching Song"
Robert Osband, c.1974
This machine, it played one.
It pushed start and program run.
It's an IBM 360/85;
This computer came alive.
This machine, it played two.
Overloaded voltage to the CPU.
It's an IBM 360/85;
This computer came alive.
This machine, it played three.
Designed its memory to 1 IC.
It's an IBM 360/85;
This computer came alive.
This machine, it played four.
Changed its logic from AND to OR.
It's an IBM 360/85;
This computer came alive.
This machine, it played five.
Memorized data from tape drive.
It's an IBM 360/85;
This computer came alive.
This machine, it played six.
Told the CE what to fix.
It's an IBM 360/85;
This computer came alive.
This machine, it played seven.
Printed out the road to Heaven.
It's an IBM 360/85;
This computer came alive.
This machine, it played eight.
Shipped itself to Rome, Air Freight.
It's an IBM 360/85;
This computer came alive.
This machine, it played nine.
Told the Pope it was divine.
It's an IBM 360/85;
This computer came alive.
This machine, it played ten.
To sing once more push start again.
It's an IBM 360/85;
We computers are alive.
"Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick
My one regret is I never learned any mainframe technology except from the client end. Over the years of my career, I worked with pretty much every other platform and OS that was available except for the mainframe and AS/400.
It's not an issue of marketability; I'd still be unemployable due to my migraines and therefore out of work. But it would have been fun to tackle yet another platform.
I do not fail; I succeed at finding out what does not work.
Programs?! Try languages and APIs! Check out the docs for Processing, a pop "lanugage" (it's Java with some libs default linked in) for example. Online, service APIs frequently mismatch documentation and implementation.
Lower barrier to entry on all fronts means a stronger signal but much more noise, and attenuating well in the contemporary digital world is almost impossible. Choose the right subset and find entry (for you, worker17, maimframes) and it's a great filter, but not everyone wants to work on the same frequency as you.
Ok that metaphor got pretty tortured! But it holds. Docs blow, with precious and worthwhile exceptions.
So lets measure in big macs instead of bits.
... they invented the computer, created modern civilisation, etc. Where would be without them!
Oh, wait...
They couldn't even invent THE WHEEL, or a WRITTEN LANGUAGE...
Slashdot was never good.
-
How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter? Downmodding this honest question down when it was posted before too, scumbag?? Please http://slashdot.org/comments.p...
The day you can show us you've done MORE, BETTER, & EARLIER than I have? THEN, you can talk (instead of copying others' work in Open SORES, which we ALL know you scumbags do, & "pass it off" as YOURS - pitiful & disgusting - just like your downmod of this very post last time I posted it, you can't show you've done better, earlier, or more so you attempt to "hide it"? Please-> http://slashdot.org/comments.p... ):
----
Windows NT Magazine (now Windows IT Pro) April 1997 "BACK OFFICE PERFORMANCE" issue, page 61
(&, for work done for EEC Systems/SuperSpeed.com on PAID CONTRACT (writing portions of their SuperCache program increasing its performance by up to 40% via my work) albeit, for their SuperDisk & HOW TO APPLY IT, took them to a finalist position @ MS Tech Ed, two years in a row 2000-2002, in its HARDEST CATEGORY: SQLServer Performance Enhancement).
WINDOWS MAGAZINE, 1997, "Top Freeware & Shareware of the Year" issue page 210, #1/first entry in fact (my work is there)
PC-WELT FEB 1998 - page 84, again, my work is featured there
WINDOWS MAGAZINE, WINTER 1998 - page 92, insert section, MUST HAVE WARES, my work is again, there
PC-WELT FEB 1999 - page 83, again, my work is featured there
CHIP Magazine 7/99 - page 100, my work is there
GERMAN PC BOOK, Data Becker publisher "PC Aufrusten und Repairen" 2000, where my work is contained in it
HOT SHAREWARE Numero 46 issue, pg. 54 (PC ware mag from Spain), 2001 my work is there, first one featured, yet again!
Also, a British PC Mag in 2002 for many utilities I wrote, saw it @ BORDERS BOOKS but didn't buy it... by that point, I had moved onto other areas in this field besides coding only...
Being paid for an article that made me money over @ PCPitstop in 2008 for writing up a guide that has people showing NO VIRUSES/SPYWARES & other screwups, via following its point, such as THRONKA sees here -> http://www.xtremepccentral.com...
It's also been myself helping out the folks at the UltraDefrag64 project (a 64-bit defragger for Windows), in showing them code for how to do Process Priority Control @ the GUI usermode/ring 3/rpl 3 level in their program (good one too), & being credited for it by their lead dev & his team... see here -> http://ultradefrag.sourceforge... or here http://sourceforge.net/tracker...
Which ended up fixing a "bug" for them later, here -> http://sourceforge.net/p/ultra...
----
* Since you downmodded this before instead of answering it - as shown above @ the outset of this post?
YOU FAIL - & yes, I know it (& so do you) as will ANYONE else reading here with 1/2 a brain... loser.
APK
P.S.=> Thus, YOU can answer me a question, you pitiful libelous bigmouth:
How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
... apk
And libeler: How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter? As to the rest of my subject, let's let TOM speak shall we:
"I'm having great conversations on this site with one of my alias accounts" - by Tom (822) on Monday April 07, 2014 @02:29PM (#46686259) Homepage
FROM -> http://slashdot.org/comments.p...
And libeler: How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
As to the rest of my subject, let's let TOM speak shall we:
"I'm having great conversations on this site with one of my alias accounts" - by Tom (822) on Monday April 07, 2014 @02:29PM (#46686259) Homepage
FROM -> http://slashdot.org/comments.p...
And libeler: How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
As to the rest of my subject, let's let TOM speak shall we:
"I'm having great conversations on this site with one of my alias accounts" - by Tom (822) on Monday April 07, 2014 @02:29PM (#46686259) Homepage
FROM -> http://slashdot.org/comments.p...
And libeler: How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
As to the rest of my subject, let's let TOM speak shall we:
"I'm having great conversations on this site with one of my alias accounts" - by Tom (822) on Monday April 07, 2014 @02:29PM (#46686259) Homepage
FROM -> http://slashdot.org/comments.p...
The Computer History Museum and Richard Tedlow put on a very interesting and entertaining talk about the circumstances that led up to the birth of the 360 here:
http://www.youtube.com/watch?v=DcqganpWfd8
And libeler: How'd "eating your words" taste? See here http://slashdot.org/comments.p... were they flavorful (lol) seasoned with "the bitter taste of SELF-defeat" + YOUR FOOT IN YOUR MOUTH you bigmouth libelous Open SORES bullshitter?
As to the rest of my subject, let's let TOM speak shall we:
"I'm having great conversations on this site with one of my alias accounts" - by Tom (822) on Monday April 07, 2014 @02:29PM (#46686259) Homepage
FROM -> http://slashdot.org/comments.p...
My information may be about a decade out of date but in the Memphis, TN area, I know of several mainframe users:
FedEx
Autozone
USPS (although this was moved to Indiana 7 or 8 years ago, but the jobs are still on-site last I heard).
Big Iron is one of those niches that I've always wanted to work with, much like how UNIX in general is what I fell in love with in the 90s.
If you were me, you'd be good lookin'. - six string samurai
And if you get paid electronically via bank transfer, its a good bet that the machines at both your bank and your employers bank that handle the transactions are mainframes of some sort.
IBM Mainframe cpus are really slow. A very large mainframe with 75.000 MIPS (one of the largest and most expensive) with 24 sockets, is matched by two 8-socket x86 servers in terms of cpu performance. One guy who ported Linux to IBM Mainframes, could test same software on x86 and on Mainframes and concluded that 1 MIPS equals 4 MHz of x86. So, 75.000 MIPS = 300 GHz worth of x86 cpus. But one decent Intel x86 cpu has 10 cores running at 2GHz, thus, it equals 20GHz. This shows that 15 intel cpus gives 300GHz. Thus, you need two 8-socket x86 servers to match the largest baddest most expensive IBM Mainframe:
http://www.mail-archive.com/linux-390@vm.marist.edu/msg18587.html
Another source builds IBM Mainframe emulators for a living, and you can emulate a Mainframe on a laptop using the open source TurboHercules software. In fact, a 8-socket x86 server gives 3.200 MIPS under emulation. But if you could run natively, the code would run 5-10x faster. Hence, those 3.200 MIPS from one 8-socket x86 server, would translate to 16-000-32.000MIPS. And again you only need two 8-socket x86 servers to reach 60.000 MIPS (equivalent of the largest IBM Mainframe):
http://en.wikipedia.org/wiki/TurboHercules#Performance
There is a reason IBM shut down the open sourced TurboHercules emulator. Because it threatens the Mainframe business. You just need a cheap 8-scocket x86 server which gives a mid-sized Mainframe. IBM was really ugly against TurboHercules:
http://www.zdnet.com/blog/open-source/why-the-turbo-hercules-case-matters/6209
There is a reason IBM never releases benchmarks of Mainframes to x86 or POWER or SPARC cpus. Because Mainframes have sloow cpus. Yes, they are slow, I am talking about this one: 24 such IBM cpus give 50-75.000 MIPS (which is matched by two 8-socket servers):
http://www.engadget.com/2010/09/06/ibm-claims-worlds-fastest-processor-with-5-2ghz-z196/