SIMULIA
My Support | About SIMULIACareersContact Us | Dassault Systèmes
   
 

Abaqus Version 6.7 Performance Data

The Abaqus benchmark problems are intended to provide an estimate of the performance that can be expected when running representative Abaqus analysis jobs on different computer platforms. The different Abaqus products and different types of Abaqus analyses are appropriate for different classes of machines and stress machines differently. The benchmarks are organized with the intention of making it possible for users to view the subset of the benchmark data appropriate to their usage of Abaqus.

The benchmark problems listed here are available upon request. If you are a customer, see Abaqus Answer 2342 for instructions on obtaining the input files associated with these benchmark problems. If you are a hardware vendor and would like to submit performance data please contact .

NOTE: The Abaqus benchmark problems may change between releases. Therefore the timing data presented on these pages should not be directly compared with benchmark data obtained using other versions of Abaqus.

All times are given in seconds and include the time required for the main analysis executables (standard.exe and explicit.exe), the analysis input file processor (pre.exe), and the Abaqus/Explicit packager (package.exe).

Contents

Organization of the Benchmarks
Hardware Categories
Abaqus Job Categories
Presentation of Benchmark Data
Benchmark Problem Descriptions
Abaqus/Standard Benchmark Problems
Abaqus/Explicit Benchmark Problems
Workstation Benchmark Data
Server Benchmark Data
Abaqus/Standard Server Benchmark Data
Abaqus/Explicit Server Benchmark Data

Organization of the Benchmarks

The Abaqus benchmark suite is designed with the intent of providing users of Abaqus information about how Abaqus will perform on various hardware platforms available on the market. As different Abaqus jobs will stress the hardware in different ways, providing a benchmark suite that is both comprehensive and relatively easy to understand is a challenging task. In order to make good use of the data on this page, users should be careful to understand how the benchmarks are organized and to use data that is representative of their problems.

There are two basic variables a user needs to consider when looking at benchmarks. The first is the type of Abaqus job. Different Abaqus jobs stress hardware in different ways. A user running eigenvalue analyses with Abaqus/Standard will want to focus on different aspects of a hardware purchase than a user running an electronics drop test with Abaqus/Explicit. The second variable a user must consider is the type of hardware being considered. In the following section the basic categories of Abaqus job and hardware used in presenting benchmark data are described.


Hardware Categories

  • Workstation: The first hardware category is workstations. Typically workstations have either 2 or 4 cores and sit on a user's desktop. Workstations are typically used for running jobs that do not run for a very long time (over night being the maximum) or use a very large amount of memory. Workstations are typically configured with 2, 4, or possible 8 GB of physical memory. In a typical workstation configuration a user is likely to be doing a number of things on the machine at the same time. During the time that the 6.7 release is in use, it is anticipated that quad-core workstations will become widely available, and users may start to have 2P/quad-core (8 cores total) workstations.
  • Compute Server: The second hardware category is compute servers. Computer servers are machines that are dedicated to computing long-running or large Abaqus jobs as efficiently as possible. In past years compute servers were large SMP machines that were typically shared between many users. More recently users have been migrating to having a farm of SMP compute servers each of which runs a single Abaqus job at a time. This has also led into the more recent usage of clusters, which means dedicating multiple compute servers to a single Abaqus job. Compute clusters typically feature a high-speed private network which connects the servers. While the trend has been away from multi-user servers, this model is by no means extinct. Readers should note that compute clusters are typically configured to function as a single multi-user server, but this is a server that physically consists of a number of compute hosts each of which will be dedicated to a single task at any time.

Abaqus Job Categories

  • Abaqus/Standard Nonlinear: Performance of nonlinear problems in Abaqus/Standard is typically driven by two factors: problem size and number of iterations required to complete a simulation. A large problem is one with a large number of nodes and elements, or the related measure of number of degrees of freedom. As the size of a problem grows, the cost of an individual iteration, both in terms of runtime and memory requirements, grows, making hardware performance critical to solving large problems. The runtime, but not memory cost, for a problem is also dictated by the number of iterations required to find a solution. A medium-sized problem may have a very long runtime if the number of iterations required for the problem is very high.

    The cost of an individual iteration in Abaqus/Standard is split between the cost of doing element computations and the cost of solving a system of linear equations. As problems grow larger the cost of the linear equation solution will dominate execution time to a greater extent. The Abaqus sparse linear equation solver executes a large number of "BLAS3" type operations which execute well on machines that can very efficiently performance matrix-matrix multiplications. Element computations are a much bigger factor in smaller problems. Efficient management of element computations tends to stress the ability of a machine to deliver data to the processor in addition to the speed of floating point computation.

    As Abaqus/Standard problems get larger, the temporary data required by the linear equation solver is written to disk. For this reason disk performance is often an important performance consideration for Abaqus/Standard.

    Both the element computations and linear equation solution can be executed in parallel. Parallelization tends to be more effective with increasing problem size. Problems under 100,000 degrees of freedom (DOF) will typically not show a decrease in execution time when more than 2 cores are used a problem. Problems under 2 million DOF will typically not show significant speedup beyond 16 cores. Problems with a small number of iterations will also not show good overall speedup with added cores as only the actual iterations are executed in parallel. The input file preprocessor and initialization code execute on a single core.

  • Abaqus/Standard Linear: Linear problems come is several forms. The first is linear static (perturbation) problems. Unless very large these problems do not typically have very long runtimes and are thus not a significant focus of the Abaqus benchmarks. Of greater interest are linear dynamics problems, and in particular the eigensolution required for most linear dynamics problems is a costly operation that is a focus of the benchmarks.

    For a number of years, the Lanczos solver has been the primary means of solving large eigenvalue problems with Abaqus. For large problems the speed of the Lanczos solver is highly dependent of mangement of temporary data (used only during the analysis) which is written to disk. For smaller jobs this data can be kept in memory, but the solution time for large eigenvalue jobs is highly dependent on the I/O performance for a given machine.

    The AMS eigensolver has performance characteristics that are closer to the linear equation solver than to Lanczos. AMS eigensolver jobs are still sensitive to I/O performance, but not nearly to the extent of the Lanczos solver.

    Parallelization is generally not as effective for the Abaqus eigensolvers as for nonlinear solutions using Abaqus/Standard and Abaqus/Explicit. Benchmark results are presented for Lanczos eigensolution, but users should be careful in looking to parallel execution to improve eigensolution performance.

  • Abaqus/Explicit: Abaqus/Explicit characteristically runs a large number of very fast increments. Performance for Abaqus/Explicit is typically dictated by a combination of floating point performance and memory access speeds. When running multi-core on a single node, Abaqus/Explicit jobs may exhaust the memory bandwidth available on a given system.

    Parallelization for Abaqus/Explicit is generally quite effective. As with Abaqus/Standard, Abaqus/Explicit requires a minimum per-core problem size to parallelize effectively. It is typically recommended that there must be a minimum of roughly 5,000 elements per core for an Explicit job to run effectively in parallel. Beyond this basic limit, parallel speedup in Abaqus/Explicit is typically affected by how well work can be balanced between cores on a system. The division of computation between cores (load balance) is typically dependent on features included in the Explicit model.


Presentation of Benchmark Data

  • Workstation Benchmarks: The workstation benchmarks consist of the smaller Abaqus jobs. These are executed on relatively low numbers of cores. Since workstations are generally purchased with an eye towards general use, no distinction is made between Abaqus/Standard and Abaqus/Explicit execution.
  • Abaqus/Standard Server Benchmarks: The Abaqus/Standard server benchmarks feature the larger nonlinear Abaqus/Standard jobs. The focus here is on execution of medium to large sized jobs running on compute servers. In the case of clusters or smaller SMP machines, the assumption is made that a single host will be dedicated to running a single Abaqus job. For large SMP machines where multiple Abaqus jobs may be executed on a single host, times are given both for a single job running on the machine (sequential execution) and the throughput situation when multiple jobs are run simultaneously (simultaneous execution).
  • Abaqus/Explicit Server Benchmarks: The Abaqus/Standard server benchmarks feature longer running Abaqus Explicit jobs. As with Abaqus/Standard, the assumption is made that on clusters and smaller SMP machines, a single machine will be dedicated to a single Abaqus job. For larger SMP machines both sequential and throughput times are given.
  • Abaqus/Standard Linear Benchmarks: The Abaqus/Standard linear benchmarks focus on eigensolutions using the Lanczos and AMS eigensolvers.

Benchmark Problem Descriptions

Abaqus/Standard Benchmark Problems

The problems described below provide an estimate of the performance that can be expected when running Abaqus/Standard on different computers. The jobs are representative of typical Abaqus/Standard applications including linear statics, nonlinear statics, and natural frequency extraction.

S1: Plate with gravity load

This benchmark is a linear static analysis of a plate with gravity loading. The plate is meshed with second-order shell elements of type S8R5 and uses a linear elastic material model. Edges of the plate are fixed. There is no contact.

S1
Input file name: s1.inp
Increments: 1
Iterations: 1
Degrees of freedom: 1,085,406
Floating point operations: 1.89E+011
Minimum memory requirement: 587 MB
Memory to minimize I/O: 2 GB
Disk space requirement: 2 GB

S2: Flywheel with centrifugal load

This benchmark is a mildly nonlinear static analysis of a flywheel with centrifugal loading. The flywheel is meshed using first-order hexahedral elements of type C3D8R and uses an isotropic hardening Mises plasticity material model. There is no contact. The nonlinearity in this problem arises from localized yielding in the vicinity of the bolt holes.

Two versions of this benchmark are provided. Both versions are identical except that one uses the direct sparse solver and the other uses the iterative solver.


S2a: Direct solver version
Input file name: s2a.inp
Increments: 6
Iterations: 12
Degree of freedom: 474,744
Floating point operations: 1.86E+012
Minimum memory requirement: 733 MB
Memory to minimize I/O: 849 MB
Disk space requirement: 4.55 GB

S2b: Iterative solver version
Input file name: s2b.inp
Increments: 6
Iterations: 11
Degrees of freedom: 474,744
Floating point operations: 8.34E+010
Minimum memory requirement: 2.8 GB
Memory to minimize I/O: NA
Disk space requirement: 387 MB

S3: Impeller frequencies

This benchmark extracts the natural frequencies and mode shapes of a turbine impeller. The impeller is meshed with second-order tetrahedral elements of type C3D10 and uses a linear elastic material model. Frequencies in the range from 100 Hz. to 20,000 Hz. are requested.

Three versions of this benchmark are provided: a 360,000 DOF version that uses the Lanczos eigensolver, a 1,100,000 DOF version that uses the Lanczos eigensolver, and a 1,100,000 DOF version that uses the AMS eigensolver.


S3a: 360,000 DOF Lanczos eigensolver version
Input file name: s3a.inp
Degrees of freedom: 362,178
Floating point operations: 3.42E+11
Minimum memory requirement: 384 MB
Memory to minimize I/O: 953 MB
Disk space requirement: 4.0 GB

S3b: 1,100,000 DOF Lanczos eigensolver version
Input file name: s3b.inp
Degrees of freedom: 1,112,703
Floating point operations: 3.03E+12
Minimum memory requirement: 1.33 GB
Memory to minimize I/O: 3.04 GB
Disk space requirement: 23.36 GB

S3c: 1,100,000 DOF AMS eigensolver version
Input file name: s3c.inp
Degrees of freedom: 1,112,703
Floating point operations: 3.03E+12
Minimum memory requirement: 1.33 GB
Memory to minimize I/O: 3.04 GB
Disk space requirement: 19.3 GB

S4: Cylinder head bolt-up

This benchmark is a mildly nonlinear static analysis that simulates bolting a cylinder head onto an engine block. The cylinder head and engine block are meshed with tetrahedral elements of types C3D4 or C3D10M, the bolts are meshed using hexahedral elements of type C3D8I, and the gasket is meshed with special-purpose gasket elements of type GK3D8. Linear elastic material behavior is used for the block, head, and bolts while a nonlinear pressure-overclosure relationship with plasticity is used to model the gasket. Contact is defined between the bolts and head, the gasket and head, and the gasket and block. The nonlinearity in this problem arises both from changes in the contact conditions and yielding of the gasket material as the bolts are tightened.

Three versions of this benchmark are provided: a 700,000 DOF version that is suitable for use with the direct sparse solver on 32-bit systems, a 5,000,000 DOF version that is suitable for use with the direct sparse solver on 64-bit systems, and a 5,000,000 DOF version that is suitable for use with the iterative solver on 64-bit systems.


S4a: 700,000 DOF direct solver version
Input file name: s4a.inp
Increments: 1
Iterations: 5
Degrees of freedom: 720,059
Floating point operations: 5.77E+11
Minimum memory requirement: 895 MB
Memory to minimize I/O: 3 GB
Disk space requirement: 3 GB

S4b: 5,000,000 DOF direct solver version
Input file name: s4b.inp
Increments: 1
Iterations: 5
Degrees of freedom: 5,236,958
Floating point operations: 1.14E+13
Minimum memory requirement: 4 GB
Memory to minimize I/O: 20 GB
Disk space requirement: 23 GB

S4c: 5,000,000 DOF iterative solver version
Input file name: s4c.inp
Increments: 1
Iterations: 3
Degrees of freedom: 5,248,154
Floating point operations: 3.74E+11
Minimum memory requirement: 16 GB
Memory to minimize I/O: NA
Disk space requirement: 3.3 GB

S5: Stent expansion

This benchmark is a strongly nonlinear static analysis that simulates the expansion of a medical stent device. The stent is meshed with hexahedral elements of type C3D8 and uses a linear elastic material model. The expansion tool is modeled using surface elements of type SFM3DR. Contact is defined between the stent and expansion tool. Radial displacements are applied to the expansion tool which in turn cause the stent to expand. The nonlinearity in this problem arises from large displacements and sliding contact.

Note: Abaqus, Inc. would like to acknowledge Nitinol Devices and Components for providing the original finite element model of the stent. The stent model used in this benchmark is not representative of current stent designs.


S5
Input file name: s5.inp
Increments: 21
Iterations: 91
Degrees of freedom: 181,692
Floating point operations: 1.80E+009
Minimum memory requirement: NA
Memory to minimize I/O: NA
Disk space requirement: NA

S6: Tire footprint

This benchmark is a strongly nonlinear static analysis that determines the footprint of an automobile tire. The tire is meshed with hexahedral elements of type C3D8, C3D6H, and C3D8H. Linear elastic and hyperelastic material models are used. Belts inside the tire are modeled using rebar layers and embedded elements. The rim and road surface are modeled as rigid bodies. Contact is defined between the tire and wheel and the tire and road surface. The analysis sequence consists of three steps. During the first step the tire is mounted to the wheel, during the second step the tire is inflated, and then during the third step a vertical load is applied to the wheel. The nonlinearity in the problem arises from large displacements, sliding contact, and hyperelastic material behavior.

S6
Input file name: s6.inp
Increments: 41
Iterations: 177
Degrees of freedom: 729,264
Floating point operations: NA
Minimum memory requirement: 397 MB
Memory to minimize I/O: 940 MB
Disk space requirement: NA

Abaqus/Explicit Benchmark Problems

The problems described below provide an estimate of the performance that can be expected when running Abaqus/Explicit on different computers. The jobs are representative of typical Abaqus/Explicit applications including high-speed dynamic impact events and quasi-static events with complicated contact conditions. The number of increments listed in the tables below are approximate and can vary somewhat depending on the hardware platform and the number of parallel domains.

E1: Car crash

This benchmark consists of passenger car impacting a rigid wall. The car is meshed primarily with shell elements of type S3RS and S4RS with isotropic hardening Mises plasticity material behavior. The various compenents of the car are connected using multi-point constraints and connector elements. Many of the suspension and drivetrain components are modeled as rigid bodies. The car, road surface, and wall are placed into a single general contact domain and the car is given an initial velocity of 25 mph.

E1
Input file name: e1.inp
Increments: 62,934
Number of elements: 274,632
Inital stable time increment: 9.535E-07
Final kinetic energy: 2.100E+06
Memory requirement: 1200 MB

E2: Cell phone drop

This benchmark consists of a simplified model of a cell phone impacting a fixed rigid floor. The cell phone components are meshed using a variety of element types including C3D8R, C3D10M, and S4R. The material behavior is modeled using linear elasticity, isotropic hardening Mises plasticity, and hyperelasticity. The components are assembled using surface-based mesh ties and placed into a general contact domain that also includes the floor. The initial velocity and orientation of the cell phone is defined such that a severe oblique impact occurs.

E2
Input file name: e2.inp
Increments: 87,369
Number of elements: 45,785
Inital stable time increment: 3.431E-08
Final kinetic energy: 6.043E+02
Memory requirement: 300 MB

E3: Sheet forming

This benchmark consists of forming a sheet metal part by the deep drawing process. The deformable sheet metal blank is meshed with shell elements of type S4R and uses an isotropic hardening Mises plasticity material model. The tools are meshed using surface elements of type SFM3D4R which are declared rigid. General contact is defined between the blank and tools. The analysis sequence consists of two steps. During the first step the blank is clamped between the binder and die and then during the second step the punch is displaced to form the part. Since the process is essentially quasi-static the computations are performed over a sufficiently long time period to render inertial effects negligible. The performance of this analysis is a direct measure of the performance of the three-dimensional general contact algorithm.

E3
Input file name: e3.inp
Increments: 31,177
Number of elements: 34,540 (deformable only)
Inital stable time increment: 7.151E-07
Final kinetic energy: 1.391E+03
Memory requirement: 550 MB

E4: Projectile penetration

This benchmark consists of a projectile penetrating a steel plate at an oblique angle. Both the projectile and plate are meshed using hexahedral elements of type C3D8R and use a rate-dependent isotropic hardening Mises plasticity material model with failure. The projectile and plate are placed into a general contact domain with surface erosion. The edges of the plate are held fixed and the initial velocity of the projectile is specified so that the projectile passes completely through the plate.

E4
Input file name: e4.inp
Increments: 12,433
Number of elements: 237,100
Inital stable time increment: 4.957E-09
Final kinetic energy: 1.469E+04
Memory requirement: 1400 MB

E5: Blast loaded plate

This benchmark consists of a stiffened steel plate subjected to a high intensity blast load. The plate is meshed using shell elements of type S4R and uses an isotropic hardening Mises plasticity material model. There is no contact.

E5
Input file name: e5.inp
Increments: 81,716
Number of elements: 50,000
Inital stable time increment: 6.122E-07
Final kinetic energy: 1.050E+01
Memory requirement: 150 MB

E6: Concentric spheres

This benchmark consists of a large number of concentric spheres with clearance between each sphere. The spheres are meshed using hexahedral elements of type C3D8R and use an isotropic hardening Mises plasticity material model. All of the spheres are placed into a single general contact domain and the outer sphere is violently shaken which results in complex contact interactions between the contained spheres.

E6
Input file name: e6.inp
Increments: 23,291
Number of elements: 244,124
Inital stable time increment: 2.116E-07
Final kinetic energy: 2.034E+06
Memory requirement: 1000 MB

Workstation Benchmark Data

Linux/x86-64

Benchmark Details
Submitted by:  Bull Abaqus version:  6.7-1
standard_memory:  16000 MB standard_memory_policy:  MAXIMUM
Computer system:  Novascale R440 Operating system:  Red Hat Enterprise Linux 4
Processor:  Intel Xeon Processor 5160, 3.0 GHz Cores/socket:  2
MPI library:  HP-MPI Interconnect:  Infiniband
Memory/node:  16 GB I/O system:  subsystem disk NEC FDA 2400
CORES S1 S2A S3A S4A S5 E4 E5
1 74 2849 533 757 1602 5352 5231
2 52 1577 393 494 974 2997 2756
4 42 1103 381 352 594 1964 1651
 
Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-1
standard_memory:  6500 MB standard_memory_policy:  MODERATE
Computer system:  HP Proliant DL140 G3 Operating system:  Red Hat Enterprise Linux 4.0
Processor:  Intel Xeon Cores 2 Duo, 3.0 GHz Cores/socket:  2
Sockets:  2 Memory/node:  8 GB
CORES S1 S2A S3A S4A S5 E4 E5
1 81 2734 533 730 1718 5038 5221
2 56 1507 404 482 1053 2874 2911
4 47 1049 359 372 623 1904 1707

Windows/x86-64

Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-1
standard_memory:  3500 MB standard_memory_policy:  MODERATE
Computer system:  HP xw4400 Operating system:  Microsoft Vista 64-bit
Processor:  Intel Xeon Core 2 Duo, 2.67 GHz Cores/socket:  2
Sockets:  1 Memory/node:  4 GB
CORES S1 S2A S3A S4A S5 E4 E5
1 130 3660 1044 1106 2224 5131 6433
2 89 2534 887 1036 2138 3135 3717

Server Benchmark Data

Abaqus/Standard Server Benchmark Data

Linux/x86-64

Benchmark Details
Submitted by:  Intel Abaqus version:  6.7-2
standard_memory:  12800 MB standard_memory_policy:  MAXIMUM
Computer system:  Supermicro Workstation (motherboard X7DWA-N rev 1.02), Stoakley Platform Operating system:  Red Hat Enterprise Linux 4
Processor:  Quad-Core Intel Xeon E5472, 3.0 GHz, 2x6 MB L2 Cache per socket Cores/socket:  4
Nodes:  1 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  NA
Memory/node:  16 GB Fully Buffered Dimms I/O system:  4 x 15K U320 73GB SCSI drives, SW RAID0 (ext2 filesystem)
CORES S2A S2B S4B S5 S6
1 2583 2467 9504 1423 6396
2 1382 1874 5902 841 3843
4 763 1024 4082 467 2494
8 507 1010 3803 304 1917
Benchmark Details
Submitted by:  Intel Abaqus version:  6.7-EF1
standard_memory:  15000 MB standard_memory_policy:  MAXIMUM
Computer system:  Intel S1560SF Operating system:  RHEL 4 Update 4 with custom kernel
Processor:  Intel Xeon X5482 3.20 GHz, 12M cache, 1600 MHz FSB Cores/socket:  4
Nodes:  64 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  SilverStorm 9080 DDR
Memory/node:  16 GB I/O system:  single Seagate Barracuda ES 250 GB SATA drive
Cores used/node:  4 (half subscribed)
CORES S2A S2B S4B S5 S6
8 395 577 2868 535 2300
16 240 323 1135 322 1342
32 179 206 867 193 971
64 136 139 710 151 770
Benchmark Details
Submitted by:  Intel Abaqus version:  6.7-EF1
standard_memory:  15000 MB standard_memory_policy:  MAXIMUM
Computer system:  Intel S1560SF Operating system:  RHEL 4 Update 4 with custom kernel
Processor:  Intel Xeon X5482 3.20 GHz, 12M cache, 1600 MHz FSB Cores/socket:  4
Nodes:  64 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  SilverStorm 9080 DDR
Memory/node:  16 GB I/O system:  single Seagate Barracuda ES 250 GB SATA drive
Cores used/node:  8 (fully subscribed)
CORES S2A S2B S4B S5 S6
8 494 1032 7770 297 1903
16 328 572 2820 593 2349
32 219 325 1039 392 1525
64 138 199 731 185 900
 
Benchmark Details
Submitted by:  Bull Abaqus version:  6.7-1
standard_memory:  16000 MB standard_memory_policy:  MAXIMUM
Computer system:  Novascale R440 Operating system:  Red Hat Enterprise Linux 4
Processor:  Intel Xeon Processor 5160, 3.0 GHz Cores/socket:  2
MPI library:  HP-MPI Interconnect:  Infiniband
Memory/node:  16 GB I/O system:  subsystem disk NEC FDA 2400
CORES S2A S2B S4B S5 S6
1 2849 2544 10989 1602 6823
2 1577 1493 7126 974 4271
4 1103 1339 5741 594 2814
8 541 724 3351 745 2681
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-2
standard_memory:  24576 MB standard_memory_policy:  MODERATE
Computer system:  DL160 G5 Operating system:  Red Hat Enterprise Linux 5 Update 1
Processor:  Intel Xeon X5472 3.0 GHz QC Cores/socket:  4
Nodes:  1 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  NA
Memory/node:  32 GB I/O system:  4 72GB 15K SAS disks (ext3)
CORES S2A S2B S4B S5 S6
1 2621 2526 8782 1572 6677
4 857 1043 3921 636 2632
8 694 1032 3651 457 2074
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-2
standard_memory:  24576 MB standard_memory_policy:  MODERATE
Computer system:  DL160 G5 Operating system:  RHEL 5 Update 1
Processor:  Intel Xeon X5272 3.4 GHz DC Cores/socket:  2
Nodes:  1 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  NA
Memory/node:  32 GB I/O system:  7 146 GB 15K U320 SCSI disks in an MSA30 (ext3)
CORES S2A S2B S4B S5 S6
1 2334 2320 7836 1343 5976
2 1250 1234 4818 851 3633
4 833 1070 3469 525 2417
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-EF1
standard_memory:  12288 MB standard_memory_policy:  MODERATE
Computer system:  DL160 G5 Operating system:  RHEL 4 Update 6
Processor:  Intel Xeon X5472 3.0GHz QC Cores/socket:  4
Nodes:  16 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnectX DDR InfiniBand Mezzanine (OFED)
Memory/node:  16 GB I/O system:  4 72GB 15K SAS disks (ext3)
CORES S2A S2B S4B S5 S6
4 865 1052 5173 730 2666
8 690 1042 4984 567 2359
16 346 578 2522 651 2440
32 229 336 1089 449 1633
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-EF1
standard_memory:  12288 MB standard_memory_policy:  MODERATE
Computer system:  DL165 G5 Operating system:  RHEL 4 Update 6
Processor:  AMD Opteron 2356 2.3GHz QC Cores/socket:  4
Nodes:  16 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnectX DDR InfiniBand Mezzanine (OFED)
Memory/node:  16 GB I/O system:  4 72GB 15K SAS disks (ext3)
CORES S2A S2B S4B S5 S6
4 1180 923 5866 852 3222
8 788 629 4779 586 2190
16 472 366 2939 799 2709
32 313 250 1491 482 1700
 
Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-2
standard_memory:  6500 MB standard_memory_policy:  MODERATE
Computer system:  HP XC Xeon Cluster Operating system:  Red Hat Enterprise Linux 4
Processor:  Intel Xeon, 3.0 GHz Cores/socket:  2
Nodes:  32 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  Voltaire Infiniband
Memory/node:  8 GB I/O system:  single 144 GB 10K SAS drive
CORES S2A S2B S4B S5 S6
4 971 1272 9075 585 2652
8 629 694 4547 735 2597
16 371 385 2095 488 1850
32 251 230 1051 371 1356
 
Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-1
standard_memory:  6500 MB standard_memory_policy:  MODERATE
Computer system:  HP XC Opteron Cluster Operating system:  Red Hat Enterprise Linux 4
Processor:  AMD Opteron, 2.2 GHz Cores/socket:  2
Nodes:  32 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  Voltaire Infiniband
Memory/node:  8 GB I/O system:  ext2 filesystem, single 72 GB SATA drive
CORES S2A S2B S4B S5 S6
4 2252 1708 0 1003 4085
8 1384 885 0 1217 3728
16 860 593 3916 700 2391
32 555 593 2170 439 1735

HP-UX/Itanium

Benchmark Details
Submitted by:  HP Abaqus version:  6.7-1
standard_memory:  24576 MB standard_memory_policy:  MODERATE
Computer system:  HP Integrity RX8640 Operating system:  HP-UX 11.23
Processor:  Itanium2 DC 1.6 GHz (Montecito) Cores/socket:  2
Nodes:  1 Sockets/node:  16
MPI library:  HP-MPI 2.2.5 Interconnect:  HP zx2 chipset
Memory/node:  128 GB I/O system:  20 SCSI 73GB 15K RPM disks in two MSA30's, VxFS 5.0
CORES S2A S2B S4B S5 S6
1 3528 3314 12187 3419 12019
4 1036 919 4752 1075 4534
8 607 567 3075 631 3059
16 412 395 2146 459 2956
32 382 369 2585 451 4125

Linux/Itanium

Benchmark Details
Submitted by:  HP Abaqus version:  6.7-1
standard_memory:  24576 MB standard_memory_policy:  MODERATE
Computer system:  HP Integrity RX8640 Operating system:  Red Hat Enterprise Linux 4 Update 4
Processor:  Itanium2 DC 1.6 GHz (Montecito) Cores/socket:  2
Nodes:  1 Sockets/node:  16
MPI library:  HP-MPI 2.2.5.1 Interconnect:  HP zx2 chipset
Memory/node:  128 GB I/O system:  24 SCSI 73GB 15K RPM disks in two MSA30's, ext3
CORES S2A S2B S4B S5 S6
1 3540 2643 12806 3477 11686
4 1039 1029 4552 1143 4360
8 679 664 2808 734 3011
16 451 430 2217 572 2509
32 403 422 2218 517 2547

Windows/x86-64

Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-3
standard_memory:  14000 MB standard_memory_policy:  MAXIMUM
Computer system:  HP xw8400 Operating system:  Windows Server 2008
Processor:  Intel Xeon 5160, 3.0 GHz Cores/socket:  2
Nodes:  1 Sockets/node:  2
Memory/node:  16 GB I/O system:  1 SCSI drive
CORES S2A S2B S4B S5 S6
1 2834 2405 11756 1731 6701
2 1596 1631 8179 1666 5799
4 1008 1407 6938 1641 5401

Abaqus/Explicit Server Benchmark Data

Linux/x86-64

Benchmark Details
Submitted by:  Intel Abaqus version:  6.7-2
Computer system:  Supermicro Workstation (motherboard X7DWA-N rev 1.02), Stoakley Platform Operating system:  Red Hat Enterprise Linux 4
Processor:  Quad-Core Intel Xeon E5472, 3.0 GHz, 2x6 MB L2 Cache per socket Cores/socket:  4
Nodes:  1 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  NA
Memory/node:  16 GB Fully Buffered Dimms I/O system:  4 x 15K U320 73GB SCSI drives, SW RAID0 (ext2 filesystem)
CORES E1 E2 E3 E4 E5 E6
1 24815 13738 12504 5273 5299 13456
2 14060 7151 6341 2900 2693 7880
4 8264 3857 3438 1616 1440 4534
8 6077 2473 2529 1205 910 3339
 
Benchmark Details
Submitted by:  Bull Abaqus version:  6.7-1
Computer system:  Novascale R440 Operating system:  Red Hat Enterprise Linux 4
Processor:  Intel Xeon Processor 5160, 3.0 GHz Cores/socket:  2
MPI library:  HP-MPI Interconnect:  Infiniband
Memory/node:  16 GB I/O system:  subsystem disk NEC FDA 2400
CORES E1 E2 E3 E4 E5 E6
1 25132 14086 12237 5352 5231 13213
2 13859 7283 6575 2997 2756 7752
4 10067 4559 4485 1964 1651 5378
8 5366 2406 2303 1127 860 3092
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-1
Computer system:  XC3000BL (BL460c nodes) Operating system:  RHEL 4 (XC 3.2.1)
Processor:  Intel Xeon DC 3.0 GHz Cores/socket:  2
Nodes:  64 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnextX DDR Infiniband Mezzanine (OFED)
Memory/node:  8 GB I/O system:  1 SAS 10K RMP disk, ext2
CORES E1 E2 E3 E4 E5 E6
4 9811 4408 4367 1866 1605 5213
8 5098 2302 2251 1106 818 2917
16 2822 1297 1190 643 430 1660
32 1607 782 694 457 237 1014
64 1189 674 689 387 181 823
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-2
Computer system:  BL460c Operating system:  RHEL 4 (XC V3.2.1)
Processor:  Intel Xeon X5460 3.16 GHz QC Cores/socket:  4
Nodes:  16 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnextX DDR Infiniband Mezzanine (OFED)
Memory/node:  16 GB I/O system:  2 72 GB 15K SAS disks (ext3)
CORES E1 E2 E3 E4 E5 E6
1 22162 12232 10448 4731 4636 11930
4 8617 3770 3536 1698 1419 4591
8 7325 2687 2902 1381 1009 3712
16 3777 1519 1465 807 507 2100
32 2190 1013 844 546 266 1276
64 1544 786 956 565 314 1054
 
Benchmark Details
Submitted by:  HP Abaqus version:  6.7-2
Computer system:  DL160 G5 Operating system:  RHEL 5 Update 1
Processor:  Intel Xeon X5272 3.4 GHz DC Cores/socket:  2
Nodes:  1 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  NA
Memory/node:  32 GB I/O system:  7 146 GB 15K U320 SCSI disks in an MSA30 (ext3)
CORES E1 E2 E3 E4 E5 E6
1 21593 11859 10497 4470 4461 11622
2 11383 6039 5340 2478 2293 6534
4 8022 3580 3508 1522 1332 4444
 
Benchmark Details
Submitted by:  HP ABAQUS version:  6.7-2
Computer system:  DL160 G5 Operating System:  RHEL 5 Update 1
Processor:  Intel Xeon X5472 3.0GHz QC Cores/socket:  4
Nodes:  16 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnectX DDR InfiniBand Mezzanine (OFED)
Memory/node:  16 GB I/O system:  2 72GB 15K SAS disks (ext3)
CORES E1 E2 E3 E4 E5 E6
1 23827 13258 11433 5044 4986 12910
4 8035 3789 3341 1592 1415 4414
8 6135 2494 2681 1250 912 3366
16 3243 1392 1360 726 482 1871
32 1848 861 746 502 231 1135
64 1330 728 863 475 250 991
 
Benchmark Details
Submitted by:  HP ABAQUS version:  6.7-2
Computer system:  DL165 G5 Operating System:  RHEL 4 Update 6
Processor:  AMD Opteron 2356 2.3GHz QC Cores/socket:  4
Nodes:  16 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  ConnectX DDR InfiniBand Mezzanine (OFED)
Memory/node:  16 GB I/O system:  4 72GB 15K SAS disks (ext3)
CORES E1 E2 E3 E4 E5 E6
1 31738 20248 15116 6643 7340 16880
4 9021 4650 4193 1755 1747 5114
8 5509 2636 2711 1104 994 3239
16 3101 1498 1472 660 552 1905
32 1880 956 904 488 348 1196
64 1413 895 1057 468 283 1053
 
Benchmark Details
Submitted by:  SGI Abaqus version:  6.7-3
Computer system:  SGI Altix ICE8200EX, hypercube Operating System: 
Processor:  Intel Xeon 5472, 3.0 GHz, 6MB L2 cache Cores/socket:  2
Nodes:  256 Sockets/node:  2
MPI library:  HP-MPI 2.2.5.1 Interconnect:  Mellanox ConnectX Infiniband
Memory/node:  16 GB I/O system:  LUSTRE file system
CORES E1 E2 E3 E4 E5 E6
4 7906 3705 3271 1569 1402 4384
8 3975 1965 1705 965 685 2435
16 2233 1062 838 453 293 1334
32 1272 563 465 344 161 790
64 902 418 466 289 115 660
 
Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-2
Computer system:  HP XC Xeon Cluster Operating system:  Red Hat Enterprise Linux 4
Processor:  Intel Xeon, 3.0 GHz Cores/socket:  2
Nodes:  32 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  Voltaire Infiniband
Memory/node:  8 GB I/O system:  single 144 GB 10K SAS drive
CORES E1 E2 E3 E4 E5 E6
1 23957 13659 11289 5157 5122 12601
2 13229 6998 6201 2838 2657 7336
4 9843 4434 4413 1856 1619 5235
8 5140 2311 2280 1074 823 2948
16 2853 1417 1199 618 441 1688
32 1678 1033 778 454 247 1046
 
Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-1
Computer system:  HP XC Opteron Cluster Operating system:  Red Hat Enterprise Linux 4
Processor:  AMD Opteron, 2.2 GHz Cores/socket:  2
Nodes:  32 Sockets/node:  2
MPI library:  HP-MPI Interconnect:  Voltaire Infiniband
Memory/node:  8 GB I/O system:  ext2 filesystem, single 72 GB SATA drive
CORES E1 E2 E3 E4 E5 E6
1 35616 22924 16017 7983 8460 19008
2 18524 11464 8405 3992 4294 10571
4 14149 7521 5106 2430 2503 9014
8 7093 3336 2915 1502 1229 4183
16 3893 1877 2038 878 679 2414
32 2217 1216 1050 573 423 1498

HP-UX/Itanium

Benchmark Details
Submitted by:  HP Abaqus version:  6.7-1
Computer system:  HP Integrity RX8640 Operating system:  HP-UX 11.23
Processor:  Itanium2 DC 1.6 GHz (Montecito) Cores/socket:  2
Nodes:  1 Sockets/node:  16
MPI library:  HP-MPI 2.2.5 Interconnect:  HP zx2 chipset
Memory/node:  128 GB I/O system:  20 SCSI 73GB 15K RPM disks in two MSA30's, VxFS 5.0
CORES E1 E2 E3 E4 E5 E6
1 30465 16815 18111 6335 5311 17723
4 9198 4542 4526 1844 1366 5725
8 4984 2476 2472 1080 634 3279
16 3106 1381 1347 726 329 1938
32 2203 872 869 603 226 1392

Linux/Itanium

Benchmark Details
Submitted by:  HP Abaqus version:  6.7-1
Computer system:  HP Integrity RX8640 Operating system:  Red Hat Enterprise Linux 4 Update 4
Processor:  Itanium2 DC 1.6 GHz (Montecito) Cores/socket:  2
Nodes:  1 Sockets/node:  16
MPI library:  HP-MPI 2.2.5.1 Interconnect:  HP zx2 chipset
Memory/node:  128 GB I/O system:  24 SCSI 73GB 15K RPM disks in two MSA30's, ext3
CORES E1 E2 E3 E4 E5 E6
1 33128 15056 21879 6148 5314 17305
4 10447 4272 5323 1966 1454 5914
8 5466 2414 2727 1209 651 3398
16 3255 1340 1389 716 333 1966
32 2262 809 865 600 214 1375

Windows/x86-64

Benchmark Details
Submitted by:  SIMULIA Abaqus version:  6.7-3
Computer system:  HP xw8400 Operating system:  Windows Server 2008 RC1
Processor:  Intel Xeon 5160, 3.0 GHz Cores/socket:  2
Nodes:  1 Sockets/node:  2
Memory/node:  16 GB I/O system:  1 SCSI drive
CORES E1 E2 E3 E4 E5 E6
1 24168 13662 12073 5105 6339 12867
2 14195 7537 6937 2916 3519 8171
4 9675 4379 4431 1903 1956 5297
© Dassault Systèmes, 2004, 2010 - All Rights Reserved
Terms of Use | Trademarks | Privacy Statement