| |
Abaqus Release 6.8 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 Abaqus releases.
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
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 
Click the link above to expand the Abaqus/Standard problem descriptions below which 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: Plate with gravity load
|
| 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 |
| Disk space requirement: |
2 GB |
Benchmarks with problem S1 :
Reference id : WIN32-1 Reference id : WIN64-2 Reference id : LIN32-3 Reference id : LIN64-4 Reference id : LIN64-5 Reference id : LIN64-6
 |
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.
A single version of this benchmark is provided at this time.
In earlier releases a second version using the Abaqus iterative
solver was provided, but that version has been deprecated.
|
S2a: Direct solver version
|
| 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 |
| Disk space requirement: |
4.55 GB |
Benchmarks with problem S2 :
No benchmarks found for problem S2
 |
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
S3b: 1,100,000 DOF Lanczos eigensolver version
S3c: 1,100,000 DOF AMS eigensolver version
|
| 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 |
| 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 |
| 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 |
| Disk space requirement: |
19.3 GB |
Benchmarks with problem S3 :
No benchmarks found for problem S3
 |
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 version using a
smaller model (700,000 DOF) with a low iteration count, a version
using a larger model (5,000,000 DOF) model with a low iteration count,
and a version using the smaller model but with a higher iteration count.
These three models are used to demonstrate that as a general rule
parallel scaling in Abaqus/Standard improves as either the model
size or the number of iterations increases.
|
S4a: 700,000 DOF, 5 iteration version
S4b: 5,000,000 DOF, 5 iteration version
S4d: 700,000 DOF, 27 iteration version
|
| S4a: 700,000 DOF, 5 iteration 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 |
| Disk space requirement: |
3 GB |
| S4b: 5,000,000 DOF 5 iteration 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 |
| Disk space requirement: |
23 GB |
| S4d: 700,000 DOF, 27 iteration version |
| Input file name: |
s4c.inp |
| Increments: |
20 |
| Iterations: |
27 |
| Degrees of freedom: |
720,059 |
| Floating point operations: |
5.77E+11 |
| Minimum memory requirement: |
895 MB |
| Disk space requirement: |
3.3 GB |
Benchmarks with problem S4 :
No benchmarks found for problem S4
 |
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 : Stent expansion
|
| 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 |
| Disk space requirement: |
NA |
Benchmarks with problem S5 :
Reference id : WIN32-1 Reference id : WIN64-2 Reference id : LIN32-3 Reference id : LIN64-4 Reference id : LIN64-5 Reference id : LIN64-6 Reference id : LIN64-16
 |
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 : Tire footprint
|
| S6 |
| Input file name: |
s6.inp |
| Increments: |
41 |
| Iterations: |
177 |
| Degrees of freedom: |
729,264 |
| Floating point operations: |
NA |
| Minimum memory requirement: |
397 MB |
| Disk space requirement: |
NA |
Benchmarks with problem S6 :
Reference id : WIN64-7 Reference id : WIN64-9 Reference id : WIN64-10 Reference id : WIN64-12 Reference id : WIN64-14 Reference id : LIN64-16 Reference id : LIN64-18 Reference id : LIN64-20 Reference id : LIN64-22 Reference id : LIN64-26 Reference id : LIN64-28 Reference id : LIN64-29 Reference id : LIN64-32 Reference id : LIN64-34 Reference id : LIN64-36 Reference id : LIN64-37 Reference id : LIN64-40 Reference id : LIN64-45 Reference id : LIN64-48 Reference id : LIN64-53 Reference id : LIN64-55 Reference id : LIN64-57 Reference id : LIN64-59 |
Abaqus/Explicit Benchmark Problems
Click the link above to expand the Abaqus/Explicit problem descriptions below which 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: Car crash
|
| 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 |
Benchmarks with problem E1 :
Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60
 |
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: Cell phone drop
|
| 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 |
Benchmarks with problem E2 :
Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60
 |
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: Sheet forming
|
| 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 |
Benchmarks with problem E3 :
Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60
 |
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: Projectile penetration
|
| 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 |
Benchmarks with problem E4 :
Reference id : WIN32-1 Reference id : WIN64-2 Reference id : LIN32-3 Reference id : LIN64-4 Reference id : LIN64-5 Reference id : LIN64-6 Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60
 |
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: Blast loaded plate
|
| 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 |
Benchmarks with problem E5 :
Reference id : WIN32-1 Reference id : WIN64-2 Reference id : LIN32-3 Reference id : LIN64-4 Reference id : LIN64-5 Reference id : LIN64-6 Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60
 |
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: Concentric 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 |
Benchmarks with problem E6 :
Reference id : WIN64-8 Reference id : WIN64-11 Reference id : WIN64-13 Reference id : WIN64-15 Reference id : LIN64-17 Reference id : LIN64-19 Reference id : LIN64-21 Reference id : LIN64-23 Reference id : LIN64-24 Reference id : LIN64-25 Reference id : LIN64-27 Reference id : LIN64-30 Reference id : LIN64-31 Reference id : LIN64-33 Reference id : LIN64-35 Reference id : LIN64-38 Reference id : LIN64-39 Reference id : LIN64-41 Reference id : LIN64-42 Reference id : LIN64-43 Reference id : LIN64-44 Reference id : LIN64-46 Reference id : LIN64-47 Reference id : LIN64-49 Reference id : LIN64-50 Reference id : LIN64-51 Reference id : LIN64-52 Reference id : LIN64-54 Reference id : LIN64-56 Reference id : LIN64-58 Reference id : LIN64-60 |
Linear Benchmark Data
Windows/x86-64
Submitted by : SIMULIA Abaqus version : 6.8-2 Computer system : HP DL140 Operating system : Windows Server 2003 Processor : Intel Pentium D, 2.8 GHz Cores/socket : 2 Sockets/node : 1 Memory : 4 GB I/O system : single 72 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 1174 | 23985 | 9128 | | 2 | 1142 (1.03) | 13842 (1.73) | 8322 (1.1) | |
Linux/x86-64
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 90% except 80% for S3C Computer system : HP BL465c G5 Operating system : SLES 10 Processor : AMD Opteron 2384 Quad-core, 2.7GHz Cores/socket : 4 Nodes : 1 Sockets/node : 2 MPI library : HP-MPI Interconnect : N/A Memory/node : 32 GB I/O system : 6-way stripe RAID0 using 72GB 15K RPM SAS drives (xfs)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 450 | 2694 | 2113 | | 4 | 264 (1.7) | 1332 (2.02) | 1147 (1.84) | | 8 | 234 (1.92) | 1001 (2.69) | 1140 (1.85) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 80% Computer system : HP DL160 G5 Operating system : RHEL 5u2 Processor : Intel Xeon X5472 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 1 Sockets/node : 2 MPI library : HP-MPI Interconnect : N/A Memory/node : 32 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 486 | 2608 | 2295 | | 4 | 310 (1.57) | 1400 (1.86) | 1350 (1.7) | | 8 | 257 (1.89) | 1105 (2.36) | 1177 (1.95) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 80% Computer system : HP DL165 G5 Operating system : RHEL 5u2 Processor : AMD Opteron 2356 Quad-core, 2.3GHz Cores/socket : 4 Nodes : 1 Sockets/node : 2 MPI library : HP-MPI Interconnect : N/A Memory/node : 32 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A_STD | S3B_STD | S3C_STD | | 1 | 553 | 3300 | 2822 | | 4 | 319 (1.73) | 1567 (2.11) | 1537 (1.84) | | 8 | 265 (2.09) | 1174 (2.81) | 1382 (2.04) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 3 Processor : Quad Core Intel(R) Xeon(R) Processor 5570 2.93GHz/6.4 QPI Cores/socket : 4 Sockets/system : 2 MPI library : HP-MPI Memory/node : 24 GB (12x2GB DDR3 1066 MHz RDIMM) I/O system : (4) Intel(R) X25-E Extreme 32GB SATA Solid-State Drives RAID 0 (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 305 | 1798 | 1443 | | 2 | 204 (1.5) | 1121 (1.6) | 1073 (1.34) | | 4 | 158 (1.93) | 798 (2.25) | 740 (1.95) | | 8 | 132 (2.31) | 623 (2.89) | 638 (2.26) | |
Submitted by : SIMULIA Abaqus version : 6.8-1 memory (Abaqus setting) : default (90%) Computer system : HP Xeon Operating system : Red Hat Enterprise Linux 4 Processor : Intel Xeon, 3.0 GHz Cores/socket : 2 Sockets/node : 2 Memory : 8 GB I/O system : single 144 GB 10K SAS drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 399 | 5300 | 2379 | | 2 | 317 (1.26) | 4808 (1.1) | 1974 (1.21) | | 4 | 250 (1.6) | 4610 (1.15) | 1615 (1.47) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5272 @3.4ghz Cores/socket : 2 Sockets/node : 2 Cores in use per socket : 2 Nodes : 2 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 4 | 222 | 1067 | 0 | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Nodes : 4 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 404 | 2277 | 0 | | 4 | 247 (1.64) | 1151 (1.98) | 0 (Not computed) | | 8 | 203 (1.99) | 904 (2.52) | 0 (Not computed) | |
AIX/Power
Submitted by : SIMULIA Abaqus version : 6.8-1 memory (Abaqus setting) : default (90%) Computer system : IBM P570 Operating system : AIX 6 Processor : Power6, 4.7 GHz Cores : 8 Memory : 64 GB I/O system : 3 140 GB drives
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S3A | S3B | S3C | | 1 | 0 | 2103 | 1771 | | 2 | 313 (Not computed) | 1466 (1.43) | 1770 (1) | | 4 | 269 (1.16) | 1143 (1.84) | 1775 (1) | |
Workstation Benchmark Data
Windows/x86-32
Submitted by : SIMULIA Abaqus version : 6.8-1 Computer system : HP xw4400 Operating system : Windows Server 2003 Processor : Intel Xeon Core 2 Duo, 2.6 GHz Cores/socket : 2 Sockets/node : 1 Memory : 4 GB I/O system : single 146 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 94 | 4042 | 629 | 1048 | 1492 | 5411 | 6451 | | 2 | 90 (1.04) | 2486 (1.63) | 452 (1.39) | 936 (1.12) | 1032 (1.45) | 3180 (1.7) | 3604 (1.79) | |
Windows/x86-64
Submitted by : SIMULIA Abaqus version : 6.8-2 Computer system : HP DL140 Operating system : Windows Server 2003 Processor : Intel Pentium D, 2.8 GHz Cores/socket : 2 Sockets/node : 1 Memory : 4 GB I/O system : single 72 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 154 | 8314 | 1068 | 2498 | 2660 | 7247 | 12471 | | 2 | 108 (1.43) | 6201 (1.34) | 879 (1.22) | 2479 (1.01) | 1625 (1.64) | 4493 (1.61) | 6731 (1.85) | |
Linux/x86-32
Submitted by : SIMULIA Abaqus version : 6.8-1 memory (Abaqus setting) : 1500 mb Computer system : Linux Networx Operating system : SUSE Linux Enterprise Server 9 Processor : Intel Xeon (Netburst architecture), 3.0 GHz Cores/socket : 1 Sockets/node : 2 Memory : 4 GB I/O system : single 72 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 161 | 6061 | 1199 | 1827 | 2964 | 9617 | 16547 | | 2 | 131 (1.23) | 4026 (1.51) | 2639 (0.45) | 1404 (1.3) | 1870 (1.59) | 6591 (1.46) | 9407 (1.76) | |
Linux/x86-64
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 3 Processor : Quad Core Intel(R) Xeon(R) Processor 5570 2.93GHz/6.4 QPI Cores/socket : 4 Sockets/system : 2 MPI library : HP-MPI Memory/node : 24 GB (12x2GB DDR3 1066 MHz RDIMM) I/O system : (4) Intel(R) X25-E Extreme 32GB SATA Solid-State Drives RAID 0 (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 52 | 1975 | 334 | 581 | 1051 | 3458 | 4142 | | 2 | 38 (1.37) | 1012 (1.95) | 210 (1.59) | 364 (1.6) | 581 (1.81) | 1736 (1.99) | 1915 (2.16) | | 4 | 31 (1.68) | 539 (3.66) | 161 (2.07) | 252 (2.31) | 359 (2.93) | 884 (3.91) | 1080 (3.84) | | 8 | 29 (1.79) | 319 (6.19) | 132 (2.53) | 199 (2.92) | 253 (4.15) | 605 (5.72) | 593 (6.98) | |
Submitted by : SIMULIA Abaqus version : 6.8-1 Computer system : Colfax AMD Barcelona Workstation Operating system : Red Hat Enterprise Linux 5 Processor : AMD 8354, 2.2 GHz Cores/socket : 4 Sockets/node : 2 MPI library : HP-MPI Memory : 8 GB I/O system : single 300 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 115 | 4210 | 761 | 1151 | 2123 | 6892 | 7807 | | 2 | 89 (1.29) | 0 (1.29) | 885 (0.86) | 718 (1.6) | 1149 (1.85) | 3259 (2.11) | 3935 (1.98) | | 4 | 80 (1.44) | 1156 (3.64) | 2891 (0.26) | 504 (2.28) | 681 (3.12) | 1953 (3.53) | 2025 (3.86) | | 8 | 85 (1.35) | 641 (6.57) | 0 (6.57) | 410 (2.81) | 489 (4.34) | 1120 (6.15) | 1067 (7.32) | |
Submitted by : SIMULIA Abaqus version : 6.8-1 Computer system : HP Xeon Operating system : Red Hat Enterprise Linux 4 Processor : Intel Xeon 5160, 3.0 GHz Cores/socket : 2 Sockets/node : 2 Memory : 8 GB I/O system : single 72 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S1 | S2A | S3A | S4A | S5 | E4 | E5 | | 1 | 67 | 2313 | 399 | 653 | 1153 | 4671 | 5277 | | 2 | 49 (1.37) | 1214 (1.91) | 317 (1.26) | 455 (1.44) | 718 (1.61) | 2479 (1.88) | 2683 (1.97) | | 4 | 41 (1.63) | 714 (3.24) | 251 (1.59) | 341 (1.91) | 451 (2.56) | 1646 (2.84) | 1620 (3.26) | |
Server Benchmark Data
Abaqus/Explicit Server Benchmark Data
Windows/x86-64
Submitted by : SIMULIA Abaqus version : 6.8-2 Computer system : HP XC Opteron Cluster Operating system : Windows Server 2003, Compute Cluster Edition Processor : AMD Opteron, 2.6 GHz Cores/socket : 2 Nodes : 18 Sockets/node : 2 MPI library : MS-MPI, IBAL driver Interconnect : Gigabit Ethernet Memory/node : 8 GB I/O system : single 72 GB SCSI drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 10980 | 5651 | 5727 | 1909 | 2719 | 6539 | | 8 | 6569 (1.67) | 3350 (1.69) | 3358 (1.71) | 1327 (1.44) | 1597 (1.7) | 5024 (1.3) | | 16 | 11005 (1) | 2167 (2.61) | 2163 (2.65) | 903 (2.11) | 987 (2.75) | 10559 (0.62) | |
Submitted by : SIMULIA Abaqus version : 6.8-2 Computer system : HP XC Xeon Cluster Operating system : Windows Server 2003, Compute Cluster Edition Processor : Intel Xeon, 3.0 GHz Cores/socket : 2 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI, IBAL driver Interconnect : Voltaire Infiniband Memory/node : 8 GB I/O system : single 72 GB SAS drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 0 | 4734 | 0 | 1936 | 2002 | 5863 | | 8 | 7415 (Not computed) | 2846 (1.66) | 3093 (Not computed) | 1174 (1.65) | 1117 (1.79) | 3513 (1.67) | | 16 | 5389 (1.38) | 2268 (2.09) | 0 (2.09) | 863 (2.24) | 798 (2.51) | 2545 (2.3) | |
Submitted by : SIMULIA Abaqus version : 6.8-4 memory (Abaqus setting) : default 90% for all workloads Computer system : Cray CX1 Operating system : Windows HPC Server 2008 Processor : Intel Xeon Processor 5450 3.0GHz Cores/socket : 4 Nodes : 4 Sockets/node : 2 Cores in use per socket : 4 MPI library : Microsoft MPI Interconnect : Gigabit Ethernet Memory/node : 8 GB I/O system : 1 SATA drive per node
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 16 | 3306 | 1529 | 1434 | 605 | 567 | 2826 | | 32 | 2727 (1.21) | 1333 (1.15) | 954 (1.5) | 549 (1.1) | 452 (1.25) | 11517 (0.25) | |
Submitted by : SIMULIA Abaqus version : 6.8-4 memory (Abaqus setting) : default 90% for all workloads, except 50% for Computer system : Cray CX1 Operating system : Windows HPC Server 2008 Processor : Intel Xeon Processor 5450 3.0GHz Cores/socket : 4 Nodes : 4 Sockets/node : 2 Cores in use per socket : 4 MPI library : Microsoft MPI Interconnect : Mellanox InfiniBand Memory/node : 8 GB I/O system : 1 SATA drive per node
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 11408 | 4411 | 5342 | 1678 | 1933 | 5722 | | 8 | 5929 (1.92) | 2382 (1.85) | 2636 (2.03) | 970 (1.73) | 983 (1.97) | 3140 (1.82) | | 16 | 3178 (3.59) | 1517 (2.91) | 1468 (3.64) | 593 (2.83) | 535 (3.61) | 1829 (3.13) | | 32 | 2088 (5.46) | 1343 (3.28) | 0 (3.28) | 685 (2.45) | 370 (5.22) | 1176 (4.87) | |
Linux/x86-64
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP DL160 G5 Operating system : RHEL 5u2 Processor : Intel Xeon X5272 Dual-core, 3.4GHz Cores/socket : 2 Nodes : 8 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Mezzanine (OFED) Memory/node : 8 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 8365 | 3536 | 3757 | 1360 | 1337 | 4460 | | 8 | 4228 (1.98) | 1876 (1.88) | 1852 (2.03) | 782 (1.74) | 691 (1.93) | 2462 (1.81) | | 16 | 2344 (3.57) | 1104 (3.2) | 1034 (3.63) | 479 (2.84) | 385 (3.47) | 1422 (3.14) | | 32 | 1370 (6.11) | 707 (5) | 601 (6.25) | 366 (3.72) | 222 (6.02) | 888 (5.02) | |
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP BL2x220c G5 Operating system : SLES 10 Processor : Intel Xeon E5450 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 32 Sockets/node : 2 MPI library : HP-MPI Interconnect : Gigabit Ethernet Memory/node : 16 GB I/O system : 1 120GB SATA drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 16 | 4070 | 1689 | 1623 | 745 | 535 | 2224 | | 32 | 2447 (1.66) | 1218 (1.39) | 982 (1.65) | 531 (1.4) | 271 (1.97) | 1466 (1.52) | | 64 | 2234 (1.82) | 1168 (1.45) | 3881 (0.42) | 563 (1.32) | 297 (1.8) | 1244 (1.79) | |
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP BL2x220c G5 Operating system : SLES 10 Processor : Intel Xeon E5450 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 32 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Gen1 (OFED) Memory/node : 16 GB I/O system : 1 120GB SATA drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 9082 | 3842 | 3713 | 1551 | 1464 | 4691 | | 8 | 7623 (1.19) | 2828 (1.36) | 3209 (1.16) | 1227 (1.26) | 1048 (1.4) | 3831 (1.22) | | 16 | 4002 (2.27) | 1597 (2.41) | 1604 (2.31) | 730 (2.12) | 516 (2.84) | 2154 (2.18) | | 32 | 2319 (3.92) | 971 (3.96) | 862 (4.31) | 515 (3.01) | 221 (6.62) | 1319 (3.56) | | 64 | 1546 (5.87) | 699 (5.5) | 848 (4.38) | 486 (3.19) | 205 (7.14) | 1039 (4.51) | |
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP BL465c G5 Operating system : XC V4.0 RC2 (RHEL 5u1) Processor : AMD Opteron 2384 Quad-core, 2.7GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Memory/node : 16 GB I/O system : 1 72GB 10K RPM SAS drive (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 7622 | 3631 | 3413 | 1296 | 1446 | 4059 | | 8 | 4511 (1.69) | 2066 (1.76) | 2144 (1.59) | 790 (1.64) | 837 (1.73) | 2557 (1.59) | | 16 | 2557 (2.98) | 1215 (2.99) | 1186 (2.88) | 497 (2.61) | 467 (3.1) | 1493 (2.72) | | 32 | 1569 (4.86) | 825 (4.4) | 756 (4.51) | 392 (3.31) | 301 (4.8) | 969 (4.19) | | 64 | 1258 (6.06) | 790 (4.6) | 917 (3.72) | 443 (2.93) | 273 (5.3) | 927 (4.38) | |
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP DL160 G5 Operating system : RHEL 5u2 Processor : Intel Xeon X5472 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Mezzanine (OFED) Memory/node : 16 GB I/O system : 2-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 8345 | 3677 | 3412 | 1443 | 1405 | 4361 | | 8 | 6167 (1.35) | 2458 (1.5) | 2700 (1.26) | 1019 (1.42) | 905 (1.55) | 3227 (1.35) | | 16 | 3215 (2.6) | 1389 (2.65) | 1330 (2.57) | 589 (2.45) | 464 (3.03) | 1846 (2.36) | | 32 | 1887 (4.42) | 889 (4.14) | 744 (4.59) | 433 (3.33) | 226 (6.22) | 1118 (3.9) | |
Submitted by : HP Abaqus version : 6.8-1 Computer system : HP DL165 G5 Operating system : RHEL 5u2 Processor : AMD Opteron 2356 Quad-core, 2.3GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Mezzanine (OFED) Memory/node : 16 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 9324 | 4532 | 4325 | 1588 | 1762 | 5062 | | 8 | 5631 (1.66) | 2564 (1.77) | 2785 (1.55) | 968 (1.64) | 1011 (1.74) | 3269 (1.55) | | 16 | 3202 (2.91) | 1470 (3.08) | 1544 (2.8) | 609 (2.61) | 560 (3.15) | 1914 (2.64) | | 32 | 1924 (4.85) | 980 (4.62) | 943 (4.59) | 456 (3.48) | 370 (4.76) | 1220 (4.15) | | 64 | 1421 (6.56) | 918 (4.94) | 1031 (4.19) | 498 (3.19) | 360 (4.89) | 1125 (4.5) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 4 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system : (1) 500GB SATA 7200 rpm drive (ext2), mp_file_system=(LOCAL, LOCAL) Other : processes not pinned to core
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 8 | 3274 | 1534 | 1336 | 584 | 602 | 1718 | | 16 | 1844 (1.78) | 851 (1.8) | 819 (1.63) | 349 (1.67) | 321 (1.88) | 1042 (1.65) | | 32 | 1100 (2.98) | 519 (2.96) | 458 (2.92) | 257 (2.27) | 196 (3.07) | 618 (2.78) | | 64 | 766 (4.27) | 447 (3.43) | 453 (2.95) | 250 (2.34) | 178 (3.38) | 453 (3.79) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 4 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system : (1) 500GB SATA 7200 rpm drive (ext2), mp_file_system=(LOCAL, LOCAL) Other : processes pinned to core
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 8 | 3073 | 1461 | 1351 | 557 | 563 | 1718 | | 16 | 1658 (1.85) | 828 (1.76) | 732 (1.85) | 338 (1.65) | 317 (1.78) | 987 (1.74) | | 32 | 984 (3.12) | 535 (2.73) | 466 (2.9) | 250 (2.23) | 196 (2.87) | 608 (2.83) | | 64 | 733 (4.19) | 433 (3.37) | 454 (2.98) | 246 (2.26) | 170 (3.31) | 443 (3.88) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 2 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system : (1) 500GB SATA 7200 rpm drive (ext2), mp_file_system=(LOCAL, LOCAL) Other : processes pinned to core
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 5189 | 2638 | 2125 | 920 | 1037 | 2769 | | 8 | 2738 (1.9) | 1407 (1.87) | 1173 (1.81) | 528 (1.74) | 539 (1.92) | 1560 (1.78) | | 16 | 1519 (3.42) | 789 (3.34) | 642 (3.31) | 317 (2.9) | 290 (3.58) | 903 (3.07) | | 32 | 924 (5.62) | 481 (5.48) | 382 (5.56) | 240 (3.83) | 183 (5.67) | 559 (4.95) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 3 Processor : Quad Core Intel(R) Xeon(R) Processor 5570 2.93GHz/6.4 QPI, Turbo Cores/socket : 4 Sockets/system : 2 MPI library : HP-MPI Memory/node : 24 GB (12x2GB DDR3 1066 MHz RDIMM) I/O system : (4) Intel(R) X25-E Extreme 32GB SATA Solid-State Drives RAID 0 (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 1 | 18838 | 9554 | 7806 | 3075 | 3777 | 8358 | | 2 | 9632 (1.96) | 4999 (1.91) | 4248 (1.84) | 1844 (1.67) | 1947 (1.94) | 5575 (1.5) | | 4 | 5828 (3.23) | 2753 (3.47) | 2364 (3.3) | 953 (3.23) | 987 (3.83) | 3041 (2.75) | | 8 | 3245 (5.81) | 1517 (6.3) | 1365 (5.72) | 589 (5.22) | 594 (6.36) | 1793 (4.66) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI ICE8200EX Operating System : Propack6 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 4 Memory : 16GB I/O system : SGI NAS shared file system MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 8 | 6235 | 2455 | 2699 | 1067 | 901 | 3274 | | 16 | 3252 (1.92) | 1368 (1.79) | 1344 (2.01) | 594 (1.8) | 435 (2.07) | 1833 (1.79) | | 32 | 1863 (3.35) | 812 (3.02) | 688 (3.92) | 374 (2.85) | 176 (5.12) | 1069 (3.06) | | 64 | 1203 (5.18) | 547 (4.49) | 633 (4.26) | 300 (3.56) | 119 (7.57) | 806 (4.06) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI ICE8200EX Operating System : Propack6 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 2 Memory : 16GB I/O system : SGI NAS shared file system MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 8151 | 3636 | 3423 | 1441 | 1382 | 4351 | | 8 | 4168 (1.96) | 1910 (1.9) | 1752 (1.95) | 821 (1.76) | 674 (2.05) | 2402 (1.81) | | 16 | 2308 (3.53) | 1036 (3.51) | 868 (3.94) | 457 (3.15) | 289 (4.78) | 1330 (3.27) | | 32 | 1304 (6.25) | 552 (6.59) | 477 (7.18) | 307 (4.69) | 162 (8.53) | 791 (5.5) | | 64 | 888 (9.18) | 413 (8.8) | 453 (7.56) | 251 (5.74) | 119 (11.61) | 651 (6.68) | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, No Turbo Cores/socket : 4 Sockets/node : 2 Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 1 | 21709 | 10779 | 8014 | 3408 | 4068 | 10512 | | 2 | 9372 (2.32) | 5302 (2.03) | 4065 (1.97) | 1730 (1.97) | 2029 (2) | 5020 (2.09) | | 4 | 5273 (4.12) | 2771 (3.89) | 2144 (3.74) | 938 (3.63) | 1046 (3.89) | 2859 (3.68) | | 8 | 3047 (7.12) | 1514 (7.12) | 1319 (6.08) | 564 (6.04) | 566 (7.19) | 1746 (6.02) | | 16 | 1693 (12.82) | 844 (12.77) | 718 (11.16) | 329 (10.36) | 303 (13.43) | 998 (10.53) | | 32 | 1031 (21.06) | 513 (21.01) | 432 (18.55) | 221 (15.42) | 165 (24.65) | 609 (17.26) | | 64 | 659 (32.94) | 430 (25.07) | 520 (15.41) | 197 (17.3) | 104 (39.12) | 539 (19.5) | | 128 | 851 (25.51) | 910 (11.85) | 1147 (6.99) | 485 (7.03) | 103 (39.5) | 1192 (8.82) | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, No Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 16 | 2755 | 1438 | 1205 | 500 | 514 | 1634 | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, No Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand, 2 Rails Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 64 | 633 | 407 | 494 | 184 | 98 | 507 | |
Submitted by : SGI Abaqus version : 6.8-1, Double Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 6289 | 3311 | 2581 | 1139 | 1182 | 3329 | | 8 | 4027 (1.56) | 1970 (1.68) | 1737 (1.49) | 715 (1.59) | 722 (1.64) | 2280 (1.46) | | 16 | 1632 (3.85) | 1073 (3.09) | 942 (2.74) | 405 (2.81) | 384 (3.08) | 1287 (2.59) | | 32 | 1238 (5.08) | 646 (5.13) | 571 (4.52) | 256 (4.45) | 211 (5.6) | 759 (4.39) | | 64 | 788 (7.98) | 534 (6.2) | 636 (4.06) | 215 (5.3) | 131 (9.02) | 605 (5.5) | |
Submitted by : SGI Abaqus version : 6.8-1, Double Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 16 | 3815 | 2075 | 1589 | 685 | 695 | 2275 | |
Submitted by : SGI Abaqus version : 6.8-1, Double Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand, 2 Rails Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 64 | 793 | 508 | 619 | 212 | 132 | 615 | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 1 | 18191 | 9946 | 7645 | 3114 | 3730 | 8388 | | 2 | 8618 (2.11) | 4845 (2.05) | 3833 (1.99) | 1591 (1.96) | 1875 (1.99) | 4648 (1.8) | | 4 | 4894 (3.72) | 2533 (3.93) | 2049 (3.73) | 870 (3.58) | 954 (3.91) | 2666 (3.15) | | 8 | 2944 (6.18) | 1438 (6.92) | 1280 (5.97) | 540 (5.77) | 538 (6.93) | 1682 (4.99) | | 16 | 1632 (11.15) | 804 (12.37) | 700 (10.92) | 314 (9.92) | 289 (12.91) | 963 (8.71) | | 32 | 944 (19.27) | 494 (20.13) | 422 (18.12) | 211 (14.76) | 158 (23.61) | 587 (14.29) | | 64 | 639 (28.47) | 414 (24.02) | 506 (15.11) | 186 (16.74) | 99 (37.68) | 509 (16.48) | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 16 | 2659 | 1361 | 1173 | 475 | 487 | 1578 | |
Submitted by : SGI Abaqus version : 6.8-1, Single Precision memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand, 2 Rails Memory/node : 48 GB 1067 MHz I/O system : SGI NAS shared file system
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 64 | 667 | 433 | 528 | 198 | 107 | 544 | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI ICELITE Operating System : Propack6sp1 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 2 Nodes : 16 Memory : 16GB I/O system : SGI NAS Lite shared file system MPI library : HP MPI Interconnect : Mellanox ConnectX Infiniband
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 8145 | 3625 | 3427 | 1436 | 1374 | 4325 | | 8 | 4192 (1.94) | 1916 (1.89) | 1753 (1.95) | 809 (1.78) | 668 (2.06) | 2386 (1.81) | | 16 | 2337 (3.49) | 1045 (3.47) | 862 (3.98) | 453 (3.17) | 282 (4.87) | 1351 (3.2) | | 32 | 1322 (6.16) | 540 (6.71) | 479 (7.15) | 314 (4.57) | 156 (8.81) | 811 (5.33) | | 64 | 908 (8.97) | 415 (8.73) | 454 (7.55) | 265 (5.42) | 126 (10.9) | 664 (6.51) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5272 @3.4ghz Cores/socket : 2 Sockets/node : 2 Cores in use per socket : 2 Nodes : 2 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 8242 | 3523 | 0 | 1377 | 1335 | 4454 | | 8 | 4223 (1.95) | 1861 (1.89) | 2017 (Not computed) | 796 (1.73) | 685 (1.95) | 2482 (1.79) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 4 Nodes : 4 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 8 | 6278 | 2480 | 2736 | 1061 | 905 | 3312 | | 16 | 3290 (1.91) | 1392 (1.78) | 1372 (1.99) | 603 (1.76) | 447 (2.02) | 1866 (1.77) | | 32 | 1895 (3.31) | 858 (2.89) | 730 (3.75) | 407 (2.61) | 204 (4.44) | 1121 (2.95) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 2 Nodes : 4 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 1 | 24113 | 12800 | 11873 | 4587 | 5005 | 12660 | | 4 | 8314 (2.9) | 3700 (3.46) | 3550 (3.34) | 1446 (3.17) | 1400 (3.58) | 4460 (2.84) | | 8 | 4249 (5.67) | 1954 (6.55) | 1816 (6.54) | 834 (5.5) | 681 (7.35) | 2474 (5.12) | | 16 | 2368 (10.18) | 1081 (11.84) | 911 (13.03) | 482 (9.52) | 305 (16.41) | 1387 (9.13) | |
Submitted by : SIMULIA Abaqus version : 6.8-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
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 14182 | 6214 | 5665 | 2111 | 2376 | 8216 | | 8 | 7367 (1.93) | 3205 (1.94) | 2997 (1.89) | 1237 (1.71) | 1241 (1.91) | 4082 (2.01) | | 16 | 3619 (3.92) | 1830 (3.4) | 1638 (3.46) | 813 (2.6) | 692 (3.43) | 2526 (3.25) | | 32 | 2204 (6.43) | 1220 (5.09) | 1080 (5.25) | 556 (3.8) | 454 (5.23) |
Submitted by : SIMULIA Abaqus version : 6.8-1 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
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | E1 | E2 | E3 | E4 | E5 | E6 | | 4 | 10100 | 4312 | 4474 | 1640 | 1617 | 5238 | | 8 | 5279 (1.91) | 2241 (1.92) | 2329 (1.92) | 932 (1.76) | 828 (1.95) | 2908 (1.8) | | 16 | 2861 (3.53) | 1352 (3.19) | 1223 (3.66) | 545 (3.01) | 438 (3.69) | 1670 (3.14) | | 32 | 1722 (5.87) | 975 (4.42) | 794 (5.63) | 412 (3.98) | 252 (6.42) | 1038 (5.05) | |
Abaqus/Standard Server Benchmark Data
Windows/x86-64
Submitted by : HP Abaqus version : 6.8-3 memory (Abaqus setting) : default (90%) Computer system : HP BL2x220c G5 Operating system : Windows HPC Server 2008 (HPC RC2) Processor : Intel Xeon E5450 Quad-core, 3.0 GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : MS-MPI Interconnect : Gigabit Ethernet Memory/node : 16 GB I/O system : single 146 GB drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 752 | 0 | 1596 | 2446 | | 8 | 448 (1.68) | 0 (Not computed) | 1248 (1.28) | 2171 (1.13) | | 16 | 413 (1.82) | 3718 (Not computed) | 1369 (1.17) | 3292 (0.74) | | 32 | 361 (2.08) | 1784 (2.08) | 968 (1.65) | 2018 (1.21) | | 64 | 373 (2.02) | 1584 (1.13) | 999 (1.6) | 1950 (1.25) | |
Submitted by : SIMULIA Abaqus version : 6.8-2 memory (Abaqus setting) : default (90%) Computer system : HP XC Opteron Cluster Operating system : Windows Server 2003, Compute Cluster Edition Processor : AMD Opteron, 2.6 GHz Cores/socket : 2 Nodes : 18 Sockets/node : 2 MPI library : HP-MPI, IBAL driver Interconnect : Voltaire Infiniband Memory/node : 8 GB I/O system : single 72 GB SCSI drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 1773 | 24928 | 2713 | 3763 | | 8 | 1354 (1.31) | 0 (1.31) | 2132 (1.27) | 2961 (1.27) | | 16 | 881 (2.01) | 3693 (6.75) | 1407 (1.93) | 2393 (1.57) | | 32 | 830 (2.14) | 2146 (11.62) | 1383 (1.96) | 2073 (1.82) | |
Submitted by : SIMULIA Abaqus version : 6.8-2 memory (Abaqus setting) : default (90%) Computer system : HP XC Xeon Cluster Operating system : Windows Server 2003, Compute Cluster Edition Processor : Intel Xeon 5160, 3.0 GHz Cores/socket : 2 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI, IBAL driver Interconnect : Voltaire Infiniband Memory/node : 8 GB I/O system : single 72 GB SAS drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 830 | 0 | 2020 | 3771 | | 8 | 708 (1.17) | 16407 (Not computed) | 1693 (1.19) | 3598 (1.05) | | 16 | 547 (1.52) | 5527 (2.97) | 1279 (1.58) | 2978 (1.27) | | 32 | 692 (1.2) | 1817 (3.04) | 1280 (1.58) | 2746 (1.37) | |
Submitted by : SIMULIA Abaqus version : 6.8-4 memory (Abaqus setting) : default 90% for all workloads Computer system : Cray CX1 Operating system : Windows HPC Server 2008 Processor : Intel Xeon Processor 5450 3.0GHz Cores/socket : 4 Nodes : 4 Sockets/node : 2 Cores in use per socket : 4 MPI library : Microsoft MPI Interconnect : Gigabit Ethernet Memory/node : 8 GB I/O system : 1 SATA drive per node
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 16 | 373 | 2649 | 1172 | 2439 | | 32 | 307 (1.21) | 1450 (1.83) | 821 (1.43) | 1670 (1.46) | |
Submitted by : SIMULIA Abaqus version : 6.8-4 memory (Abaqus setting) : default 90% for all workloads, except 50% for Computer system : Cray CX1 Operating system : Windows HPC Server 2008 Processor : Intel Xeon Processor 5450 3.0GHz Cores/socket : 4 Nodes : 4 Sockets/node : 2 Cores in use per socket : 4 MPI library : Microsoft MPI Interconnect : Mellanox InfiniBand Memory/node : 8 GB I/O system : 1 SATA drive per node
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 748 | 4598 | 1529 | 2372 | | 8 | 425 (1.76) | 4677 (0.98) | 913 (1.67) | 1950 (1.22) | | 16 | 314 (2.38) | 2154 (2.13) | 920 (1.66) | 1895 (1.25) | | 32 | 212 (3.53) | 1104 (4.16) | 611 (2.5) | 1190 (1.99) | |
Linux/x86-64
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 90% except 80% for S4B 4,8,16 Computer system : HP BL2x220c G5 Operating system : SLES 10 Processor : Intel Xeon E5450 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 32 Sockets/node : 2 MPI library : HP-MPI Interconnect : Gigabit Ethernet Memory/node : 16 GB I/O system : 1 120GB SATA drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 16 | 351 | 3128 | 1123 | 2841 | | 32 | 289 (1.21) | 1395 (2.24) | 773 (1.45) | 1795 (1.58) | | 64 | 287 (1.22) | 1144 (2.73) | 732 (1.53) | 1440 (1.97) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 90% except 80% for S4B 4,8,16 Computer system : HP BL2x220c G5 Operating system : SLES 10 Processor : Intel Xeon E5450 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 32 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Gen1 (OFED) Memory/node : 16 GB I/O system : 1 120GB SATA drive
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 666 | 6814 | 1598 | 2612 | | 8 | 436 (1.53) | 7098 (0.96) | 1206 (1.33) | 2114 (1.24) | | 16 | 317 (2.1) | 2710 (2.51) | 912 (1.75) | 2052 (1.27) | | 32 | 216 (3.08) | 1071 (6.36) | 612 (2.61) | 1259 (2.07) | | 64 | 160 (4.16) | 780 (8.74) | 518 (3.08) | 992 (2.63) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : 90% except 80% for S4B 4,8,16 Computer system : HP BL465c G5 Operating system : SLES 10 Processor : AMD Opteron 2384 Quad-core, 2.7GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Memory/node : 16 GB I/O system : 2-way stripe RAID0 using 15K RPM SAS drives (xfs)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 889 | 4979 | 1632 | 2495 | | 8 | 510 (1.74) | 3288 (1.51) | 1191 (1.37) | 1981 (1.26) | | 16 | 383 (2.32) | 2279 (2.18) | 947 (1.72) | 1932 (1.29) | | 32 | 241 (3.69) | 1289 (3.86) | 633 (2.58) | 1201 (2.08) | | 64 | 178 (4.99) | 861 (5.78) | 492 (3.32) | 949 (2.63) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% for S2A 16,32 & S4B 32 & S4D 16,32 & S6 16,32. 80% for remaining jobs Computer system : HP DL160 G5 Operating system : RHEL 5u2 Processor : Intel Xeon X5472 Quad-core, 3.0GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Mezzanine (OFED) Memory/node : 16 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 657 | 3289 | 1512 | 2500 | | 8 | 419 (1.57) | 2583 (1.27) | 1112 (1.36) | 1999 (1.25) | | 16 | 297 (2.21) | 1742 (1.89) | 838 (1.8) | 1926 (1.3) | | 32 | 193 (3.4) | 992 (3.32) | 548 (2.76) | 1175 (2.13) | |
Submitted by : HP Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% for S2A 16,32 & S4B 32 & S4D 16,32 & S6 16,32. 80% for remaining jobs Computer system : HP DL165 G5 Operating system : RHEL 5u2 Processor : AMD Opteron 2356 Quad-core, 2.3GHz Cores/socket : 4 Nodes : 16 Sockets/node : 2 MPI library : HP-MPI Interconnect : ConnectX DDR InfiniBand Mezzanine (OFED) Memory/node : 16 GB I/O system : 4-way stripe RAID0 using 72GB 15K RPM SAS drives (ext2)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 1105 | 5089 | 2016 | 3019 | | 8 | 615 (1.8) | 3505 (1.45) | 1450 (1.39) | 2346 (1.29) | | 16 | 451 (2.45) | 2507 (2.03) | 1137 (1.77) | 2196 (1.37) | | 32 | 283 (3.9) | 1485 (3.43) | 775 (2.6) | 1378 (2.19) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 4 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system : (1) 500GB SATA 7200 rpm drive (ext2), mp_file_system=(LOCAL, LOCAL)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 8 | 329 | 3061 | 844 | 1388 | | 16 | 220 (1.5) | 1372 (2.23) | 610 (1.38) | 1240 (1.12) | | 32 | 141 (2.33) | 696 (4.4) | 401 (2.1) | 781 (1.78) | | 64 | 94 (3.5) | 508 (6.03) | 305 (2.77) | 619 (2.24) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 4 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system (1) : 500GB SATA 7200 rpm drive (ext2) I/O system (2) : (2) Intel(R) X25-E Extreme 32GB SATA Solid-State Drives RAID 0 (ext2) I/O system (3) : mp_file_system=(LOCAL, LOCAL) on SSD RAID
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 8 | 328 | 1605 | 839 | 1396 | | 16 | 218 (1.5) | 1148 (1.4) | 598 (1.4) | 1219 (1.15) | | 32 | 129 (2.54) | 684 (2.35) | 393 (2.13) | 785 (1.78) | | 64 | 105 (3.12) | 512 (3.13) | 307 (2.73) | 627 (2.23) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 2 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system : (1) 500GB SATA 7200 rpm drive (ext2), mp_file_system=(LOCAL, LOCAL)
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 575 | 3921 | 1222 | 1890 | | 8 | 325 (1.77) | 1721 (2.28) | 787 (1.55) | 1478 (1.28) | | 16 | 192 (2.99) | 874 (4.49) | 488 (2.5) | 912 (2.07) | | 32 | 143 (4.02) | 673 (5.83) | 372 (3.28) | 704 (2.68) | |
Submitted by : Intel Abaqus version : 6.8-EF1 memory (Abaqus setting) : default 90% for all workloads, except 80% for Computer system : Supermicro pre-production Board X8DTN qual Operating system : RHEL 5 Update 2 Processor : Quad Core Intel(R) Xeon(R) Processor 5560 2.8GHz/6.4 QPI, Turbo Cores/socket : 4 Nodes : 16 Sockets/node : 2 Cores in use per socket : 2 MPI library : HP-MPI Interconnect : Mellanox MT25418 ConnectX cards QDR InfiniBand (OFED) Memory/node : 18 GB (6x2-GB, 6x1-GB DDR3 1066 MHz RDIMM) I/O system (1) : (1) 500GB SATA 7200 rpm drive (ext2) I/O system (2) : (2) Intel(R) X25-E Extreme 32GB SATA Solid-State Drives RAID 0 (ext2) I/O system (3) : mp_file_system=(LOCAL, LOCAL) on SSD RAID
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 569 | 2348 | 1229 | 1874 | | 8 | 330 (1.72) | 1478 (1.59) | 794 (1.55) | 1465 (1.28) | | 16 | 186 (3.06) | 857 (2.74) | 489 (2.51) | 907 (2.07) | | 32 | 145 (3.92) | 659 (3.56) | 362 (3.4) | 705 (2.66) | |
Submitted by : SGI Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, No Turbo Cores/socket : 4 Sockets/node : 2 Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : Local RAM Disk
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 1 | 2098 | 7176 | 3392 | 4897 | | 2 | 1099 (1.91) | 3906 (1.84) | 2037 (1.67) | 3024 (1.62) | | 4 | 586 (3.58) | 2233 (3.21) | 1237 (2.74) | 1957 (2.5) | | 8 | 328 (6.4) | 1404 (5.11) | 837 (4.05) | 1457 (3.36) | | 14 | 216 (9.71) | 1145 (6.27) | 612 (5.54) | 1326 (3.69) | | 16 | 221 (9.49) | 1155 (6.21) | 617 (5.5) | 1330 (3.68) | | 28 | 133 (15.77) | 702 (10.22) | 396 (8.57) | 822 (5.96) | | 32 | 138 (15.2) | 711 (10.09) | 401 (8.46) | 831 (5.89) | | 64 | 105 (19.98) | 553 (12.98) | 316 (10.73) | 660 (7.42) | |
Submitted by : SGI Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, No Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : Local RAM Disk
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 16 | 338 | 1423 | 809 | 1440 | |
Submitted by : SGI Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : Local RAM Disk
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 1 | 1812 | 6180 | 3062 | 4463 | | 2 | 990 (1.83) | 3525 (1.75) | 1860 (1.65) | 2774 (1.61) | | 4 | 534 (3.39) | 2046 (3.02) | 1143 (2.68) | 1814 (2.46) | | 8 | 311 (5.83) | 1329 (4.65) | 795 (3.85) | 1398 (3.19) | | 14 | 211 (8.59) | 1126 (5.49) | 585 (5.23) | 1299 (3.44) | | 16 | 214 (8.47) | 1128 (5.48) | 585 (5.23) | 1319 (3.38) | | 28 | 128 (14.16) | 672 (9.2) | 374 (8.19) | 800 (5.58) | | 32 | 129 (14.05) | 676 (9.14) | 378 (8.1) | 805 (5.54) | | 64 | 97 (18.68) | 510 (12.12) | 293 (10.45) | 630 (7.08) | |
Submitted by : SGI Abaqus version : 6.8-1 memory (Abaqus setting) : default 90% Computer system : SGI ICE8200EX Operating system : Propack6sp2 Processor : Intel X5570, 2.93 GHz, Turbo Cores/socket : 4 Sockets/node : 2 Hardware threading : enabled Nodes : 64 MPI library : HP-MPI Interconnect : Mellanox ConnectX DDR InfiniBand Memory/node : 48 GB 1067 MHz I/O system : Local RAM Disk
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 16 | 336 | 1398 | 783 | 1412 | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5272 @3.4ghz Cores/socket : 2 Sockets/node : 2 Cores in use per socket : 2 Nodes : 2 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 616 | 2424 | 1320 | 2068 | | 8 | 406 (1.52) | 1948 (1.24) | 952 (1.39) | 1822 (1.14) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 4 Nodes : 4 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 8 | 411 | 1803 | 1101 | 1916 | | 16 | 303 (1.36) | 1649 (1.09) | 853 (1.29) | 1936 (0.99) | | 32 | 213 (1.93) | 1072 (1.68) | 639 (1.72) | 1583 (1.21) | |
Submitted by : SGI Abaqus version : 6.8-1 Computer System : SGI XE250 Operating System : Propack5sp5 Processor : Intel X5472 @3.0ghz Cores/socket : 4 Sockets/node : 2 Cores in use per socket : 2 Nodes : 4 Memory : 32GB I/O system : 4 15k rpm SAS drives MPI library : HP MPI Interconnect : Mellanox ConnectX IB
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 1 | 2239 | 7829 | 3407 | 5360 | | 4 | 650 (3.44) | 2588 (3.03) | 1470 (2.32) | 2374 (2.26) | | 8 | 377 (5.94) | 1895 (4.13) | 977 (3.49) | 2107 (2.54) | | 16 | 223 (10.04) | 1104 (7.09) | 598 (5.7) | 1243 (4.31) | |
Submitted by : SIMULIA Abaqus version : 6.8-1 memory (Abaqus setting) : default (90%) 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
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S5 | S6 | | 4 | 1518 | 13886 | 764 | 3768 | | 8 | 972 (1.56) | 7760 (1.79) | 611 (1.25) | 3025 (1.25) | | 16 | 614 (2.47) | 3415 (4.07) | 392 (1.95) | 1852 (2.03) | | 32 | 342 (4.44) | 1673 (8.3) | 254 (3.01) | 1413 (2.67) | |
Submitted by : SIMULIA Abaqus version : 6.8-1 memory (Abaqus setting) : default (90%) 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
* The first value is the wall clock time in seconds and the second value is the speedup from the baseline
|
| CORES | S2A | S4B | S4D | S6 | | 4 | 713 | 7525 | 1546 | 2384 | | 8 | 475 (1.5) | 4308 (1.75) | 1148 (1.35) | 2232 (1.07) | | 16 | 296 (2.41) | 1736 (4.33) | 615 (2.51) | 1456 (1.64) | | 32 | 183 (3.9) | 896 (8.4) | 446 (3.47) | 975 (2.45) | |

|