PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (2024)

CPU Benchmarks

Over 1,000,000 CPUs Benchmarked

Price and performance details for the [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz can be found below.This is made using thousands of PerformanceTestbenchmark results and is updated daily.

  • The first graph shows the relative performance of the CPU compared to the 10 other common (single) CPUs in terms of PassMark CPU Mark.
  • The 2nd graph shows the value for money, in terms of the CPUMark per dollar.
  • The pricing history data shows the price for a single Processor. For multiple Processors, multiply the price shown by the number of CPUs.
  • cpus
  • High End
  • High Mid Range
  • Low Mid Range
  • Low End
  • Best Value(On Market)
  • Best Value XYScatter
  • Best Value(All time)
  • New Desktop
  • New Laptop
  • New Server
  • New Mobile
  • Single Thread
  • Systems withMultiple CPUs
  • Overclocked
  • PowerPerformance
  • CPU Mark by Socket Type
  • Cross-Platform CPU Performance
  • Top Gaming CPUs
  • CPU Mega List
  • Search Model
  • Compare0
  • Common
  • MostBenchmarked
  • AMD vs Intel Market Share
  • Year on Year Performance

' + newMsg + '

';toast.style.backgroundColor = "#AE0034";launch_toast();//toast.innerHTML = oldText;//toast.style.backgroundColor = oldBgColor;}}_AddCPU(CPUId, CPUName, CPUCount) {CPUCount = typeof CPUCount !== 'undefined' ? parseInt(CPUCount) : 1;CPUId = parseInt(CPUId);for( var i = 0; i < this.CPUs.length; i++ )if( this.CPUs[i].CPUId == CPUId && this.CPUs[i].CPUCount == CPUCount )return true; // Already addedif( this.CPUs.length < MAX_COMPARE ){console.log( "Index: "+this.CPUs.length+", CPUId: "+CPUId+", CPUName: "+CPUName+", CPUCount: "+CPUCount);this.CPUs.push(new CPU(CPUId, CPUName, CPUCount));return true;}return false;}removeCPU(CPUId, CPUCount) {if( this._RemoveCPU(CPUId, "", CPUCount) ){let _this = this;$.ajax({type: "POST",url: "/compareAjax.php",data: {action: "remove",cpuid: CPUId,cpucount: CPUCount},success: function( data ) {console.log(data);_this.UpdateGUI();},});}}_RemoveCPU(CPUId, CPUName, CPUCount) {CPUCount = typeof CPUCount !== 'undefined' ? CPUCount : 1;for( var i = 0; i < this.CPUs.length; i++ )if( this.CPUs[i].CPUId == CPUId && this.CPUs[i].CPUCount == CPUCount ){this.CPUs.splice(i,1);return true;}return false;}removeAll() {this.CPUs.length = 0;let _this = this;$.ajax({type: "POST",url: "/compareAjax.php",data: {action: "removeAll"},success: function( data ) {console.log(data);_this.UpdateGUI();},});}_RemoveAll() {this.CPUs.length = 0;}CompareCPUs(interactive) {if( this.CPUs.length < 2 ){if(interactive) alert( "Minimum of 2 CPUs are required for comparison");return;}// Build Param Stringlet paramString1 = "";let paramString2 = "";for( let i = 0; i < this.CPUs.length; i++ ){if( i ){paramString1 += " vs ";paramString2 += "vs";}var name = this.CPUs[i].CPUName;var n = name.indexOf("@");if( n > 0 ){name = name.substr( 0, n-1 );}name = name.replace( /\//g, "", name );name = name.replace( /Intel\sCore\b/i, "Intel " );name = name.replace( /\s+/g, " ", name );paramString1 += name;paramString2 += "" + this.CPUs[i].CPUId;if( typeof this.CPUs[i].CPUCount !== 'undefined' && Number.isInteger( this.CPUs[i].CPUCount ) && this.CPUs[i].CPUCount > 1 )paramString2 += "." + this.CPUs[i].CPUCount.toString();}// Redirect to comparison pagelet locationHref = "/compare";window.location.href = encodeURI(locationHref +"/" + paramString2 +"/" + paramString1.replace(/\s/g, "-"));}}function updateSidebar(){let objSidebar = document.getElementById("sidebar");if( !objSidebar ){console.log( "Error: Object 'sidebar' not found!" );return;}console.log( "UpdateSideBar() Max Compare: " + MAX_COMPARE );console.log( myCmp.CPUs );let pSidebar = document.getElementById("sidebar_default_text");let tableSidebar = document.getElementById( "sidebar_table" );let buttonSidebar = document.getElementById( "sidebar_button" );let divTableSidebar = document.getElementById( "div_sidebar_table" );pSidebar.style.display = (myCmp.CPUs.length < 2) ? "block":"none";divTableSidebar.style.display = "block";buttonSidebar.style.display = "block";// Remove all previous rowswhile( tableSidebar.hasChildNodes() )tableSidebar.removeChild( tableSidebar.lastChild );// Headerlet header = tableSidebar.createTHead();let headRow = header.insertRow();let headCell = document.createElement("th");let col2 = headRow.insertCell();let col1 = headRow.insertCell();col1.setAttribute( "class", "ta-center" );col2.appendChild( document.createTextNode( "Compare List" ) );col1.appendChild( document.createTextNode( "" ) );// Create new rows for CPUslet body = tableSidebar.createTBody();let i;for( i = 0; i < myCmp.CPUs.length; i++ ){row = body.insertRow( -1 );row.setAttribute( "id", "" + myCmp.CPUs[i].CPUId );if( i % 2 )row.setAttribute( "class", "alt" );col2 = row.insertCell();col2.appendChild( document.createTextNode( "" + (i+1) + ": " + myCmp.CPUs[i].CPUName ));col1 = row.insertCell( -1 );col1.setAttribute( "class", "ta-center" );let but = document.createElement( "button" );but.appendChild( document.createTextNode("X") );but.onclick = function(id, numCPUs) {return function(){myCmp.removeCPU(id, numCPUs );anim();};}(myCmp.CPUs[i].CPUId, myCmp.CPUs[i].CPUCount > 1 ? myCmp.CPUs[i].CPUCount : 1);col1.appendChild( but );}if( i < MAX_COMPARE ){let row = body.insertRow( -1 );row.setAttribute( "id", "selectCPU" );if( i % 2 )row.setAttribute( "class", "alt" );let label = document.createElement( "label" );label.setAttribute("for", "autocomplete");label.setAttribute("style", "color: #00496B; font-size:10px;");label.appendChild( document.createTextNode("Add other CPU:") );let img = document.createElement( "img" );img.setAttribute("class", "icon-s-comp");img.setAttribute("src", "/img/compsearch.svg");let x = document.createElement( "input" );x.setAttribute( "id", "autocomplete" );x.setAttribute( "placeholder", "Intel Core ..." );x.setAttribute( "type", "text" );//x.setAttribute( "class", "input-box" );let col = row.insertCell();col.setAttribute( "colspan", 2 );col.appendChild( label );col.appendChild( document.createElement( "br" ));col.appendChild( img );col.appendChild( x );}}var myCmp = new MyCompare();$(document).ready( function($) {// Floating sidebar $('#sidebar').portamento();myCmp.UpdateGUI();});$(document).on('keydown.autocomplete', '#autocomplete', function() {jQuery(this).autocomplete({//lookup: lookupCPUs,serviceUrl: '/autocomplete/cpu/',onSelect: function(suggestion){myCmp.addCPU( suggestion.data, suggestion.value, 1 );},showNoSuggestionNotice: true,noSuggestionNotice: "Failed to locate CPU model. Try looking at mega list to see all names instead.",width: 300,minChars: 3,preventBadQueries: true,deferRequestBy: 200});});$("#sidebar_minimize, #sidebar_restore").click( function(event) {event.preventDefault();jQuery('#portamento_container').toggle();jQuery('#sb_restore').toggle();});$("#sidebar_button").on( "click", function() {myCmp.CompareCPUs(true);});function anim() {var indexcmp = document.getElementById('indexcmp');if(indexcmp.innerHTML < MAX_COMPARE) {$(".cmp-header a svg").addClass("anim-class");$(".cmp-header .number-cmp").addClass("anim-bounce-class");setTimeout(function () {$(".cmp-header a svg").removeClass('anim-class');}, 1500); }}function anim2() {$(".cmp-header a svg").addClass("anim-class");setTimeout(function () {$(".cmp-header a svg").removeClass('anim-class');}, 1500);}function launch_toast(toastID) {//var indexcmp = document.getElementById("indexcmp"); var toast = document.getElementById("toast"); //toast.top = indexcmp.top+30; toast.className = "show"; toast.style.display = "block"; setTimeout(function(){ toast.className = toast.className.replace("show", ""); }, 5000);}

[Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz

Description:

Class: Server

Socket: LGA 2011

Clockspeed: 1.8 GHz

4Cores: 4 4Threads: 4

Typical TDP: 80 W4

Cache per CPU Package:
L1 Instruction Cache: 8 x 32 KB
L1 Data Cache: 8 x 32 KB
L2 Cache: 8 x 256 KB
L3 Cache: 10 MB

Memory Support: Max. Memory Size: 768 GB (DDR3 800/1066/1333, ECC Supported)

Other names: Intel(R) Xeon(R) CPU E5-2603 v2 @ 1.80GHz

CPU First Seen on Charts: Q4 2014

CPUmark/$Price: 63.99

Overall Rank: 486

Last Price Change: $78.40 USD Total for 2 CPUs (2024-05-19)

Average CPU Mark

PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (10)

5017

Single Thread Rating: 991
Samples: 5*
*Margin for error: High

PerformanceTest V9
CPU Mark: 3,861
Thread: 979

4The number of cores/threads and TDP is per CPU. To determine the total, multiply by the total CPU count.

CPU Test Suite Average Results for [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz

Integer Math16,160 MOps/Sec
Floating Point Math11,790 MOps/Sec
Find Prime Numbers40 Million Primes/Sec
Random String Sorting9,922 Thousand Strings/Sec
Data Encryption1,315 MBytes/Sec
Data Compression79,876 KBytes/Sec
Physics483 Frames/Sec
Extended Instructions3,855 Million Matrices/Sec
Single Thread991 MOps/Sec

From submitted results to PerformanceTest V10 as of 13th of June 2024.

CPU Mark Distribution for [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz

Submitted Baseline Distribution Graph as of 9th of June 2024

Not Enough Data from Current Version of PerformanceTest to Create Distribution Graph.

From submitted results to PerformanceTest V10 as of 9th of June 2024.


MerchantPricePurchase
PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (11)$39.20 USDBuy Now!
PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (12)$992.00 USDBuy Now!
PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (13)NACPU Not Available. See Other Models

Note: PassMark Software may earn compensation for sales from links on this site through affiliate programs.

Pricing History


CPU Mark Relative to Top 10 Common Server CPUs
As of 13th of June 2024 - Higher results represent better performance
ProcessorAverage CPU Mark
AMD Ryzen Threadripper PRO 5975WX75,703
AMD Ryzen Threadripper PRO 3975WX62,990
Montage Jintide C5418Y49,045
AMD Ryzen Threadripper PRO 3955WX40,363
Hygon C86 7255 16-core18,831
Intel Xeon E5-2680 v4 @ 2.40GHz17,812
Montage Jintide C4215R14,672
Intel Xeon E5-2697 v2 @ 2.70GHz14,307
Intel Xeon E5-1650 v3 @ 3.50GHz10,424
Intel Xeon E5-1650 v2 @ 3.50GHz9,347
[Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz5,017
CPU Value (CPU Mark / $Price )
As of 13th of June 2024 - Higher results represent better value
ProcessorCPU Mark / $Price
Intel Xeon E5-1650 v3 @ 3.50GHz189.67
Intel Xeon E5-2680 v4 @ 2.40GHz84.84
Intel Xeon E5-2697 v2 @ 2.70GHz75.70
[Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz63.99
Intel Xeon E5-1650 v2 @ 3.50GHz40.65
AMD Ryzen Threadripper PRO 5975WX33.06
AMD Ryzen Threadripper PRO 3955WX27.84
AMD Ryzen Threadripper PRO 3975WX27.39
Montage Jintide C4215RNA
Montage Jintide C5418YNA
Hygon C86 7255 16-coreNA
Single Thread Rating
As of 13th of June 2024 - Higher results represent better performance
ProcessorAverage Thread Rating
AMD Ryzen Threadripper PRO 5975WX3,312
AMD Ryzen Threadripper PRO 3955WX2,681
AMD Ryzen Threadripper PRO 3975WX2,660
Montage Jintide C5418Y2,341
Montage Jintide C4215R2,134
Intel Xeon E5-1650 v3 @ 3.50GHz2,124
Intel Xeon E5-1650 v2 @ 3.50GHz2,048
Intel Xeon E5-2680 v4 @ 2.40GHz1,952
Intel Xeon E5-2697 v2 @ 2.70GHz1,795
Hygon C86 7255 16-core1,490
[Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz991
Last 5 Baselines for [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz
Most recent listed first
BaselineCPU Mark
BL1702834 - Dec 24 20225153
BL1564701 - May 12 20224787
BL1560944 - May 04 20225011
BL1492695 - Jan 07 20225166
BL1223903 - Apr 19 20204969

Additional baselines can be obtained using Windows version of PerformanceTest's Manage Baselines feature.

Popular comparisons for Intel Xeon E5-2603 v2 @ 1.80GHz
As of 13th of June 2024 - Higher results represent better performance
ProcessorAverage CPU Mark
Intel Xeon E5-2603 v2 @ 1.80GHz5,017
Intel Xeon E5-2603 v3 @ 1.60GHz vs Intel Xeon E5-2603 v23,817 (-23.9%)
Intel Xeon E3-1220 v3 @ 3.10GHz vs Intel Xeon E5-2603 v25,208 (+3.8%)
Intel Xeon E3-1220 V2 @ 3.10GHz vs Intel Xeon E5-2603 v24,672 (-6.9%)
Intel Xeon E3-1226 v3 @ 3.30GHz vs Intel Xeon E5-2603 v25,553 (+10.7%)
Intel Xeon E5-1607 v3 @ 3.10GHz vs Intel Xeon E5-2603 v24,971 (-0.9%)
AMD Opteron 4280 vs Intel Xeon E5-2603 v24,504 (-10.2%)
Intel Xeon E5-1603 v3 @ 2.80GHz vs Intel Xeon E5-2603 v24,416 (-12.0%)
Intel Xeon E5-2609 v2 @ 2.50GHz vs Intel Xeon E5-2603 v23,343 (-33.4%)
Intel Xeon E5-2450L @ 1.80GHz vs Intel Xeon E5-2603 v25,880 (+17.2%)
Intel Xeon E3-1220 v5 @ 3.00GHz vs Intel Xeon E5-2603 v25,797 (+15.5%)
AMD Opteron 4274 HE vs Intel Xeon E5-2603 v25,776 (+15.1%)
Intel Xeon E5-2620 @ 2.00GHz vs Intel Xeon E5-2603 v25,291 (+5.5%)

PassMark - [Dual CPU] Intel Xeon E5-2603 v2 @ 1.80GHz (2024)
Top Articles
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 6146

Rating: 4.8 / 5 (68 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.